-
Notifications
You must be signed in to change notification settings - Fork 102
Remove packages as master is not production anymore #116
Conversation
Only opening as draft at the moment as I'm pretty sure there will be also other side effects in the integrations and package-registry repo that first need to be sorted out. @mtojek FYI |
As the master branch will not contain any packages anymore in the future, the packages used to run the registry locally must be adjusted. See elastic/package-storage#116 for more details.
💔 Build FailedExpand to view the summary
Build stats
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
As the master branch will not contain any packages anymore in the future, the packages used to run the registry locally must be adjusted. See elastic/package-storage#116 for more details.
As part of elastic#86 the master branch will not be used anymore. By now, all packages have been moved over to the production branch and it is ready to be deployed under `epr.elastic.co`. All future contributions of packages should go to the production branch or as soon as staging and snapshot deployment are fully available + promotion script, follow the new process. This PR removes all packages and big junk of the code. Further cleanup will be needed. The goal of this PR is to make sure this registry is not used anymore moving forward.
80dbf6e
to
c399eef
Compare
Opened for review as I think all the dependencies in package-registry should be removed now. |
I was wondering if this is the moment, when the entire master branch can be deleted? |
@mtojek My thinking was that the master/main branch will become more a landing page of this repository. Explaining the branches and who things are promoted etc. Lets get first this PR in to make sure the branch is not used for packages anymore and then follow up. |
We can also consider a different approach here - add explanation to README files and set "production" as default branch. |
I filed as a follow up so we don't forget: #120 |
Before all endpoints had the same cache time. But search and categories should have a shorter cache time then the catchAll endpoint which serves the static files.
As part of #86 the master branch will not be used anymore. By now, all packages have been moved over to the production branch and it is ready to be deployed under
epr.elastic.co
. All future contributions of packages should go to the production branch or as soon as staging and snapshot deployment are fully available + promotion script, follow the new process.This PR removes all packages and big junk of the code. Further cleanup will be needed. The goal of this PR is to make sure this registry is not used anymore moving forward.