Refactor workspace instance attributedTeamId to an explicit, not-team-specific usageAttributionId#10868
Merged
Conversation
attributedTeamId to an explicit, not-team-specific usageAttributionId
attributedTeamId to an explicit, not-team-specific usageAttributionIdattributedTeamId to an explicit, not-team-specific usageAttributionId
7587085 to
c3b9026
Compare
jankeromnes
commented
Jun 23, 2022
c3b9026 to
d5a0667
Compare
1 task
d5a0667 to
0678bd6
Compare
Contributor
Author
/werft run 👍 started the job as gitpod-build-jx-attribution-id.5 |
0678bd6 to
303f5aa
Compare
|
started the job as gitpod-build-jx-attribution-id.7 because the annotations in the pull request description changed |
Contributor
Author
|
It's working! 🎉 |
geropl
reviewed
Jun 24, 2022
geropl
reviewed
Jun 24, 2022
| public async down(queryRunner: QueryRunner): Promise<void> { | ||
| if (await columnExists(queryRunner, TABLE_NAME, COLUMN_NAME)) { | ||
| await queryRunner.query( | ||
| `ALTER TABLE ${TABLE_NAME} DROP COLUMN ${COLUMN_NAME}, ALGORITHM=INPLACE, LOCK=NONE`, |
Member
geropl
approved these changes
Jun 24, 2022
Member
geropl
left a comment
There was a problem hiding this comment.
Tested and works, approving to unblock.
/hold So for reducing the column size. 👍
… an explicit, not-team-specific 'usageAttributionId'
303f5aa to
b3c03b9
Compare
Contributor
Author
Contributor
Author
|
One last sanity check before merging -- running the migration again: /werft run with-clean-slate-deployment 👍 started the job as gitpod-build-jx-attribution-id.9 |
Contributor
Author
|
Still working as intended! 🎉 Many thanks for the review @geropl 🙏 /unhold |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Refactor workspace instance
attributedTeamIdto an explicit, not-team-specificusageAttributionId.Related Issue(s)
Fixes #10822
How to test
usageAttributionIdteam:1234user:1234Release Notes
Documentation
Werft options: