che-bot
9c05838b41
chore: Bump to 7.39.0-SNAPSHOT in main ( #169 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-10-20 13:30:29 +03:00
Florent Benoit
f2bceb8b26
fix: allow to override devfileFilename
2021-10-19 07:34:26 +02:00
Florent Benoit
fc5a7c3de6
feat: Allow to override the path to the devfile from a given repository
2021-10-18 11:48:20 +02:00
Mykhailo Kuznietsov
86badadce4
fix: fix che-docs update action ( #158 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-10-14 12:52:16 -04:00
Max Shaposhnik
190ae64611
fix: Correct Gitlab file retrieval ( #159 )
2021-10-09 02:44:05 +03:00
Sergii Kabashniuk
63b33cabc0
docs: Declare dependencies that used by che server ( #152 )
2021-10-07 17:08:58 +03:00
Michal Vala
3a99240d2f
fix: devfile endpoint with single-host exposure ( #157 )
...
Signed-off-by: Michal Vala <mvala@redhat.com>
2021-10-06 18:35:15 +02:00
Mykhailo Kuznietsov
63d0ab9c89
chore: Add job for che docs variables update ( #156 )
...
* chore: Add job for che docs variables update
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
* fixup! chore: Add job for che docs variables update
2021-10-06 10:43:11 -04:00
dependabot[bot]
47ebe7c372
build(deps): bump logstash-logback-encoder from 4.11 to 6.6 ( #143 )
...
Bumps [logstash-logback-encoder](https://github.com/logstash/logstash-logback-encoder ) from 4.11 to 6.6.
- [Release notes](https://github.com/logstash/logstash-logback-encoder/releases )
- [Commits](https://github.com/logstash/logstash-logback-encoder/compare/logstash-logback-encoder-4.11...logstash-logback-encoder-6.6 )
---
updated-dependencies:
- dependency-name: net.logstash.logback:logstash-logback-encoder
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 08:26:04 +03:00
dependabot[bot]
1dc17a7161
build(deps): bump postgresql from 42.2.23 to 42.2.24 ( #144 )
...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.2.23 to 42.2.24.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.24/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.23...REL42.2.24 )
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-01 10:31:16 +03:00
Lukas Krejci
697253e50e
fix: Token validity check ( #136 )
...
Handle missing or expired token with a 401 HTTP status instead of 500
with OpenShift OAuth the same as it is already done with Keycloak.
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2021-09-30 12:24:51 +02:00
che-bot
07142c8626
chore: Bump to 7.38.0-SNAPSHOT in main ( #149 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-09-30 10:26:08 +03:00
Pavol Baran
738a663e72
Merge pull request #117 from xbaran4/user-secrets
...
Propagate Che user informations and preferences to DevWorkspaces
2021-09-29 13:30:03 +02:00
xbaran4
8969d93bac
fix: added module binding in openshiftInfra
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-29 12:43:43 +02:00
Mykhailo Kuznietsov
d217fd6ecf
chore: Update release runner to ubuntu-20.04 ( #148 )
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-09-28 13:38:23 -04:00
xbaran4
0423215112
fix: trimed preference name bug
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-27 16:49:23 +02:00
xbaran4
a6059bfea5
fix: trimmed preference name
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-27 15:38:38 +02:00
xbaran4
e73266e957
refactor: replaced individual convigurators with set
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-27 11:54:44 +02:00
Anatolii Bazko
ce6bcf2d19
Merge pull request #147 from eclipse-che/ab/fixdashbaorddeployment
...
Add CHE_HOST and CHE_URL env vars
2021-09-27 12:53:15 +03:00
Anatolii Bazko
ba37886886
fix: Add CHE_HOST and CHE_URL env vars
...
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-09-27 10:54:14 +03:00
Sergii Kabashniuk
f000ed5aa6
build: Remove unused dependencies and modules ( #141 )
2021-09-27 09:25:55 +03:00
xbaran4
31366691ec
test: added test for UserPreferencesConfigurator
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-27 00:49:46 +02:00
dependabot[bot]
c95c0d56ea
build(deps): bump com.google.http-client.version from 1.39.1 to 1.40.0 ( #138 )
...
Bumps `com.google.http-client.version` from 1.39.1 to 1.40.0.
Updates `google-http-client` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/googleapis/google-http-java-client/releases )
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-http-java-client/compare/v1.39.1...v1.40.0 )
Updates `google-http-client-jackson2` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/googleapis/google-http-java-client/releases )
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-http-java-client/compare/v1.39.1...v1.40.0 )
---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.http-client:google-http-client-jackson2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-25 22:36:23 +03:00
dependabot[bot]
0364a3c420
build(deps): bump jwks-rsa from 0.3.0 to 0.19.0 ( #140 )
...
Bumps [jwks-rsa](https://github.com/auth0/jwks-rsa-java ) from 0.3.0 to 0.19.0.
- [Release notes](https://github.com/auth0/jwks-rsa-java/releases )
- [Changelog](https://github.com/auth0/jwks-rsa-java/blob/master/CHANGELOG.md )
- [Commits](https://github.com/auth0/jwks-rsa-java/compare/0.3.0...0.19.0 )
---
updated-dependencies:
- dependency-name: com.auth0:jwks-rsa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-25 22:35:55 +03:00
xbaran4
e96aa25fb5
doc: added javadoc for NamespaceConfigurator classes
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-24 14:46:29 +02:00
xbaran4
dece823292
refactor: adapted NamespaceProvisioner for UserProfileConfigurator and UserPreferencesConfigurator
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-24 12:21:49 +02:00
dependabot[bot]
3c5928e34b
build(deps): bump gson from 2.8.5 to 2.8.8 ( #131 )
...
Bumps [gson](https://github.com/google/gson ) from 2.8.5 to 2.8.8.
- [Release notes](https://github.com/google/gson/releases )
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.8 )
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-24 13:00:46 +03:00
dependabot[bot]
4d40e716ea
build(deps): bump commons-lang3 from 3.8.1 to 3.12.0 ( #134 )
...
Bumps commons-lang3 from 3.8.1 to 3.12.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-24 13:00:26 +03:00
dependabot[bot]
f9d05e4899
build(deps): bump maven-war-plugin from 3.3.1 to 3.3.2 ( #135 )
...
Bumps [maven-war-plugin](https://github.com/apache/maven-war-plugin ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-war-plugin/releases )
- [Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.3.1...maven-war-plugin-3.3.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-war-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-24 12:59:39 +03:00
xbaran4
5f4cd273df
refactor: moved preferences secret creation from NamespaceProvisioner to UserPreferencesConfigurator
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-24 11:54:10 +02:00
xbaran4
b73d4968e1
refactor: moved profile secret creation from NamespaceProvisioner to UserProfileConfigurator
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-24 11:13:44 +02:00
xbaran4
33f1a88748
refactor: moving provision method from NamespaceFactory to NamespaceProvisioner
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-24 10:00:48 +02:00
dependabot[bot]
3c34c3350e
build(deps): bump micrometer-jvm-extras from 0.1.3 to 0.2.2 ( #132 )
...
Bumps [micrometer-jvm-extras](https://github.com/mweirauch/micrometer-jvm-extras ) from 0.1.3 to 0.2.2.
- [Release notes](https://github.com/mweirauch/micrometer-jvm-extras/releases )
- [Changelog](https://github.com/mweirauch/micrometer-jvm-extras/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mweirauch/micrometer-jvm-extras/compare/0.1.3...0.2.2 )
---
updated-dependencies:
- dependency-name: io.github.mweirauch:micrometer-jvm-extras
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-24 10:18:28 +03:00
xbaran4
39363da6ef
feat: created configurator package with configurators
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-24 09:16:57 +02:00
dependabot[bot]
5b74209f3f
build(deps): bump commons-io from 2.8.0 to 2.11.0 ( #116 )
...
Bumps commons-io from 2.8.0 to 2.11.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-23 12:02:50 +03:00
dependabot[bot]
fddf9707e5
build(deps): bump opentracing-jdbc from 0.1.8 to 0.2.15 ( #100 )
...
Bumps [opentracing-jdbc](https://github.com/opentracing-contrib/java-jdbc ) from 0.1.8 to 0.2.15.
- [Release notes](https://github.com/opentracing-contrib/java-jdbc/releases )
- [Changelog](https://github.com/opentracing-contrib/java-jdbc/blob/master/RELEASE.md )
- [Commits](https://github.com/opentracing-contrib/java-jdbc/compare/0.1.8...0.2.15 )
---
updated-dependencies:
- dependency-name: io.opentracing.contrib:opentracing-jdbc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-23 07:33:17 +03:00
Mykhailo Kuznietsov
468f854382
chore: Update README.md and make-release.sh ( #130 )
...
* chore: Update README.md and make-release.sh
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
* Update README.md
tweaks to language; add link to che main repo; add note about devworkspace.
* fixup! Update README.md
Co-authored-by: Nick Boldt <nboldt@redhat.com>
2021-09-22 14:41:19 -04:00
xbaran4
8aa275101a
fix: removed secrets creation on event
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-22 12:15:09 +02:00
dependabot[bot]
dbba059a38
build(deps): bump com.google.code.guice.version from 4.2.2 to 5.0.1 ( #112 )
...
Bumps `com.google.code.guice.version` from 4.2.2 to 5.0.1.
Updates `guice` from 4.2.2 to 5.0.1
- [Release notes](https://github.com/google/guice/releases )
- [Commits](https://github.com/google/guice/compare/4.2.2...5.0.1 )
Updates `guice-assistedinject` from 4.2.2 to 5.0.1
Updates `guice-persist` from 4.2.2 to 5.0.1
---
updated-dependencies:
- dependency-name: com.google.inject:guice
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: com.google.inject.extensions:guice-assistedinject
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: com.google.inject.extensions:guice-persist
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 12:48:14 +03:00
dependabot[bot]
1d287f6a44
build(deps): bump javassist from 3.18.2-GA to 3.28.0-GA ( #127 )
...
Bumps [javassist](https://github.com/jboss-javassist/javassist ) from 3.18.2-GA to 3.28.0-GA.
- [Release notes](https://github.com/jboss-javassist/javassist/releases )
- [Commits](https://github.com/jboss-javassist/javassist/commits )
---
updated-dependencies:
- dependency-name: org.javassist:javassist
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 12:47:54 +03:00
dependabot[bot]
d29d2cf3a6
build(deps): bump org.eclipse.sisu.plexus from 0.3.0 to 0.3.5 ( #118 )
...
Bumps org.eclipse.sisu.plexus from 0.3.0 to 0.3.5.
---
updated-dependencies:
- dependency-name: org.eclipse.sisu:org.eclipse.sisu.plexus
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 12:47:25 +03:00
Pavol Baran
bfd8cdfbf5
Upgrade postgreSQL image to version 13 in integration tests and make them pass ( #74 )
...
* feat: changing container image version to postgres:13
Signed-off-by: xbaran4 <pbaran@redhat.com>
* feat: added centos based postgres 13 image for integration tests
Signed-off-by: xbaran4 <pbaran@redhat.com>
* Update pom.xml
switch to quay.io/eclipse/registry.redhat.io--rhel8--postgresql-13:1-8755650687f2c94d7f0d08f491afa0cba97199ceb7946afed260a619a3f5f49b
* undo! Revert "Update pom.xml"
This reverts commit 07c7528dcd .
* fix: updated postgres version for integration tests
Signed-off-by: xbaran4 <pbaran@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
2021-09-22 12:21:43 +03:00
xbaran4
048e35863c
doc: added javadoc for NamespaceProvisioner
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-21 11:05:05 +02:00
dependabot[bot]
8490d96817
build(deps): bump docker-maven-plugin from 0.35.0 to 0.37.0 ( #128 )
...
Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin ) from 0.35.0 to 0.37.0.
- [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases )
- [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md )
- [Commits](https://github.com/fabric8io/docker-maven-plugin/compare/v0.35.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: io.fabric8:docker-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 11:44:22 +03:00
dependabot[bot]
14a7f6e364
build(deps): bump google-oauth-client from 1.31.5 to 1.32.1 ( #110 )
...
Bumps [google-oauth-client](https://github.com/googleapis/google-oauth-java-client ) from 1.31.5 to 1.32.1.
- [Release notes](https://github.com/googleapis/google-oauth-java-client/releases )
- [Changelog](https://github.com/googleapis/google-oauth-java-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-oauth-java-client/compare/v1.31.5...v1.32.1 )
---
updated-dependencies:
- dependency-name: com.google.oauth-client:google-oauth-client
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 08:40:36 +03:00
Sergii Kabashniuk
e7d725ca37
build: Used jakarta.persistence ( #125 )
2021-09-21 08:36:19 +03:00
Max Shaposhnik
adadf59715
Revert exception type change due to its inconvenience for scm file resolving service ( #126 )
...
Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>
2021-09-20 20:28:09 +03:00
xbaran4
a41e86ae26
format: mvn fmt:format
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-20 13:25:01 +02:00
xbaran4
3d3cbee7e1
test: added tests for exception handling in NamespaceProvisioner
...
Signed-off-by: xbaran4 <pbaran@redhat.com>
2021-09-20 13:23:13 +02:00
Max Shaposhnik
a79cc94397
fix: improve bitbucket OAuth flow to use more specific error messages
2021-09-20 11:10:28 +03:00