-
Notifications
You must be signed in to change notification settings - Fork 40
feat: apply global config #5720
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
Conversation
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.2.3...3.2.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: samuel.park <samuel.park@megazone.com>
…ment feat(use-api-query-key): refactor use-api-query-key composable & create api-doc cli
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: mzc-eeheg <166787584+mzc-eeheg@users.noreply.github.com>
…sk apis (#5674) * feat(link): add line height prop to link component Signed-off-by: Wanjin Noh <wanjin@megazone.com> * fix(text-editor): add white-space pre-wrap to code blocks Signed-off-by: Wanjin Noh <wanjin@megazone.com> * fix(board-task): add line height classes to task name field Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(ops-flow): update import paths for task-related schemas Signed-off-by: Wanjin Noh <wanjin@megazone.com> * feat(ops-flow): add category and task type descriptions to task creation form Signed-off-by: Wanjin Noh <wanjin@megazone.com> * feat(task-fields): add text field options and improve field configuration Signed-off-by: Wanjin Noh <wanjin@megazone.com> * feat(opsflow): add composable API clients for task, task category, and task type Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(board-task): migrate to vue-query and improve task list loading Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(task-detail): migrate to vue-query and improve task loading mechanism Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(task-assign): update task API import and method signature Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(ops-flow): remove unused imports and task loading logic from landing page Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(task-content-form): update task API import and status change method Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(task-type-delete): migrate to vue-query for associated tasks loading Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(task-category-delete): add use-associated-tasks-query Signed-off-by: Wanjin Noh <wanjin@megazone.com> * fix(collapsible-panel): update display style for text clamping to inline-box Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(task-category-delete): optimize workspace-based task filtering Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(task-create): migrate to vue-query for task creation with improved error handling Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor(task-detail): migrate task update to vue-query and remove deprecated task API composable This commit: - Removes the deprecated `use-task-api.ts` composable - Migrates task update logic to use vue-query mutation in TaskDetailPage - Simplifies task content form store by removing direct task creation/update methods - Adds loading and success state handling for task updates Signed-off-by: Wanjin Noh <wanjin@megazone.com> --------- Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…eryKey Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
fix(opsflow): update task-related API composables to use new useAPIQu…
Signed-off-by: 이승연 <sylee1274@mz.co.kr>
…ompurify-3.2.4 chore(deps): bump dompurify from 3.2.3 to 3.2.4
…ing or encoding Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: WANJIN <wanzargen@gmail.com>
feat: add spec of `PCard`header color
…R reviewer assignment workflow Signed-off-by: Wanjin Noh <wanjin@megazone.com>
fix(ci): add optional chaining to prevent null user login errors in PR reviewer assignment workflow
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: samuel.park <samuel.park@megazone.com>
…-constant fix(route-constant): separate route-constant
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
…anagement Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
feat: move schemas to api-clients/ and add api client composables of identity, config APIs
…5699) * chore: update TypeScript and vue-tsc versions, add ts-check script Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: simplify build scripts and include declaration files in TypeScript configuration Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: update type definitions and improve imports across components Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: update type definitions and improve TypeScript configuration across components Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: add ts-check script and update lint command to run concurrently with eslint and stylelint Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: update import paths for type definitions to use the new structure Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: replace ACTION_ICON usage with string literals for action icons in components Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: update import paths for type definitions Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: remove unnecessary file paths from package.json Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: replace ApiFilter type with any for default_filter in QuerySearchTableOptions Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: initialize menu property in context menu controller tests Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: update vitest dependencies Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: remove unused import from test file Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: add @cloudforet/mirinae dependency to package.json Signed-off-by: Wanjin Noh <wanjin@megazone.com> * feat: add items property to DynamicFieldOptions interface for enum values Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: add vue-tsc linting for TypeScript and Vue files in lint-staged configuration Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: update dependencies Signed-off-by: Wanjin Noh <wanjin@megazone.com> * test: update sorting test cases for mixed data types in dynamic layout Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: replace vue-tsc with tsc in lint-staged configuration for TypeScript and Vue files Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: add vitest workspace configuration for multiple projects Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: replace tsc with npm run ts-check in lint-staged configuration for TypeScript and Vue files Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: implement function-based TypeScript type checking for lint-staged Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: remove function-based TypeScript type checking from lint-staged configuration Signed-off-by: Wanjin Noh <wanjin@megazone.com> * test: optimize widget width helper tests by reducing sample size and generation Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: disable TypeScript checking in multiple files for smoother development Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: disable TypeScript checking in multiple files Signed-off-by: Wanjin Noh <wanjin@megazone.com> * chore: update lint script to include TypeScript checking Signed-off-by: Wanjin Noh <wanjin@megazone.com> --------- Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
refactor: merge version v1, v2 folders
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
fix: fixed build bug
…5700) * refactor: update project imports to new v1 structure Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: update RouteMeta and RouteConfig interfaces to support optional properties Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: update project route imports to use PROJECT_ROUTE_V1 Signed-off-by: Wanjin Noh <wanjin@megazone.com> * refactor: migrate project components and types to versions structure Signed-off-by: Wanjin Noh <wanjin@megazone.com> * feat: add ProjectTagsInputGroup and ProjectTagsModal components for managing project tags Signed-off-by: Wanjin Noh <wanjin@megazone.com> * fix: update asset inventory route import in ProjectMainProjectCard.vue Signed-off-by: Wanjin Noh <wanjin@megazone.com> --------- Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
chore: changed schema mode name
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…resolve type issue Signed-off-by: Wanjin Noh <wanjin@megazone.com>
feat: add composables for identity API clients
* feat: create each feature configurator Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * feat(route): changed to central management method for config Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * feat(menu): changed to central management method for config Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * feat: replace existing config usage with values from the menu store Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * chore: add type Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * feat(route, menu): apply version dependency between services Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * feat(project): apply version Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * feat(api): create APIClientLoader and add interceptor at SpaceConnector Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * refactor: change the api endpoint to a schema management approach Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * feat: service account top-level menuization Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> --------- Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
* feat: change to schema-based Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * feat: changed schema Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * chore: changed name Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * refactor: refactor api client schema Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> --------- Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
* refactor: changed file name and position Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * chore: fixed file path Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> --------- Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.6 to 4.5.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
* feat: apply opsFlow tab at cloud service Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * chore: link check Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * chore: lint check Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> * chore: link check Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com> --------- Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
…ite-4.5.10 chore(deps-dev): bump vite from 4.5.6 to 4.5.10
feat: apply global config
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
✅ Why it is requiredThe Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO. Contributors sign-off that they adhere to these requirements by adding a Git even has a |
Skip Review (optional)
style,chore,ci,test,docs)Description (optional)
SSIA
Things to Talk About (optional)