- 19 Aug, 2020 23 commits
-
-
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
-
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
-
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
-
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 17 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
-
Thong Kuah authored
-
Mark Lapierre authored
Check for pipeline status via API See merge request gitlab-org/gitlab!39540
-
Tiffany Rea authored
-
Mike Jang authored
Make Issue Analytics singular Closes #235797 See merge request gitlab-org/gitlab!39506
-
Dan Jensen authored
Originally we called the feature Issues Analytics. The plural form felt a bit awkward. We recently introduced Merge Request Analytics, where the singular form felt more natural and also conflicted with Issues Analytics. So this re-names Issues Analytics (plural) as Issue Analytics (singular).
-
Mehmet Emin INAC authored
-
Evan Read authored
Document new transaction metrics See merge request gitlab-org/gitlab!39564
-
Stan Hu authored
The test was previously failing because it was possible for a note to be deleted before the browser rendered the page, so there was note to reply. We fix this by deleting the note only after the page has been displayed and the user has clicked the reply button. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/238463
-
James Lopez authored
Migrate manifest importer to new importer UI See merge request gitlab-org/gitlab!38268
-
Illya Klymov authored
import_source is used by other importers to track source of original repo
-
Jose Ivan Vargas authored
Swap deprecated time/date picker buttons Closes #219837 See merge request gitlab-org/gitlab!39141
-
Amelia Bauerly authored
-