Jens Langhammer
7bb26b5903
web: add more cards to overview
2020-12-01 12:41:37 +01:00
Jens Langhammer
93bfe60369
api: allow setting of page size
2020-12-01 11:58:14 +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
a777ecc933
web: start implementing translation in JS
2020-12-01 09:47:22 +01:00
Jens Langhammer
0231bcf685
web: switch to eslint
2020-12-01 09:47:22 +01:00
Jens Langhammer
a312ad2ad1
web: add TablePage
2020-12-01 09:47:21 +01:00
dependabot[bot]
8e25970c01
build(deps): bump dacite from 1.5.1 to 1.6.0 ( #353 )
...
Bumps [dacite](https://github.com/konradhalas/dacite ) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/konradhalas/dacite/releases )
- [Changelog](https://github.com/konradhalas/dacite/blob/master/CHANGELOG.md )
- [Commits](https://github.com/konradhalas/dacite/compare/v1.5.1...v1.6.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-01 09:47:11 +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
Jens Langhammer
43c391aa1c
docs: move dev setup to docs site, fix docs header
2020-11-30 13:12:56 +01:00
Jens Langhammer
2a0b4c8f14
web: remove dist from git
2020-11-30 12:50:08 +01:00
Jens Langhammer
1193608631
web: port library page to clientside, router performance improvements
2020-11-30 12:34:26 +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
dependabot[bot]
05f8f92082
build(deps): bump django-model-utils from 4.0.0 to 4.1.0 ( #351 )
...
Bumps [django-model-utils](https://github.com/jazzband/django-model-utils ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/jazzband/django-model-utils/releases )
- [Changelog](https://github.com/jazzband/django-model-utils/blob/master/CHANGES.rst )
- [Commits](https://github.com/jazzband/django-model-utils/compare/4.0.0...4.1.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:21 +01:00
Jens Langhammer
f7022dd11f
web: sort components into folders, implement pagination for table
2020-11-29 22:14:48 +01:00
Jens Langhammer
606e32603e
api: improve pagination to show relevant data used for interface
2020-11-29 22:14:03 +01:00
Jens Langhammer
5c5adfcccc
admin: fix rendering of FileInput
2020-11-29 19:40:28 +01:00
Jens Langhammer
0a2c0464df
proxy: send proxy version in user-agent header
2020-11-29 19:01:15 +01:00
Jens Langhammer
902953a2c7
admin: add use spinner button for admin lists
2020-11-29 18:46:45 +01:00
Jens Langhammer
a8dad2e393
web: add sentry, add spinner button as base for action button
2020-11-29 18:10:20 +01:00
Jens Langhammer
2417d5a59e
policies: add policy_obj to Binding API
2020-11-29 13:57:40 +01:00
Jens Langhammer
66b3635648
web: allow setting of querystring arguments with API Client, update table
2020-11-29 13:57:40 +01:00
dependabot[bot]
7f821c484c
build(deps): bump lxml from 4.6.1 to 4.6.2 ( #350 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.1...lxml-4.6.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-28 23:19:58 +01:00
Jens Langhammer
f51acb97a9
tests: fix docker proxy missing for single test
2020-11-28 21:29:11 +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
dependabot[bot]
5650bd2d4c
build(deps): bump packaging from 20.4 to 20.7 ( #349 )
...
Bumps [packaging](https://github.com/pypa/packaging ) from 20.4 to 20.7.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/20.4...20.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-28 20:45:55 +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
Jens Langhammer
127ffbd456
root: fix linting error
2020-11-27 21:00:47 +01:00
Jens Langhammer
2fbf06a1aa
root: fix formatting, update swagger
2020-11-27 18:42:22 +01:00
Jens Langhammer
55f2ae5d08
static: start implementing Application View page
2020-11-27 18:37:56 +01:00
Jens Langhammer
47fe867803
root: add more API methods
2020-11-27 18:37:45 +01:00
Jens Langhammer
28980d932a
static: update ts formatting
2020-11-26 23:42:58 +01:00
Jens Langhammer
1e640fac76
static: rewrite tabs to not use hash and render in shadow root
2020-11-26 23:31:56 +01:00
Jens Langhammer
c7b6eac33d
static: rewrite API Fetching to make API Version upgrades easier
2020-11-26 22:37:41 +01:00
Jens Langhammer
f83087d04d
static: cleanup messages, improve reconnect
2020-11-26 21:55:03 +01:00
Jens Langhammer
14ab9bbd05
static: fetch messages which were created when the user arrives/leaves the page
2020-11-26 18:16:50 +01:00
Jens Langhammer
a91d0ddc6c
static: backoff retrying to connect to ws
2020-11-26 18:04:24 +01:00
Jens Langhammer
89400b4ea4
root: save messages to session as backup
2020-11-26 17:57:46 +01:00
Jens Langhammer
afcbe24ff5
static: add websocket support for messages, move console.log to debug
2020-11-26 17:23:29 +01:00
Jens Langhammer
9c00c86e9b
root: add Channels Message Storage and consumer
2020-11-26 17:12:00 +01:00
Jens Langhammer
7efed56acc
static: add multiple active paths to sidebar
2020-11-26 16:06:44 +01:00
Jens Langhammer
81a2c3992a
static: start implementing new application page
2020-11-26 15:55:01 +01:00
Jens Langhammer
feabd38173
static: add argument support to Router and add RouteMatch
2020-11-26 13:58:45 +01:00
Jens Langhammer
1432f0648f
core: fix applications API not being same format as other APIs
2020-11-26 13:31:09 +01:00
dependabot[bot]
04f876af7b
build(deps): bump docker from 4.3.1 to 4.4.0 ( #344 )
...
* build(deps): bump docker from 4.3.1 to 4.4.0
Bumps [docker](https://github.com/docker/docker-py ) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/docker/docker-py/releases )
- [Commits](https://github.com/docker/docker-py/compare/4.3.1...4.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* outposts: fix both network_mode and ports being set during tests
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens L <jens@beryju.org>
Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
2020-11-26 11:25:06 +01:00
dependabot[bot]
2449c63d0a
build(deps): bump @types/codemirror in /passbook/static/static ( #346 )
...
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror ) from 0.0.99 to 0.0.100.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-26 09:58:48 +01:00
Jens Langhammer
c738ea573c
tests/e2e: fix logic error
2020-11-25 12:41:13 +01:00
dependabot[bot]
987b3a47d0
build(deps): bump @types/codemirror in /passbook/static/static ( #343 )
...
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror ) from 0.0.98 to 0.0.99.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror )
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-11-25 11:42:19 +01:00
dependabot[bot]
4dd397d9d9
build(deps): bump boto3 from 1.16.23 to 1.16.25 ( #345 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.16.23 to 1.16.25.
- [Release notes](https://github.com/boto/boto3/releases )
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst )
- [Commits](https://github.com/boto/boto3/compare/1.16.23...1.16.25 )
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-11-25 11:24:37 +01:00
Jens Langhammer
5973f8bbca
lib: fix bad_request_message for new error template
2020-11-24 23:35:04 +01:00