-
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
Use solutions navbar in metalk8s UI #3110
Use solutions navbar in metalk8s UI #3110
Conversation
Hello jbwatenbergscality,My role is to assist you with the merge of this Status report is not available. |
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:
|
977a4ab
to
fcb5487
Compare
f2af053
to
18f0a53
Compare
ConflictThere is a conflict between your branch Please resolve the conflict on the feature branch ( $ git fetch
$ git checkout origin/improvement/use-solutions-navbar-in-metalk8s-ui
$ git merge origin/development/2.8
$ # <intense conflict resolution>
$ git commit
$ git push origin HEAD:improvement/use-solutions-navbar-in-metalk8s-ui |
b3687b4
to
8c1b6c1
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:
|
ed32a1e
to
5290ed8
Compare
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:
|
5290ed8
to
84db571
Compare
0a7bd93
to
d695076
Compare
…ectly following to solution navbar integration
…components New bundles size are as followed : 571.11 KB build/static/js/4.25b92d7b.chunk.js 36.11 KB build/static/js/15.8684c3a2.chunk.js 30 KB build/static/js/main.20da19d4.chunk.js 19.76 KB build/static/js/1.c5d9f7f7.chunk.js 12.88 KB build/static/css/4.023dbf36.chunk.css 9.85 KB build/static/js/12.e6067137.chunk.js 6.91 KB build/static/js/14.3bd7ce01.chunk.js 5.62 KB build/static/js/0.69f7df4d.chunk.js 2.65 KB build/static/js/6.8d8d1636.chunk.js 2.28 KB build/static/js/7.06fb1003.chunk.js 1.99 KB build/static/js/5.c144a469.chunk.js 1.7 KB build/static/js/10.39e394e2.chunk.js 1.3 KB build/static/js/runtime-main.33ce3b79.js 1.2 KB build/static/js/11.e2755908.chunk.js 1009 B build/static/js/9.a5906d8a.chunk.js 489 B build/static/js/8.5381719b.chunk.js 441 B build/static/css/main.9707ba81.chunk.css 329 B build/static/js/13.dc12452d.chunk.js We should investigate in bundling core ui in chunks per components to go further because for now all core-ui components are bundled in metalk8s ui even if they are not used. Refs: #3124
d695076
to
73e4a52
Compare
/approve |
Build failedThe build for commit did not succeed in branch improvement/use-solutions-navbar-in-metalk8s-ui. 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 jbwatenbergscality. |
Component:
ui
Context:
This PR replace authentication code and internal navbar with the common Solution navbar.
Refs: #3104