- Sep 17, 2020
-
-
Scott Hampton authored
Reworded the paragraph to be more clear and include a link to the related issue. Also refactored how we are setting the project IDs param.
-
Scott Hampton authored
We can simplify our path creation by using the URLSearchParams utility.
-
Scott Hampton authored
Update the documentation to include info on how the modal works. Also updated the project selection to not include project_id params if the user selects all projects. This ensures that the user can download a report for all projects even if they aren't in the dropdown list.
-
-
This MR applies filter bar utils for getters and actions to pull out filters in the correct format for Merge Request Analytics and for Code Review pages. Refs: https://gitlab.com/gitlab-org/gitlab/-/issues/249591 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41898 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41112 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41121 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40975 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40948 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40855 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40845 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40004 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39629 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39603 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39588
-
pshutsin authored
Total stage is redundant and shown as Lead time so we don't need it as separate stage anymore.
-
In productivity analytics page.
-
Kushal Pandya authored
Adds `test_case_list` app to show Test Case List using `issuable_list`.
-
Rajat Jain authored
-
This change adds ability to use ^ as a special reference in Markdown Editor.
-
Ensures we handle query time out errors from the backend when calculating various analytics values Handle too much data for stage medians Fix task by type and duration chart too much error Fix stage table specs Fix duration chart specs Updates related vuex action and mutation specs to handle query timeout errors Fix mutation specs Fix store action specs Additional action specs for too much data
-
Kushal Pandya authored
Adds `test_case_create` app to show Create Test Case form UI in `/new` route.
-
Updates the parameters that are dispatched when using the legacy filter bar
-
-
David Pisek authored
The id is needed when creating a site validation mutation. Note: The component that is consuming the mutation is already assuming the id is within the response data.
-
-
Amy Troschinetz authored
-
- Sep 16, 2020
-
-
Alexander Turinske authored
- update apollo client to `assumeImmutableResults` to increase performance - update `updateQuery` for project/group/instane-level security dashboard to be consistent and immutable
-
Kyle Mann authored
-
Michał Zając authored
We can avoid passing any params in the request body by introducing create_issue path under standalone vulnerability path so the frontend only needs to send a POST request.
-
Scott Hampton authored
I initially created the project_ids query param using a different method for handling arrays. I should have gone the simpler path of just using a comma separated list.
-
markrian authored
This replaces the existing form submission POST request with a GraphQL mutation. This change also updates some stale TODO comments to point to a more relevant issue. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/227575.
-
-
-
Robert Hunt authored
- Alert management - Sidebar _ Batch comments
-
-
Zack Cuddy authored
There was some leftover packageFile hardcoded properties. This change replaces them with the intended variable. This is required to be generic.
-
-
Florie Guibert authored
Use provide/inject for boardId, groupId, rootPath Remove unused issueLinkBase prop
-
- Sep 15, 2020
-
-
Create a modal for selecting the projects for which you want to download the code coverage CSV file.
-
Jose Ivan Vargas Lopez authored
Also change the test code to emit a click instead of accesing the component internals
-
-
Savas Vedova authored
- Update graphql queries - Implement backend sorting for vulnerability list - Add changelog
-
-
Michael Lunøe authored
Add source and target branch filter to the filter controls on the Merge Request Analytics page, so the user can see data based on these filters
-
Robert Hunt authored
-
David Pisek authored
This commit puts a feature flag before a request to prevent an error-banner from showing due to accessing a non-existing graphql endpoint.
-