Skip to content
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

feature/data-release-contexts #1076

Merged
merged 41 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
99f50b5
revert back to v1 zendesk action
alphasentaurii Jul 24, 2024
2755b3c
Merge branch 'master' of https://github.com/spacetelescope/crds
alphasentaurii Jul 25, 2024
c39db83
Merge branch 'master' of https://github.com/spacetelescope/crds
alphasentaurii Jul 26, 2024
721f7de
Merge branch 'master' of https://github.com/spacetelescope/crds
alphasentaurii Aug 22, 2024
8dd5d94
Merge branch 'master' of https://github.com/spacetelescope/crds
alphasentaurii Aug 30, 2024
ed06570
Merge branch 'master' of https://github.com/spacetelescope/crds
alphasentaurii Aug 30, 2024
8180708
Merge branch 'master' of https://github.com/spacetelescope/crds
alphasentaurii Sep 3, 2024
17d16c5
core/allow-context-latest (#1062)
alphasentaurii Sep 5, 2024
6a814b7
Merge branch 'data-release-contexts' of https://github.com/spaceteles…
alphasentaurii Sep 9, 2024
5df06b6
Merge branch 'master' of https://github.com/spacetelescope/crds
alphasentaurii Sep 10, 2024
8ccd0bb
Merge branch 'master' of https://github.com/spacetelescope/crds
alphasentaurii Sep 10, 2024
1a6334f
Added function to obtain version of jwst calibration software.
hbrown-ST Sep 10, 2024
b4b0527
Merge pull request #1066 from spacetelescope/data-release-contexts-jw…
hbrown-ST Sep 10, 2024
1fcb9eb
Merge branch 'data-release-contexts' of https://github.com/spaceteles…
alphasentaurii Sep 10, 2024
b11f406
api/replace-ops-with-latest (#1067)
alphasentaurii Sep 14, 2024
a6fdb74
Merge branch 'data-release-contexts' of https://github.com/spaceteles…
alphasentaurii Sep 14, 2024
9126f8c
buildcontext/fallback (#1070)
alphasentaurii Sep 16, 2024
7d7f15f
Merge branch 'data-release-contexts' of https://github.com/spaceteles…
alphasentaurii Sep 16, 2024
93a3f68
generalize calver lookup, handle various cases
alphasentaurii Sep 16, 2024
8f46d7a
Merge pull request #1071 from alphasentaurii/jwst-default-is-calver-b…
alphasentaurii Sep 16, 2024
d6a91d5
fix typo cal_version not calver
alphasentaurii Sep 16, 2024
f9a6a16
Merge pull request #1072 from alphasentaurii/fix-calver-ref
alphasentaurii Sep 16, 2024
75de4c7
ensure get_default_context with no args defaults to build for jwst, e…
alphasentaurii Sep 19, 2024
d96fc5a
update changelog
alphasentaurii Sep 19, 2024
858e867
handle env var CRDS_OBSERVATORY empty string
alphasentaurii Sep 19, 2024
55daeeb
Merge pull request #1073 from alphasentaurii/force-jwst-default-to-build
alphasentaurii Sep 19, 2024
901cae4
Merge branch 'master' of https://github.com/spacetelescope/crds
alphasentaurii Sep 25, 2024
c0adfa1
core/allow-context-latest (#1062)
alphasentaurii Sep 5, 2024
85ce566
Added function to obtain version of jwst calibration software.
hbrown-ST Sep 10, 2024
4eb0ae0
api/replace-ops-with-latest (#1067)
alphasentaurii Sep 14, 2024
2ce2c6e
buildcontext/fallback (#1070)
alphasentaurii Sep 16, 2024
89f9210
generalize calver lookup, handle various cases
alphasentaurii Sep 16, 2024
6b484a8
fix typo cal_version not calver
alphasentaurii Sep 16, 2024
5537c4d
ensure get_default_context with no args defaults to build for jwst, e…
alphasentaurii Sep 19, 2024
e7c9704
update changelog
alphasentaurii Sep 19, 2024
898f9d1
handle env var CRDS_OBSERVATORY empty string
alphasentaurii Sep 19, 2024
58bc6b9
remove merge conflict in changelog
alphasentaurii Sep 25, 2024
16ff4f0
update changelog
alphasentaurii Sep 25, 2024
9b061de
increment pr
alphasentaurii Sep 25, 2024
1e86cf8
Merge branch 'data-release-contexts' into revise-changelog
alphasentaurii Sep 25, 2024
e754c51
Merge pull request #1075 from alphasentaurii/revise-changelog
alphasentaurii Sep 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
12.0.0 (unreleased)
====================

General
-------

- Default context changed from "operational" to "latest". For JWST, the default context is the "build" context as determined by locally installed calibration software version. This can be overridden if CRDS_CONTEXT environment variable is explicitly set by user. [#1076]

- Setting environment variable `CRDS_CONTEXT=latest` automatically sets the effective context to the latest operational context found on the CRDS Server. [#1062]

- `client.api.get_default_context` by default returns build context for jwst, else latest. This can still be overridden by explicitly passing a value into optional arg `state`. [#1069]


11.18.4 (2024-09-10)
====================

Expand All @@ -7,6 +20,7 @@ General
- Replaced deprecated SafeConfigParser with ConfigParser in crds.core.config [#1065]
- moved DMS requirement correlations with tests from ``@metrics_logger`` test decorators to ``test/dms_requirement_tests.json`` [#1064]


11.18.3 (2024-09-03)
====================

Expand Down
Loading
Loading