-
Notifications
You must be signed in to change notification settings - Fork 35
Dev/32 - Pigeonite #2102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Dev/32 - Pigeonite #2102
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ion to remove regex reserved characters. Corrected post-merge unit tests to remove tests that are no longer relevant.
…ore rendering copy/preview buttons in a module's public page. Adds 'normal' and 'read-only' copy options to a module's public page. Replaces 'edit' button with 'synchronize' button in module dashboard for read-only modules. Adds a new dialog and relevant backend logic to automatically synchronize a read-only copied module with its original if any changes have been made.
… are replaced with new UUIDs. References to the old node IDs in button actions etc. are also replaced with the corresponding new IDs.
… 18. Updated Node version requirements in relevant package.json files, fixed new undefined error message in tests.
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Updates Node to version 18.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ap-1.2.4 Bump word-wrap from 1.2.3 to 1.2.4
…5.7.2 Bump semver from 5.7.1 to 5.7.2
Implemented Phase 2 for Obo Stats
…-on-copy Reset element IDs in copied modules.
…emoved declaration-use-variable dev dependency. Added stylelint-config-standard-scss, stylelint-declaration-strict-value, and autoprefixer dev dependencies. Replaced all instances of 'sh-waqar/declaration-use-variable' with 'scale-unlimited/declaration-strict-value'. Numerous stylelint rule configuration changes to account for existing code not validating against new rules (for now). Fixed sudden descending specificity failures.
…opies Add optional read-only mode for copied modules and optional update auto-sync for read-only copies.
…elint Update Stylelint to version 15.
mbusch3
reviewed
Sep 18, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed each of the new and changed files. Nothing jumped out at me. Still need to run tests on all of the pigeonite functionality. I've made new modules with read-only copies, but haven't tested the new assessment data searching and such.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://en.wikipedia.org/wiki/Pigeonite
Closes #1869.
Closes #2005.
Closes #2013.
Closes #2081.
Closes #2104.
This release:
drafts_metadata
table is used to track read-only status.canvas
,webpack
andpostcss
dependencies (and their subdependencies) at higher versions for compatibility.word-wrap
dependency version from1.2.3
to1.2.4
.semver
dependency version from5.7.1
to5.7.2
.stylelint
dependency version from13.12.0
to15.10.0
and adjusted associated dependencies and Stylelint rule configurations.