- 15 Feb, 2022 40 commits
-
-
Sheldon Led authored
-
Adam Hegyi authored
Add scan method to dast site profile See merge request gitlab-org/gitlab!78745
-
Marcos Rocha authored
This Merge Request adds the scan method for DAST on-demand API scans Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78745
-
Douglas Barbosa Alexandre authored
Modify upload license error language See merge request gitlab-org/gitlab!80382
-
Douglas Barbosa Alexandre authored
Allow offline cloud license upload See merge request gitlab-org/gitlab!79957
-
Jose Ivan Vargas authored
Show ref of the latest deployment See merge request gitlab-org/gitlab!79262
-
Rémy Coutable authored
Run Review Apps in MRs that change app/models See merge request gitlab-org/gitlab!80121
-
Markus Koller authored
Fix Date::Error exception when viewing audit logs for an invalid date See merge request gitlab-org/gitlab!80634
-
Huzaifa Iftikhar authored
Added an early return to the validate_date_params method to fix the exception raised when an invalid date is passed for either created_before or created_after parameter. Also, included the before_action validate_date_params to AuditLogReportsController to prevent exceptions. Changelog: fixed EE: true
-
Jose Ivan Vargas authored
Add runner jobs tab See merge request gitlab-org/gitlab!80380
-
Miguel Rincon authored
This change adds a new tab to the runner details that contains a paginated list of jobs that this runner has run.
-
Marius Bobin authored
Log CI linter times See merge request gitlab-org/gitlab!80593
-
Furkan Ayhan authored
Currently, the pipeline logger works only for pipeline creations. In this commit, we implement it to the CI linter.
-
Andreas Brandl authored
Resolve "Inconsistent schema - indexes" See merge request gitlab-org/gitlab!79438
-
Andrew Fontaine authored
If the ref is a branch, display branch. If it is a tag, display tag. Either way, link to the tree of the ref.
-
Douglas Barbosa Alexandre authored
Namespace.self_and_hierarchy scope See merge request gitlab-org/gitlab!80045
-
Alex Pooley authored
Provide a linear version of: Gitlab::ObjectHierarchy.new(some_groups).all_objects We also create a recursive + linear scope which is a more friendly developer interface.
-
Heinrich Lee Yu authored
Revert "Merge branch 'if-personal_project_owners' into 'master'" See merge request gitlab-org/gitlab!80723
-
Marcia Ramos authored
Fix command for agent troubleshooting See merge request gitlab-org/gitlab!80174
-
Marcin Sedlak-Jakubowski authored
Add docs for issues list Vue refactor See merge request gitlab-org/gitlab!80619
-
Coung Ngo authored
Add docs for refactor behind feature flag `vue_issues_list` https://gitlab.com/gitlab-org/gitlab/-/issues/322755
-
Vitali Tatarintev authored
Create the cross-stage feature discovery moment experiment See merge request gitlab-org/gitlab!78497
-
Dallas Reedy authored
- Create the new experiment feature flag - Set up the entrypoint for the experiment - Create a feature discovery dashboard for the "Deliver Software Faster" product value - Add a CTA to start a trial from the dashboard - Add a CTA to talk to sales from the dashboard - Track various clicks & renders for the experiment
-
Masoud Salehi authored
-
Vitaly Slobodin authored
Add loading spinner to submit button See merge request gitlab-org/gitlab!80614
-
Douglas Barbosa Alexandre authored
Guard worker: don't abort ongoing migrations See merge request gitlab-org/gitlab!80502
-
Phil Hughes authored
Remove Virtual Scroll flag from Merge Request Diffs See merge request gitlab-org/gitlab!79750
-
Kushal Pandya authored
Merge branch '352092-mlunoe-self-managed-subscription-refresh-local-state-upon-license-submit' into 'master' Fix(SM: Subscription): Refresh local state See merge request gitlab-org/gitlab!80482
-
Vitaly Slobodin authored
Merge branch '344108-replace-browser-confirm-modal-with-glmodal-in-app-assets-javascripts-environments-components' into 'master' Replace window.confirm with GlModal in deployment actions See merge request gitlab-org/gitlab!80360
-
Savas Vedova authored
-
Rémy Coutable authored
This reverts commit 63974e4d, reversing changes made to ab524a54. Changelog: fixed Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Clarify that merge_request_diff_commits database changes may take hours See merge request gitlab-org/gitlab!80547
-
Ben Bodenmiller authored
-
David Fernandez authored
By pinging the Container Registry API. If the status returned is coeherent with an ongoing migration, the job will skip the migration. The migration is aborted otherwise.
-
Amy Qualls authored
Update stale GitHub Flow link, and link anchor text See merge request gitlab-org/gitlab!80678
-
Mike Lockhart authored
GitHub moved their GitHub Flow documentation to a new documentation site Some of the links did not follow WCAG/GitLab documentation guidelines.
-
Natalia Tepluhina authored
Drop updateQuery from DAST profiles queries See merge request gitlab-org/gitlab!80605
-
Kushal Pandya authored
Issue boards - Fetch recent boards in GraphQL See merge request gitlab-org/gitlab!80353
-
Natalia Tepluhina authored
Rephrase error messages See merge request gitlab-org/gitlab!80601
-
mlunoe authored
When submitting a new license, refresh the local state to reflect the changes correctly on the frontend. The particular issue this fixes is when the user submits a license that is not the current license, e.g. a future-dated license. https://gitlab.com/gitlab-org/gitlab/-/issues/352092 Changelog: added EE: true
-