- 19 Aug, 2020 35 commits
-
-
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
-
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
-
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
-
GitLab Bot authored
-
Ezekiel Kigbo authored
Replace fa-pencil icon with GitLab SVG Closes #225951 See merge request gitlab-org/gitlab!39648
-
Alexander Turinske authored
- replace last fa-pencil instance
-
Dylan Griffith authored
Add specs to detect reindexing UI issues See merge request gitlab-org/gitlab!39578
-
Dmitry Gruzd authored
-
Mario de la Ossa authored
These two new fields are meant to be used inside a project query in order to return a path scoped to the project that looks like /path/to/project/-/iterations/inherited/iteration_id
-
James Fargher authored
Fix `Vulnerability-Check` approval rule logic See merge request gitlab-org/gitlab!38589
-
- 18 Aug, 2020 5 commits
-
-
Mario de la Ossa authored
-
Jose Ivan Vargas authored
Merge branch '225950-replace-fa-trash-and-fa-trash-o-icons-with-gitlab-svg-remove-icon-2' into 'master' Replace some fa-trash icons with GitLab SVG remove icon See merge request gitlab-org/gitlab!38964
-
Alishan Ladhani authored
-
James Fargher authored
Remove duplicated auth method in package code Closes #235045 See merge request gitlab-org/gitlab!39573
-
Mayra Cabrera authored
Fix flaky spec in user_posts_notes_spec.rb Closes #238463 See merge request gitlab-org/gitlab!39771
-