stable

Clone or download

Read-only

chore: Build artifact scripts separately

How to test: No functional change expected in the following Tracker views: - Create a new artifact page - Edit an existing artifact page (list fields, field dependencies, cross-references, artifact links, etc). - View the children of an artifact page (the "Children" tab for an artifact with children) - Mass change page - Copy artifact page part of request #29264 Split the build of tracker plugin frontend assets into multiple apps Change-Id: I051cc96d1c4d510efeb7d5e104723a5ab2426bf4

Modified Files

Name
M plugins/tracker/build-manifest.json +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/ListFieldsIncluder.php +3 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitOverlayRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitRenderer.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/TypeView.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PossibleParentSelectorRenderer.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +3 −3 Go to diff View file
M plugins/tracker/package.json +1 −2 Go to diff View file
M plugins/tracker/pnpm-lock.yaml +1 −35 Go to diff View file
M plugins/tracker/scripts/artifact/jest.config.js +3 −0 Go to diff View file
A plugins/tracker/scripts/artifact/package.json +30 −0 Go to diff View file
A plugins/tracker/scripts/artifact/pnpm-lock.yaml +105 −0 Go to diff View file
R plugins/tracker/scripts/artifact/artifact-children.ts Go to diff View file
R plugins/tracker/scripts/artifact/create-view.ts Go to diff View file
R plugins/tracker/scripts/artifact/edition/TrackerArtifactEditionSwitcher.js Go to diff View file
R plugins/tracker/scripts/artifact/edition/edit-follow-up-comment-helpers.test.ts Go to diff View file
R plugins/tracker/scripts/artifact/edition/edit-follow-up-comment-helpers.ts Go to diff View file
R plugins/tracker/scripts/artifact/edition/edit-follow-up-comment.js Go to diff View file
R plugins/tracker/scripts/artifact/edition/edit-view.ts Go to diff View file
R plugins/tracker/scripts/artifact/edition/reopen-fieldsets-with-invalid-input.ts Go to diff View file
R plugins/tracker/scripts/artifact/edition/text-follow-up.test.ts Go to diff View file
R plugins/tracker/scripts/artifact/edition/text-follow-up.ts Go to diff View file
R plugins/tracker/scripts/artifact/ListPickersCreator.test.ts Go to diff View file
R plugins/tracker/scripts/artifact/ListPickersCreator.ts Go to diff View file
R plugins/tracker/scripts/artifact/SelectWrappedByListPickerStore.test.ts Go to diff View file
R plugins/tracker/scripts/artifact/SelectWrappedByListPickerStore.ts Go to diff View file
R plugins/tracker/scripts/artifact/edition/artifact-links-field.ts Go to diff View file
R plugins/tracker/scripts/form-element/src/cross-references-fields.ts Go to diff View file
R plugins/tracker/scripts/artifact/list-fields.ts Go to diff View file
R plugins/tracker/scripts/artifact/run-field-dependencies.ts Go to diff View file
R plugins/tracker/scripts/artifact/mass-change/mass-change-view.ts Go to diff View file
R plugins/tracker/scripts/artifact/rich-text-editor-creator/RichTextEditorsCreatorWithoutImageUpload.test.ts Go to diff View file
R plugins/tracker/scripts/artifact/rich-text-editor-creator/RichTextEditorsCreatorWithoutImageUpload.ts Go to diff View file
A plugins/tracker/scripts/artifact/tsconfig.json +4 −0 Go to diff View file
A plugins/tracker/scripts/artifact/webpack.common.js +58 −0 Go to diff View file
A plugins/tracker/scripts/artifact/webpack.dev.js +23 −0 Go to diff View file
A plugins/tracker/scripts/artifact/webpack.prod.js +23 −0 Go to diff View file
M plugins/tracker/tsconfig.json +1 −3 Go to diff View file
M plugins/tracker/webpack.common.js +0 −8 Go to diff View file