aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* replace @emotion/core with @emotion/reactGravatar Joe Banks2020-12-16-20/+70
|
* Update allGravatar Renovate Bot2020-12-16-2207/+2123
|
* Merge pull request #31 from python-discord/renovate/configureGravatar Joe Banks2020-12-16-0/+4
|\
| * remove monorepo groupingGravatar Joe Banks2020-12-16-3/+0
| |
| * Don't separate semver PRs for renovateGravatar Joe Banks2020-12-16-1/+2
| |
| * Set groupName to all to make one large initial PRGravatar Joe Banks2020-12-16-1/+2
| |
| * Add renovate.jsonGravatar Renovate Bot2020-12-16-0/+5
|/
* Merge pull request #30 from python-discord/ks123/discoveryGravatar Joe Banks2020-12-14-68/+140
|\
| * Simplify Axios client baseURL definitionGravatar ks1292020-12-14-1/+1
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Add BACKEND_URL env variable for buildGravatar ks1292020-12-14-1/+2
| |
| * Update tests to match with changes in discoveryGravatar ks1292020-12-14-12/+46
| |
| * Update LandingPage to use forms from APIGravatar ks1292020-12-14-2/+17
| |
| * Update FormListing component to match with new forms interfaceGravatar ks1292020-12-14-5/+5
| |
| * Update getForms function to fetch data from APIGravatar ks1292020-12-14-21/+4
| |
| * Move loading to different componentGravatar ks1292020-12-14-12/+19
| |
| * Create Axios client for backendGravatar ks1292020-12-14-0/+6
| |
| * Install Axios dependencyGravatar ks1292020-12-14-0/+13
| |
| * Update form interface and add featuresGravatar ks1292020-12-13-11/+18
| |
| * Update question types and interface to match changes in backendGravatar ks1292020-12-13-5/+11
| |
* | Merge pull request #29 from python-discord/dependabot/npm_and_yarn/ini-1.3.8Gravatar Joe Banks2020-12-14-3/+3
|\ \ | |/ |/| Bump ini from 1.3.5 to 1.3.8
| * Bump ini from 1.3.5 to 1.3.8Gravatar dependabot[bot]2020-12-13-3/+3
|/ | | | | | | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #28 from python-discord/jb3-patch-1Gravatar Joe Banks2020-12-05-0/+3
|\ | | | | Create review-policy.yml
| * Create review-policy.ymlGravatar Joe Banks2020-12-05-0/+3
|/
* Merge pull request #27 from python-discord/jb3-patch-1Gravatar Joe Banks2020-11-27-0/+2
|\ | | | | Create CODEOWNERS
| * Create CODEOWNERSGravatar Joe Banks2020-11-27-0/+2
|/
* Merge pull request #26 from python-discord/build/chunkingGravatar Joe Banks2020-10-12-31/+994
|\ | | | | Improve chunking configuration
| * Improve loader styleGravatar Joe Banks2020-10-12-2/+12
| |
| * Configure chunkingGravatar Joe Banks2020-10-12-1/+7
| |
| * Re-enable webpack-dev-serverGravatar Joe Banks2020-10-12-28/+975
| |
* | Merge pull request #25 from python-discord/tests/increase-coverageGravatar Joe Banks2020-10-12-7/+102
|\ \ | |/ |/| Increase test coverage
| * Use location instead of document.location in callbackGravatar Joe Banks2020-10-12-1/+1
| |
| * Add test setup fileGravatar Joe Banks2020-10-12-4/+1
| |
| * Add Jest configGravatar Joe Banks2020-10-12-0/+7
| |
| * Add many new testsGravatar Joe Banks2020-10-12-2/+93
|/
* Merge pull request #24 from python-discord/sentry/remove-tracingGravatar Joe Banks2020-10-12-16/+0
|\ | | | | Remove Sentry tracing integration
| * Disable tracing integrationGravatar Joe Banks2020-10-12-4/+0
| |
| * Remove @sentry/tracing packageGravatar Joe Banks2020-10-12-12/+0
|/
* Merge pull request #23 from python-discord/build/new-processGravatar Joe Banks2020-10-12-3386/+2939
|\ | | | | Introduce new build system: SWC
| * Remove unused dependenciesGravatar Joe Banks2020-10-12-2116/+101
| |
| * Update build preferences to put assets in correct placeGravatar Joe Banks2020-10-12-1/+1
| |
| * Update lockfileGravatar Joe Banks2020-10-12-5/+205
| |
| * Add webpack plugin for copying static filesGravatar Joe Banks2020-10-12-3/+10
| |
| * Correct build path and add hash to generated filenamesGravatar Joe Banks2020-10-12-2/+2
| |
| * Update build pathGravatar Joe Banks2020-10-12-1/+1
| |
| * Update test script in package.jsonGravatar Joe Banks2020-10-12-1/+1
| |
| * Fix the SVG scaling with new SVG loaderGravatar Joe Banks2020-10-12-6/+2
| |
| * Fix testsGravatar Joe Banks2020-10-12-93/+32
| |
| * Remove commentsGravatar Joe Banks2020-10-12-12/+0
| |
| * Remove pointless commentGravatar Joe Banks2020-10-12-3/+0
| |
| * Lazy load componentsGravatar Joe Banks2020-10-12-5/+12
| |