Wykres commitów

86 Commity (e510e2fc9b15e4b8e31d778bcd3fc60d19db8b9d)

Autor SHA1 Wiadomość Data
Piero Toffanin e510e2fc9b Move task.console_output 2023-09-11 16:35:54 -04:00
Piero Toffanin c7ff74a526 Moar unit tests 2023-09-11 13:02:46 -04:00
Piero Toffanin 84356f1ce7 External auth PoC, add task sizes 2023-08-21 11:43:50 -04:00
Piero Toffanin 0fc5387cf5 Allow single file upload 2023-05-04 14:14:32 -04:00
Piero Toffanin ed5ac98d06 Drop ImageUpload model 2023-03-23 13:31:07 -04:00
Piero Toffanin 26acc6ea1d Project tags persistence 2023-03-07 13:24:26 -05:00
Piero Toffanin a7b09ee3fa Tags persistence, system tags, sort by tag 2023-03-07 11:56:17 -05:00
Owen Kaluza 980ee89501 Update Django to 2.2.27 and drf to 3.13.1
Required some fixes:
- detail_route replaced with action(detail=True)
- base_name replaced with basename
- handler404 requires exception arg
- DjangoObjectPermissionsFilter deprecated and moved to
djangorestframework-guardian, now called ObjectPermissionsFilter
2022-03-18 17:51:55 +11:00
Piero Toffanin 7401bf6e1d Fix unit tests 2021-11-04 15:14:48 -04:00
Piero Toffanin c5fc89f61a Minor refactoring, fixes 2021-11-04 14:31:43 -04:00
Piero Toffanin 3378e67a2a Zip on the fly 2021-11-04 11:17:37 -04:00
Piero Toffanin 9bcedc65b7 Reprojection working 2021-11-01 15:51:40 -04:00
Piero Toffanin 3cd144f704 Shortcut downloads 2021-11-01 14:17:51 -04:00
Piero Toffanin afa064ac20 Display ground control points on map 2021-09-24 16:54:21 -04:00
hcwinsemius 0e24aab704 Fixed #1036. API end point now updates 2021-08-17 14:44:14 +02:00
Piero Toffanin 8fa2cc9643 Add duplicate task functionality, post process pipeline step 2021-08-05 12:10:30 -04:00
Piero Toffanin 6a2da220cd Add additional statistics in dashboard 2021-07-29 12:03:54 -04:00
Piero Toffanin 2aa1c12970 Extract ODM strings, moar translation work 2020-12-18 16:54:00 -05:00
Piero Toffanin b4b0ff775e More unit tests 2020-04-02 16:58:58 -04:00
Piero Toffanin 2bbcefa77a Fixed unit tests 2019-12-02 14:11:08 -05:00
Piero Toffanin 6479d564ba COG streaming API (WIP) 2019-11-05 15:47:29 -05:00
Piero Toffanin a4a6f273be Implemented /tiles.json 2019-11-05 10:06:48 -05:00
Piero Toffanin c83ee57b98 Unit tests 2019-06-27 14:48:43 -04:00
Piero Toffanin 97c9ec4884 Removed in browser resize 2019-06-27 11:19:52 -04:00
Piero Toffanin ac649e7940 Chunked file upload support, progress bar color fix 2019-06-26 18:41:09 -04:00
Piero Toffanin 8c8bbe869c Fixed contours and popup assets in shared tasks 2019-04-03 12:01:07 -04:00
Piero Toffanin f5b1533ca9 Fixed task import from file upload 2019-03-04 11:42:51 -05:00
Piero Toffanin 39589611f7 Import tasks working 2019-02-21 14:16:48 -05:00
Piero Toffanin 55712f0d58 Import task functionality poc 2019-02-20 16:42:20 -05:00
Piero Toffanin 395b66503e Volume calculation fix for anonymous users, added export measurements to GeoJSON 2019-02-19 13:44:40 -05:00
Piero Toffanin 074a6fce64 Minor refactoring, streaming downloads for large files 2019-01-15 17:51:32 -05:00
Piero Toffanin b310453f32 Display processing node information next to task info 2018-12-04 13:04:22 -05:00
Piero Toffanin 530b3cc563 Changed node-OpenDroneMap --> NodeODM references 2018-12-04 10:02:13 -05:00
Piero Toffanin 64e7847d11 Fixed off-by-one error, newlines handling 2018-04-19 11:48:57 -04:00
Piero Toffanin a6ff7b8998 Removed task lock from db model, using redis locks instead 2018-04-08 12:48:54 -04:00
Piero Toffanin 2005194d94 npm install support for plugins, started moving volume code into plugin, API url mountpoints 2018-03-19 12:26:10 -04:00
Piero Toffanin 2747ad329a
Merge branch 'volume' into master 2018-03-13 22:23:04 -04:00
Abdelkoddouss IZem a76e149469
Update tasks.py 2018-02-23 21:13:12 +00:00
Piero Toffanin 2735942409 Added support for server resize, in-browser resize, or no resize 2018-02-19 15:50:26 -05:00
Piero Toffanin 510b1db237 Fixed unit tests 2018-02-17 12:35:03 -05:00
Piero Toffanin d9f1e7a154 Fixed some unit tests 2018-02-16 17:05:09 -05:00
Piero Toffanin 22c3e66c02 Removed scheduler code, background decorator, added Celery workers, migrated code, added SharedTestWatch 2018-02-15 16:23:29 -05:00
Piero Toffanin 492fc56587 Restart dropdown, added task can_rerun_from field, fixed jest tests 2018-01-24 17:04:53 -05:00
Piero Toffanin 2bc61c2633 Sharing feature working, still needs unit testing 2017-12-03 17:56:30 -05:00
Piero Toffanin 7d83a6d769 Fixed unit tests 2017-11-30 18:49:58 -05:00
Piero Toffanin 47ff465d13 Public fields migration, views setup, URLs setup 2017-11-30 10:55:15 -05:00
Piero Toffanin 186f4bac5e Started adding support to display DSM, DTM map tiles 2017-07-12 13:35:28 -04:00
Piero Toffanin 9039dca53d Changed available_assets code to be faster, easier to maintain, still need to write unit tests 2017-07-07 15:34:02 -04:00
Piero Toffanin b413966202 Changed orthophoto import mechanism, dropped OffDbRaster 2017-07-07 11:33:16 -04:00
Piero Toffanin 340caa082a Test task processing without orthophoto results, addition of available_assets property in Task objects, API docs update, UI changes to remove orthophoto related buttons / downloads, friendly warning 2017-03-14 15:01:18 -04:00