Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: Fix the issue that new version is not loaded after upgrade #4140

Conversation

ChengYanJin
Copy link
Contributor

Component: UI

Context: We had issue that the UI doesn't load the new version after upgrade.

Summary: We don't cache deployed-ui-apps, and we add version search query parameters when fetching micro-app-configuration and runtime-app-configuration

Acceptance criteria:

@ChengYanJin ChengYanJin requested a review from a team as a code owner September 6, 2023 13:51
@bert-e
Copy link
Contributor

bert-e commented Sep 6, 2023

Hello chengyanjin,

My role is to assist you with the merge of this
pull request. Please type @bert-e help to get information
on this process, or consult the user documentation.

Status report is not available.

@bert-e
Copy link
Contributor

bert-e commented Sep 6, 2023

Integration data created

I have created the integration data for the additional destination branches.

The following branches will NOT be impacted:

  • development/123.0
  • development/124.0
  • development/124.1
  • development/2.0
  • development/2.1
  • development/2.10
  • development/2.11
  • development/2.2
  • development/2.3
  • development/2.4
  • development/2.5
  • development/2.6
  • development/2.7
  • development/2.8
  • development/2.9

You can set option create_pull_requests if you need me to create
integration pull requests in addition to integration branches, with:

@bert-e create_pull_requests

@bert-e
Copy link
Contributor

bert-e commented Sep 6, 2023

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

Copy link
Contributor

@JBWatenbergScality JBWatenbergScality left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !!

@bert-e
Copy link
Contributor

bert-e commented Sep 8, 2023

Conflict

A conflict has been raised during the update of
integration branch w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade with contents from bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade
and development/126.0.

Please resolve the conflict on the integration branch (w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade).

Here are the steps to resolve this conflict:

 $ git fetch
 $ git checkout w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade
 $ git pull  # or "git reset --hard origin/w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade"
 $ git merge origin/development/126.0
 $ # <intense conflict resolution>
 $ git commit
 $ git merge origin/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade
 $ # <intense conflict resolution>
 $ git commit
 $ git push -u origin w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade

@ChengYanJin ChengYanJin force-pushed the bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade branch from 3ea103e to 2429149 Compare September 8, 2023 09:38
@bert-e
Copy link
Contributor

bert-e commented Sep 8, 2023

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

Copy link
Contributor

@JBWatenbergScality JBWatenbergScality left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@ChengYanJin
Copy link
Contributor Author

/approve

@bert-e
Copy link
Contributor

bert-e commented Sep 8, 2023

Build failed

The build for commit did not succeed in branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade.

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Sep 8, 2023

Build failed

The build for commit did not succeed in branch w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade.

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Sep 8, 2023

Build failed

The build for commit did not succeed in branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade.

The following options are set: approve

@ChengYanJin ChengYanJin force-pushed the bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade branch from 22c15e0 to 2429149 Compare September 11, 2023 07:59
@bert-e
Copy link
Contributor

bert-e commented Sep 11, 2023

History mismatch

Merge commit #22c15e0c44ca1dd329f078a9d6c78be083eed6a1 on the integration branch
w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade is merging a branch which is neither the current
branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade nor the development branch
development/126.0.

