- 19 Aug, 2020 40 commits
-
-
Sean McGivern authored
This method has grown a lot over time. One thing that makes the control flow quite confusing is that we don't return early, but always do something with the `pair` variable at the end of the method. Splitting this method into two methods means that we can return early from the core logic, making that part easier to understand, while doing our final string manipulation in the calling method.
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!39814
-
John Jarvis authored
Revert Create IssueLink for Vulnerabilities that do not have them See merge request gitlab-org/gitlab!39813
-
Mark Florian authored
Geo Replicables - Use debounce prop See merge request gitlab-org/gitlab!39744
-
Heinrich Lee Yu authored
Add include_parent_group_milestones to milestones API endpoints See merge request gitlab-org/gitlab!38800
-
Natalia Tepluhina authored
Fix case of "FogBugz" on import page Closes #31725 See merge request gitlab-org/gitlab!39514
-
Natalia Tepluhina authored
Rename issue button to incident Closes #227678 See merge request gitlab-org/gitlab!39684
-
David O'Regan authored
On alert details we rename the issue type to incident to indicate that the user will create a incident not a issue.
-
GitLab Release Tools Bot authored
-
Natalia Tepluhina authored
Update design mgmt navigation to gl-button Closes #230477 See merge request gitlab-org/gitlab!39104
-
John Jarvis authored
Revert "Merge branch '234066-create-issuelink-for-vulnerabilities-that-do-not-have-them' into 'master'" This reverts merge request !39098
-
Peter Leitzen authored
Do not use value arg to hold chart type See merge request gitlab-org/gitlab!39725
-
Peter Leitzen authored
Consolidate audit event variables in rendered views Closes #220523 See merge request gitlab-org/gitlab!39600
-
Heinrich Lee Yu authored
Remove redundant StatementInvalid tests See merge request gitlab-org/gitlab!39799
-
Jan Provaznik authored
Fix user_sorts_issues_spec when vue_issuables_list ff is off See merge request gitlab-org/gitlab!38423
-
Peter Leitzen authored
[Feature flag] Rollout of `sidekiq_versioning` Closes #232934 See merge request gitlab-org/gitlab!39562
-
Sanad Liaquat authored
Update distributed reads spec See merge request gitlab-org/gitlab!39412
-
rpereira2 authored
According to snowplow docs, value has to be an Int or Float.
-
Martin Wortschack authored
Add single request context to MR Analytics See merge request gitlab-org/gitlab!39726
-
Eulyeon Ko authored
-
Vitali Tatarintev authored
Expose ID in API Event Entity Closes #238141 See merge request gitlab-org/gitlab!39669
-
Denys Mishunov authored
Update dependency @gitlab/ui to v20.3.1 See merge request gitlab-org/gitlab!39722
-
Phil Hughes authored
Add isSingleRequest to docs See merge request gitlab-org/gitlab!39729
-
Dylan Griffith authored
Revert "Merge branch 'ajk-relative-positioning-improvements' into 'master'" See merge request gitlab-org/gitlab!39787
-
Alper Akgun authored
We already cover the case
-
Heinrich Lee Yu authored
[RUN AS-IF-FOSS] Revert "Merge branch 'ss/mv-swimlanes-comp-to-ee' into 'master'" See merge request gitlab-org/gitlab!39790
-
Kushal Pandya authored
Migrate checkout step summary buttons away from legacy buttons Closes #219800 See merge request gitlab-org/gitlab!39561
-
Evan Read authored
-
Heinrich Lee Yu authored
Merge branch '238530-add-new-diff-note-icon-on-commit-page-is-currently-broken-on-canary' into 'master' Fix broken add note icon styles on Commit#show page See merge request gitlab-org/gitlab!39789
-
Albert Salim authored
This reverts merge request !38724
-
Dylan Griffith authored
Fix time zone config not respected in multi-threaded servers Closes #233259 See merge request gitlab-org/gitlab!39778
-
Eulyeon Ko authored
-
Heinrich Lee Yu authored
Issues api - allow empty due_date arg See merge request gitlab-org/gitlab!39770
-
Stan Hu authored
Time.now => Time.current usage in /lib [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!36908
-
charlie ablett authored
GraphQL Iterations - add scopedPath and scopedUrl See merge request gitlab-org/gitlab!39543
-
David Kim authored
-
Stan Hu authored
Previously in multi-threaded app servers, such as Puma, the Rails time zone configuration setting was not being respected. Rails expects the time zone to be set in `application.rb`, and the default value is set in the `active_support.initialize_time_zone` Railtie. However, since we load this setting from a config file, the time zone for GitLab is set inside an initializer. Setting `Time.zone` in the initializer worked fine with Unicorn, but it stopped working with Puma. All responses would return timestamps in UTC, irrespective of the system or Rails time zone. This happened because `Time.zone` calls `Thread.current`. Since the time zone wasn't set for the thread, Puma would default to `Time.zone_default`, which was UTC. We now set the default and the Rails configuration settings to be consistent. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/233259
-
Heinrich Lee Yu authored
This reverts merge request !37724
-
Russell Dickenson authored
Update Snowplow Availability of Snowplow Mini on Staging and Production See merge request gitlab-org/gitlab!39775
-
Jerome Ng authored
-