Mykhailo Kuznietsov
c57d3b04a9
chore: Bump to 7.53.0-SNAPSHOT in main
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-08-11 15:58:39 +02:00
che-bot
422065cc1d
chore: Update from ubi8-minimal:8.6-854 to ubi8-minimal:8.6-902 ( #339 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-08-08 11:43:44 -03:00
che-bot
922b48eaad
chore: Bump to 7.52.0-SNAPSHOT in main ( #331 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-07-27 15:06:12 +03:00
Igor Vinokur
d6778f636a
chore: Add new scopes to the generate GitHub token request ( #335 )
...
In order to meet the token requierments of the vscode-github-pull-request extension, add new token scopes when requesting a GitHub token.
2022-07-27 13:11:42 +03:00
Igor Vinokur
e59d23b3b2
chore: Apply Bitbucket SAAS Oauth flow ( #329 )
...
Since we support only Bitbucket Server Oauth flow, added a support for the SAAS version
2022-07-27 12:24:55 +03:00
Mykhailo Kuznietsov
ec9a2e09b5
chore: Bump to 7.51.0-SNAPSHOT in main
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-07-25 17:02:16 +02:00
Igor Vinokur
81836ffbc6
fix: Fix che-editor.yaml recognition ( #334 )
...
Pass the file path through the rawFileLocation function to avoid dot cut
Encode the .che/che-editor subpath to meet the Gitlab raw file request requirements.
2022-07-25 16:46:34 +03:00
Nick Boldt
f322f3c3d0
chore: bump to latest com.google.oauth-client 1.34.1 to fix CVE issue CRW-3166, CRW-3167 ( #333 )
...
Change-Id: I6acfcfb7f60a5d47196c6d5a10a82dfbfdcb036a
Signed-off-by: Nick Boldt <nboldt@redhat.com>
2022-07-20 11:18:47 -03:00
Igor Vinokur
24440eab66
fix: Improve GitHub token validation check ( #327 )
...
Do not throw an exception when validating an expired oauth token, return false instead.
When a factory starts and oauth token is found, che-server checks the token:
current behaiviour: if the oauth token is not valid, the validation check throws an exception and the factory creation is interrupted.
PR behaviour: if the oauth token is not valid, the validation check returns false instead of an error, so token regeneration mechanism starts and the factory is created successfully.
2022-07-13 15:17:30 +03:00
Igor Vinokur
8aaf918353
fix: Avoid GitHub api request without token ( #325 )
...
GitHub allows to use only 60 unauthorized reqests per host. In order to avid API rate limit exceeded GitHub eroor,
substitute the unauthorized GitHub API request to an HTTP repository request.
2022-07-11 15:26:06 +03:00
Anatolii Bazko
1d87137f6f
Merge pull request #324 from karatkep/21515-email-claim-configuration
...
feat(oidc): email claim configuration
2022-07-06 17:14:26 +03:00
Piotr Karatkevich
9ade8d4bd9
license fix
2022-07-04 16:52:27 +03:00
Piotr Karatkevich
26543d1d69
fixing grammar
2022-07-04 15:23:31 +03:00
che-bot
814950c2c8
chore: Update from ubi8-minimal:8.6-751.1655117800 to ubi8-minimal:8.6-854 ( #321 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-07-04 12:31:44 +03:00
Piotr Karatkevich
6d2907e226
feat(oidc): email claim configuration
2022-06-29 17:33:54 +03:00
Mykhailo Kuznietsov
9ce7f1ab09
fix: fix release script referring to Helm charts ( #319 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-06-29 16:22:08 +03:00
Igor Vinokur
a47f115553
chore: Add an ability to manually configure git provider oAuth token ( #313 )
...
Read user namespace oauth token before checking the oAuth configuration in case when user manually added a bitbucket / github / gitlab oAuth secret to the user namespace.
2022-06-29 11:17:08 +03:00
Anatolii Bazko
73b48498ff
Merge pull request #316 from eclipse-che/pr-remove-the-helm-chart
...
Remove the Helm chart.
2022-06-29 09:53:07 +03:00
che-bot
4e1b90a5ae
chore: Update from ubi8-minimal:8.6-751 to ubi8-minimal:8.6-751.1655117800 ( #317 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-06-27 18:09:36 -03:00
Masaki Muranaka
9c0b2f289f
Remove the Helm chart.
...
As it has not been updated. Use the chart provided by Che-operator if you want.
https://github.com/eclipse-che/che-operator/tree/main/helmcharts/next
fixes eclipse/che#21478 .
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
2022-06-25 07:49:09 +09:00
Mykhailo Kuznietsov
132e83a57e
chore: Bump to 7.50.0-SNAPSHOT in main
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-06-20 14:09:55 +02:00
Igor Vinokur
dc93f3a1d1
fix: Fix NullPointer exception in the GitconfigUserDataConfigurator ( #310 )
...
Add a null check when iterating configmap annotations.
2022-06-02 17:17:00 +03:00
Igor Vinokur
7be14ca00e
chore: Retrieve git user data from the user if no oAuth providers are registered ( #308 )
...
There is workspace-userdata-gitconfig-configmap which mounts git user name and email from a registered oAuth provider. If no oAuth provider is registered get the user name and email from che user object.
2022-05-31 13:10:16 +03:00
Valeriy Svydenko
68c1af03aa
Merge pull request #305 from eclipse-che/che-20938
...
chore: Apply git user data configmap to mount to /etc/gitconfig
2022-05-27 11:56:49 +03:00
Igor Vinokur
ab1758e0b1
add tests
2022-05-24 12:19:40 +03:00
Igor Vinokur
a928b945e0
fixup! chore: Apply git user data configmap to mount to /etc/gitconfig
2022-05-23 12:53:50 +03:00
Igor Vinokur
1af2cdc32f
chore: Apply git user data configmap to mount to /etc/gitconfig
2022-05-19 21:00:22 +03:00
che-bot
04098e10e8
chore: Update from ubi8-minimal:8.5-243.1651231653 to ubi8-minimal:8.6-751 ( #302 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-05-17 09:43:38 -03:00
Florent Benoit
7878b135f2
feat: Always try to use oAuth token when fetching git repositories
...
Before, it was done only in case of private repositories
Now it will try on all public and private repositories
If there is no oAuth configured for the current SCM URL, try to fetch
with unauthenticated access
2022-05-10 10:22:40 +02:00
che-bot
fb1f941903
chore: Update from ubi8-minimal:8.5-240.1648458092 to ubi8-minimal:8.5-243.1651231653 ( #298 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-05-06 10:58:31 -03:00
Lukas Krejci
d64d9a1ac3
fix: Add a note about the importance of the namespace labels for DevWorkspaces. ( #286 )
...
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2022-05-02 16:02:45 +02:00
Igor Vinokur
2eb0a6e018
chore: Change mount path in the git-credentials-secret ( #292 )
...
In order to have a common credentials path for all editors, remove theia specific path segment from the git-credentials-secret mount path.
2022-05-02 16:29:27 +03:00
Florent Benoit
67b5a871f1
fix: update regexp to extract the PR information
2022-05-02 11:30:43 +02:00
che-bot
855f704ded
chore: Bump to 7.48.0-SNAPSHOT in main ( #296 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-04-28 09:22:48 +03:00
tmirza
ea1897b289
Update README.md ( #291 )
...
Fix typo
2022-04-20 12:27:16 +03:00
Ilya Buziuk
cfa91cc4b1
fix: handle the KubernetesClientException during the stop workspace role provisioning
...
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
2022-04-12 16:42:30 +02:00
Ilya Buziuk
f16ac3237d
fix: always bind AdminPermissionInitializer regardless of the auth mode
...
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
2022-04-12 11:10:58 +02:00
che-bot
06797e5c28
chore: Bump to 7.47.0-SNAPSHOT in main ( #285 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-04-11 17:58:55 +03:00
che-bot
3062ecbe97
chore: Update from ubi8-minimal:8.5-230.1645809059 to ubi8-minimal:8.5-240.1648458092 ( #278 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-04-08 10:34:08 -03:00
David Kwon
8aeb45795f
feat: re-add Grafana dashboard for JVM monitoring
...
Signed-off-by: David Kwon <dakwon@redhat.com>
2022-04-06 15:39:08 +02:00
Ilya Buziuk
efbe6f3d2c
fix: NPE fixup in the SshKeysConfigurator + bumping devfile 2.2 schema to teh latest version
...
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
2022-04-04 14:09:12 +02:00
Sergii Kabashniuk
d8bed4006a
feat: Upgrade kubernetes client to 5.12.1 ( #257 )
2022-03-21 16:25:33 +02:00
che-bot
33d42bad20
chore: Bump to 7.46.0-SNAPSHOT in main ( #272 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-03-21 08:38:07 +02:00
Nick Boldt
f5bd712aa1
use latest java-11-openjdk-headless as java-11-openjdk-headless-1:11.0.14.0.9-2.el8_5 is not available in latest container image ubi8-minimal:8.5-230.1645809059 ( #273 )
...
Change-Id: I90386acd9386bb565511a19dfe5852017564d25f
Signed-off-by: nickboldt <nboldt@redhat.com>
2022-03-16 17:02:56 -03:00
nickboldt
2445296b08
fix: bug - make install of java-11-openjdk-headless-1:11.0.14.0.9-2.el8_5 multiarch (brew builds for s390x and ppc64le failing)
...
Change-Id: I27c3a25c2e4f6dde971e21d2999b0666fa4e6b37
Signed-off-by: nickboldt <nboldt@redhat.com>
2022-03-09 14:44:45 +01:00
che-bot
1a8c6d9496
chore: Update from ubi8-minimal:8.5-230 to ubi8-minimal:8.5-230.1645809059 ( #267 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-03-05 20:20:41 -04:00
che-bot
eeda8d91d2
chore: Bump to 7.45.0-SNAPSHOT in main ( #265 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-02-26 09:14:13 +02:00
Sergii Kabashniuk
d09cb9767d
build: Use ubi as default based image for che-server build ( #262 )
...
* Use ubi as default based image for che-server build
* Set strict java 11 version
Co-authored-by: Michal Vala <michal.vala@gmail.com>
2022-02-22 08:48:10 +02:00
che-bot
470e5b86be
chore: Update from ubi8-minimal:8.5-218 to ubi8-minimal:8.5-230 ( #261 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2022-02-14 15:54:40 -04:00
Max Shaposhnik
8f6530706b
fix: Set HttpClient protocol to HTTP 1.1 due to sporadic errors
2022-02-11 12:27:15 +02:00