aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove Unused Prop From ErrorPageGravatar Hassan Abouelela2022-07-01-3/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Improve ErrorMessage InterfaceGravatar Hassan Abouelela2022-07-01-7/+8
| | | | | | | Unify the string and element types on the interface to clarify they are mutually exclusive. Signed-off-by: Hassan Abouelela <[email protected]>
* Style ChangesGravatar Hassan Abouelela2022-07-01-3/+3
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Restructure FormPageGravatar Hassan Abouelela2022-07-01-362/+545
| | | | | | | | | | | | | The main FormPage component had gotten very out of hand, with many moving parts that were hard to parse, understand, or modify. This refactors breaks things up into separate files with better defined goals. Most changes are just straight copies without much change, however some structural changes have been introduced as a foundation for improving the app. Signed-off-by: Hassan Abouelela <[email protected]>
* Display Test Names For Unittest FailuresGravatar Hassan Abouelela2022-07-01-5/+33
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Add Unittest Failure InterfaceGravatar Hassan Abouelela2022-07-01-0/+13
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Allow More Customization In Error MessageGravatar Hassan Abouelela2022-07-01-2/+13
| | | | | | | | Add transitions to the error message component, and allow more flexibility by allowing the caller to specify the inner component of the message. Signed-off-by: Hassan Abouelela <[email protected]>
* Cleanup Code Owners Comments (#475)Gravatar Hassan Abouelela2022-07-01-2/+2
|
* Merge pull request #470 from ↵Gravatar Hassan Abouelela2022-06-30-8/+6
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/react-spinners-0.13.2 Bump react-spinners from 0.12.0 to 0.13.2
| * Bump react-spinners from 0.12.0 to 0.13.2Gravatar dependabot[bot]2022-06-30-8/+6
|/ | | | | | | | | | | | | | | Bumps [react-spinners](https://github.com/davidhu2000/react-spinners) from 0.12.0 to 0.13.2. - [Release notes](https://github.com/davidhu2000/react-spinners/releases) - [Changelog](https://github.com/davidhu2000/react-spinners/blob/main/CHANGELOG.md) - [Commits](https://github.com/davidhu2000/react-spinners/commits) --- updated-dependencies: - dependency-name: react-spinners dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #471 from ↵Gravatar Hassan Abouelela2022-06-30-10/+10
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/webpack-dev-server-4.9.3 Bump webpack-dev-server from 4.9.2 to 4.9.3
| * Bump webpack-dev-server from 4.9.2 to 4.9.3Gravatar dependabot[bot]2022-06-30-10/+10
|/ | | | | | | | | | | | | | | Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Add Selectable Styles To Code Field (#469)Gravatar Hassan Abouelela2022-06-30-1/+3
| | | | | | | | Adds the selectable CSS styles to the code field to fix a bug on safari that prevented users from clicking into it and writing. Thanks to Etzeitet & NoodleReaper for discovering this. Signed-off-by: Hassan Abouelela <[email protected]>
* Merge pull request #466 from ↵Gravatar Hassan Abouelela2022-06-30-38/+38
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/sentry/react-7.3.1 Bump @sentry/react from 7.2.0 to 7.3.1
| * Bump @sentry/react from 7.2.0 to 7.3.1Gravatar dependabot[bot]2022-06-29-38/+38
|/ | | | | | | | | | | | | | | Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 7.2.0 to 7.3.1. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.2.0...7.3.1) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Expand Code Field To Fill SpaceGravatar Hassan Abouelela2022-06-29-0/+4
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Merge pull request #468 from python-discord/fix-dropdown-overlapGravatar Boris Muratov2022-06-29-10/+23
|\ | | | | Fix Dropdown Overlap Bug
| * Fix Dropdown Overlap IssueGravatar Hassan Abouelela2022-06-29-9/+20
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Fix Map Conflicts In Dev ServerGravatar Hassan Abouelela2022-06-29-1/+3
|/ | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Update CODEOWNERSGravatar Joe Banks2022-06-28-2/+2
|
* Merge pull request #457 from ↵Gravatar Hassan Abouelela2022-06-23-5/+5
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/types/react-transition-group-4.4.5 Bump @types/react-transition-group from 4.4.4 to 4.4.5
| * Bump @types/react-transition-group from 4.4.4 to 4.4.5Gravatar dependabot[bot]2022-06-23-5/+5
|/ | | | | | | | | | | | | | Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 4.4.4 to 4.4.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-transition-group) --- updated-dependencies: - dependency-name: "@types/react-transition-group" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #456 from ↵Gravatar Hassan Abouelela2022-06-23-55/+21
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.29.0 Bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0
| * Bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0Gravatar dependabot[bot]2022-06-23-55/+21
|/ | | | | | | | | | | | | | | Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.28.0 to 5.29.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #455 from ↵Gravatar Hassan Abouelela2022-06-23-9/+43
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/typescript-eslint/parser-5.29.0 Bump @typescript-eslint/parser from 5.28.0 to 5.29.0
| * Bump @typescript-eslint/parser from 5.28.0 to 5.29.0Gravatar dependabot[bot]2022-06-23-9/+43
|/ | | | | | | | | | | | | | | Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.28.0 to 5.29.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #458 from ↵Gravatar Hassan Abouelela2022-06-23-83/+83
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/swc/core-1.2.204 Bump @swc/core from 1.2.203 to 1.2.204
| * Bump @swc/core from 1.2.203 to 1.2.204Gravatar dependabot[bot]2022-06-23-83/+83
|/ | | | | | | | | | | | | | | Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.203 to 1.2.204. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.2.203...v1.2.204) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #454 from python-discord/bump-dependenciesGravatar Hassan Abouelela2022-06-23-5435/+2970
|\ | | | | Bump Dependencies
| * Bump Webpack Dev Server To 4.9.2Gravatar Hassan Abouelela2022-06-19-1425/+311
| | | | | | | | | | | | | | Migration guide: https://github.com/webpack/webpack-dev-server/blob/74c928135c7182e08238efb52c044e2d49ce6e9a/migration-v4.md Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump Webpack Related DependenciesGravatar Hassan Abouelela2022-06-19-102/+107
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump Emotion To 11.9.3Gravatar Hassan Abouelela2022-06-19-17/+4
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump React To 18.2.0Gravatar Hassan Abouelela2022-06-18-2030/+1236
| | | | | | | | | | | | | | | | | | | | | | | | Bump react to v18, and handle all the breaking changes. This includes bumping a lot of other dependencies to versions which support react 18, and handling the breaking changes for those. Refer to the following documents for migration guides: React: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html Router: https://reactrouter.com/docs/en/v6/upgrading/v5 Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump CodeMirror to 6.0.0Gravatar Hassan Abouelela2022-06-18-234/+115
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump Jest To 28.1.1Gravatar Hassan Abouelela2022-06-18-1237/+957
| | | | | | | | | | | | Bump jest and related dependencies, and account for breaking changes. Signed-off-by: Hassan Abouelela <[email protected]>
| * Remove jest-environment-jsdom-fourteenGravatar Hassan Abouelela2022-06-18-521/+32
| | | | | | | | | | | | | | jsdom-fourteen was deprecated in favor of the one shipped by jest. Switched to using that instead. Signed-off-by: Hassan Abouelela <[email protected]>
| * Remove Jest SVG TransformerGravatar Hassan Abouelela2022-06-18-7/+7
| | | | | | | | | | | | | | | | | | The current SVG transformer has not had an update in 4 years, and breaks with the latest jest version. The behavior can be very easily replicated by hand, as is documented by SVGR, the library we are already using in webpack. Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump fortawesomeGravatar Hassan Abouelela2022-06-18-29/+29
| | | | | | | | | | | | Bump fortawesome dependencies to the latest versions. Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump Husky To 8.0.1Gravatar Hassan Abouelela2022-06-18-9/+8
| | | | | | | | | | | | Bump husky, and regenerate config after breaking changes. Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump ESLint To 8.18.0Gravatar Hassan Abouelela2022-06-18-259/+531
| | | | | | | | | | | | Bump ESLint and related dependencies. Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump Webpack CLI To 4.10.0Gravatar Hassan Abouelela2022-06-18-56/+30
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump Typescript To 4.7.4Gravatar Hassan Abouelela2022-06-18-5/+5
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump React Transition GroupGravatar Hassan Abouelela2022-06-18-1/+1
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump Typing DependenciesGravatar Hassan Abouelela2022-06-18-26/+120
|/ | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Merge pull request #453 from DavinderJolly/snekbox-results-feedbackGravatar Hassan Abouelela2022-06-18-9/+44
|\ | | | | Fix rendering error message for failed unit tests.
| * Merge branch 'main' into snekbox-results-feedbackGravatar Hassan Abouelela2022-06-18-1126/+1346
| |\ | |/ |/|
* | Merge pull request #447 from ↵Gravatar Hassan Abouelela2022-06-18-25/+25
|\ \ | | | | | | | | | | | | python-discord/dependabot/npm_and_yarn/webpack-5.73.0 Bump webpack from 5.66.0 to 5.73.0
| * | Bump webpack from 5.66.0 to 5.73.0Gravatar dependabot[bot]2022-06-17-25/+25
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.66.0 to 5.73.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.66.0...v5.73.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 #438 from ↵Gravatar Hassan Abouelela2022-06-18-48/+37
|\ \ | | | | | | | | | | | | python-discord/dependabot/npm_and_yarn/sentry/react-7.2.0 Bump @sentry/react from 6.3.5 to 7.2.0
| * | Bump @sentry/react from 6.3.5 to 7.2.0Gravatar dependabot[bot]2022-06-17-48/+37
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 6.3.5 to 7.2.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/6.3.5...7.2.0) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>