Commit Graph

25 Commits (b4930b5054c0bb951e8b3fcd5ab859a8eb671c7e)

Author SHA1 Message Date
Oleksandr Andriienko b4930b5054
fix: Fix license headers (#1170)
* Fix license headers.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-11-16 11:17:18 +02:00
Oleksandr Andriienko 78673e1d8e
fix: Fix OLM dev commands. (#1161)
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-11-02 10:22:41 +02:00
Mykola Morhun 80583a19c0
Add init containers to start Che correctly after node restart (#1139)
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
2021-10-13 16:15:11 +03:00
Serhii Leshchenko fcbc80e79e
fix: do not start DWR controller if devworkspaces are not enabled (#1133)
* fix: do not start DWR controller if devworkspaces are not enabled
2021-10-09 09:28:34 +03:00
Serhii Leshchenko ce230cde18
feat: don't take control over DWO which is not managed by Che (#1085)
* feat: don't take control over DWO which is not managed by Che
2021-10-01 21:51:35 +03:00
Anatolii Bazko c43e9d61f2
fix: correct CSVs and metadata (#999)
* chore: Update CSVs
* Disable some score card tests which we can't satisfy. 
* Fix alm-examples usage in the scripts.

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Co-authored-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-09-29 14:42:45 +03:00
Serhii Leshchenko e0c6e1a0e1
fix: rework devworkspace tests to use assert (#1092)
* feat: rework devworkspace tests to use assert package
* fix: fix an ability to debug che-operator locally with DW enabled
2021-09-27 09:46:38 +03:00
Oleksandr Andriienko 47aabc9379
feat: Development: add make compile command. (#1093)
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-09-27 07:38:06 +03:00
Anatolii Bazko 543206308b Fixes
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-09-21 13:34:06 +03:00
Flavius Lacatusu 32a8efbe9c
fixes after review
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-09-20 15:15:50 +02:00
Flavius Lacatusu e4bf44f0e1
chore: Create new channel to install Eclipse Che next in AllNamespaces mode with DWO dependency
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-09-20 13:58:05 +02:00
Oleksandr Andriienko e5b0625d69
fix: Improve Che presentation on the OperatorHub ui. (#1042)
* fix: Improve Che presentation on the OperatorHub ui.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-09-04 17:15:15 +03:00
Nick Boldt de707b1dfb
fix: CRW-2137 since DEV_WORKSPACE_CHE_OPERATOR_VERSION has been removed from dockerfile, remove from makefile too (#1034)
Change-Id: I7b6ed99b36c2b7a719855513b8da69ca0046bf7d
Signed-off-by: nickboldt <nboldt@redhat.com>
2021-08-25 09:40:07 -04:00
Lukas Krejci 456743ce01
feat: Import Devworkspace Che Operator (#925)
* Import of DWCO into CO.

Co-authored-by: Anatolii Bazko <abazko@redhat.com>
Co-authored-by: Michal Vala <mvala@redhat.com>
2021-08-11 15:07:44 +03: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
Oleksandr Andriienko 784f536c17
fix: commands to run unit tests (#988)
* fix: commands to run unit tests

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-08-03 09:09:21 +03:00
Anatolii Bazko 10f18a9bc7
feat: Add infrastructure features labels (#973)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-07-29 14:41:04 +03:00
Oleksandr Andriienko ae276a4d2f
build: Remove redundant check. Pass tests on image build. Remove test execution on make file image build. (#970)
* Remove redudant check. Pass tests on image build. Remove test execution on make file image build.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-07-28 16:34:44 +03:00
Anatolii Bazko 82aaa30659
fix: Make CRDs compatible with OpenShift 3.11 (#961)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-07-22 12:09:25 +03:00
Serhii Leshchenko 4104c42b57
chore(debug): Improve debug UX (#958)
* Introduce verbose mode for makefile
* Do not create CheCluster on debug if it exists
2021-07-22 08:53:18 +03:00
Sergii Kabashniuk 727141e3d4
feat: Devworkspaces on K8s (#935)
* Devworkspaces on K8s

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Co-authored-by: Anatolii Bazko <abazko@redhat.com>
2021-07-21 19:00:09 +03:00
Anatolii Bazko f65e5b0cff
fix: Make CRD file compatible with OpenShift 3.11 (#957)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-07-21 18:40:20 +03:00
Serhii Leshchenko d8f87e4165
feat: ask confirmation if ingress domain does not correspond the current cluster (#936)
* chore(Makefile): ask confirmation if ingress domain does not correspond the current cluster

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-07-21 11:08:08 +03:00
Oleksandr Andriienko 3141f09a48
fix: Use vendor folder to speed up image build. (#947)
* Use vendor folder to speed up image build. Fix build index images on the Openshift ci.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-07-20 19:19:53 +03: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