Nick Sweeting
|
b789be098d
|
fix type hint
|
2024-08-28 00:26:37 -07:00 |
|
Nick Sweeting
|
24fe958ff3
|
massively improve Snapshot admin list view query performance
|
2024-08-26 20:16:43 -07:00 |
|
Nick Sweeting
|
09553d8340
|
hardcode EXTRACTOR_CHOICES to prevent nondeterministic migrations
|
2024-08-22 15:36:02 -07:00 |
|
Nick Sweeting
|
9b1659c72f
|
make created_by_id autoapply to any ArchiveResults created under Snapshot
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
|
2024-08-20 19:43:07 -07:00 |
|
Nick Sweeting
|
ea81f2fc14
|
use ABIDAdmin as base ModelAdmin
|
2024-08-20 19:26:40 -07:00 |
|
Nick Sweeting
|
0285aa52a0
|
config and attr access improvements
|
2024-08-20 18:31:21 -07:00 |
|
Nick Sweeting
|
4ae186dfca
|
fix ABID generation consistency when self._state.adding is True
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
|
2024-08-20 05:56:19 -07:00 |
|
Nick Sweeting
|
267964881c
|
fix tags editor in Snapshot list view
|
2024-08-20 03:29:57 -07:00 |
|
Nick Sweeting
|
506b3d28d4
|
fix admin UI TagInline and ArchiveResultInline form POST handling
|
2024-08-20 01:57:07 -07:00 |
|
Nick Sweeting
|
c4ef2993b2
|
update REST API and Admin UI to use new id and old_id exclusively
Build Homebrew package / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
|
2024-08-19 20:00:04 -07:00 |
|
Nick Sweeting
|
74c11d41be
|
dont allow modifying Snapshot.timestamp as it would break folder dirs
|
2024-08-19 19:42:01 -07:00 |
|
Nick Sweeting
|
18ebaed7ed
|
fix admin UI display of tags
|
2024-08-19 18:34:01 -07:00 |
|
Nick Sweeting
|
57d31b2b14
|
fix snapshot uuid
|
2024-08-18 01:07:21 -07:00 |
|
Nick Sweeting
|
8c50257fe9
|
move snapshot id to old_id
|
2024-08-18 00:24:38 -07:00 |
|
Nick Sweeting
|
a271bcb4ce
|
use new ids for ArchiveResult API
|
2024-08-17 23:03:43 -07:00 |
|
Nick Sweeting
|
f72debfdb2
|
migrate ArchiveResult.id to old_id, and make uuid main id
|
2024-08-17 22:58:35 -07:00 |
|
Nick Sweeting
|
4d0bbfccfc
|
add uri salt and fix api url namespaces
|
2024-08-17 21:56:23 -07:00 |
|
Nick Sweeting
|
5e0cc926f1
|
show ulid in archivebox admin
|
2024-08-17 19:31:18 -07:00 |
|
Nick Sweeting
|
48becde9b4
|
add new pydantic-based plugin system
|
2024-05-17 20:13:54 -07:00 |
|
Nick Sweeting
|
acfd346440
|
make abids searchable in the admin ui
|
2024-05-17 20:11:31 -07:00 |
|
Nick Sweeting
|
241a7c6ab2
|
add created, modified, updated, created_by and update django admin
|
2024-05-13 07:50:07 -07:00 |
|
Nick Sweeting
|
0420662174
|
switch everywhere to use Snapshot.pk and ArchiveResult.pk instead of id
|
2024-05-13 05:12:12 -07:00 |
|
Nick Sweeting
|
f896e5dbeb
|
switch from monkey patching WebhookModel to using swappable
|
2024-05-13 02:36:15 -07:00 |
|
Nick Sweeting
|
027c029316
|
redact passwords, keys, and secret tokens in admin UI
|
2024-05-06 11:06:42 -07:00 |
|
Nick Sweeting
|
8667ed29f1
|
improve API webhooks helptext and change app_label to API
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Build GitHub Pages website / build (push) Waiting to run
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
|
2024-05-06 08:11:01 -07:00 |
|
Nick Sweeting
|
47666ec26b
|
show webhooks config in django admin
|
2024-05-06 07:13:54 -07:00 |
|
Nick Sweeting
|
75153252dc
|
big overhaul of REST API, split into auth, core, and cli methods
|
2024-04-25 03:56:22 -07:00 |
|
jim winstead
|
8b1b01e508
|
Update to Django 4.2.x, now in LTS until April 2026
|
2024-03-25 17:46:01 -07:00 |
|
Nick Sweeting
|
d0cd84a2af
|
Merge branch 'dev' into specific-version-banner
|
2024-01-19 04:01:32 -08:00 |
|
Nick Sweeting
|
ef1a697588
|
fix sorting by Size or by Files to sort by number of archive results
|
2024-01-19 03:47:38 -08:00 |
|
Ben Muthalaly
|
5de45dbf30
|
Show upgrade notification in admin snapshot view
|
2024-01-08 22:55:30 -06:00 |
|
Nick Sweeting
|
fcdc41a1ab
|
re-enable autocomplete tag field for now as its breaking action buttons display
|
2024-01-03 19:09:14 -08:00 |
|
Nick Sweeting
|
7d5a7f80ca
|
Update admin.py
|
2023-12-18 19:24:48 -08:00 |
|
Nick Sweeting
|
7d06836443
|
add WIP comment
|
2023-12-18 19:24:18 -08:00 |
|
Nick Sweeting
|
6761ed368c
|
wip pre-0.7.1 side fixes
|
2023-11-14 02:09:58 -08:00 |
|
Nick Sweeting
|
a9986f1f05
|
add timezone support, tons of CSS and layout improvements, more detailed snapshot admin form info, ability to sort by recently updated, better grid view styling, better table layouts, better dark mode support
|
2021-04-10 04:21:36 -04:00 |
|
Nick Sweeting
|
8d68f1744e
|
tweak columns in private snapshots list and shorten action names
|
2021-04-10 04:21:36 -04:00 |
|
Nick Sweeting
|
722f530c80
|
support adding and removing multiple tags at once using autocomplete multiselect field
|
2021-04-10 04:21:36 -04:00 |
|
Nick Sweeting
|
c98053a8ca
|
allow filtering by archiveresult status
|
2021-04-06 02:07:22 -04:00 |
|
Nick Sweeting
|
7162649b03
|
fix search fields on admin snapshots list
|
2021-04-01 14:00:07 -04:00 |
|
Nick Sweeting
|
c438e49871
|
fix clicking on tags on snapshot list
|
2021-04-01 14:00:07 -04:00 |
|
Nick Sweeting
|
ff9445648b
|
fix navbar and tags display
|
2021-04-01 01:39:34 -04:00 |
|
Nick Sweeting
|
5568b3b612
|
fix adding and removing tags via admin snapshot list
|
2021-03-27 05:27:02 -04:00 |
|
Nick Sweeting
|
49b77b91bb
|
fix unused var
|
2021-03-27 05:12:54 -04:00 |
|
Nick Sweeting
|
177d22da50
|
fix clicking add tag when no tag is selected throwing 500
|
2021-03-01 01:39:06 -05:00 |
|
Nick Sweeting
|
76ff789164
|
fix tags page rendering when snapshot has no updated timestamp
|
2021-03-01 00:40:41 -05:00 |
|
Nick Sweeting
|
844b5c5e20
|
minor db fix
|
2021-02-28 22:54:04 -05:00 |
|
Nick Sweeting
|
ca2bb673ea
|
improve inline admin forms and add tags autocomplete
|
2021-02-18 08:04:14 -05:00 |
|
Nick Sweeting
|
106f6adc59
|
fix lgtm alerts
|
2021-02-18 04:29:24 -05:00 |
|
Nick Sweeting
|
4e5671dda9
|
add ability to add and remove tags directly from snapshot list
|
2021-02-18 02:32:58 -05:00 |
|