Commit Graph

44 Commits (985fc2f1298f3bb1b3bb027238738bbf072d7d11)

Author SHA1 Message Date
Anatolii Bazko 985fc2f129
chore: Refactoring build/test catalog scripts (#1172)
* chore: Refactoring build/test catalog scripts

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-11-17 08:54:18 +02:00
Oleksandr Andriienko e1370708b7
feat: Add `Dependencies.md` with list of runtime dependencies (#1121)
* feat: Add Dependencies.md with list of runtime dependencies 

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-10-05 15:12:57 +03:00
Anatolii Bazko 8e0966bed3
Drops single-user mode (#1043)
* chore: drop single-user support

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-09-09 13:42:41 +03:00
Flavius Lacatusu 9d143391bb
feat: Rename stable-all-namespaces channel to tech-preview-stable-all-namespaces
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-09-06 09:42:32 +02:00
Anatolii Bazko a3abf33b10
chore: Rename channel from nightly to next (#977)
* chore: Rename channel from nightly to next

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Co-authored-by: Flavius Lacatusu <flacatus@redhat.com>
2021-08-03 16:56:05 +03:00
Flavius Lacatusu 1624742e3f
fix suggestions
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-07-28 14:19:28 +02:00
Flavius Lacatusu f8e05779f8
fix: update unit tests and update e2e description
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-07-27 15:23:21 +02:00
Flavius Lacatusu e63f5fda5d
fix suggestions
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-07-26 20:24:48 +02:00
Oleksandr Andriienko f555494a7d
feat: Newer operator sdk (#826)
* Define new dependencies. Update vendor folder. Use newer operator sdk v1.7.1.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-07-19 14:29:11 +03:00
Mykhailo Kuznietsov 7d369a52f2
ci: Add next images build (#863)
* ci: Add next images build

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* fixup! ci: Add next images build

* fixup! fixup! ci: Add next images build

* fixup! fixup! fixup! ci: Add next images build

* fixup! fixup! fixup! fixup! ci: Add next images build

* fixes to CI

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* fixup! fixes to CI

* fixup! Merge branch 'main' of github.com:eclipse/che-operator into next-build
2021-06-30 15:14:04 +03:00
Valeriy Svydenko 7b422c2f7a
add role for metrics (#793)
Signed-off-by: svor <vsvydenk@redhat.com>
2021-04-30 10:09:56 +03:00
Anatolii Bazko 5a505b8857
Update GitHub workflows (#792)
Rework some github workflows.

* Fix starting minishift cluster by adding --registry-mirror=https://quay.io
* Merge update-crd-files.sh and update-nightly-bundle.sh into one single script update-resources.sh
* Introduce check-resources.sh corresponding to update-resources.sh
* Removes resources updating from the release script, added validation (if resources aren't up to date then a separate PR has to be created)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-04-22 19:39:36 +03:00
Anatolii Bazko 31b52f41eb
Replace references from master to main branches (#784)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-04-16 12:22:39 +03:00
Angel Misevski 43edc40e25
Remove components CRD from DevWorkspace Operator deployment (#729)
* Remove components CRD from DevWorkspace Operator deployment

Signed-off-by: Angel Misevski <amisevsk@redhat.com>

* Fixup documentation on using docker-run.sh script

Signed-off-by: Angel Misevski <amisevsk@redhat.com>
2021-03-23 09:28:05 +02:00
Anatolii Bazko 4091005785
Replace `eclipse` organization occurrence on `eclipse-che` (#727)
* Replace eclipse organization occurrence on eclipse-che

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-03-22 12:32:48 +02:00
Flavius Lacatusu 3d2c039637
Fix e2e tests and devworkspace CRD creation
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-03-17 10:05:47 +01:00
Oleksandr Andriienko 92c76f3223
Add docs how to use 'stable' OLM channel, remove migration manifests job. (#711)
* Add docs how to use 'stable' OLM channel, remove migration manifests job.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-03-10 16:20:17 +02:00
Oleksandr Andriienko 36edfbe887
Olm bundles for stable channel (#690)
* Create and use stable channel for OLM bundles.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-03-09 16:34:04 +02:00
Oleksandr Andriienko 5f2b348932
Fix some crd typos. (#678)
* Fix some typos.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-02-16 10:08:00 +02:00
Oleksandr Andriienko 05b87ba235 Merge remote-tracking branch 'upstream/master' into createInitialOpenshift4UserForOAuth 2021-02-08 17:15:28 +02:00
Oleksandr Andriienko 4ee509e08b
CHE-15493: <username>-che as default namespace (#166)
* Set  <username>-che as default namespace for Che workspaces

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Michal Vala <mvala@redhat.com>
Co-authored-by: Anatolii Bazko <abazko@redhat.com>
2021-02-08 09:56:53 +02:00
Oleksandr Andriienko c6c7299a17 Merge remote-tracking branch 'upstream/master' into createInitialOpenshift4UserForOAuth 2021-01-28 17:20:35 +02:00
Oleksandr Andriienko 465976789b Address code review changes.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-01-28 16:15:22 +02:00
Anatolii Bazko d5ea65afdd
Specify resources limits (#612)
* Specify resource limits

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-01-25 13:48:06 +02:00
Flavius Lacatusu 98b6e16487
Add codecov badge instead of shield
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-01-15 09:12:43 +01:00
Flavius Lacatusu c5d00a4d0a
feat: Add code coverage artifacts for che operator
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-01-13 16:12:30 +01:00
Oleksandr Andriienko 81d0cb603b Create initial Openshift 4 user for oAuth.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2020-12-27 21:36:33 +02:00
Oleksandr Andriienko ae79476106
Improve oauth handling. (#551)
* Improve oauth handling.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2020-12-21 10:38:37 +02:00
Oleksandr Andriienko 8b4a5e076f
Fix outdated README file and add development notes (#553)
* Fix outdated README file. Add more useful development info.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

Co-authored-by: Flavius Lacatusu <flacatus@redhat.com>
Co-authored-by: Anatolii Bazko <abazko@redhat.com>
Co-authored-by: Yana Hontyk <yhontyk@redhat.com>
2020-12-01 14:42:49 +02:00
Anatolii Bazko 265fd73c67
Deprecate server:start command (#486)
* Deprecate server:start command

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2020-10-19 13:38:49 +03:00
Oleksandr Andriienko 84ac62cbd3
Use new opm bundle format. (#423)
* Use new opm bundle format.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Fix csv file. Check works :)

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Add old files to pass check...

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Improve code.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Code clean up. Remove separated code for crc in the TestCatalogSource.sh. Test works for Crc in the same way like Openshift ci. Fix build opm bundle script.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Make bigger timeout for minishift ci test.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Remove not used script testCSV.sh. Update contribution README.md. Worked on fix minishift CI test.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Use eclipse image registry to push images.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Fix and simplify testUpdate.sh for openshift nightly channel.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Improve docs. Provide buildFirstBundle.sh script for dev purpose.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Add more info to the docs.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Improve docs about private registry

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Use only nightly in the nightly bundles.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Fix README.md typos.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Handle requested code review changes.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Pr code check works notified me one time :) . So update nightly bundle and fix some docs.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Fix testCatalogSource.sh

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Remove accidentally commited generated file.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Update gitignore.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2020-09-10 10:33:24 +03:00
Oleksandr Andriienko c4a3ff2480
Update doc how to test operator via OLM. (#329)
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2020-07-21 08:59:02 +03:00
Mykola Morhun 912fd52fc4
Implement autodetetion for self-signed certificate flag (#301)
Implement autodecetion for self-signed certificate flag

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
2020-06-15 11:01:46 +03:00
Mykola Morhun 877856b865
Add instructions how to test Che operator using olm installer (#294)
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
2020-06-02 10:35:24 +03:00
David Festal d273007e7e Fix the Openshift OAuth provisioning for CRW, and move provisioning files (#122)
* Fix the oauth_provision file for CRW

- Replaces `jq` tool calls by equivalent `sed` calls
- Moves the `xxx_provision` files out of `deploy` (more for yamls) (should fix new issue https://issues.jboss.org/browse/CRW-482 at the same time)
- Replace a hard-coded value of the clientId (`che-public`) in the `token-exchange` feature on CRW
- Correctly enables the RHSSO preview features required for `token-exchange` (the way to activate them slightly differs from the upstream Che case)

Signed-off-by: David Festal <dfestal@redhat.com>
2019-11-15 11:40:40 +01:00
David Festal 3360525412
Enable token exchange (#84)
* Enable the `token-exchange` preview KC feature
* Add what should be done on the Che side
* Automatic token-exchange permissions config
* fix oauth provision script
* Fail-safe removal of the `openshift` id provider
* Fix possible inconsistencies in OS OAuth status
* Update README.md according to suggestion
Co-Authored-By: Robert Krátký <rkratky@redhat.com>

Signed-off-by: David Festal <dfestal@redhat.com>
2019-09-24 10:17:28 +02:00
Ilya Buziuk 8d3a408e8d rh-che #1499: Adding scripts for setting up nightly CI for che-operator
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
2019-08-14 12:03:15 +02:00
nickboldt 7572b31fc2 CRW-280 use registry.redhat.io (authenticated) instead of registry.access.redhat.com (non-auth'd); also new server image is registry.redhat.io/codeready-workspaces/server-rhel8, not just /server
Change-Id: I247e6db78cc71d53e385e5ef830234580b3b34bd
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-05-15 13:55:03 -04:00
nickboldt 8dc0475a6a s/e3e/e2e
Change-Id: Ide8062f8b348cf81c0ed21ad26534318ffa308f2
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-27 13:23:30 -04:00
Eugene Ivantsov 2426068f65
Rename json tags. Update upstream image tag. Remove CRW olm yamls (#13)
* Renamed json tags. Updated upstream image tag. Removed CRW olm stuff
2019-04-13 09:03:46 +03:00
Eugene Ivantsov ad6b2a3a21
Auto fetch crt. Introduce e2e tests (#8) 2019-04-05 16:17:01 +03:00
Eugene Ivantsov bb1034b380 More tests. New defaults. Custom CM. Updates to README 2019-03-27 20:09:03 +02:00
Eugene Ivantsov 32b8e15939 Update to 0.5.0. Use CRDs 2019-03-20 09:33:06 +02:00
Eugene Ivantsov 914e92e4e6
OpenShift/K8S Operator (#3)
* Vendor dependencies

* OpenShift/K8S Operator

* Disable ssl for realm by default

* Fix ssl for realms. Create view role
2019-01-30 11:54:38 +02:00