Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bump rollup from 2.79.1 to 2.79.2dependabot/npm_and_yarn/rollup-2.79.2 | 2024-09-29 | -3/+3 | |
| | | | | | | | | | | | | | | Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> | |||
* | Simplify the docker compose build config | 2024-07-16 | -3/+1 | |
| | ||||
* | Add redis to docker-compose for backend cache | 2024-07-16 | -0/+7 | |
| | ||||
* | Only bind to loop back address, rather than all interfaces | 2024-07-16 | -2/+2 | |
| | ||||
* | Merge pull request #640 from ↵ | 2024-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.1 | 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 ↵ | 2024-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.0 | 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-field | 2024-07-11 | -21/+383 | |
|\ | | | | | Vote component | |||
| * | Re-map slugged vote options to human form when upstreaming to form | 2024-07-11 | -1/+16 | |
| | | ||||
| * | Add voteReducer to rootReducer Redux configuration | 2024-07-11 | -1/+3 | |
| | | ||||
| * | Disable StrictMode for React | 2024-07-11 | -17/+15 | |
| | | ||||
| * | Handle voting component callbacks | 2024-07-11 | -3/+21 | |
| | | ||||
| * | Add new vote component and voting redux store | 2024-07-11 | -0/+323 | |
| | | ||||
| * | Add new package for animated list reorders | 2024-07-11 | -0/+6 | |
|/ | ||||
* | Merge pull request #637 from ↵ | 2024-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.0 | 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 routes | 2024-07-10 | -6/+95 | |
| | ||||
* | Improve the styles on the radio component to make it easier to use | 2024-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 page | 2024-07-10 | -1/+1 | |
| | ||||
* | Unit tests for Navigation component | 2024-07-10 | -1/+49 | |
| | ||||
* | Set Sentry user data when authenticating | 2024-07-10 | -0/+11 | |
| | ||||
* | Merge pull request #634 from python-discord/jb3/auth/popup-and-improvements | 2024-07-10 | -1894/+657 | |
|\ | | | | | Authorization pop-up & misc improvements | |||
| * | Add new test suite for testing authorization splash | 2024-07-10 | -0/+62 | |
| | | ||||
| * | Update App test to render with Redux store | 2024-07-10 | -2/+3 | |
| | | ||||
| * | Add new testing utility for rendering with Redux stores | 2024-07-10 | -0/+36 | |
| | | ||||
| * | Gracefully handle user cancelled authorization | 2024-07-10 | -3/+12 | |
| | | ||||
| * | Add AuthorizationSplash to display above content when auth in progress | 2024-07-10 | -0/+45 | |
| | | ||||
| * | Send dispatches to store on authorization state attempt changes | 2024-07-10 | -2/+23 | |
| | | ||||
| * | Wrap application in Redux Provider with new store | 2024-07-10 | -1/+6 | |
| | | ||||
| * | Add new redux stores and slices for authorization state | 2024-07-10 | -0/+41 | |
| | | ||||
| * | Add @reduxjs/toolkit and react-redux packages | 2024-07-10 | -1886/+429 | |
|/ | ||||
* | Merge pull request #635 from python-discord/jb3/deps/dep-bumps | 2024-07-10 | -2371/+4394 | |
|\ | | | | | Dependency bumps | |||
| * | Reconfigure Sentry with new features | 2024-07-10 | -4/+24 | |
| | | ||||
| * | Update lint stage | 2024-07-10 | -3/+3 | |
| | | ||||
| * | Update tests to work with new Jest version | 2024-07-10 | -12/+66 | |
| | | ||||
| * | Remove unused linting ignores | 2024-07-10 | -3/+1 | |
| | | ||||
| * | Add new linting config | 2024-07-10 | -59/+86 | |
| | | ||||
| * | Update code component to use @uiw/react-codemirror | 2024-07-10 | -22/+6 | |
| | | ||||
| * | Bump from Node 16 to 20 | 2024-07-10 | -1/+1 | |
| | | ||||
| * | Bump all dependencies to latest versions | 2024-07-10 | -2301/+4241 | |
|/ | ||||
* | Update CODEOWNERS | 2024-07-10 | -3/+1 | |
| | ||||
* | Ignore compose override files from git | 2024-07-09 | -0/+3 | |
| | ||||
* | Update Compose setup with new backend run flags (removal of --debug) | 2024-07-09 | -4/+2 | |
| | ||||
* | Migration to official Sentry release CI action (#633) | 2024-07-05 | -8/+6 | |
| | ||||
* | Update test to reflect new green | 2024-07-03 | -1/+1 | |
| | ||||
* | Remove unnecessary debug logging from TimeZone | 2024-07-03 | -4/+0 | |
| | ||||
* | Convert TimeZone to functional component to fix lazy loading bug | 2024-07-03 | -70/+87 | |
| | ||||
* | Update success colour | 2024-07-03 | -1/+1 | |
| | ||||
* | Update tests with new OAuth2 message parameters | 2024-07-03 | -1/+2 | |
| |