code-dot-org
code-dot-org copied to clipboard
The code powering code.org and studio.code.org
## Links ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ## PR Checklist: - [ ] Tests provide adequate coverage - [ ]...
## Background Finishes [XTEAM-391](https://codedotorg.atlassian.net/browse/XTEAM-391). Depends on https://github.com/code-dot-org/code-dot-org/pull/47497 to be merged first. For other PRs which came before this, see: https://github.com/code-dot-org/code-dot-org/search?q=XTEAM-391&type=issues Ideally, this code would go in `dashboard`, but this was...
## Links ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ## PR Checklist: - [ ] Tests provide adequate coverage - [ ]...
## Links ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ## PR Checklist: - [ ] Tests provide adequate coverage - [ ]...
The work done in this PR includes: * move files * fix requires * rename files from `test_*.rb` to `*_test.rb`, so that `rails test` will find and run them *...
Continues [XTEAM-391](https://codedotorg.atlassian.net/browse/XTEAM-391). depends on https://github.com/code-dot-org/code-dot-org/pull/47484. this step is necessary to allow moving of shared/middleware/projects.rb to dashboard. ## Testing story ## Deployment strategy Just noting that I'll wait for https://github.com/code-dot-org/code-dot-org/pull/47484 to...
## Testing story ## Deployment strategy ## Follow-up work * [PLAT-1377](https://codedotorg.atlassian.net/browse/PLAT-1377) remove unused workshop types
This incorporates the Droplet fix from https://github.com/droplet-editor/droplet/pull/227, which will hopefully silence a high frequency error we are seeing in logging.
Removes Radium from the `Backpack` component, which is used in Javalab. Also: - fully removed a `:disabled` styling that was not being used, and - cleaned up alignment of list...
## Summary - There were several actions within headerRedux.js such as SET_PROJECT_UPDATED_STATUS which can be used outside of the header. Thus, create 2 new redux files (projectRedux.js and appRedux.js) to...