- 02 Sep, 2019 1 commit
-
-
David Festal authored
* First round of impl in the Go code * Correct management of the status * Add `users` permisions in cluster role * Upgrade `operator-sdk` CLI pre-req to `v0.10.0` * Produce a CSV diff to help reviews * fix trailing spaces that break `gen-csv` desc mgt * Update nightly CSVs * Add the new OLM descriptors in the new nightly CSVs Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 26 Aug, 2019 1 commit
-
-
David Festal authored
Update identityProvider and postgres container images to latest defaults on Operator update (Fix #13714) (#72) * Refactor defaults mgt for flavor-related props * Don't update the CR with effective docker images * Also redeploy Postgres when image changes * Now correctly manage upgrade from 7.0.0 GA * Wait for rolling update of secondary deployments Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 14 Aug, 2019 4 commits
-
-
nickboldt authored
Change-Id: I592e0d6093ab568d3f5ee5f023aaadd6ddf14664 Signed-off-by:
nickboldt <nboldt@redhat.com>
-
David Festal authored
* Update default tags to `7.0.0` * Release OLM files to `7.0.0` * Channel was renamed to `stable` at `7.0.0` release Signed-off-by:
David Festal <dfestal@redhat.com>
-
nickboldt authored
Change-Id: I06e5f87bf7558f29386fddc0a2aac265ba49eea4 Signed-off-by:
nickboldt <nboldt@redhat.com>
-
Ilya Buziuk authored
Signed-off-by:
Ilya Buziuk <ibuziuk@redhat.com>
-
- 13 Aug, 2019 1 commit
-
-
David Festal authored
Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 12 Aug, 2019 2 commits
-
-
nickboldt authored
Change-Id: Ib0cc9206e19cb962237586b857943bd1c527019b Signed-off-by:
nickboldt <nboldt@redhat.com>
-
David Festal authored
* Add both `https` and `http` redirect URLs in the `OAuthClient` * Take registry URL settings into account * Only update registry URLs in Status when necessary * Update registry routes or ingresses when switching to TLS * Restart pod on deployment-driving CR field change Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 07 Aug, 2019 1 commit
-
-
John Collier authored
* Fix typo in CheCluster CR yaml Signed-off-by:
John Collier <John.J.Collier@ibm.com> * Fix unintentional changes in CheCluster CR Signed-off-by:
John Collier <John.J.Collier@ibm.com>
-
- 03 Aug, 2019 1 commit
-
-
David Festal authored
Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 02 Aug, 2019 2 commits
-
-
Florent BENOIT authored
* docs(olm): information for generating nightlies Add missing information Change-Id: Ib9648d16350d0d503a553f5f6a78442f4a2e7141 Signed-off-by:
Florent Benoit <fbenoit@redhat.com>
-
Florent Benoit authored
Change-Id: Iadee52710f3579523f8d3f2c3a56b84f2304c07b Signed-off-by:
Florent Benoit <fbenoit@redhat.com>
-
- 26 Jul, 2019 4 commits
-
-
David Festal authored
* Remove a weird copy-paste that produces syntax errors Signed-off-by:
David Festal <dfestal@redhat.com> * typo in `nightly` version replacement Signed-off-by:
David Festal <dfestal@redhat.com> * Complete PR-preparing script ... ... in order to : - name the branch with the release number instead of a timestamp - clone from the `che-incubator` fork - fetch from the upstream (`operator-framework`) repo - create the branch starting from the upstream master - commit the changes - push the branch to the fork if user creds are provided. Signed-off-by:
David Festal <dfestal@redhat.com> * Check that `yq` is available Signed-off-by:
David Festal <dfestal@redhat.com> * Provide, in the warning, the command to push again as soon as the env variables have ben set. Signed-off-by:
David Festal <dfestal@redhat.com> * fix copyrights Signed-off-by:
David Festal <dfestal@redhat.com>
-
Nick Boldt authored
remove DefaultCodereadyPluginRegistryUrl from pkg/deploy/defaults.go and pluginRegistryUrl from deploy/crds/org_v1_che_cr.yaml as these are no longer used/needed (#58) Change-Id: I8bf17e40d7ed55c30fe28f640614fe6202cf66a5 Signed-off-by:
nickboldt <nboldt@redhat.com>
-
David Festal authored
* Add pull policies * Add configurable pull policies for deployments in Che, Keycloak and Postgres deployments * `Always` policy by default for `nightly`/`latest` images Signed-off-by:
David Festal <dfestal@redhat.com>
-
David Festal authored
* update defaults to `7.0.0-rc-4.0` * release OLM files to `7.0.0-rc-4.0` Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 25 Jul, 2019 1 commit
-
-
nickboldt authored
[base] Update from devtools/go-toolset-rhel7:1.11.5-18.1561731145 to devtools/go-toolset-rhel7:1.11.6-18 Change-Id: I882b5c41a6e2869a53e517a626e661ca526738f7 Signed-off-by:
nickboldt <nboldt@redhat.com>
-
- 24 Jul, 2019 1 commit
-
-
David Festal authored
* Add the `read-token` role by default for new users Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 23 Jul, 2019 2 commits
-
-
David Festal authored
Signed-off-by:
David Festal <dfestal@redhat.com>
-
David Festal authored
Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 22 Jul, 2019 1 commit
-
-
David Festal authored
* Make the example CR consistent with OLM files * Add nighty registry images in the last nightly CSV for the `nightly` channel of the openshift preview OLM package Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 19 Jul, 2019 1 commit
-
-
David Festal authored
* Update API * Update defaults * update controller * Separate memory limits and requests as in PR https://github.com/eclipse/che/pull/13890/files#diff-a488b4bdede7547798a17f6830874b05R59 * update release script to also change default image tag of registry containers * Also remove overridden `nightly` registry images * Add registry nightly images in nightly OLM packages Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 18 Jul, 2019 1 commit
-
-
nickboldt authored
[base] update from go-toolset-rhel7:1.11.5-18 to CVE fixed version go-toolset-rhel7:1.11.5-18.1561731145 Change-Id: If00f415f947e7ea24df15133396f53dc27a8c04b Signed-off-by:
nickboldt <nboldt@redhat.com>
-
- 17 Jul, 2019 1 commit
-
-
Lukas Krejci authored
Add support for configuring devfile registry
-
- 16 Jul, 2019 2 commits
-
-
David Festal authored
* Move the operator image to the `eclipse` org * Various fixes after using it in this PR Signed-off-by:
David Festal <dfestal@redhat.com>
-
David Festal authored
Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 15 Jul, 2019 3 commits
-
-
David Festal authored
Signed-off-by:
David Festal <dfestal@redhat.com>
-
Lukas Krejci authored
-
David Festal authored
Implementation of issue https://github.com/eclipse/che/issues/13780 * complete cluster role * update operator.yaml * Add OLM files for openshift in beta-5 state * Add RC 2 release CSV * Reordered beta 5 csv in alphabetic order * Add first bits of OLM files management * lowercase `RC` and remove readiness probe * pre-release (with `rc-2.0`) and nightly channels * Add the kubernetes version of the OLM package * Adding operator sources * `OperatorSource`s should be in distinct namespaces * Change proposed by @l0rd * scripts to update nightly CSVs * script to release OLM files * Add the script to push OLM files as Quay apps * Add script to prepare `community-operators` PRs * script to release the operator Go code * Rename `*-test-*` to `*-preview-*` and rename the `pre-releases` channel to `stable` * `9.9.9` as semver-compliant prefix for nightlies Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 05 Jul, 2019 2 commits
-
-
nickboldt authored
Change-Id: Icff7e89e64251dc3cbe8f687f2aebdefd8531052 Signed-off-by:
nickboldt <nboldt@redhat.com>
-
Florent Benoit authored
Change-Id: Ia023a6e2afacc919bcad12504c9145fc5f9d7590 Signed-off-by:
Florent Benoit <fbenoit@redhat.com>
-
- 03 Jul, 2019 1 commit
-
-
Mario Loriedo authored
Signed-off-by:
Mario Loriedo <mario.loriedo@gmail.com>
-
- 20 Jun, 2019 3 commits
-
-
David Festal authored
Signed-off-by:
David Festal <dfestal@redhat.com>
-
Nick Boldt authored
Change-Id: Ibb7c5b1695e527e5851c3a00f27f0548f553fa73 Signed-off-by:
nickboldt <nboldt@redhat.com>
-
David Festal authored
* Make the OS 4 API url retrieval more robust Signed-off-by:
David Festal <dfestal@redhat.com> * Fix a bug when removing openshift v4 provider On Openshift arbitrary user mode. Signed-off-by:
David Festal <dfestal@redhat.com> * Roll-update Keycloak when certificates changed Signed-off-by:
David Festal <dfestal@redhat.com> * Don't loose the controller ref on Keycloak update Signed-off-by:
David Festal <dfestal@redhat.com> * Remove the finalizer when disabling OS OAuth Signed-off-by:
David Festal <dfestal@redhat.com> * Upgrade defaults to `7.0.0-RC-2.0` Signed-off-by:
David Festal <dfestal@redhat.com> * fix wrong whitespaces Signed-off-by:
David Festal <dfestal@redhat.com>
-
- 19 Jun, 2019 4 commits
-
-
Mario Loriedo authored
-
Nick Boldt authored
Change an obsolete env variable
-
David Festal authored
Signed-off-by:
David Festal <dfestal@redhat.com>
-
David Festal authored
* Only create the OS API cert with OS OAuth * Make some impl methods private Signed-off-by:
David Festal <dfestal@redhat.com>
-