Sascha Ißbrücker
|
a6f35119cd
|
Replace django-background-tasks with huey (#657)
* Replace django-background-tasks with huey
* Add command for migrating tasks
* Add custom admin view
* fix dockerfile
* fix tests
* fix tests in CI
* fix task tests
* implement retries
* improve config
* workaround to avoid running singlefile tasks in parallel
* properly kill single-file sub-processes
* use period task for HTML snapshots
* clear task lock when starting task consumer
* remove obsolete cleanup task command
|
2024-04-07 11:11:14 +02:00 |
|
Hugo van Rijswijk
|
4bee104b62
|
Build improvements (#649)
* Improve PWA capabilities
* Invert background_color theme logic
* Revert build changes
* Revert "Revert build changes"
This reverts commit 1ab640fda1 .
* update
* revert svelte component changes
|
2024-03-16 15:57:23 +01:00 |
|
Sascha Ißbrücker
|
d7c1afa2a5
|
Bump dependencies (#618)
* Bump dependencies
* Make it work with Python 3.10
* replace psycopg2-binary with psycopg2 in Docker build
|
2024-01-28 22:50:51 +01:00 |
|
Sascha Ißbrücker
|
87020de917
|
Add Alpine based Docker image (experimental) (#570)
* use alpine as base image
* try fix missing mime types
* Extract separate Dockerfile
* Restore playwright dev dependency
* Add info to README.md
|
2023-11-05 14:18:26 +01:00 |
|
Sascha Ißbrücker
|
84f13dd792
|
Reorganize scripts and E2E tests
|
2023-05-21 14:32:24 +02:00 |
|
acbgbca
|
417dce785a
|
Added Dev Container support (#474)
* Added dev container configuration
* Fixed container creation
* Added DevContainer detail to readme
* Ignoring dev container files
* Added playwright deps for tests
* Removed playwright installation #473
|
2023-05-21 13:35:00 +02:00 |
|
QiaoHao
|
d298260122
|
exclude .git in docker container (#176)
|
2021-12-05 21:11:49 +01:00 |
|
Sascha Ißbrücker
|
d87dde6bae
|
Create snapshots on web.archive.org for bookmarks (#150)
* Implement initial background tasks concept
* fix property reference
* update requirements.txt
* simplify bookmark null check
* improve web archive url display
* add background tasks test
* add basic supervisor setup
* schedule missing snapshot creation on login
* remove task locks and clear task history before starting background task processor
* batch create snapshots after import
* fix script reference in supervisord.conf
* add option to disable background tasks
* restructure feature overview
|
2021-09-04 22:31:04 +02:00 |
|
stranger-danger-zamu
|
ad070e7019
|
Multistage Dockerfile (#90)
* Multistage Dockerfile
* Fix final stage and improve image size + layer caching
Co-authored-by: Sascha Ißbrücker <sissbruecker@lyska.io>
|
2021-03-13 11:24:44 +01:00 |
|
Sascha Ißbrücker
|
0dfa3f5e48
|
Add docs
|
2019-12-24 10:50:40 +01:00 |
|
Sascha Ißbrücker
|
70f9fb9818
|
Improve production setup
|
2019-07-05 01:26:52 +02:00 |
|