Add two annotations#41
Open
Zllinc wants to merge 21 commits into
Open
Conversation
…ng#5715) * fix(main): validate kubeadm config files before pulling images * test(e2e): add end-to-end tests for Kubernetes and Docker versions 1.29.0 to 1.32.0 Signed-off-by: cuisongliu <cuisongliu@qq.com> * fix(main): update image pulling logic and refactor string utilities Signed-off-by: cuisongliu <cuisongliu@qq.com> --------- Signed-off-by: cuisongliu <cuisongliu@qq.com>
* Update LICENSE * Update LICENSE
* feat(launchpad): new custom domain form Signed-off-by: Nixieboluo <me@sagirii.me> * feat(launchpad): automatically refresh cname every 5 secs Signed-off-by: Nixieboluo <me@sagirii.me> * feat(launchpad): add i18n for custom domain binding form Signed-off-by: Nixieboluo <me@sagirii.me> * fix(launchpad): change colors of custom domain binding form to match the design Signed-off-by: Nixieboluo <me@sagirii.me> * fix(launchpad): add missing default export for DomainNotBoundModel Signed-off-by: Nixieboluo <me@sagirii.me> * chore(launchpad): add missing config examples Signed-off-by: Nixieboluo <me@sagirii.me> * feat(launchpad): use modern clipboard api for copying data Signed-off-by: Nixieboluo <me@sagirii.me> * fix(launchpad): move hardcoded domain reg link to i18n file Signed-off-by: Nixieboluo <me@sagirii.me> * refactor(launchpad): use underscore in i18n keys Signed-off-by: Nixieboluo <me@sagirii.me> * feat(launchpad): design & ux catchup for domain verif form Signed-off-by: Nixieboluo <me@sagirii.me> * fix(launchpad): clear button on domain verif form Signed-off-by: Nixieboluo <me@sagirii.me> * feat(launchpad): add a link for domain reg docs Signed-off-by: Nixieboluo <me@sagirii.me> --------- Signed-off-by: Nixieboluo <me@sagirii.me>
* feat(desktop): match app grid and folder design with design Signed-off-by: Nixieboluo <me@sagirii.me> * feat(desktop): make folder draw area larger Signed-off-by: Nixieboluo <me@sagirii.me> * refactor(desktop): calculate app height using the height of 2 lines app name Signed-off-by: Nixieboluo <me@sagirii.me> * feat(desktop): add menu for secondary links on narrow screens Signed-off-by: Nixieboluo <me@sagirii.me> * chore(desktop): clean up Signed-off-by: Nixieboluo <me@sagirii.me> * feat(desktop): tweak pin input corner radius to match the design Signed-off-by: Nixieboluo <me@sagirii.me> * fix(desktop): incorrect desktop folder paging calculation Signed-off-by: Nixieboluo <me@sagirii.me> * fix(desktop): navbar overflows on very narrow screens Signed-off-by: Nixieboluo <me@sagirii.me> --------- Signed-off-by: Nixieboluo <me@sagirii.me>
* fix:chart tooltip * feat: loading component * chore: remove unused ui * feat: devbox name runtime tooltip * fix: list pagination auto reset bug * feat: devbox create left side * feat: yaml page * fix: scrollbar color change * feat: devbox create * refactor: chakra to shadcn(detail related) * fix: IDE show bug * feat: devbox detail header * fix: detail header position * feat: detail sidebar * feat: detail basic * feat: detail live monitoring * feat: detail network * feat: detail layout adjust * fix: layout fix again * feat: detail release * feat: deploy modal * feat: detail adjust layout * feat: shutdown modal and release modal * fix: appSelectModal background image * feat: toolbox and sshConnect drawer * chore: remove some unused code * chore: jb modal chakra to shadcn * feat: deleteDevboxModal * chore: adjust some code * feat: template layout * feat: template left sidebar * feat: public template mainBody * feat: createOrUpdate drawer * feat: create template * fix: react html bug * feat: template update template * feat: private template * feat: private template * feat: jetbrain ide * feat: deploy devbox drawer * chore: remove unused template code * chore: remove unused icon code * fix: little fix * feat: create template time * feat: create devbox template part * chore: remove unused code * fix: release show bug * fix: detail height bug * fix: detail padding bug * fix: detail basic event style bug * fix: some ts-lint bug * fix: detail layout bug * chore: remove unused code * fix: update devbox bug * fix: create and update devbox navigate bug * chore: adjust file structure * fix: ts bug * feat: detail layout sidebar * feat: detail page * feat: datapciker * fix: date-picker style adjust * fix: idebutton rerender bug * fix: some style adjust * fix: detail layout style bug * fix: date picker bug * feat: monitor chart * feat: refresh button * feat: monitor page fully * fix: list fix * fix: bug * fix: lower case and upper case * fix: style fix * fix: template card style * fix: bug * fix: create route bug * fix: style adjust * fix: adjust style * feat: guide * fix: adjust style * fix: time show bug * fix: bug * fix: template empty show bug * fix: bug * style: monitor chart color * feat: devbox list template name * style: adjust style * feat: create devbox port add * fix: style adjust * style: padding adjust * fix: bug * fix: style adjust * fix: style adjust * chore: update env file * fix: coin logic bug * fix: delete some unused ui * fix: some no little bug * fix: bug * fix: little style bug * fix: network show bug * fix: style adjust * fix: style bug * fix: icon bug * fix: handle back bug * fix: template bug * fix: toggle tag bug * chore: adjust typo * fix: style adjust * feat: adjust detail style * fix: monitor style adjust * fix: some little bug * chore: remove unused code * fix: template create and update bug * fix: template version bug * fix: release devbox version bug * fix: style adjust * chore: add tailwindcss and shadcn * fix: tailwindcss v4 update bug * chore: add some useful ui * fix: deal prettier and eslint bug * chore: adjust layout.tsx * chore: add some comment * chore: remove unused code * chore: remove chakra-ui * feat: font inter->geist * feat: list page basic * style: some little p fix * feat: list pagination * fix:chart tooltip * feat: loading component * chore: remove unused ui * feat: devbox name runtime tooltip * fix: list pagination auto reset bug * feat: devbox create left side * feat: yaml page * fix: scrollbar color change * feat: devbox create * refactor: chakra to shadcn(detail related) * fix: IDE show bug * feat: devbox detail header * fix: detail header position * feat: detail sidebar * feat: detail basic * feat: detail live monitoring * feat: detail network * feat: detail layout adjust * fix: layout fix again * feat: detail release * feat: deploy modal * feat: detail adjust layout * feat: shutdown modal and release modal * fix: appSelectModal background image * feat: toolbox and sshConnect drawer * chore: remove some unused code * chore: jb modal chakra to shadcn * feat: deleteDevboxModal * chore: adjust some code * feat: template layout * feat: template left sidebar * feat: public template mainBody * feat: createOrUpdate drawer * feat: create template * fix: react html bug * feat: template update template * feat: private template * feat: private template * feat: jetbrain ide * feat: deploy devbox drawer * chore: remove unused template code * chore: remove unused icon code * fix: little fix * feat: create template time * feat: create devbox template part * chore: remove unused code * fix: release show bug * fix: detail height bug * fix: detail padding bug * fix: detail basic event style bug * fix: some ts-lint bug * fix: detail layout bug * chore: remove unused code * fix: update devbox bug * fix: create and update devbox navigate bug * chore: adjust file structure * fix: ts bug * feat: detail layout sidebar * feat: detail page * feat: datapciker * fix: date-picker style adjust * fix: idebutton rerender bug * fix: some style adjust * fix: detail layout style bug * fix: date picker bug * feat: monitor chart * feat: refresh button * feat: monitor page fully * fix: list fix * fix: bug * fix: lower case and upper case * fix: style fix * fix: template card style * fix: bug * fix: create route bug * fix: style adjust * fix: adjust style * feat: guide * fix: adjust style * fix: time show bug * fix: bug * fix: template empty show bug * fix: bug * style: monitor chart color * feat: devbox list template name * style: adjust style * feat: create devbox port add * fix: style adjust * style: padding adjust * fix: bug * fix: style adjust * fix: style adjust * chore: update env file * fix: coin logic bug * fix: delete some unused ui * fix: some no little bug * fix: bug * fix: little style bug * fix: network show bug * fix: style adjust * fix: style bug * fix: icon bug * fix: handle back bug * fix: template bug * fix: toggle tag bug * chore: adjust typo * fix: style adjust * feat: adjust detail style * fix: monitor style adjust * fix: some little bug * chore: remove unused code * fix: template create and update bug * fix: template version bug * fix: release devbox version bug * fix: style adjust * chore: add network limit * feat: hide log * fix: style bug * fix: yaml typo bug * chore: document url not hard-coding * chore: reference path ->api-docs
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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
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.
No description provided.