Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Validation to AstropyTime Add FOV check to BurstCubeTOO and other fixes Change healpix_order to healpix_scheme Compare ephem times in unix time as comparing freeform astropy time object can cause this to fail due to minute differences that create an out of bounds issue with the assertion in get_slice Fixes for modified_on/by Remove history table stuff for now Fix security for burstcube TOO Updates for mypy and cleanups Update import sorts Import sort Remove debug print statement Simplify database write/update Simplify database write/update Fix check for existing TOO Change BurstCubeTOO PUT to have the same arguments as POST, so we can use it to upload updated HEALPix Remove excess docstring from schema Reconfigure BurstCubeTOO to redo constraints check if PUT updates coordinates Change how uploads are done in the API Update TOO PUT schema Trap uploads of bad HEALPix files Fix bug Make schema and api return astropy native values Simplify requests.py Move to astropy native in schema. Clean up docstrings Clean up code reuse in BurstCubeTOO Json email selections (#1977) Bump usehooks-ts from 2.15.0 to 2.15.1 Bumps [usehooks-ts](https://github.com/juliencrn/usehooks-ts) from 2.15.0 to 2.15.1. - [Release notes](https://github.com/juliencrn/usehooks-ts/releases) - [Commits](https://github.com/juliencrn/usehooks-ts/compare/[email protected]@2.15.1) --- updated-dependencies: - dependency-name: usehooks-ts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Bump tiny-invariant from 1.3.1 to 1.3.3 Bumps [tiny-invariant](https://github.com/alexreardon/tiny-invariant) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/alexreardon/tiny-invariant/releases) - [Commits](alexreardon/tiny-invariant@v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: tiny-invariant dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Support for reading gzipped fits files. Refactor reused code. Remove superfluous entries in app.arc Make BurstCubeTOO a dataclass to remove the init stuff Differentiate username and created by Back to username Remove a space in a comment. Compare jd instead of unix as it should always be consistent Put table into a property that can be set for pytest Don't hardcode TOO table name Clean up docstring Move table write into BurstCubeTOO Move BurstCubeTOOModel into schema.py Fix imports Remove types in docstrings Adds a confirmation alert (#1957) * Adds a confirmation alert * Return intent and rename newItem to newCircular Better sentence text, adds heading Bump es5-ext from 0.10.61 to 0.10.63 Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.61 to 0.10.63. - [Release notes](https://github.com/medikoo/es5-ext/releases) - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md) - [Commits](medikoo/es5-ext@v0.10.61...v0.10.63) --- updated-dependencies: - dependency-name: es5-ext dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Announcement template (#1958) Code of Conduct (#1635) Docstring cleanups Fix use of old style Config in Pydantic model Add pytest to check CRUD operations on BurstCubeTOO Add check for SPACETRACK credentials Fix reject_reason Add old TOO rejection pytest Add test for double submission Add test for double submission Mock BurstCubeTLE so that we don't have to spam celestak or spacetrack Add pytest-mock requirement for testing Revert tle.py Mypy fixes Docstring fix Fix test time to a value that matches the test TLE Remove epoch for TLE Revert to Time.now() otherwise toos will get rejected a few days from now Move assert for time being within ephem to ephindex Try something to kick Github workflow Fix return type Co-authored-by: Leo Singer <[email protected]> Remove a comment Co-authored-by: Leo Singer <[email protected]> Add black in to check Change length to duration Add sub-types to u.Quantity return types Fix return quantity Remove black from workflow Propogate the length -> duration change Move depends into depends.py. Remove unused depend from BurstCube api.py. Put BurstCubeTOORequests into toorequest.py Switch to pytest-dynamodb for pytests Stuff to run pytest-dynamodb in the workflow Remove JsonStr as it's not needed. Update how DyDB puts work. Fix bug in definition of error_radius. Remove unncessary model_validator Need isot format dates for DynamoDB Fix pytests. Add tests for BurstCubeTOORequests. Remove debug code Update ephindex to assert on index value Put back BurstCubeTrigger model_validator Fix format Remove unnecessary round_times Remove unused schema Remove tests for another PR Remove test requirements Implement GSI on burstcube_too to do limit and date range queries Revert to using just arc.tables Remove try/except around db calls Remove debug print statement Change username to sub TOORequests get never returns False Explanation for python-multipart dependency Co-authored-by: Leo Singer <[email protected]> Add FIXME with link to astropy issue on compression handling Update scope for BurstCube TOO submit/update/delete Remove incorrect "Raises" from schema docstrings.
- Loading branch information