-
Notifications
You must be signed in to change notification settings - Fork 62
Feature/project release management #2431
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
Merged
erda-bot
merged 5 commits into
erda-project:master
from
hujiahao-hjh:feature/project-release-management
Dec 30, 2021
Merged
Feature/project release management #2431
erda-bot
merged 5 commits into
erda-project:master
from
hujiahao-hjh:feature/project-release-management
Dec 30, 2021
Conversation
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
10e45fe
to
2cc62a7
Compare
2cc62a7
to
9c453e7
Compare
daskyrk
reviewed
Dec 29, 2021
daskyrk
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
daskyrk
reviewed
Dec 29, 2021
daskyrk
reviewed
Dec 29, 2021
daskyrk
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
daskyrk
reviewed
Dec 29, 2021
shell/app/modules/project/pages/release/components/application-detail.tsx
Outdated
Show resolved
Hide resolved
daskyrk
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
shell/app/modules/project/pages/release/components/project-detail.tsx
Outdated
Show resolved
Hide resolved
McDaddy
reviewed
Dec 29, 2021
shell/app/modules/project/pages/release/components/project-detail.tsx
Outdated
Show resolved
Hide resolved
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
McDaddy
reviewed
Dec 29, 2021
8751a69
to
014495d
Compare
McDaddy
reviewed
Dec 29, 2021
acde132
to
d5abab7
Compare
d5abab7
to
972afe0
Compare
7087930
to
c8f2c63
Compare
c8f2c63
to
28a7b6b
Compare
/approve |
erda-bot
approved these changes
Dec 30, 2021
daskyrk
added a commit
that referenced
this pull request
Dec 30, 2021
* Feature/project release management (#2431) * feat(common): add common components listSelect * feat(dop): project release management * feat: code optimization * feat: add listSelect unit test case * fix: code optimization * fix(dop): project release management bug (#2441) Co-authored-by: hujiahao-hjh <[email protected]>
Zero-Rock
pushed a commit
to Zero-Rock/erda-ui
that referenced
this pull request
Dec 30, 2021
* feat(common): add common components listSelect * feat(dop): project release management * feat: code optimization * feat: add listSelect unit test case * fix: code optimization
erda-bot
pushed a commit
that referenced
this pull request
Dec 30, 2021
* feat: update layout * feat: update header style * feat: update sidebar style and save fold state * feat: update header style * feat: update layout custom logic * feat: update theme color * feat: update skeleton * feat: always highlight nav icon when under route * feat: update sidebar style * feat: update msp overview page style * feat: trigger switch app when click platform entry * feat: default fix sidebar * fix: layout style * feat: update platform icon * fix: fix new theme load-more-selector style (#2429) * fix: sidebar icon * feat: update breadcrumb style * fix: sidebar fix flag * fix: add missing i18n * feat: update message center style * fix: header height * fix: selected sidebar menu icon color * feat: update layout * feat: remove useless dice-layout class * feat: remove useless nusi class * feat: move message center * fix: breadcrumb order * feat: update sidebar icon * feat: update nav avatar size * fix: fix menus open error * feat: new announcement * fix: missing key * fix: announcement style * feat: hover highlight dropdown select icon color * fix: fix i18n * fix: fix menu styles * fix: admin platform icon * fix: remove deleted icon * fix: sidebar z-index * fix: revert org in breadcrumb * fix: sidebar menu height * fix: clear active platform when leave * fix: page name * fix: fix overlay background color * fix: fix app selector width * fix: fix workbench messageList styles * fix: nav item icon default color * fix: toggle sidebar btn is covered * chore: no default export * fix: three level menu indent * fix: three level menu indent * feat: update tooltip background color * feat: add top bar container when need * fix: nav icon * feat: update layout and add main scroll tip * fix: update personal workbench page title * fix: update cluster overview style * feat: adjust nav order * fix: update middleware dashboard style * fix: workbench welcome text * feat: update global nav background color * Chore: merge master to new theme branch (#2442) * Feature/project release management (#2431) * feat(common): add common components listSelect * feat(dop): project release management * feat: code optimization * feat: add listSelect unit test case * fix: code optimization * fix(dop): project release management bug (#2441) Co-authored-by: hujiahao-hjh <[email protected]> * feat: update welcome style * feat: update cluster overview style * feat: add some flex util class * fix: nav item style * feat: update icon * fix: project and app selector style * feat: update toggle btn color * fix: update i18n * feat: update project and app selector * feat: update styles * fix: styles * fix: remove wrapper * feat: add animation to erda logo * fix: add login user login at * fix: missing import * fix: update avatar bg color * fix: fix msp head menu * feat: update tab radius * fix: fix tooltip inner link style * fix: update style * feat: remove useless style * fix: style * fix: fix issue protocol import Co-authored-by: zxj <[email protected]> Co-authored-by: hujiahao-hjh <[email protected]>
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.
What this PR does / why we need it:
Add project release management.
I have checked the following points:
Does this PR introduce a user interface change?
❎ No
ChangeLog
Does this PR need be patched to older version?
❎ No
Which issue(s) this PR fixes:
Fixes #