- 11 Aug, 2021 35 commits
-
-
Stan Hu authored
Update the npm package validator See merge request gitlab-org/gitlab!67427
-
David Fernandez authored
-
Imre Farkas authored
Add ability to create scan execution policy MR See merge request gitlab-org/gitlab!66416
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!67943
-
Alper Akgun authored
Add performance_indicator_type metric See merge request gitlab-org/gitlab!67830
-
Rajendra Kadam authored
-
Kati Paizee authored
Disable maintenance mode - fix broken Ruby command See merge request gitlab-org/gitlab!67910
-
Matthias Käppler authored
Remove exclusion for graphql/schema.rb See merge request gitlab-org/gitlab!67917
-
GitLab Release Tools Bot authored
-
Vitali Tatarintev authored
Enable ci_skip_before_parsing_yaml by default See merge request gitlab-org/gitlab!67839
-
Albert Salim authored
Remove deprecated button and dropdown deprecation notices See merge request gitlab-org/gitlab!67847
-
Albert Salim authored
Update danger bot to use service_ping dictionary instead of usage_ping dictionary See merge request gitlab-org/gitlab!67837
-
Dylan Griffith authored
Add expired alert to personal access tokens [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!66915
-
Evan Read authored
Update Admin Area documentation to ref docs on disabling impersonation See merge request gitlab-org/gitlab!67759
-
Vladimir Dzalbo authored
-
Coung Ngo authored
Now that GlDeprecatedButton and GlDeprecatedDropdown have been removed from gitlab-ui, we can delete them from the pajamas dangerfile deprecation notice
-
Rajendra Kadam authored
-
charlie ablett authored
Clean up CAPTCHA controller logic and modules See merge request gitlab-org/gitlab!66999
-
Ash McKenzie authored
Separate context for logged in user in boards_spec See merge request gitlab-org/gitlab!67925
-
Mark Lapierre authored
E2E: Bulk group import api test See merge request gitlab-org/gitlab!67663
-
Andrejs Cunskis authored
-
Dylan Griffith authored
Add severity_levels as optional See merge request gitlab-org/gitlab!67067
-
Zamir Martins authored
-
Evan Read authored
Fix docs for event pruning period See merge request gitlab-org/gitlab!67935
-
Heinrich Lee Yu authored
This makes the docs match actual behavior
-
Ezekiel Kigbo authored
Hide reference path on project board cards See merge request gitlab-org/gitlab!67713
-
Tiger Watson authored
Add a new index "index_issues_on_project_id_and_state_id_and_created_at_and_id" See merge request gitlab-org/gitlab!67304
-
Mark Lapierre authored
LMR QA | Main | Adding additional tests See merge request gitlab-org/gitlab!66069
-
Tomislav Nikić authored
-
Heinrich Lee Yu authored
Add false-positive for pipeline finding in GraphQL query See merge request gitlab-org/gitlab!67188
-
Evan Read authored
Add crosslinks to the issue and MR permissions See merge request gitlab-org/gitlab!67397
-
Marcel Amirault authored
-
Simon Knox authored
-
James Fargher authored
Change how we export email for seat usage data See merge request gitlab-org/gitlab!67807
-
- 10 Aug, 2021 5 commits
-
-
Krasimir Angelov authored
to actually match the API endpoint - use `User#public_email`. https://gitlab.com/gitlab-org/gitlab/-/issues/262877.
-
Thong Kuah authored
Fix connection search path being reset See merge request gitlab-org/gitlab!67725
-
Patrick Bair authored
Finalize conversion to bigint for push_event_payloads (take 3) See merge request gitlab-org/gitlab!67299
-
Patrick Bair authored
Detach and drop database partitions that are past a retention period See merge request gitlab-org/gitlab!67056
-
Simon Tomlinson authored
When a monthly-partitioned model is specified with `partition_by :some_column, retain_for: 2.months` this feature will detach partitions that are more than two months in the past. A week later, a second worker will drop the tables that were previously detached. Changelog: added
-