| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Remove quiet flag to show warnings | 2021-02-08 | -1/+1 | |
| | | ||||
| * | Add new formatter to workflow | 2021-02-08 | -1/+1 | |
| | | ||||
| * | Simplify Workflow Installation | 2021-02-05 | -7/+7 | |
| | | | | | | | | Makes workflows use the prod flag where possible to test the app works correctly, and reduce build times. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Fix Action Step Name | 2021-01-26 | -1/+1 | |
| | | ||||
| * | Corrects SHA & Path In Workflow | 2021-01-21 | -6/+15 | |
| | | | | | | | | | | Changes the sourcemap path to point to the location it is compiled to. Dynamically determines the correct SHA to use for program compilation and sentry release as it was incorrect for PRs due to the way github actions work. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Create dependabot.yml | 2021-01-17 | -0/+11 | |
| | | ||||
| * | Adds EsLint | 2021-01-03 | -2/+13 | |
| | | | | | | | | Adds eslint, eslint rules, and updates the workflow file. Adds a yarn command to run linting. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Cleans Up Dependencies | 2021-01-03 | -1/+1 | |
| | | | | | | | | Updates package.json to keep only the bare minimum required for production in dependencies. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Typo fix in GHA | 2021-01-03 | -1/+1 | |
| | | ||||
| * | Improve Sentry with deploy previews | 2020-12-30 | -2/+17 | |
| | | ||||
| * | Update review-policy.yml | 2020-12-21 | -1/+1 | |
| | | ||||
| * | Create config.yml | 2020-12-17 | -0/+8 | |
| | | ||||
| * | Add jb3 codeowner request for CI and API | 2020-12-16 | -2/+2 | |
| | | | | These override default (all) request behavior. | |||
| * | Add codeowner entries for ks129 | 2020-12-16 | -1/+5 | |
| | | ||||
| * | Update all | 2020-12-16 | -1/+1 | |
| | | ||||
| * | Create review-policy.yml | 2020-12-05 | -0/+3 | |
| | | ||||
| * | Create CODEOWNERS | 2020-11-27 | -0/+2 | |
| | | ||||
| * | Merge pull request #23 from python-discord/build/new-process | 2020-10-12 | -1/+1 | |
| |\ | | | | | Introduce new build system: SWC | |||
| | * | Fix tests | 2020-10-12 | -1/+1 | |
| | | | ||||
| * | | Prefix Sentry release | 2020-10-09 | -0/+1 | |
| |/ | ||||
| * | Create Sentry release on push | 2020-10-08 | -0/+34 | |
| | | ||||
| * | yarn seems to be pre-installed on the runner | 2020-09-28 | -6/+0 | |
| | | ||||
| * | Create test_and_lint.yml | 2020-09-28 | -0/+42 | |
| | | ||||
| * | Create codeql-analysis.yml | 2020-09-28 | -0/+66 | |