-
Notifications
You must be signed in to change notification settings - Fork 45
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
UI: Fix the issue that new version is not loaded after upgrade #4140
Conversation
Hello chengyanjin,My role is to assist you with the merge of this Status report is not available. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !!
ConflictA conflict has been raised during the update of Please resolve the conflict on the integration branch ( 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 |
3ea103e
to
2429149
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
/approve |
Build failedThe 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 |
Build failedThe 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 |
Build failedThe 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 |
22c15e0
to
2429149
Compare
History mismatchMerge commit #22c15e0c44ca1dd329f078a9d6c78be083eed6a1 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
/reset |
Lossy reset warningThere seems to be manual commits on integration branches (e.g. conflict You can use the The following options are set: approve |
History mismatchMerge commit #22c15e0c44ca1dd329f078a9d6c78be083eed6a1 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
2429149
to
b7f55bd
Compare
History mismatchMerge commit #163016d9c234e820d5578a88927f181c1bcd8c90 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
/reset |
Lossy reset warningThere seems to be manual commits on integration branches (e.g. conflict You can use the The following options are set: approve |
History mismatchMerge commit #163016d9c234e820d5578a88927f181c1bcd8c90 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
/force_reset |
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: approve |
ConflictA conflict has been raised during the creation of 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 |
/status |
StatusStatus report is not available. The following options are set: approve |
Build failedThe 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 |
b7f55bd
to
a0a4bfe
Compare
History mismatchMerge commit #99efc337e6b7f5b316769530277f2e70e5ee64f6 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
a0a4bfe
to
b7f55bd
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: The following options are set: approve |
…tion with version in the search params
b7f55bd
to
6759877
Compare
History mismatchMerge commit #99efc337e6b7f5b316769530277f2e70e5ee64f6 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: approve |
ConflictA conflict has been raised during the creation of 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 |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: The following options are set: approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye chengyanjin. |
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: