Skip to content

Tags: ResonantGeoData/RD-WATCH

Tags

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve upload flow (#509)

* Report server error to client

* Allow for no region models if region is overridden

* List regions and performers in upload dialog

* Improve error messages

* Nicer UX around the upload dialogs

* Apply linting changes

* Propagate full traceback up to app handler

* Hide upload button in annotator view

v1.11

Toggle v1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cleaner version display format (#504)

v1.10.2

Toggle v1.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Default to S2 imagery download (#495)

Now that WV cog is disabled, we should default to S2 instead of
WV nitf.

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update query for model run details (#487)

* Update query for model run details

* Add type hints to new function args

* Fix crash

---------

Co-authored-by: JHUAPL <>
Co-authored-by: Mike VanDenburgh <[email protected]>

v1.10

Toggle v1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix query explosion problem in django-admin (#478)

The Satellite Fetching admin page was emitting tens of thousands of SQL queries when loading, even though my system contained zero satellite fetching records.

The reason for this was the `list_filter` on the `site` attribute, which was causing a SQL query for each SiteEvaluation that exists in the database to be issued.

Additionally, there was a similar issue when loading the Add satellite fetching page in django-admin, which was fixed by making `site` use the `raw_id` field behavior.

v1.9.3

Toggle v1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enabling point hover and selection (#449)

* enabling point hover and selection

* point coloring

* add fallback to status_annotated

* updated scoring nodejs tileserver

* Fix region details endpoint in scoring app

* fixing regions and scoring views

* allowing point visualization in scoring views, disabling image downloads for points

* update Proposal Search

---------

Co-authored-by: Mike VanDenburgh <[email protected]>

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update nginx unit gpg key (#448)

v1.9

Toggle v1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix error on image tagging (#435)

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gitignore `celerybeat-schedule.*` files (#416)

v1.8

Toggle v1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
UI tooltip upgrade (#414)

* layer manager and time-slider

* model run details updating

* add logo to proposals

* proposal view list

* model run working

* fix map legend for RGD view

* downloading images refactor

* error popup update

* selection mode

* docker file upgrade

* selected site display

* proposal list selection update

* adding filtering

* update header

* global image viewer selection

* linting

* fix download json

* supporting scoring views

* observation_id is a str in the scoring db

* downloading and cancelling scoring images

* update satellite-fetching

* satellite downloading polling up

* lint fix, disable download in scoring

* renaming front-end variables, back-end TODOs

* initial image viewer modifications

* removing logging

* Update django/src/rdwatch/api.py

Co-authored-by: Mike VanDenburgh <[email protected]>

* Update django/src/rdwatch/views/model_run.py

Co-authored-by: Mike VanDenburgh <[email protected]>

* Update django/src/rdwatch/views/model_run.py

Co-authored-by: Mike VanDenburgh <[email protected]>

* Update django/src/rdwatch_scoring/api.py

Co-authored-by: Mike VanDenburgh <[email protected]>

* Update django/src/rdwatch/views/satellite_fetching.py

Co-authored-by: Mike VanDenburgh <[email protected]>

* fix pagination after addressing review comments

* merging performer name changes)

* start side-panel

* site list selection

* refactor selection and scrolling

* modify virtual card sizes

* adding panels for editing/filtering/details

* Update vue/src/client/services/ApiService.ts

Co-authored-by: Mike VanDenburgh <[email protected]>

* Update django/src/rdwatch/views/site_image.py

Co-authored-by: Mike VanDenburgh <[email protected]>

* updating rdwatch scoring pagination and resonse type

* image editor on setting

* initial tooltip data table view

* adding tools for toggling different tooltip data

* typescript linting fixes

---------

Co-authored-by: Mike VanDenburgh <[email protected]>