DTP (Test > Production: 7719078d) - #51312
Merged
Merged
Conversation
In response to [a Sauce Labs outage last week](https://status.saucelabs.com/incidents/2vfbvxbwjj0f) which dramatically (and inaccurately) increased the flakiness rating for many tests. Update generated by executing `bin/reset_flakiness` See thread at https://codedotorg.slack.com/archives/C0T0PNTM3/p1681151728255329 for more context
…implicitly installing it anymore now that unicorn is gone
Currently, the extra functionality `prepend`ed onto these classes by initializer logic is only applied once when the application configuration is initially loaded. This works fine in most environments, but in environments in which we want to be able to reload code on the fly (currently only `development`) this means that the modifications are lost after reload. To fix, we hook the `prepend` call itself into the `to_prepare` event, which explicitly runs once per code reload in environments which support code reloading, and only once during initial load otherwise. - https://guides.rubyonrails.org/configuring.html#initialization-events - https://stackoverflow.com/questions/8895103/how-can-i-keep-my-initializer-configuration-from-being-lost-in-development-mode
To pick up support for Rails 6.1 and Ruby 3.0 The main breaking changes since 3.3.1 are removal of support for Rails 5 and Ruby 2.4 in 4.0.0 https://github.com/rails/web-console/blob/master/CHANGELOG.markdown
Remove `unicorn` gem
Reset UI Test Flakiness
Music: adjust block names
* shallow renders csp summer workshop * render csp summer workshop with enzyme mount * also render csf intro workshop via mount
* update emails * split up PRs * update emails * dont show times for csa capstone workshop sessions * combine back to one pr * show workshop location even if virtual for capstone * remove unnecessary comment
DTT (Staging > Test) [robo-dtt]
* create typography.scss file * import typography.scss file into design-system-pegasus stylsheet * update class names on existing pages * update comments * add figcaption styles * update comments * refactor mixins and classes * add more comments * update comments * update caption comment * add imports and refactor some styles * move mixin styles includes above specific styles
Apply Initializer Prepends on Each Code Reload
DTT (Staging > Test) [robo-dtt]
DTS (Levelbuilder > Staging) [robo-dts]
DTT (Staging > Test) [robo-dtt]
* Put curriculum catalog cards on page * Only show cards with grade levels * Truncate if course name is more than two lines * Randomly render duration and translatability for now * Remove margin-left for rtl capability * Show cards without images * Add back in margin between grades and duration * Make non-english card height longer * Change constant name to curriculumDataShape * Change prop requirements * Change division operation in scss * Add initial tests for curriculum catalog page * Simplify redux store * Simplify return * Update todo
DTT (Staging > Test) [robo-dtt]
* Don't lock answers for a multi contained level if multiple attempts are allowed * Cleanup * Update multi test to use new constructor parameter * Enforce allow_multiple_attempts on FreeResponse contained levels * Write UI tests and fix bug with students retrying levels
DTT (Staging > Test) [robo-dtt]
This reverts commit 6abe34f.
…contained-levels-enforce-allow_multiple_attempts Revert "Enforce allow multiple attempts for contained levels"
DTT (Staging > Test) [robo-dtt]
* migrate javalab redux * simplify save status function
DTT (Staging > Test) [robo-dtt]
DTT (Staging > Test) [simon]
…fessional-learning (#51281) * Make PL tile on teacher homepage link to the PL choice page instead of signed in PL workshop list page * Revert "Make PL tile on teacher homepage link to the PL choice page instead of signed in PL workshop list page" This reverts commit 6d9aa7b. * Update link for PL card on teacher homepage to go to PL fork page
DTT (Staging > Test) [robo-dtt]
Update `web-console` Gem to 4.2.0
DTT (Staging > Test) [robo-dtt]
* modify analyst sqlworkbench team * set sqlworkbench-team for other human roles
DTT (Staging > Test) [robo-dtt]
Added a warning for the AP CSP create performance task
DTT (Staging > Test) [simon]
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
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.
No description provided.