Commit Graph

342 Commits

Author SHA1 Message Date
Michael Plunkett
d575b6f9af Format and lint the tests directory (#58) 2025-02-27 12:35:23 -06:00
Michael Plunkett
229db7dd5c Add test CI Action with multiple 🐍 versions (#57) 2025-02-26 14:37:49 -06:00
Michael Plunkett
7e48f706df Add pre-commit with GiHub Action (#56)
* Update pyproject.toml

* add pre-commit

* Create .pre-commit-config.yaml

* Comment out ruff

* Update .pre-commit-config.yaml

* General formatting

* Create format-and-fail.yml

* Update ci.yml

* Add pre-commit to dev dependencies

* Update pyproject.toml
2025-02-26 10:42:28 -06:00
Michael Plunkett
d9f36957cd Update Makefile (#55)
* Update Makefile

* Update pyproject.toml

* Update Makefile

* Update pyproject.toml
2025-02-26 10:40:04 -06:00
msramalho
eec4c09441 adds celery -O fair configuration 2025-02-24 18:44:35 +00:00
msramalho
a50c218c93 v0.9.3 bump 2025-02-24 17:20:22 +00:00
msramalho
7170337542 implements firebase ID tokens 2025-02-24 17:17:19 +00:00
Michael Plunkett
7e6175acf8 Merge pull request #53 from bellingcat/adjust-gitignore 2025-02-22 10:25:06 -06:00
michplunkett
9cf449a68f Update .gitignore 2025-02-21 15:14:00 -06:00
michplunkett
5c30f26394 Create CODEOWNERS 2025-02-21 15:10:06 -06:00
michplunkett
793e8db808 Update poetry.lock 2025-02-21 15:00:00 -06:00
michplunkett
7d04b69488 Create pull_request_template.md 2025-02-21 14:29:57 -06:00
michplunkett
01af0ead1d Update .gitignore 2025-02-21 14:29:02 -06:00
msramalho
7f28f97815 old file 2025-02-20 17:40:39 +00:00
msramalho
4c06351cb3 api token archive can set the author_id explicitly 2025-02-20 15:14:13 +00:00
msramalho
b203594c4b version bump 2025-02-20 13:29:49 +00:00
msramalho
a12291d464 improves readme 2025-02-20 13:29:44 +00:00
msramalho
e19bf7f97f improves example and intro 2025-02-20 13:16:37 +00:00
msramalho
0869f55c0c attempt to curb zombie celery processes 2025-02-20 10:25:38 +00:00
msramalho
b3de99aaa0 adds celery logging rotation 2025-02-20 10:17:07 +00:00
msramalho
4383eb009e fix to interoperability endpoint 2025-02-20 10:00:39 +00:00
Miguel Sozinho Ramalho
fea5dd25b0 Merge pull request #52 from bellingcat/dev
major refactor completed.
2025-02-19 18:38:12 +00:00
msramalho
d9f40c8e08 bumps auto-archiver to 0.13.4 2025-02-19 18:24:46 +00:00
msramalho
7eb6f652be ignores database volume 2025-02-19 18:24:13 +00:00
Miguel Sozinho Ramalho
6c61d2cd8f Update README.md 2025-02-18 15:51:16 +00:00
msramalho
057324dae7 cleanup readme 2025-02-18 15:50:47 +00:00
msramalho
8f0cfd2239 closes TODOs, renames task to archive, fixes read permissions and fixes tests 2025-02-18 14:51:31 +00:00
msramalho
9a11c430ea adds todos 2025-02-18 01:11:09 +00:00
msramalho
834e3d86da adds missing tests 2025-02-17 15:42:57 +00:00
msramalho
1497485612 updates AA adds missing dependencies 2025-02-15 23:14:53 +00:00
msramalho
00cdec92f9 fixes env setting 2025-02-15 23:13:32 +00:00
msramalho
8f67457d9c temp fix see https://github.com/bellingcat/auto-archiver/issues/203 2025-02-15 23:13:25 +00:00
msramalho
1a4508df33 minor refactor and user_state tests 2025-02-14 23:56:36 +00:00
msramalho
1a3078055b minor fixes and todos 2025-02-14 13:07:25 +00:00
msramalho
b7b259909a ignores .python-version 2025-02-14 13:05:18 +00:00
msramalho
dcb8ee47d8 drops group info from default endpoint 2025-02-13 00:35:09 +00:00
msramalho
4b3d47803a force the old extension version to display an outdated version message 2025-02-13 00:08:15 +00:00
msramalho
8b0f0023b1 setting default db pool and verflow sizes 2025-02-13 00:07:15 +00:00
msramalho
4341b80dfc fixes bad db usage without proper connection closing leading to https://docs.sqlalchemy.org/en/20/errors.html#error-3o7r 2025-02-13 00:07:02 +00:00
msramalho
a3b1adb28d documents and simplifies how .env and .user-groups are passed to the images 2025-02-13 00:06:24 +00:00
msramalho
df8f53ef35 log info->debug 2025-02-12 17:34:20 +00:00
msramalho
baf5ae0f73 fixes tests 2025-02-12 16:35:29 +00:00
msramalho
77130e28c5 refactor scheduled archives deletion 2025-02-12 15:56:26 +00:00
msramalho
2892efaa97 drop deprecated endpoints/schemas 2025-02-12 13:29:55 +00:00
msramalho
f587a17a93 introduces low/high priority queue and custom concurrency 2025-02-12 13:24:11 +00:00
msramalho
119faf330d fixing healthchecks 2025-02-12 10:18:03 +00:00
msramalho
e422e1126c license year bump 2025-02-12 10:17:46 +00:00
msramalho
b654b6218e drops pipfile 2025-02-12 00:02:20 +00:00
msramalho
fbfebd4671 improves example files 2025-02-12 00:02:08 +00:00
msramalho
4f9d447ec7 optimizing compose and logging 2025-02-11 23:30:45 +00:00