R. Miles McCain
24e0ff0129
Use new MaxMind license key
2023-10-27 14:10:40 -07:00
Peter Dave Hello
45fafc3507
Add basic zh_TW Traditional Chinese locale ( #290 )
2023-09-25 08:48:52 -07:00
R. Miles McCain
9e0c92d703
Remove broker transport options (did not work)
2023-09-25 08:40:24 -07:00
Sumit Singh
03f8cbfe7b
Add tests for DashboardApiView and ApiTokenRequiredMixin ( #230 )
...
* test(core): fix factories
* test(api): Add tests for DashboardApiView and ApiTokenRequiredMixin
* refactor(api): sort imports and ran black on api app
2023-09-22 23:21:29 -04:00
Peter Dave Hello
120ea02fde
Remove additional clean up steps in Dockerfile ( #283 )
...
`/var/lib/apt/lists/*` is `/var/cache/apk/*` for Debian/Ubuntu based apt and Alpine Linux apk, if Alpine Linux is using `apk` with `--no-cache`, then you don't need any additional steps to clean up these two path.
2023-09-22 23:17:24 -04:00
Kashall
cc16271683
Update docker build & push to use latest versions as well as push to GHCR.IO ( #286 )
...
* chore(`workflows`): update docker build dependencies and support ghcr.io
* chore(`workflows`): update docker/build-push-action to v5
2023-09-22 23:01:17 -04:00
dependabot[bot]
78a47e3a74
Bump cryptography from 41.0.3 to 41.0.4 ( #288 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.3 to 41.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 22:58:58 -04:00
Kashall
b4c2ebc0bb
chore(celery
): add option for master_name that goes here ( #287 )
...
* chore(`celery`): add option for master_name that goes here
2023-09-22 22:55:57 -04:00
dependabot[bot]
55112fac88
Bump certifi from 2022.12.7 to 2023.7.22 ( #280 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 15:21:29 -07:00
dependabot[bot]
4f2bf7a64e
Bump aiohttp from 3.8.1 to 3.8.5 ( #281 )
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.8.1 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.1...v3.8.5 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 15:21:21 -07:00
dependabot[bot]
dfcbea56b8
Bump cryptography from 41.0.0 to 41.0.3 ( #282 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.0 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.3 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 15:21:14 -07:00
dependabot[bot]
f87c2c9d50
Bump word-wrap from 1.2.3 to 1.2.4 ( #273 )
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 12:12:48 -07:00
Jaryl Chng
4cc2dd4b54
Optimized Dockerfile to reduce uncompressed image size ( #276 )
...
* Optimized Dockerfile to reduce uncompressed image size
Combining apk del commands in the same layer as their add commands shaves off ~270MB when uncompressed.
* Skip libffi-dev rust cargo installation on x86_64
2023-08-29 12:12:32 -07:00
radeeyate
f1a0de2090
Update helpers.py ( #278 )
2023-08-09 16:11:03 -07:00
R. Miles McCain
1918af3f0e
Bump version to 0.13.1
2023-07-28 03:16:05 +00:00
R. Miles McCain
f958129d09
Add additional build dependencies
2023-07-28 03:15:27 +00:00
R. Miles McCain
45735e7908
Add base dev container images
2023-07-28 03:07:50 +00:00
Jeremy Chabernaud
4d9a5fdaad
fix: PyYAML dependency install (check #183 ) (temporary) ( #272 )
...
* fix: PyYAML dependency install (check #183 )
* misc: update gh-actions (versions, and add temporary patch)
* misc: revert to python 3.9
2023-07-18 07:45:05 -04:00
R. Miles McCain
ef32c66769
Bump version
2023-07-17 12:03:31 -04:00
dependabot[bot]
467c32657f
Bump django from 4.1.9 to 4.1.10 ( #271 )
...
Bumps [django](https://github.com/django/django ) from 4.1.9 to 4.1.10.
- [Commits](https://github.com/django/django/compare/4.1.9...4.1.10 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 14:01:32 -07:00
rsp2k
b9ffb10668
Update TEMPLATE.env - add command to generate django secret ( #270 )
2023-06-12 10:59:26 -07:00
dependabot[bot]
9980cc12f2
Bump cryptography from 38.0.1 to 41.0.0 ( #269 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 38.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/38.0.1...41.0.0 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-02 13:11:51 -07:00
dependabot[bot]
404a355c54
Bump requests from 2.28.1 to 2.31.0 ( #268 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 07:46:59 -07:00
havk
6cd23029a9
Fix performence in dashboard ( #264 )
...
* Limit results in dashboard
* Add service loction list view
* Increase RESULTS_LIMIT
2023-05-19 09:59:33 -07:00
dependabot[bot]
b54d3c64d5
Bump django from 4.1.7 to 4.1.9 ( #267 )
...
Bumps [django](https://github.com/django/django ) from 4.1.7 to 4.1.9.
- [Commits](https://github.com/django/django/compare/4.1.7...4.1.9 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 11:58:22 -07:00
dependabot[bot]
d71f389b7e
Bump sqlparse from 0.4.2 to 0.4.4 ( #265 )
...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse ) from 0.4.2 to 0.4.4.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases )
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.4.4 )
---
updated-dependencies:
- dependency-name: sqlparse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-21 15:43:20 -07:00
havk
4ffc3bdef7
Respect dnt in JS tracker ( #257 )
2023-02-23 13:39:26 -08:00
dependabot[bot]
d78fd9f6c5
Bump django from 4.1.6 to 4.1.7 ( #256 )
...
Bumps [django](https://github.com/django/django ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/4.1.6...4.1.7 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-15 13:09:24 -08:00
dependabot[bot]
f6bbb712e3
Bump django from 4.1.1 to 4.1.6 ( #252 )
...
Bumps [django](https://github.com/django/django ) from 4.1.1 to 4.1.6.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/4.1.1...4.1.6 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 07:23:38 -08:00
0xflotus
b7fd2d16a1
fix: small typo ( #250 )
...
* fix: small typo
* Update GUIDE.md
2023-01-30 09:37:39 -08:00
Sérgio
7c5888179c
Add fallback to PORT in healthcheck ( #249 )
2023-01-20 07:01:18 -08:00
dependabot[bot]
2d7bbcaa8b
Bump certifi from 2022.6.15.1 to 2022.12.7 ( #244 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.6.15.1 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15.1...2022.12.07 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 23:32:11 -05:00
havk
b397d1fd6a
Add api token field to UserAdmin ( #241 )
2022-11-07 08:52:13 -08:00
havk
2de0b9b9e1
Update poetry version in Dockerfile ( #240 )
2022-11-07 08:50:12 -08:00
Tristan Pinaudeau
aeeff26e88
fix registeradmin's get_random_string missing argument ( #236 )
2022-10-20 11:11:38 -07:00
havk
ba2f47edb7
Add Black config and pre-commit hook ( #231 )
...
* Add black config to pyproject.toml
* Add flake8 config
* Add pre-commit black hook
2022-09-28 16:16:40 -07:00
Sumit Singh
e507dd5814
test(core): fix factories ( #229 )
2022-09-25 13:48:03 -07:00
R. Miles McCain
c34388e6c9
Fix migrations
2022-09-15 22:24:29 -07:00
R. Miles McCain
767fd49969
Update migrations
2022-09-15 22:08:28 -07:00
R. Miles McCain
f746bce100
Update TEMPLATE.env
2022-09-14 11:12:04 -07:00
R. Miles McCain
2715826611
Add proper CSRF origin parsing
2022-09-14 11:09:17 -07:00
R. Miles McCain
e7fef3b2f8
Add option to set CSRF_TRUSTED_ORIGINS (Django 4.0)
2022-09-14 11:04:47 -07:00
Christian Wiegand
e08c6e790b
Add missing "i18n" to some templates ( #226 )
2022-09-14 10:32:14 -07:00
R. Miles McCain
78135583ee
Fix migration order
2022-09-13 14:23:00 -07:00
R. Miles McCain
487815a984
Bump version to 0.13.0
2022-09-13 13:14:53 -07:00
R. Miles McCain
6f715b5b77
Update ipware (fix CF IPs)
2022-09-13 12:19:43 -07:00
R. Miles McCain
1280433a49
Add an API!
2022-09-13 12:14:39 -07:00
R. Miles McCain
6febe7db19
Upgrade Django to 4
2022-09-13 12:09:36 -07:00
Paweł Jastrzębski
5e48e2dcf5
Use POST to api token refresh
2022-08-29 08:44:17 +02:00
Christian Wiegand
d134c0049d
Localization ( #214 )
...
* General localization:
- Add gettext to literals
- Add trans template tag to templates
- Set localized date and time
- Add locale option to TEMPLATE.env
- Add migrations that result from model field changes
* Add german locale
* Add german locale
2022-08-28 15:22:50 -07:00