| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Dependabot PRs no longer have access to environment secrets (see: https://github.com/dependabot/dependabot-core/issues/3253).
This fix stops the action from running on dependabot PRs.
|
|
|
|
| |
Changes the action used in sentry releases to the one used in other projects such as python-discord/bot, as the current one does not seem to be working. Issue opened upstream at:
https://github.com/getsentry/action-release/issues/47
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
|
| |
|
|
|
|
|
|
|
| |
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]>
|
| |
|
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
|
| |
Adds eslint, eslint rules, and updates the workflow file. Adds a yarn
command to run linting.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
Updates package.json to keep only the bare minimum required for
production in dependencies.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
|
| |
|
| |
|
|\
| |
| | |
Introduce new build system: SWC
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|