This project is mirrored from https://github.com/gitpod-io/gitpod.
Pull mirroring updated .
- Sep 27, 2024
-
-
mustard authored
* Add node package * first nit changes * nit proto udpate * fixup * [server] add azure support * fixup * fixup * server fixup * [dashboard] changes * fixup * fixup * Fix server bugs * Fixup * Fix dashboard * Fix user integration * Fix permission update modal * tmp * Add unit tests and fix get file content issue * Add readme * fix tag and branch parser * Update README.md * Remove API tests * Disable azure devops support for PAYG * Revert "Remove API tests" This reverts commit a525cbd1. * Fix tests * Rebase fixup * nit fixing * revert me * Fix integration udpate * Fix ENT-780 * Don't support azure devops on PAYG * dashboard: add comments and remove new Azure DevOps supports on user settings page * Fix push warning and make project a part of owner * Proper handle errors * Fix token can't refresh issue * Fix api * Add project context supports * Update components/server/src/azure-devops/azure-context-parser.spec.ts Co-authored-by:
Filip Troníček <filip@gitpod.io> * Fix readablestream error * Fix clone url * Address feedback - dashboard provider type update - doc for checkWriteAccess - Requirement.DEFAULT * 1 * avatar * Revert "revert me" This reverts commit 189c431e. --------- Co-authored-by:
Filip Troníček <filip@gitpod.io>
-
Pudong authored
* remove useless InfoProvider * close connection if visibility change * nit: fix typo * fn name typo fix --------- Co-authored-by:
Filip Troníček <filip@gitpod.io>
-
Robo Quat authored
Co-authored-by:
roboquat <roboquat@users.noreply.github.com>
-
- Sep 26, 2024
-
-
mustard authored
* Use `npm` instead of `yarn` for code build * fix out folder * Add update script * [local-app-api] compile grpc-web together * Fix build * fix out dir * fixup * Fixup
-
- Sep 25, 2024
-
-
Filip Troníček authored
* Proper webhook installed detection * fix webhook detection * debug: enable webhook on newly enabled prebuilds * Add a comment about the arbitrary last 50 events * Remove unused `GetConfigurationWebhookActivityStatus` * update fn comment * Delete superflous log * fix debugging webhooks * remove unused webhook-hooks * Revert "debug: enable webhook on newly enabled prebuilds" This reverts commit 5cfebd8f.
-
Autofix authored
Co-authored-by:
Autofix <autofix-bot@users.noreply.github.com>
-
- Sep 24, 2024
-
-
Filip Troníček authored
* [Workspace CLI] better logs streaming for `validate` * add tests, handle `\b`
-
- Sep 23, 2024
-
-
Robo Quat authored
Co-authored-by:
roboquat <roboquat@users.noreply.github.com>
-
mustard authored
* Update Platform Version of JetBrains Backend Plugin (EAP) to * Fix latest editor build * Fixup * revert year changes * fix rider build * 1 --------- Co-authored-by:
Robo Quat <roboquat@gitpod.io>
-
Filip Troníček authored
* Add `GetConfigurationWebhookActivityStatus` to proto * codegen * `GetConfigurationWebhookActivityStatus` impl * give it a UI * Revert trigger strategy on webhook event * debug: enable webhooks again * fix UI * maybe fix build? * Automatically convert to activity-based prebuilds *
* don't limit to a week when converting to activity-based * Change copy Co-authored-by:Gero Posmyk-Leinemann <gero@gitpod.io> * Less cyclic deps * removing warning and add informative trigger strategy field * fix sizing of prebuild trigger strategy info * Revert "debug: enable webhooks again" This reverts commit 1c470677. --------- Co-authored-by:
Gero Posmyk-Leinemann <gero@gitpod.io>
-
Robo Quat authored
* [JetBrains] Update IDE images to new build version * Revert pluginSinceBuild --------- Co-authored-by:
mustard <huiwen@gitpod.io>
-
- Sep 20, 2024
-
- Sep 19, 2024
-
-
Filip Troníček authored
* refetch JWT cookie 20s after load * set cookie on login * make the cookie trigger at the right place
-
- Sep 18, 2024
-
-
Siddhant Khare authored
* Set hashed user ID cookie on JWT refresh for specific Gitpod domains * refactor: Update setHashedUserIdCookie method in session handler for testing purposes * attempt 2 to fix test * refactor: Clear gitpod_hashed_user_id cookie after logout
-
Filip Troníček authored
* wip * Implement UI * remove commented out code * Cell disabled check for websockets
-
Siddhant Khare authored
* refactor: Update setHashedUserIdCookie method in analytics controller This commit updates the setHashedUserIdCookie method in the analytics controller. The changes include: - Adding a server-side implementation to determine the appropriate domain for setting the cookie based on the request hostname * nit fix :) Co-authored-by:
Filip Troníček <filip@gitpod.io> --------- Co-authored-by:
Filip Troníček <filip@gitpod.io>
-
- Sep 17, 2024
-
-
Gero Posmyk-Leinemann authored
[gp] Add helpful message in case "gp env --scope=user" fails because of missing create permission (#20227) * [gp] Add helpful message in case "gp env --scope=user" fails because of missing create permission * Fix typo Co-authored-by:
Filip Troníček <filip@gitpod.io> * another typo --------- Co-authored-by:
Filip Troníček <filip@gitpod.io>
-
- Sep 16, 2024
-
-
Kyle Brennan authored
* Introduce RED metrics for ws-proxy Originally from https://github.com/gitpod-io/gitpod/pull/17294 Co-authored-by:
Anton Kosyakov <anton@gitpod.io> * Remove unused var * [ws-proxy] fix crash loop backoff (WIP) I think for this value to be populated, we'll need to "bubble up" httpVersion (like what was done with many methods and resource)
Think of a better way. * Add namespace and subsystem to metrics * Set a value for http_version label * Persist http_version for server metrics * Code review feedback --------- Co-authored-by:Anton Kosyakov <anton@gitpod.io>
-
- Sep 14, 2024
-
-
mustard authored
* [jb-gha] draft nightly script and update file structure * Update GHA with draft script * Update summary * Run leeway build * Fix build and share slack notification * Add force use dev latest images leeway script
-
- Sep 13, 2024
-
-
Moritz Eysholdt authored
via GITHUB_TOKEN=(...) ./scripts/go-licenses.sh
- Sep 12, 2024
-
-
Gero Posmyk-Leinemann authored
* [gp] Introduce "gp user-info" showing userId and email * [gp] gp user-info: Add --email
-
Robo Quat authored
Co-authored-by:
roboquat <roboquat@users.noreply.github.com>
-
mustard authored
* Update Platform Version of JetBrains Gateway Plugin (Stable) to * Fix and update GHA script * fixup --------- Co-authored-by:
Robo Quat <roboquat@gitpod.io>
-
- Sep 11, 2024
-
-
mustard authored
* [JetBrains] Update IDE images to new build version * Remove Rider upgrade * Remove Rider auto upgrade --------- Co-authored-by:
Robo Quat <roboquat@gitpod.io>
-
Robo Quat authored
Co-authored-by:
roboquat <roboquat@users.noreply.github.com>
-
mustard authored
* proto update Co-authored-by:
Filip Troníček <filip@gitpod.io> Co-authored-by:
Gero Posmyk-Leinemann <32448529+geropl@users.noreply.github.com> * dashboard + server --------- Co-authored-by:
Filip Troníček <filip@gitpod.io> Co-authored-by:
Gero Posmyk-Leinemann <32448529+geropl@users.noreply.github.com>
-
Gero Posmyk-Leinemann authored
* [gp, protocol, server] Remove references to long-deprecated "getEnvVars" API method * [gp, server] Allow users to update user-scopes env vars
-