chore: move all services inside the apps folder (#7321)
* chore: move all services inside the apps folder * chore: rename apiserver to server
This commit is contained in:
parent
6000639921
commit
944b873184
3442 changed files with 1 additions and 4 deletions
2
apps/web/ee/components/active-cycles/index.ts
Normal file
2
apps/web/ee/components/active-cycles/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export * from "./root";
|
||||
export * from "./workspace-active-cycles-upgrade";
|
||||
1
apps/web/ee/components/active-cycles/root.tsx
Normal file
1
apps/web/ee/components/active-cycles/root.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/active-cycles/root";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/active-cycles/workspace-active-cycles-upgrade";
|
||||
1
apps/web/ee/components/breadcrumbs/index.ts
Normal file
1
apps/web/ee/components/breadcrumbs/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/breadcrumbs";
|
||||
1
apps/web/ee/components/command-palette/modals/index.ts
Normal file
1
apps/web/ee/components/command-palette/modals/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/command-palette/modals";
|
||||
1
apps/web/ee/components/comments/index.ts
Normal file
1
apps/web/ee/components/comments/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/comments";
|
||||
1
apps/web/ee/components/cycles/active-cycle/index.ts
Normal file
1
apps/web/ee/components/cycles/active-cycle/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/cycles/active-cycle";
|
||||
1
apps/web/ee/components/cycles/analytics-sidebar/index.ts
Normal file
1
apps/web/ee/components/cycles/analytics-sidebar/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/cycles/analytics-sidebar";
|
||||
1
apps/web/ee/components/cycles/end-cycle/index.ts
Normal file
1
apps/web/ee/components/cycles/end-cycle/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/cycles/end-cycle";
|
||||
4
apps/web/ee/components/cycles/index.ts
Normal file
4
apps/web/ee/components/cycles/index.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export * from "./active-cycle";
|
||||
export * from "./analytics-sidebar";
|
||||
export * from "./end-cycle";
|
||||
export * from "ce/components/cycles/additional-actions";
|
||||
1
apps/web/ee/components/de-dupe/index.ts
Normal file
1
apps/web/ee/components/de-dupe/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/de-dupe";
|
||||
1
apps/web/ee/components/editor/index.ts
Normal file
1
apps/web/ee/components/editor/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/editor";
|
||||
1
apps/web/ee/components/epics/index.ts
Normal file
1
apps/web/ee/components/epics/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/epics";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/estimates/estimate-list-item-buttons";
|
||||
3
apps/web/ee/components/estimates/index.ts
Normal file
3
apps/web/ee/components/estimates/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export * from "./estimate-list-item-buttons";
|
||||
export * from "./update";
|
||||
export * from "./points";
|
||||
1
apps/web/ee/components/estimates/points/delete.tsx
Normal file
1
apps/web/ee/components/estimates/points/delete.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/estimates/points/delete";
|
||||
1
apps/web/ee/components/estimates/points/index.ts
Normal file
1
apps/web/ee/components/estimates/points/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./delete";
|
||||
1
apps/web/ee/components/estimates/update/index.ts
Normal file
1
apps/web/ee/components/estimates/update/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./modal";
|
||||
1
apps/web/ee/components/estimates/update/modal.tsx
Normal file
1
apps/web/ee/components/estimates/update/modal.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/estimates/update/modal";
|
||||
1
apps/web/ee/components/gantt-chart/index.ts
Normal file
1
apps/web/ee/components/gantt-chart/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/gantt-chart";
|
||||
1
apps/web/ee/components/global/index.ts
Normal file
1
apps/web/ee/components/global/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/global";
|
||||
1
apps/web/ee/components/home/header.tsx
Normal file
1
apps/web/ee/components/home/header.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const HomePageHeader = () => <></>;
|
||||
1
apps/web/ee/components/home/index.ts
Normal file
1
apps/web/ee/components/home/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/home";
|
||||
1
apps/web/ee/components/inbox/source-pill.tsx
Normal file
1
apps/web/ee/components/inbox/source-pill.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/inbox/source-pill";
|
||||
1
apps/web/ee/components/instance/index.ts
Normal file
1
apps/web/ee/components/instance/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/instance";
|
||||
1
apps/web/ee/components/instance/maintenance-message.tsx
Normal file
1
apps/web/ee/components/instance/maintenance-message.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const MaintenanceMessage = () => <></>;
|
||||
1
apps/web/ee/components/issues/bulk-operations/index.ts
Normal file
1
apps/web/ee/components/issues/bulk-operations/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/bulk-operations/index";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "./issue-types";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/filters/applied-filters/issue-types";
|
||||
3
apps/web/ee/components/issues/filters/index.ts
Normal file
3
apps/web/ee/components/issues/filters/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export * from "./applied-filters";
|
||||
export * from "./issue-types";
|
||||
export * from "./team-project";
|
||||
1
apps/web/ee/components/issues/filters/issue-types.tsx
Normal file
1
apps/web/ee/components/issues/filters/issue-types.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/filters/issue-types";
|
||||
1
apps/web/ee/components/issues/filters/team-project.tsx
Normal file
1
apps/web/ee/components/issues/filters/team-project.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/filters/team-project";
|
||||
1
apps/web/ee/components/issues/header.tsx
Normal file
1
apps/web/ee/components/issues/header.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/header";
|
||||
7
apps/web/ee/components/issues/index.ts
Normal file
7
apps/web/ee/components/issues/index.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export * from "./bulk-operations";
|
||||
export * from "./worklog";
|
||||
export * from "./issue-modal";
|
||||
export * from "./issue-details";
|
||||
export * from "./quick-add";
|
||||
export * from "./filters";
|
||||
export * from "./header";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export { AdditionalActivityRoot } from "ce/components/issues/issue-details/additional-activity-root";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-details/additional-properties";
|
||||
6
apps/web/ee/components/issues/issue-details/index.ts
Normal file
6
apps/web/ee/components/issues/issue-details/index.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export * from "./issue-identifier";
|
||||
export * from "./issue-properties-activity";
|
||||
export * from "./issue-type-switcher";
|
||||
export * from "./issue-type-activity";
|
||||
export * from "./parent-select-root";
|
||||
export * from "./issue-creator";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-details/issue-creator";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-details/issue-identifier";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "./root";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-details/issue-properties-activity/root";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-details";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-details/issue-type-switcher";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-details/parent-select-root";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-layouts/additional-properties";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-layouts/empty-states";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-layouts/quick-action-dropdowns"
|
||||
1
apps/web/ee/components/issues/issue-layouts/utils.tsx
Normal file
1
apps/web/ee/components/issues/issue-layouts/utils.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-layouts/utils";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-modal/additional-properties";
|
||||
3
apps/web/ee/components/issues/issue-modal/index.ts
Normal file
3
apps/web/ee/components/issues/issue-modal/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export * from "./provider";
|
||||
export * from "./issue-type-select";
|
||||
export * from "./additional-properties";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-modal/issue-type-select";
|
||||
1
apps/web/ee/components/issues/issue-modal/provider.tsx
Normal file
1
apps/web/ee/components/issues/issue-modal/provider.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-modal/provider";
|
||||
1
apps/web/ee/components/issues/quick-add/index.ts
Normal file
1
apps/web/ee/components/issues/quick-add/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./root";
|
||||
1
apps/web/ee/components/issues/quick-add/root.tsx
Normal file
1
apps/web/ee/components/issues/quick-add/root.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/quick-add/root";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/worklog/activity/filter-root";
|
||||
4
apps/web/ee/components/issues/worklog/activity/index.ts
Normal file
4
apps/web/ee/components/issues/worklog/activity/index.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export * from "./root";
|
||||
export * from "./worklog-create-button";
|
||||
|
||||
export * from "./filter-root";
|
||||
1
apps/web/ee/components/issues/worklog/activity/root.tsx
Normal file
1
apps/web/ee/components/issues/worklog/activity/root.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/worklog/activity/root";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/worklog/activity/worklog-create-button";
|
||||
2
apps/web/ee/components/issues/worklog/index.ts
Normal file
2
apps/web/ee/components/issues/worklog/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export * from "./property";
|
||||
export * from "./activity";
|
||||
1
apps/web/ee/components/issues/worklog/property/index.ts
Normal file
1
apps/web/ee/components/issues/worklog/property/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./root";
|
||||
1
apps/web/ee/components/issues/worklog/property/root.tsx
Normal file
1
apps/web/ee/components/issues/worklog/property/root.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/worklog/property/root";
|
||||
1
apps/web/ee/components/pages/index.ts
Normal file
1
apps/web/ee/components/pages/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/pages";
|
||||
1
apps/web/ee/components/projects/create/attributes.tsx
Normal file
1
apps/web/ee/components/projects/create/attributes.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/projects/create/attributes";
|
||||
1
apps/web/ee/components/projects/create/root.tsx
Normal file
1
apps/web/ee/components/projects/create/root.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/projects/create/root";
|
||||
1
apps/web/ee/components/projects/header.tsx
Normal file
1
apps/web/ee/components/projects/header.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/projects/header";
|
||||
1
apps/web/ee/components/projects/mobile-header.tsx
Normal file
1
apps/web/ee/components/projects/mobile-header.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/projects/mobile-header";
|
||||
1
apps/web/ee/components/projects/page.tsx
Normal file
1
apps/web/ee/components/projects/page.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/projects/page";
|
||||
1
apps/web/ee/components/projects/settings/intake/index.ts
Normal file
1
apps/web/ee/components/projects/settings/intake/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/projects/settings/intake";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/projects/settings/useProjectColumns";
|
||||
1
apps/web/ee/components/relations/index.tsx
Normal file
1
apps/web/ee/components/relations/index.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/relations";
|
||||
1
apps/web/ee/components/sidebar/index.ts
Normal file
1
apps/web/ee/components/sidebar/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/sidebar";
|
||||
1
apps/web/ee/components/views/access-controller.tsx
Normal file
1
apps/web/ee/components/views/access-controller.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/views/access-controller";
|
||||
1
apps/web/ee/components/views/filters/access-filter.tsx
Normal file
1
apps/web/ee/components/views/filters/access-filter.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/views/filters/access-filter";
|
||||
1
apps/web/ee/components/views/publish/index.ts
Normal file
1
apps/web/ee/components/views/publish/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/views/publish";
|
||||
1
apps/web/ee/components/workflow/index.ts
Normal file
1
apps/web/ee/components/workflow/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/workflow";
|
||||
1
apps/web/ee/components/workspace-notifications/index.ts
Normal file
1
apps/web/ee/components/workspace-notifications/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/workspace-notifications";
|
||||
1
apps/web/ee/components/workspace/billing/index.ts
Normal file
1
apps/web/ee/components/workspace/billing/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./root";
|
||||
1
apps/web/ee/components/workspace/billing/root.tsx
Normal file
1
apps/web/ee/components/workspace/billing/root.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/workspace/billing/root";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/workspace/delete-workspace-modal";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/workspace/delete-workspace-section";
|
||||
1
apps/web/ee/components/workspace/edition-badge.tsx
Normal file
1
apps/web/ee/components/workspace/edition-badge.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/workspace/edition-badge";
|
||||
5
apps/web/ee/components/workspace/index.ts
Normal file
5
apps/web/ee/components/workspace/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export * from "./edition-badge";
|
||||
export * from "./upgrade-badge";
|
||||
export * from "./billing";
|
||||
export * from "./delete-workspace-section";
|
||||
export * from "./sidebar";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/workspace/settings/useMemberColumns";
|
||||
1
apps/web/ee/components/workspace/sidebar/index.ts
Normal file
1
apps/web/ee/components/workspace/sidebar/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/workspace/sidebar";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/workspace/sidebar/teams-sidebar-list";
|
||||
1
apps/web/ee/components/workspace/upgrade-badge.tsx
Normal file
1
apps/web/ee/components/workspace/upgrade-badge.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/workspace/upgrade-badge";
|
||||
1
apps/web/ee/constants/editor.ts
Normal file
1
apps/web/ee/constants/editor.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/constants/editor";
|
||||
1
apps/web/ee/constants/index.ts
Normal file
1
apps/web/ee/constants/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./sidebar-favorites";
|
||||
1
apps/web/ee/constants/project/index.ts
Normal file
1
apps/web/ee/constants/project/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./settings";
|
||||
1
apps/web/ee/constants/project/settings/features.tsx
Normal file
1
apps/web/ee/constants/project/settings/features.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/constants/project/settings/features";
|
||||
1
apps/web/ee/constants/project/settings/index.ts
Normal file
1
apps/web/ee/constants/project/settings/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./features";
|
||||
1
apps/web/ee/constants/project/settings/tabs.ts
Normal file
1
apps/web/ee/constants/project/settings/tabs.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/constants/project/settings/tabs";
|
||||
1
apps/web/ee/constants/sidebar-favorites.ts
Normal file
1
apps/web/ee/constants/sidebar-favorites.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/constants/sidebar-favorites";
|
||||
1
apps/web/ee/helpers/command-palette.ts
Normal file
1
apps/web/ee/helpers/command-palette.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/helpers/command-palette";
|
||||
1
apps/web/ee/helpers/epic-analytics.ts
Normal file
1
apps/web/ee/helpers/epic-analytics.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/helpers/epic-analytics";
|
||||
1
apps/web/ee/helpers/instance.helper.ts
Normal file
1
apps/web/ee/helpers/instance.helper.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/helpers/instance.helper";
|
||||
1
apps/web/ee/helpers/issue-action-helper.ts
Normal file
1
apps/web/ee/helpers/issue-action-helper.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/helpers/issue-action-helper";
|
||||
1
apps/web/ee/helpers/issue-filter.helper.ts
Normal file
1
apps/web/ee/helpers/issue-filter.helper.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/helpers/issue-filter.helper";
|
||||
1
apps/web/ee/helpers/project-settings.ts
Normal file
1
apps/web/ee/helpers/project-settings.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/helpers/project-settings";
|
||||
1
apps/web/ee/helpers/workspace.helper.ts
Normal file
1
apps/web/ee/helpers/workspace.helper.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/helpers/workspace.helper";
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue