stable
Clone or download
Read-only
request #26376: Move src/scripts/lib to lib/frontend
This change avoids the need to invalidate the build cache of @tuleap/core each time a global library is modified. Change-Id: Iff353293cb85ad15f194e2b39589c9fdb4ca9783
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +1 | −1 | Go to diff View file |
M | .gitignore | +1 | −0 | Go to diff View file |
M | build-manifest.json | +4 | −4 | Go to diff View file |
R | src/scripts/lib/angular-async/.gitignore | Go to diff View file | ||
R | src/scripts/lib/angular-async/package.json | Go to diff View file | ||
R | src/scripts/lib/angular-async/src/index.js | Go to diff View file | ||
R | src/scripts/lib/angular-async/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/angular-tlp/.gitignore | Go to diff View file | ||
R | src/scripts/lib/angular-tlp/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/angular-tlp/package.json | Go to diff View file | ||
R | src/scripts/lib/angular-tlp/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/angular-tlp/src/index.js | Go to diff View file | ||
R | src/scripts/lib/angular-tlp/src/tlp-modal-service.js | Go to diff View file | ||
R | src/scripts/lib/angular-tlp/src/tlp-modal-service.test.js | Go to diff View file | ||
R | src/scripts/lib/angular-tlp/src/tlp-select2-directive.js | Go to diff View file | ||
R | src/scripts/lib/angular-tlp/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/.gitignore | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/package.json | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/src/file-upload-handler-factory.d.ts | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/src/file-upload-handler-factory.js | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/src/file-upload-handler-factory.test.js | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/src/image-urls-finder.d.ts | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/src/image-urls-finder.js | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/src/image-urls-finder.test.js | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/src/index.d.ts | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/src/index.js | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/ckeditor-image-upload/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/concurrency-limit-pool/.gitignore | Go to diff View file | ||
R | src/scripts/lib/concurrency-limit-pool/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/concurrency-limit-pool/package.json | Go to diff View file | ||
R | src/scripts/lib/concurrency-limit-pool/src/concurrency-limit-pool.test.ts | Go to diff View file | ||
R | src/scripts/lib/concurrency-limit-pool/src/concurrency-limit-pool.ts | Go to diff View file | ||
R | src/scripts/lib/concurrency-limit-pool/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/concurrency-limit-pool/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/date-helper/.gitignore | Go to diff View file | ||
R | src/scripts/lib/date-helper/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/date-helper/package.json | Go to diff View file | ||
R | src/scripts/lib/date-helper/src/index.test.ts | Go to diff View file | ||
R | src/scripts/lib/date-helper/src/index.ts | Go to diff View file | ||
R | src/scripts/lib/date-helper/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/date-helper/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/.gitignore | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/README.md | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/package.json | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/DocumentEventsHandler.test.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/DocumentEventsHandler.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/DrekkenovState.test.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/DrekkenovState.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/DropGhost.test.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/DropGhost.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/OngoingDrag.test.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/OngoingDrag.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/constants.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/dom-manipulation.test.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/dom-manipulation.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/event-handler-factory.test.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/event-handler-factory.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/index.test.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/index.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/src/types.ts | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/themes/style.css | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/drag-and-drop/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/fault/.gitignore | Go to diff View file | ||
R | src/scripts/lib/fault/README.md | Go to diff View file | ||
R | src/scripts/lib/fault/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/fault/package.json | Go to diff View file | ||
R | src/scripts/lib/fault/src/Fault.test.ts | Go to diff View file | ||
R | src/scripts/lib/fault/src/Fault.ts | Go to diff View file | ||
R | src/scripts/lib/fault/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/fault/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/filter-table/.gitignore | Go to diff View file | ||
R | src/scripts/lib/filter-table/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/filter-table/package.json | Go to diff View file | ||
R | src/scripts/lib/filter-table/src/filter-inline-table.test.ts | Go to diff View file | ||
R | src/scripts/lib/filter-table/src/filter-inline-table.ts | Go to diff View file | ||
R | src/scripts/lib/filter-table/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/filter-table/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/gettext/.gitignore | Go to diff View file | ||
R | src/scripts/lib/gettext/README.md | Go to diff View file | ||
R | src/scripts/lib/gettext/package.json | Go to diff View file | ||
R | src/scripts/lib/gettext/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/gettext/src/gettext-sync.ts | Go to diff View file | ||
R | src/scripts/lib/gettext/src/index.ts | Go to diff View file | ||
R | src/scripts/lib/gettext/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/gettext/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/html-escaper/.gitignore | Go to diff View file | ||
R | src/scripts/lib/html-escaper/README.md | Go to diff View file | ||
R | src/scripts/lib/html-escaper/package.json | Go to diff View file | ||
R | src/scripts/lib/html-escaper/src/escaper.d.ts | Go to diff View file | ||
R | src/scripts/lib/html-escaper/src/escaper.js | Go to diff View file | ||
R | src/scripts/lib/html-escaper/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/.gitignore | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/package.json | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/readme.md | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/handle-shortcuts-group.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/add-to-modal.test.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/add-to-modal.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/create-shortcuts-group-container/create-shortcut-cell.test.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/create-shortcuts-group-container/create-shortcut-cell.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/create-shortcuts-group-container/create-shortcuts-group-head.test.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/create-shortcuts-group-container/create-shortcuts-group-head.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/create-shortcuts-group-container/create-shortcuts-group-table.test.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/create-shortcuts-group-container/create-shortcuts-group-table.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/get-shortcuts-section.test.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/get-shortcuts-section.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/remove-from-modal.test.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/help-modal/remove-from-modal.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/index.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/modals-events/handle-modals-events.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/type.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/wildcards/handle-wildcards.test.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/src/wildcards/handle-wildcards.ts | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/keyboard-shortcuts/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/.gitignore | Go to diff View file | ||
R | src/scripts/lib/link-selector/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/link-selector/package.json | Go to diff View file | ||
R | src/scripts/lib/link-selector/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/link-selector/po/fr_FR.po | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/dropdown/DropdownManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/dropdown/DropdownManager.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/events/EventManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/events/EventManager.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/events/ListOptionsChangesObserver.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/events/ListOptionsChangesObserver.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/events/ScrollingManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/events/ScrollingManager.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/helpers/hide-selectbox-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/helpers/hide-selectbox-helper.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/helpers/keys-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/helpers/keys-helper.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/helpers/link-selector-in-modals-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/helpers/link-selector-in-modals-helper.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/helpers/list-item-finder.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/helpers/list-item-finder.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/helpers/option-label-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/helpers/option-label-helper.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/index.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/items/ItemsMapManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/items/ItemsMapManager.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/items/ListItemMapBuilder.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/items/ListItemMapBuilder.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/link-selector.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/navigation/FieldFocusManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/navigation/FieldFocusManager.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/navigation/KeyboardNavigationManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/navigation/KeyboardNavigationManager.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/navigation/ListItemHighlighter.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/navigation/ListItemHighlighter.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/pofile-shim.d.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/renderers/BaseComponentRenderer.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/renderers/BaseComponentRenderer.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/renderers/DropdownContentRenderer.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/renderers/DropdownContentRenderer.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/selection/SelectionManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/selection/SelectionManager.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/test-helpers/select-box-options-generator.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/test-helpers/selection-manager-test-helpers.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/src/type.ts | Go to diff View file | ||
R | src/scripts/lib/link-selector/themes/style.scss | Go to diff View file | ||
R | src/scripts/lib/link-selector/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/link-selector/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/.gitignore | Go to diff View file | ||
R | src/scripts/lib/list-picker/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/list-picker/package.json | Go to diff View file | ||
R | src/scripts/lib/list-picker/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/list-picker/po/fr_FR.po | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/dropdown/DropdownManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/dropdown/DropdownManager.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/events/EventManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/events/EventManager.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/events/ListOptionsChangesObserver.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/events/ListOptionsChangesObserver.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/events/ScrollingManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/events/ScrollingManager.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/color-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/color-helper.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/hide-selectbox-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/hide-selectbox-helper.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/keys-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/keys-helper.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/list-item-finder.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/list-item-finder.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/list-picker-in-modals-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/list-picker-in-modals-helper.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/option-label-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/option-label-helper.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/templates/list-picker-element-badge-creator.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/templates/list-picker-element-badge-creator.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/index.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/items/ItemsMapManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/items/ItemsMapManager.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/items/ListItemMapBuilder.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/items/ListItemMapBuilder.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/list-picker.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/navigation/FieldFocusManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/navigation/FieldFocusManager.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/navigation/KeyboardNavigationManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/navigation/KeyboardNavigationManager.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/navigation/ListItemHighlighter.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/navigation/ListItemHighlighter.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/pofile-shim.d.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/renderers/BaseComponentRenderer.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/renderers/BaseComponentRenderer.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/renderers/DropdownContentRenderer.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/renderers/DropdownContentRenderer.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/selection/SingleSelectionManager.test.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/selection/SingleSelectionManager.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/test-helpers/select-box-options-generator.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/test-helpers/selection-manager-test-helpers.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/src/type.ts | Go to diff View file | ||
R | src/scripts/lib/list-picker/themes/style.scss | Go to diff View file | ||
R | src/scripts/lib/list-picker/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/list-picker/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/mention/.gitignore | Go to diff View file | ||
R | src/scripts/lib/mention/README.md | Go to diff View file | ||
R | src/scripts/lib/mention/package.json | Go to diff View file | ||
R | src/scripts/lib/mention/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/mention/src/mention.d.ts | Go to diff View file | ||
R | src/scripts/lib/mention/src/mention.js | Go to diff View file | ||
R | src/scripts/lib/mention/vendor/at/css/atwho.min.css | Go to diff View file | ||
R | src/scripts/lib/mention/vendor/at/js/atwho.min.js | Go to diff View file | ||
R | src/scripts/lib/mention/vendor/at/js/caret.min.js | Go to diff View file | ||
R | src/scripts/lib/mention/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/po-gettext-plugin/.gitignore | Go to diff View file | ||
R | src/scripts/lib/po-gettext-plugin/README.md | Go to diff View file | ||
R | src/scripts/lib/po-gettext-plugin/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/po-gettext-plugin/package.json | Go to diff View file | ||
R | src/scripts/lib/po-gettext-plugin/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/po-gettext-plugin/src/__snapshots__/po-gettext-plugin.test.ts.snap | Go to diff View file | ||
R | src/scripts/lib/po-gettext-plugin/src/po-gettext-plugin.test.ts | Go to diff View file | ||
R | src/scripts/lib/po-gettext-plugin/src/po-gettext-plugin.ts | Go to diff View file | ||
R | src/scripts/lib/po-gettext-plugin/tsconfig-build.json | Go to diff View file | ||
R | src/scripts/lib/project-privacy-helper/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/project-privacy-helper/.gitignore | Go to diff View file | ||
R | src/scripts/lib/project-privacy-helper/README.md | Go to diff View file | ||
R | src/scripts/lib/project-privacy-helper/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/project-privacy-helper/package.json | Go to diff View file | ||
R | src/scripts/lib/project-privacy-helper/src/project-privacy-helper.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-privacy-helper/src/project-privacy-helper.ts | Go to diff View file | ||
R | src/scripts/lib/po-gettext-plugin/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/project-privacy-helper/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/.gitignore | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/LICENSE | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/README.md | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/dev-loader-style.scss | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/dev-loader.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/index.html | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/package.json | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/LinkedProjects.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/LinkedProjects.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/PrivacyBadge.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/PrivacyBadge.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/ProjectAnnouncement.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/ProjectAnnouncement.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/ProjectFlags.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/ProjectFlags.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/ProjectShieldIcon.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/SidebarHeader.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/SidebarHeader.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/__snapshots__/LinkedProjects.test.ts.snap | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/__snapshots__/PrivacyBadge.test.ts.snap | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/__snapshots__/ProjectFlags.test.ts.snap | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Header/__snapshots__/SidebarHeader.test.ts.snap | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/ProjectSidebar.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/ProjectSidebar.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/SidebarCollapseButton.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/SidebarCollapseButton.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/SidebarFooter.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/SidebarFooter.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/SidebarLogo.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/SidebarLogo.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Styles/_fontawesome-classes.scss | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Styles/_sidebar-collapsed.scss | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Styles/_sidebar-generic.scss | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Styles/_sidebar-project.scss | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Tools/Tool.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Tools/Tool.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Tools/Tools.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/Tools/Tools.vue | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/__snapshots__/ProjectSidebar.test.ts.snap | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/configuration.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/configuration.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/injection-symbols.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/load-custom-element.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/load-custom-element.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/main.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/prestyle.scss | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/project-sidebar-example-config.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/shims.d.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/shortcuts.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/shortcuts.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/strict-inject.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/strict-inject.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/url-sanitizer.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/src/url-sanitizer.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/project-sidebar-internal/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/.gitignore | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/CHANGELOG.md | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/LICENSE | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/README.md | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/dev-loader.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/index.html | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/package.json | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/src/font-faces.scss | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/src/main.test.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/src/main.ts | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/src/prestyle.scss | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/project-sidebar/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-fetch/.gitignore | Go to diff View file | ||
R | src/scripts/lib/tlp-fetch/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/tlp-fetch/mocks/tlp-fetch-mock-helper.d.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-fetch/mocks/tlp-fetch-mock-helper.js | Go to diff View file | ||
R | src/scripts/lib/tlp-fetch/package.json | Go to diff View file | ||
R | src/scripts/lib/tlp-fetch/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/tlp-fetch/src/fetch-wrapper.test.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-fetch/src/fetch-wrapper.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-fetch/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/tlp-fetch/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/.gitignore | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/package.json | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/src/index.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/src/modal-opener.test.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/src/modal-opener.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/src/modal.test.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/src/modal.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/themes/style.scss | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/tlp-modal/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-popovers/.gitignore | Go to diff View file | ||
R | src/scripts/lib/tlp-popovers/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/tlp-popovers/package.json | Go to diff View file | ||
R | src/scripts/lib/tlp-popovers/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/tlp-popovers/src/index.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-popovers/src/popovers.test.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-popovers/src/popovers.ts | Go to diff View file | ||
R | src/scripts/lib/tlp-popovers/themes/style.scss | Go to diff View file | ||
R | src/scripts/lib/tlp-popovers/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/tlp-popovers/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/tooltip/.gitignore | Go to diff View file | ||
R | src/scripts/lib/tooltip/README.md | Go to diff View file | ||
R | src/scripts/lib/tooltip/package.json | Go to diff View file | ||
R | src/scripts/lib/tooltip/src/tooltip.d.ts | Go to diff View file | ||
R | src/scripts/lib/tooltip/src/tooltip.js | Go to diff View file | ||
R | src/scripts/lib/tooltip/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/.gitignore | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/README.md | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/package.json | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/src/BreadcrumbPrivacy.test.ts | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/src/BreadcrumbPrivacy.vue | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/src/__mocks__/@tuleap/tlp.js | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/src/__snapshots__/BreadcrumbPrivacy.test.ts.snap | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/src/index.ts | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/src/vue.shims.d.ts | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/vue-breadcrumb-privacy/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/vue2-gettext-composition-helpers/.gitignore | Go to diff View file | ||
R | src/scripts/lib/vue2-gettext-composition-helpers/README.md | Go to diff View file | ||
R | src/scripts/lib/vue2-gettext-composition-helpers/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/vue2-gettext-composition-helpers/package.json | Go to diff View file | ||
R | src/scripts/lib/vue2-gettext-composition-helpers/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/vue2-gettext-composition-helpers/src/index.ts | Go to diff View file | ||
R | src/scripts/lib/vue2-gettext-composition-helpers/src/shims.d.ts | Go to diff View file | ||
R | src/scripts/lib/vue2-gettext-composition-helpers/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/vue2-gettext-composition-helpers/vite.config.ts | Go to diff View file | ||
R | src/scripts/lib/vue3-gettext-init/.gitignore | Go to diff View file | ||
R | src/scripts/lib/vue3-gettext-init/README.md | Go to diff View file | ||
R | src/scripts/lib/vue3-gettext-init/jest.config.js | Go to diff View file | ||
R | src/scripts/lib/vue3-gettext-init/package.json | Go to diff View file | ||
R | src/scripts/lib/vue3-gettext-init/pnpm-lock.yaml | Go to diff View file | ||
R | src/scripts/lib/vue3-gettext-init/src/main.test.ts | Go to diff View file | ||
R | src/scripts/lib/vue3-gettext-init/src/main.ts | Go to diff View file | ||
R | src/scripts/lib/vue3-gettext-init/tsconfig.json | Go to diff View file | ||
R | src/scripts/lib/vue3-gettext-init/vite.config.ts | Go to diff View file | ||
M | plugins/agiledashboard/package.json | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/package.json | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/pnpm-lock.yaml | +8 | −8 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/package.json | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/baseline/package.json | +3 | −3 | Go to diff View file |
M | plugins/baseline/pnpm-lock.yaml | +6 | −6 | Go to diff View file |
M | plugins/crosstracker/package.json | +2 | −2 | Go to diff View file |
M | plugins/crosstracker/pnpm-lock.yaml | +4 | −4 | Go to diff View file |
M | plugins/docman/package.json | +3 | −3 | Go to diff View file |
M | plugins/docman/pnpm-lock.yaml | +6 | −6 | Go to diff View file |
M | plugins/document/package.json | +6 | −6 | Go to diff View file |
M | plugins/document/pnpm-lock.yaml | +12 | −12 | Go to diff View file |
M | plugins/document_generation/package.json | +6 | −6 | Go to diff View file |
M | plugins/document_generation/pnpm-lock.yaml | +12 | −12 | Go to diff View file |
M | plugins/document_generation/scripts/lib/docx/package.json | +2 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/lib/docx/pnpm-lock.yaml | +4 | −4 | Go to diff View file |
M | plugins/frs/package.json | +1 | −1 | Go to diff View file |
M | plugins/frs/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/git/package.json | +5 | −5 | Go to diff View file |
M | plugins/git/pnpm-lock.yaml | +10 | −10 | Go to diff View file |
M | plugins/gitlab/package.json | +2 | −2 | Go to diff View file |
M | plugins/gitlab/pnpm-lock.yaml | +4 | −4 | Go to diff View file |
M | plugins/graphontrackersv5/package.json | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/label/package.json | +2 | −2 | Go to diff View file |
M | plugins/label/pnpm-lock.yaml | +4 | −4 | Go to diff View file |
M | plugins/ldap/package.json | +2 | −2 | Go to diff View file |
M | plugins/ldap/pnpm-lock.yaml | +4 | −4 | Go to diff View file |
M | plugins/pluginsadministration/package.json | +1 | −1 | Go to diff View file |
M | plugins/pluginsadministration/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/program_management/package.json | +6 | −6 | Go to diff View file |
M | plugins/program_management/pnpm-lock.yaml | +12 | −12 | Go to diff View file |
M | plugins/projectmilestones/package.json | +2 | −2 | Go to diff View file |
M | plugins/projectmilestones/pnpm-lock.yaml | +4 | −4 | Go to diff View file |
M | plugins/pullrequest/package.json | +3 | −3 | Go to diff View file |
M | plugins/pullrequest/pnpm-lock.yaml | +6 | −6 | Go to diff View file |
M | plugins/roadmap/package.json | +3 | −3 | Go to diff View file |
M | plugins/roadmap/pnpm-lock.yaml | +6 | −6 | Go to diff View file |
M | plugins/statistics/package.json | +1 | −1 | Go to diff View file |
M | plugins/statistics/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/svn/package.json | +2 | −2 | Go to diff View file |
M | plugins/svn/pnpm-lock.yaml | +4 | −4 | Go to diff View file |
M | plugins/taskboard/package.json | +4 | −3 | Go to diff View file |
M | plugins/taskboard/pnpm-lock.yaml | +8 | −6 | Go to diff View file |
M | plugins/testmanagement/package.json | +8 | −8 | Go to diff View file |
M | plugins/testmanagement/pnpm-lock.yaml | +16 | −16 | Go to diff View file |
M | plugins/testplan/package.json | +5 | −5 | Go to diff View file |
M | plugins/testplan/pnpm-lock.yaml | +10 | −10 | Go to diff View file |
M | plugins/timetracking/package.json | +1 | −1 | Go to diff View file |
M | plugins/timetracking/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/tracker/package.json | +5 | −5 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +10 | −10 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-ckeditor-image-upload/package.json | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-ckeditor-image-upload/pnpm-lock.yaml | +6 | −6 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/package.json | +8 | −7 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/pnpm-lock.yaml | +16 | −14 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/package.json | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/pnpm-lock.yaml | +6 | −6 | Go to diff View file |
M | pnpm-workspace.yaml | +3 | −2 | Go to diff View file |
M | src/jest.config.js | +1 | −1 | Go to diff View file |
M | src/package.json | +13 | −13 | Go to diff View file |
M | src/pnpm-lock.yaml | +26 | −26 | Go to diff View file |
M | src/scripts/tlp-doc/package.json | +3 | −3 | Go to diff View file |
M | src/scripts/tlp-doc/pnpm-lock.yaml | +6 | −6 | Go to diff View file |
M | src/themes/tlp/package.json | +2 | −2 | Go to diff View file |
M | src/themes/tlp/pnpm-lock.yaml | +4 | −4 | Go to diff View file |
M | src/tsconfig.json | +1 | −1 | Go to diff View file |
M | tests/jest/jest.base.config.js | +1 | −1 | Go to diff View file |