umap/umap
Yohan Boniface 86a8e17aec
Some checks are pending
Test & Docs / lint (push) Waiting to run
Test & Docs / docs (push) Waiting to run
Test & Docs / tests (postgresql, 3.10) (push) Waiting to run
Test & Docs / tests (postgresql, 3.12) (push) Waiting to run
fix(sync): handle sync of datalayer delete (#2416)
fix #2268

There is a tricky choice to do: the delete actually occurs in two
times, first the datalayer is hidden from the UI and set as "deleted"
(this can then be undone) then at next "save" it will totally removed.

When syncing, given we removed the "reset/undo" feature for now, and
because it was simpler, I decide to do both step in once.

When working on a proper "undo/redo", we may challenge this choice
again.
2025-01-10 16:34:47 +01:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale i18n 2024-12-26 11:23:28 +01:00
management chore: review empty_trash command 2024-12-12 13:47:40 +01:00
migrations chore: add basic tests for S3 storage 2024-12-10 19:03:19 +01:00
settings chore: make S3 dependencies optional 2024-12-11 19:16:17 +01:00
static fix(sync): handle sync of datalayer delete (#2416) 2025-01-10 16:34:47 +01:00
storage chore: make S3 dependencies optional 2024-12-11 19:16:17 +01:00
templates chore: lint templates 2024-12-23 12:29:35 -05:00
templatetags fix: do not call teams.all() on anonymous user 2024-09-10 17:56:14 +02:00
tests fix(sync): handle sync of datalayer delete (#2416) 2025-01-10 16:34:47 +01:00
__init__.py 2.8.2 2024-12-26 11:24:46 +01:00
admin.py chore: display user maps in admin and add in csv export 2024-09-24 20:07:03 +02:00
apps.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
asgi.py chore: move pydantic and websocket in sync dependencies target 2024-10-21 11:50:10 +02:00
autocomplete.py [style] Format the code 2023-11-24 23:31:18 +01:00
context_processors.py feat: add a setting to prevent users from editing their profile 2024-09-12 14:23:50 -04:00
decorators.py chore: lint python imports 2024-12-23 13:16:11 -05:00
fields.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
forms.py feat: introduce Map.share_status=DRAFT and DELETED 2024-12-10 15:14:12 +01:00
managers.py [style] Format the code 2023-11-24 23:31:18 +01:00
middleware.py [style] Format the code 2023-11-24 23:31:18 +01:00
models.py chore: cache DataLayer._reference_version 2024-12-10 19:03:19 +01:00
urls.py feat: support storing layer data in S3 like servers 2024-12-10 18:51:58 +01:00
utils.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
views.py feat: display map's "created at" and "modified at" in the caption (#2424) 2025-01-10 16:23:42 +01:00
websocket_server.py feat: reconnect websocket on disconnection 2024-12-19 16:51:10 +01:00
wsgi.py chore: bump ruff 2024-03-05 17:23:49 +01:00