- Sep 18, 2020
-
-
Form for package max file size plan_limits is added to the package registry application settings admin UI page.
-
Heinrich Lee Yu authored
GraphQL no longer maps this to the underscore method / attribute
-
- simplify signup flow.
-
- Sep 17, 2020
-
-
Tyler Amos authored
Introduces a new controller, Admin::Licenses::UsageExportsController, which defines a show action for downloading the usage export CSV. Adds the `License.in_license_term` method for returning all HistoricalData within the dates of a license.
-
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.
-
Kerri Miller authored
-
Douglas Barbosa Alexandre authored
-
Michał Zając authored
`Vulnerabilities::Finding#raw_metadata` can have a key `remediations` of value `[null]` which will get serialized to `[nil]` and the passed to `ee/app/views/vulnerabilities/issue_description.md.erb` which will satisfy `vulnerability.remediations.present?` check but will fail upon accessing any keys.
-
-
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.
-
Robert May authored
-
Robert May authored
-
Robert May authored
Separates the approval reset into a new service, which is then executed in a new worker in order to separate it from the existing flow.
-
Philip Cunningham authored
This functionality has been superseded by DastOnDemandScanCreate.
-
Adds new models for on-demand DAST site validation process.
-
Tim Zallmann authored
Removes the disabling line for inline script checks (which were about using :javascript)
-
In productivity analytics page.
-
Alina Mihaila authored
* Allow to track any value * Add documentation * Add tests
-
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.
-
This makes feature flags available in all tiers of EE Require a premium or ultimate license for feature flag related issues Move feature flag policy and related permissions to core Move feature flags finder to core Part of moving feature flags to core
-
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.
-
Kushal Pandya authored
Adds route `/new` under Test Cases to show create test case form.
-
-
Andrew Cimino authored
-
Amy Troschinetz authored
-
- Sep 16, 2020
-
-
Ross Fuhrman authored
This MR exposes wether an analyzer should be enabled or not, as well as exposes variables specific to some of those analyzers. See https://gitlab.com/gitlab-org/gitlab/-/issues/235880 and https://gitlab.com/gitlab-org/gitlab/-/issues/235878
-
-
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
-