dependabot[bot]
|
5b83c5a191
|
build(deps): bump rollup from 2.34.0 to 2.34.1 in /web (#365)
Bumps [rollup](https://github.com/rollup/rollup) from 2.34.0 to 2.34.1.
- [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.34.0...v2.34.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens L <jens@beryju.org>
|
2020-12-06 17:08:29 +01:00 |
Jens Langhammer
|
c17623323a
|
web: further cleanup, more linting
|
2020-12-02 15:44:40 +01:00 |
dependabot[bot]
|
a77c3f73cc
|
build(deps): bump @sentry/browser from 5.27.6 to 5.28.0 in /web (#358)
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.27.6 to 5.28.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/5.27.6...5.28.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-12-02 11:19:00 +01:00 |
dependabot[bot]
|
ebae03c399
|
build(deps): bump @sentry/tracing from 5.27.6 to 5.28.0 in /web (#359)
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 5.27.6 to 5.28.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/5.27.6...5.28.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-12-02 10:13:41 +01:00 |
Jens Langhammer
|
e6391b64f0
|
web: update to new formatting rules, make eslint warnings fail ci
|
2020-12-01 17:27:19 +01:00 |
Jens Langhammer
|
bce75dc047
|
web: fix formatting mostly, add pipeline
|
2020-12-01 13:59:59 +01:00 |
Jens Langhammer
|
93bf977709
|
web: start implementing admin overview page
|
2020-12-01 10:21:04 +01:00 |
Jens Langhammer
|
760dca0f76
|
web: fix django not being defined as global
|
2020-12-01 09:53:14 +01:00 |
Jens Langhammer
|
0231bcf685
|
web: switch to eslint
|
2020-12-01 09:47:22 +01:00 |
dependabot[bot]
|
b1c4d0c716
|
build(deps-dev): bump @rollup/plugin-typescript in /web (#354)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins) from 6.1.0 to 8.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/typescript-v6.1.0...eslint-v8.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-12-01 08:31:59 +01:00 |
dependabot[bot]
|
775d80de6d
|
build(deps): bump rollup from 2.33.3 to 2.34.0 in /web (#352)
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.3 to 2.34.0.
- [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.33.3...v2.34.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-30 09:13:37 +01:00 |
Jens Langhammer
|
a8dad2e393
|
web: add sentry, add spinner button as base for action button
|
2020-11-29 18:10:20 +01:00 |
dependabot[bot]
|
c4db907a50
|
build(deps-dev): bump prettier from 2.2.0 to 2.2.1 in /web (#348)
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.0...2.2.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-28 20:46:08 +01:00 |
Jens L
|
9466f91466
|
root: move webapp to /web (#347)
* root: move webapp to /web
* root: fix static build
* root: fix static files not being served for e2e tests
|
2020-11-28 19:43:42 +01:00 |