Commit Graph

15 Commits (b5e1e2a4a21de60a860f7aae3a33c66c455b82bb)

Author SHA1 Message Date
Anatolii Bazko 72f191bcda
feat: Allow to configure 2 github providers simultaneously (#598)
* feat: Support enabling Github enterprise and SaaS simultaneously on Dev Spaces

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2023-11-07 12:57:48 +01:00
Igor Vinokur cb3565dbf8
Support Bitbucket-server oAuth2 factory (#440)
Apply Bitbucket Server oAuth-2 configuration for the factory flow.
2023-02-15 16:43:27 +02:00
Nick Boldt a97e6eec90
chore: update license headers to 2023 because we still use that annoying license header checker for some reason (#412)
To update next year:

  find . -name "*" -exec sed -i -r -e "s@-2023 Red Hat@-2024 Red Hat@g" {} \;

Change-Id: I2167da69ac584e743e61f4bbe699f06296911857
Signed-off-by: Nick Boldt <nboldt@redhat.com>

Signed-off-by: Nick Boldt <nboldt@redhat.com>
2023-01-04 10:33:06 -04:00
Igor Vinokur ef626cd6ee
Fix Delete oauth token API method (#408)
Rework the invalidate token oauth API method to send revoke token request to the git provider. After this request Che authorisation is unsynchronised so user is asked to re apply the authentication on new factory create step.
2023-01-04 10:06:25 +02:00
Igor Vinokur c2a2d09194
chore: Support configuring the GitHub OAuth endpoint (#350)
Currently the GitHub OAuth provider is hardcoded to https://github.com endpoint. In order to support Github Enterprise Server, the endpoint of the GitHub OAuth provider is configurable by the oauth secret.
2022-09-08 14:51:12 +03:00
Max Shaposhnik d6cce806ca
Fix behavior for unexisting files for public repositories (#243)
Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>
2022-01-17 17:09:48 +02:00
Pavol Baran 921915a4f4 refactor: Injected clientid and clientsecret paths
Signed-off-by: Pavol Baran <pbaran@redhat.com>
2021-11-29 12:39:10 +01:00
Pavol Baran 1570683098 refactor: propagating IOException in provider
Signed-off-by: Pavol Baran <pbaran@redhat.com>
2021-11-26 20:25:48 +01:00
Pavol Baran 148977e7e0 doc: added class docstring
Signed-off-by: Pavol Baran <pbaran@redhat.com>
2021-11-26 14:24:24 +01:00
Pavol Baran 9b06dfa8fa refactor: implementing recommended changes for github oauth
Signed-off-by: Pavol Baran <pbaran@redhat.com>
2021-11-25 16:16:26 +01:00
Pavol Baran 6b17bd5bf3 feat: github oauth with embededOAuthAPI
Signed-off-by: Pavol Baran <pbaran@redhat.com>
2021-11-25 00:55:24 +01:00
Sergii Kabashniuk 359ebb32bc
build: Transition from Java EE to Jakarta EE (#80)
* Upgrade swagger-ui-3.51.2

* Upgrade tomcat 10.0.10

* changed only imports

* changed imports in service loader

* changed swagger jaxrs deployment

* Changed swagger annotations + basic imports

* Changed imports and minimal key length for jsonwebtoken

* Restassured API changes + imports

* Removed trailing slash from CHE_HOME

* Migrate to jakarta schema in web.xml

* Disable tracing

* New artifacts and maven build upgrade

* Removed jackson-jaxrs-json-provider from wsmaster war

* Fixed KeycloakServletModuleTest and forked TracingFilter

* Removed unused dependecies
2021-09-13 08:20:09 +03:00
Sergii Kabashniuk 6670c6986b Upgrade license 2021-05-20 17:05:45 +03:00
Sergii Kabashniuk 98b66ff1f6 Upgrade maven plugin configuration. Made pom.xml independent from che-parent 2021-05-20 16:53:16 +03:00
Sergii Kabashniuk f95947ad5d
Move master related code out of plugins (#13004)
* Move master related code out of plugins

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
2019-03-29 14:05:31 +02:00