Browse Source
Current vitrage-dashboard repo has multiple embedded js copies. However these embeded js copies are not allowed by Horizon's official contributor guide. This change aimes to make these js copies to xstatic packages which can be installed by pip and remove all of embedded js copies from vitrage-dashboard repo. Change-Id: I92fef30261a4c17523682fe9c9b3483a759cf500 Needed-By: Ic5506ed6831454b222984f859f829de3cdd6f95cchanges/33/704133/6
4 changed files with 50 additions and 0 deletions
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"] |
||||
abandon = group vitrage-dashboard-core |
||||
abandon = group xstatic-core |
||||
label-Code-Review = -2..+2 group vitrage-dashboard-core |
||||
label-Code-Review = -2..+2 group xstatic-core |
||||
label-Workflow = -1..+1 group vitrage-dashboard-core |
||||
label-Workflow = -1..+1 group xstatic-core |
||||
|
||||
[receive] |
||||
requireChangeId = true |
||||
requireContributorAgreement = true |
||||
|
||||
[submit] |
||||
mergeContent = true |
Loading…
Reference in new issue