- May 31, 2023
-
-
Miranda Fluharty authored
Remove ci_job_artifact_bulk_destroy feature flag to fully enable the bulk delete feature on the artifacts page Changelog: added
-
- Apr 21, 2023
-
-
Miranda Fluharty authored
When the limit is reached and the unchecked checkboxes are disabled, show a tooltip that explains why when you hover over them
-
- Apr 14, 2023
-
-
Miranda Fluharty authored
Show alert and disable unselected checkboxes when 100 artifacts are selected
-
- Apr 11, 2023
-
-
Move entire artifacts directory inside of the ci directory so that the verify codeowners rules will apply to it Also move the specs and fix their imports
-
- Mar 15, 2023
-
-
Miranda Fluharty authored
-
Miranda Fluharty authored
Add selection checkboxes next to jobs and artifacts Add box at the top with delete button and confirmation modal
-
- Jan 12, 2023
-
-
Miranda Fluharty authored
Check permission in haml, provide to components Show delete button at artifact and job level only if user has permission to destroy artifacts
-
- Nov 01, 2022
-
-
Miranda Fluharty authored
Add modal component, make delete button open modal, move loading state from delete button to modal confirm button
-
- Oct 25, 2022
-
-
Changelog: fixed
-
- Oct 19, 2022
-
-
Miranda Fluharty authored
Add test for artifact row loading state Clarify scrolling container styling with a comment and a constant Flatten out constants where possible Add artifacts count i18n function to constants Emit an event for refetch instead of passing and calling a function
-
- Oct 18, 2022
-
-
Miranda Fluharty authored
-
- Oct 17, 2022
-
-
Make size column 5% wider, job column 5% narrower Constant-ify row height and max-height for scroll container Remove unnecessary gl-align-items-center
-
Add artifacts table row details spec Remove unnecessary namespacing from one word strings Rename deleting prop to isLoading
-
MVC for adding more useful data to the artifacts view Add job artifacts table and artifact row components Initialize job artifacts table where haml table used to be List and delete job artifacts via graphql Remove old haml table along with its spec Add specs to test functionality of new components Add fixture to generate data for specs
-