It is likely due to a rebase of the branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade and the
merge is not possible until all related w/* branches are deleted or updated.

Please use the reset command to have me reinitialize these branches.

The following options are set: approve

@JBWatenbergScality
Copy link
Contributor

/reset

@bert-e
Copy link
Contributor

bert-e commented Sep 11, 2023

Lossy reset warning

There seems to be manual commits on integration branches (e.g. conflict
resolutions) that will be lost if you chose to reset.

You can use the force_reset command if you still want me
to delete those branches.

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Sep 11, 2023

History mismatch

Merge commit #22c15e0c44ca1dd329f078a9d6c78be083eed6a1 on the integration branch
w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade is merging a branch which is neither the current
branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade nor the development branch
development/126.0.

It is likely due to a rebase of the branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade and the
merge is not possible until all related w/* branches are deleted or updated.

Please use the reset command to have me reinitialize these branches.

The following options are set: approve

@ChengYanJin ChengYanJin force-pushed the bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade branch from 2429149 to b7f55bd Compare September 12, 2023 08:12
@bert-e
Copy link
Contributor

bert-e commented Sep 12, 2023

History mismatch

Merge commit #163016d9c234e820d5578a88927f181c1bcd8c90 on the integration branch
w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade is merging a branch which is neither the current
branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade nor the development branch
development/126.0.

It is likely due to a rebase of the branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade and the
merge is not possible until all related w/* branches are deleted or updated.

Please use the reset command to have me reinitialize these branches.

The following options are set: approve

@ChengYanJin
Copy link
Contributor Author

/reset

@bert-e
Copy link
Contributor

bert-e commented Sep 12, 2023

Lossy reset warning

There seems to be manual commits on integration branches (e.g. conflict
resolutions) that will be lost if you chose to reset.

You can use the force_reset command if you still want me
to delete those branches.

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Sep 12, 2023

History mismatch

Merge commit #163016d9c234e820d5578a88927f181c1bcd8c90 on the integration branch
w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade is merging a branch which is neither the current
branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade nor the development branch
development/126.0.

It is likely due to a rebase of the branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade and the
merge is not possible until all related w/* branches are deleted or updated.

Please use the reset command to have me reinitialize these branches.

The following options are set: approve

@ChengYanJin
Copy link
Contributor Author

/force_reset

@bert-e
Copy link
Contributor

bert-e commented Sep 12, 2023

Reset complete

I have successfully deleted this pull request's integration branches.

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Sep 12, 2023

Conflict

A conflict has been raised during the creation of
integration branch w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade with contents from bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade
and development/126.0.

I have not created the integration branch.

Here are the steps to resolve this conflict:

 $ git fetch
 $ git checkout -B w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade origin/development/126.0
 $ git merge origin/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade
 $ # <intense conflict resolution>
 $ git commit
 $ git push -u origin w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade

The following options are set: approve

@ChengYanJin
Copy link
Contributor Author

/status

@bert-e
Copy link
Contributor

bert-e commented Sep 12, 2023

Status

Status report is not available.

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Sep 12, 2023

Build failed

The build for commit did not succeed in branch w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade.

The following options are set: approve

@ChengYanJin ChengYanJin force-pushed the bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade branch from b7f55bd to a0a4bfe Compare September 13, 2023 08:54
@bert-e
Copy link
Contributor

bert-e commented Sep 13, 2023

History mismatch

Merge commit #99efc337e6b7f5b316769530277f2e70e5ee64f6 on the integration branch
w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade is merging a branch which is neither the current
branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade nor the development branch
development/126.0.

It is likely due to a rebase of the branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade and the
merge is not possible until all related w/* branches are deleted or updated.

Please use the reset command to have me reinitialize these branches.

The following options are set: approve

ui/src/ducks/app/nodes.ts Fixed Show fixed Hide fixed
@ChengYanJin ChengYanJin force-pushed the bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade branch from a0a4bfe to b7f55bd Compare September 13, 2023 08:59
@bert-e
Copy link
Contributor

bert-e commented Sep 13, 2023

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

The following options are set: approve

@ChengYanJin ChengYanJin force-pushed the bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade branch from b7f55bd to 6759877 Compare September 13, 2023 09:01
@bert-e
Copy link
Contributor

bert-e commented Sep 13, 2023

History mismatch

Merge commit #99efc337e6b7f5b316769530277f2e70e5ee64f6 on the integration branch
w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade is merging a branch which is neither the current
branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade nor the development branch
development/126.0.

It is likely due to a rebase of the branch bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade and the
merge is not possible until all related w/* branches are deleted or updated.

Please use the reset command to have me reinitialize these branches.

The following options are set: approve

@ChengYanJin
Copy link
Contributor Author

/reset

@bert-e
Copy link
Contributor

bert-e commented Sep 13, 2023

Reset complete

I have successfully deleted this pull request's integration branches.

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Sep 13, 2023

Conflict

A conflict has been raised during the creation of
integration branch w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade with contents from bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade
and development/126.0.

I have not created the integration branch.

Here are the steps to resolve this conflict:

 $ git fetch
 $ git checkout -B w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade origin/development/126.0
 $ git merge origin/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade
 $ # <intense conflict resolution>
 $ git commit
 $ git push -u origin w/126.0/bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Sep 13, 2023

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Sep 14, 2023

In the queue

The changeset has received all authorizations and has been added to the
relevant queue(s). The queue(s) will be merged in the target development
branch(es) as soon as builds have passed.

The changeset will be merged in:

  • ✔️ development/125.0

  • ✔️ development/126.0

The following branches will NOT be impacted:

  • development/123.0
  • development/124.0
  • development/124.1
  • development/2.0
  • development/2.1
  • development/2.10
  • development/2.11
  • development/2.2
  • development/2.3
  • development/2.4
  • development/2.5
  • development/2.6
  • development/2.7
  • development/2.8
  • development/2.9

There is no action required on your side. You will be notified here once
the changeset has been merged. In the unlikely event that the changeset
fails permanently on the queue, a member of the admin team will
contact you to help resolve the matter.

IMPORTANT

Please do not attempt to modify this pull request.

  • Any commit you add on the source branch will trigger a new cycle after the
    current queue is merged.
  • Any commit you add on one of the integration branches will be lost.

If you need this pull request to be removed from the queue, please contact a
member of the admin team now.

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Sep 14, 2023

I have successfully merged the changeset of this pull request
into targetted development branches:

  • ✔️ development/125.0

  • ✔️ development/126.0

The following branches have NOT changed:

  • development/123.0
  • development/124.0
  • development/124.1
  • development/2.0
  • development/2.1
  • development/2.10
  • development/2.11
  • development/2.2
  • development/2.3
  • development/2.4
  • development/2.5
  • development/2.6
  • development/2.7
  • development/2.8
  • development/2.9

Please check the status of the associated issue None.

Goodbye chengyanjin.

@bert-e bert-e merged commit 6759877 into development/125.0 Sep 14, 2023
@bert-e bert-e deleted the bugfix/fix-the-issue-that-new-version-is-not-loaded-after-upgrade branch September 14, 2023 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants