umap/umap/tests
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
..
fixtures feat: parse files in parallel at import when multiple 2024-12-16 19:49:58 +01:00
integration fix(sync): handle sync of datalayer delete (#2416) 2025-01-10 16:34:47 +01:00
__init__.py Merge leaflet_storage tests 2018-05-19 11:54:08 +02:00
base.py chore(tests): use name from data when defined in DataLayerFactory 2025-01-10 16:33:06 +01:00
conftest.py fix: do not call teams.all() on anonymous user 2024-09-10 17:56:14 +02:00
settings.py settings: Make the websocket settings clearer. 2024-06-07 18:21:30 +02:00
test_clean_tilelayer.py chore: add clean_tilelayer management command 2024-09-12 11:52:56 +02:00
test_dashboard.py chore: add more tests for team related views 2024-12-13 14:44:54 +01:00
test_datalayer.py fix: update map.modified_at when saving a datalayer 2025-01-10 12:01:13 +01:00
test_datalayer_s3.py chore: make S3 dependencies optional 2024-12-11 19:16:17 +01:00
test_datalayer_views.py fix: update map.modified_at when saving a datalayer 2025-01-10 12:01:13 +01:00
test_empty_trash.py chore: do not use datetime.UTC yet, which is py>=3.11 only 2024-12-10 16:37:38 +01:00
test_licence.py Merge leaflet_storage tests 2018-05-19 11:54:08 +02:00
test_map.py feat: move map to trash on delete 2024-12-10 16:30:23 +01:00
test_map_views.py feat: move map to trash on delete 2024-12-10 16:30:23 +01:00
test_merge_features.py chore: ensure merge + assigning ids are rejected 2024-03-08 18:01:58 +01:00
test_statics.py chore: make S3 dependencies optional 2024-12-11 19:16:17 +01:00
test_team_views.py fix: show private/draft maps in team maps for members 2024-12-17 10:37:07 +01:00
test_tilelayer.py [style] Format the code 2023-11-24 23:31:18 +01:00
test_utils.py iwyu 2023-02-27 13:50:37 +01:00
test_views.py chore: add more tests for team related views 2024-12-13 14:44:54 +01:00
test_websocket_server.py feat(sync): Send remote operations to peers when they join. 2024-09-27 18:26:47 +02:00