- 19 Aug, 2020 40 commits
-
-
Natalia Tepluhina authored
Update design mgmt navigation to gl-button Closes #230477 See merge request gitlab-org/gitlab!39104
-
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
-
Ash McKenzie authored
Whats New - drop content for 3 previous releases See merge request gitlab-org/gitlab!38976
-
James Fargher authored
Set default for current_value in SAST config UI See merge request gitlab-org/gitlab!39504
-
saikat sarkar authored
-
Miguel Rincon authored
Split board_conent logic between ee and ce compoents See merge request gitlab-org/gitlab!38724
-
Scott Stern authored
-
James Fargher authored
Remove exact repetition in .gitignore See merge request gitlab-org/gitlab!39776
-
James Fargher authored
Add model for CiliumNetworkPolicy See merge request gitlab-org/gitlab!38848
-
Russell Dickenson authored
Docs: How to remove a license See merge request gitlab-org/gitlab!39773
-
Chloe Whitestone authored
-