-
Notifications
You must be signed in to change notification settings - Fork 52
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
Deprecate docker registry #1016
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for conda-store canceled.
|
c7e874f
to
ee225a1
Compare
54f39e5
to
8431910
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, thank you!
conda-store-server/conda_store_server/_internal/server/views/registry.py
Outdated
Show resolved
Hide resolved
338664d
to
d0c94c7
Compare
docusaurus-docs/conda-store/references/configuration-options.md
Outdated
Show resolved
Hide resolved
docusaurus-docs/conda-store/references/configuration-options.md
Outdated
Show resolved
Hide resolved
conda-store-server/conda_store_server/_internal/server/views/api.py
Outdated
Show resolved
Hide resolved
e386a62
to
24b74fe
Compare
conda-store-server/conda_store_server/_internal/server/views/api.py
Outdated
Show resolved
Hide resolved
conda-store-server/conda_store_server/_internal/server/views/api.py
Outdated
Show resolved
Hide resolved
f75b803
to
d52b998
Compare
conda-store-server/conda_store_server/_internal/server/views/api.py
Outdated
Show resolved
Hide resolved
#### Deprecated configuration options for `conda_store_server._internal.app.CondaStore` | ||
|
||
`CondaStore.serialize_builds` no longer has any effect | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why this is a H4 instead of a H3 like the rest of the configuration options? Being an H4 means this does not show in the in-page TOC like the rest of the config options.
Also, line 509 has ### (deprecated)
conda_store_server.registry.ContainerRegistry`, so we have inconsistent formatting; we should stick to one throughout.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These 2 bits were intentional.
Deprecated configuration options for conda_store_server._internal.app.CondaStore
is H3 to denote that this part of the docs belongs to the parent topic conda_store_server._internal.app.CondaStore
(which is H2). These subsections denote configuration options that belong to a particular configuration class have been deprecated. So, like the heading at 219 is all the config options that belong to c.CondaStore
that are deprecated. The heading at 487 is all the config options that belong to c.CondaStoreServer
that are deprecated, etc.
Line 509 is different, it denotes that a whole configuration class has been deprecated.
docusaurus-docs/conda-store/references/configuration-options.md
Outdated
Show resolved
Hide resolved
f025488
to
025b0e6
Compare
2a46af4
to
d3f59cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good - thanks for making that deprecation decorator.
conda-store-server/conda_store_server/_internal/server/views/api.py
Outdated
Show resolved
Hide resolved
and disable registry by default
1e163e0
to
24ea2f7
Compare
fixes #942
Description
This aims to start the process of removing the
/registry
endpoint. It:/registry
Pull request checklist