aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump express from 4.19.2 to 4.21.0dependabot/npm_and_yarn/express-4.21.0Gravatar dependabot[bot]2024-09-21-44/+49
| | | | | | | | | | | | | | Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* Simplify the docker compose build configGravatar Chris Lovering2024-07-16-3/+1
|
* Add redis to docker-compose for backend cacheGravatar Chris Lovering2024-07-16-0/+7
|
* Only bind to loop back address, rather than all interfacesGravatar Chris Lovering2024-07-16-2/+2
|
* Merge pull request #640 from ↵Gravatar Joe Banks2024-07-12-5/+5
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/eslint/compat-1.1.1 Bump @eslint/compat from 1.1.0 to 1.1.1
| * Bump @eslint/compat from 1.1.0 to 1.1.1Gravatar dependabot[bot]2024-07-12-5/+5
|/ | | | | | | | | | | | | | | Bumps [@eslint/compat](https://github.com/eslint/rewrite) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](https://github.com/eslint/rewrite/compare/compat-v1.1.0...compat-v1.1.1) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #639 from ↵Gravatar Joe Banks2024-07-12-5/+5
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/webpack-5.93.0 Bump webpack from 5.92.1 to 5.93.0
| * Bump webpack from 5.92.1 to 5.93.0Gravatar dependabot[bot]2024-07-12-5/+5
|/ | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.92.1 to 5.93.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.92.1...v5.93.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #638 from python-discord/jb3/components/vote-fieldGravatar Joe Banks2024-07-11-21/+383
|\ | | | | Vote component
| * Re-map slugged vote options to human form when upstreaming to formGravatar Joe Banks2024-07-11-1/+16
| |
| * Add voteReducer to rootReducer Redux configurationGravatar Joe Banks2024-07-11-1/+3
| |
| * Disable StrictMode for ReactGravatar Joe Banks2024-07-11-17/+15
| |
| * Handle voting component callbacksGravatar Joe Banks2024-07-11-3/+21
| |
| * Add new vote component and voting redux storeGravatar Joe Banks2024-07-11-0/+323
| |
| * Add new package for animated list reordersGravatar Joe Banks2024-07-11-0/+6
|/
* Merge pull request #637 from ↵Gravatar Joe Banks2024-07-10-78/+78
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/sentry/react-8.17.0 Bump @sentry/react from 8.16.0 to 8.17.0
| * Bump @sentry/react from 8.16.0 to 8.17.0Gravatar dependabot[bot]2024-07-10-78/+78
|/ | | | | | | | | | | | | | | Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 8.16.0 to 8.17.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/8.16.0...8.17.0) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Prevent flash of huge loading bar on suspense loaded routesGravatar Joe Banks2024-07-10-6/+95
|
* Improve the styles on the radio component to make it easier to useGravatar Joe Banks2024-07-10-22/+46
| | | | | | | | | Increases the click area, the visibility that an option has been selected, and the visibility that an item has been hovered on. Additionally, adds an instruction ahead of the component instructing users to select an option incase it was no longer clear that the field is a radio select.
* fix url to `Getting Started` Notion pageGravatar Vibhakar Solanki2024-07-10-1/+1
|
* Unit tests for Navigation componentGravatar Joe Banks2024-07-10-1/+49
|
* Set Sentry user data when authenticatingGravatar Joe Banks2024-07-10-0/+11
|
* Merge pull request #634 from python-discord/jb3/auth/popup-and-improvementsGravatar Joe Banks2024-07-10-1894/+657
|\ | | | | Authorization pop-up & misc improvements
| * Add new test suite for testing authorization splashGravatar Joe Banks2024-07-10-0/+62
| |
| * Update App test to render with Redux storeGravatar Joe Banks2024-07-10-2/+3
| |
| * Add new testing utility for rendering with Redux storesGravatar Joe Banks2024-07-10-0/+36
| |
| * Gracefully handle user cancelled authorizationGravatar Joe Banks2024-07-10-3/+12
| |
| * Add AuthorizationSplash to display above content when auth in progressGravatar Joe Banks2024-07-10-0/+45
| |
| * Send dispatches to store on authorization state attempt changesGravatar Joe Banks2024-07-10-2/+23
| |
| * Wrap application in Redux Provider with new storeGravatar Joe Banks2024-07-10-1/+6
| |
| * Add new redux stores and slices for authorization stateGravatar Joe Banks2024-07-10-0/+41
| |
| * Add @reduxjs/toolkit and react-redux packagesGravatar Joe Banks2024-07-10-1886/+429
|/
* Merge pull request #635 from python-discord/jb3/deps/dep-bumpsGravatar Joe Banks2024-07-10-2371/+4394
|\ | | | | Dependency bumps
| * Reconfigure Sentry with new featuresGravatar Joe Banks2024-07-10-4/+24
| |
| * Update lint stageGravatar Joe Banks2024-07-10-3/+3
| |
| * Update tests to work with new Jest versionGravatar Joe Banks2024-07-10-12/+66
| |
| * Remove unused linting ignoresGravatar Joe Banks2024-07-10-3/+1
| |
| * Add new linting configGravatar Joe Banks2024-07-10-59/+86
| |
| * Update code component to use @uiw/react-codemirrorGravatar Joe Banks2024-07-10-22/+6
| |
| * Bump from Node 16 to 20Gravatar Joe Banks2024-07-10-1/+1
| |
| * Bump all dependencies to latest versionsGravatar Joe Banks2024-07-10-2301/+4241
|/
* Update CODEOWNERSGravatar Joe Banks2024-07-10-3/+1
|
* Ignore compose override files from gitGravatar Joe Banks2024-07-09-0/+3
|
* Update Compose setup with new backend run flags (removal of --debug)Gravatar Joe Banks2024-07-09-4/+2
|
* Migration to official Sentry release CI action (#633)Gravatar Xithrius2024-07-05-8/+6
|
* Update test to reflect new greenGravatar Joe Banks2024-07-03-1/+1
|
* Remove unnecessary debug logging from TimeZoneGravatar Joe Banks2024-07-03-4/+0
|
* Convert TimeZone to functional component to fix lazy loading bugGravatar Joe Banks2024-07-03-70/+87
|
* Update success colourGravatar Joe Banks2024-07-03-1/+1
|
* Update tests with new OAuth2 message parametersGravatar Joe Banks2024-07-03-1/+2
|