- Aug 10, 2022
- Aug 09, 2022
-
-
Sam Kagan authored
-
Matthew F Harrison authored
764 Non-overridable RMSS See merge request !443
-
Matthew F Harrison authored
Added TargetOverrideConstants to TargetOverrides so values like RMSS can be used without being overridable.
-
- Aug 08, 2022
-
-
Jen Plank authored
- Aug 05, 2022
-
-
Mark Ferguson authored
Updates to support production deployment See merge request !441
-
Mark Ferguson authored
There are a couple of external (to the project) changes that were also made: * In gitlab, a new CI/CD variable was added "POSTGRES_PASSWORD_PROD" * a new tag v0.0.1 was added to the same branch support "end-of-sprint-34". This tag will be used to check/test the production deployment * On shipman, /home/casa/capo, dsoc-prod.properties was updated along with dsoc-test.properties to ensure proper creds were supplied Review * Please review to see if anything obvious has been missed * If all looks reasonable, I'll need approvals, and when approved I'll merge to main. * When merged, I will follow the Manually Deploying TTAT (Method 2: GitLab CI) steps in the [CI Cheatsheet](https://gitlab.nrao.edu/ssa/devops/-/blob/main/CI-Cheatsheet.md) to test and confirm we can deploy to prod using a tag
-
- Aug 04, 2022
- Aug 03, 2022
-
-
Mark Ferguson authored
Remove hard coded paths See merge request !439
-
Mark Ferguson authored
Replacing hard-coded paths in middle_layer with the helper function get_middle_layer. These changes that were wrapped up in the IntelliJ debugging and CAPO changes in a previous MR (now closed).
-
Reid Givens authored
FS and SS form now respect visibility See merge request !440
-
Reid Givens authored
-
Reid Givens authored
forms are dynamic overall, save for FS and SS which are hardcoded. See merge request !438
-
Reid Givens authored
form are dynamic overall, save for FS and SS which are hardcoded. Advanced screen is also dynamic, but doesn't affect saving yet.
-
- Aug 02, 2022
- Jul 29, 2022
-
- Jul 28, 2022
-
-
Sam Kagan authored
A collaboration between Sam Kagan and Mark Ferguson. Completes STT-795 and STT-807. Along the way, heavily refactored the TestDataGenerator to: * Be more modular and less redundant * Support the GBT/Spectral Line Capability better * Make SolicitationCapabilities available just like Capabilities and Facilities * Fix generation of SCPS'
-
Sam Kagan authored
-
Sam Kagan authored
-
Jen Plank authored
- Jul 25, 2022
-
-
Sam Kagan authored
Namely, fixed bugs where: * `test_helpers/__init__/py` wasn't finding `development.ini` * Type hint in `entities/src/observation_specification.py` wasn't accepted by a local interpreter
- Jul 22, 2022
-
-
Sam Kagan authored
In the process: * Required that Solicitation-config files contain an item in `capabilityParameterSpecifications` for each CPS on the Capability being configured * Removed the 'performance' CPS on the VLA/Continuum Capability * Added multi-select options to VLA/Continuum Capability * In the ORM, mapped `CPS` to `Capability` like `CRP` is mapped to `CapabilityRequest` so that only the roots CPS' are in `Capability.capability_parameter_specifications` * Changed the way SolCaps are populated with SCPS' in the TestDataGenerator to make sure their parents are included.
- Jul 20, 2022
-