-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add simple Django based domain selection view #700
base: master
Are you sure you want to change the base?
Add simple Django based domain selection view #700
Commits on Aug 22, 2024
-
Deprecate non-working communication pkg funcs.
Marking several utility functions (used by some broken places in GUI code) as deprecated, largely because they don't actually work.
Configuration menu - View commit details
-
Copy full SHA for 636b756 - Browse repository at this point
Copy the full SHA 636b756View commit details -
Configuration menu - View commit details
-
Copy full SHA for f213397 - Browse repository at this point
Copy the full SHA f213397View commit details -
Fix GUI config for django.contrib.staticfiles.
Adding required STATIC_ROOT to be main static directory, and removing the addition of this directory in things scanned by the static file finders (i.e., since root, have other found things put here); this was needed to fix issues with static files from main model exec GUI app, which were not being found with previous config.
Configuration menu - View commit details
-
Copy full SHA for fb33c68 - Browse repository at this point
Copy the full SHA fb33c68View commit details -
Adding required daphne dependency for GUI.
Adding daphne to dependencies.txt to install this requirment in GUI image build.
Configuration menu - View commit details
-
Copy full SHA for 48cf79f - Browse repository at this point
Copy the full SHA 48cf79fView commit details -
Have base maas GUI template use new CSS standard.
Moving base maas config html template to use css/master.css instead of common/css/base.css for consistent presentation.
Configuration menu - View commit details
-
Copy full SHA for 7975aaa - Browse repository at this point
Copy the full SHA 7975aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 309939a - Browse repository at this point
Copy the full SHA 309939aView commit details -
Fix out-of-date GUI classes to add URLs back.
Fixing some GUI classes that were broken and not update after changes to dmod.communication package, and then re-added URL to Django config that were taken out due to the previous classes breaking.
Configuration menu - View commit details
-
Copy full SHA for fb61d8d - Browse repository at this point
Copy the full SHA fb61d8dView commit details -
Fix first Django MaaS app migration.
Hard-coding reasonable defaults for superuser setup values needed to get previously existing migration to work.
Configuration menu - View commit details
-
Copy full SHA for 6e65522 - Browse repository at this point
Copy the full SHA 6e65522View commit details -
Add running of migrations back to GUI entrypoint.
Making sure to put it after lines that export the SQL_PASSWORD as needed.
Configuration menu - View commit details
-
Copy full SHA for 919b7d6 - Browse repository at this point
Copy the full SHA 919b7d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d8f0a - Browse repository at this point
Copy the full SHA 43d8f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 565557b - Browse repository at this point
Copy the full SHA 565557bView commit details -
Fix/update GUI hydrofabric API views.
Cleaning up existing view implementations, making default example match example data in repo, adding support to only query for feature ids, and adding support for geopackage-type hydrofabrics.
Configuration menu - View commit details
-
Copy full SHA for 478fa5a - Browse repository at this point
Copy the full SHA 478fa5aView commit details -
Most of a working, simple domain select GUI view.
Adding most of what is required for basic working domain selection view that can select hydrofabrics and the desired catchments to execute from the hydrofabric, though not yet with the form fields to proceed to the next job config step.
Configuration menu - View commit details
-
Copy full SHA for 3cb65a3 - Browse repository at this point
Copy the full SHA 3cb65a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a8d878 - Browse repository at this point
Copy the full SHA 2a8d878View commit details -
Configuration menu - View commit details
-
Copy full SHA for b23de0a - Browse repository at this point
Copy the full SHA b23de0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b11f85 - Browse repository at this point
Copy the full SHA 0b11f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 860a3c3 - Browse repository at this point
Copy the full SHA 860a3c3View commit details -
Moving to independent "let" use in domain.js.
Switching from use of var and combined declarations; also refactoring a few variable names for clarity, per suggestions.
Configuration menu - View commit details
-
Copy full SHA for d62ea95 - Browse repository at this point
Copy the full SHA d62ea95View commit details