- 22 Jan, 2019 40 commits
-
-
Kamil Trzciński authored
Removes factories on Cluster background migration See merge request gitlab-org/gitlab-ce!24536
-
Douglas Barbosa Alexandre authored
Hashed Storage: `AfterRenameService` was not renaming Pages or Uploads folder on legacy storage Closes #56636 See merge request gitlab-org/gitlab-ce!24526
-
Rémy Coutable authored
Refactor Sidekiq workers to reduce differences between CE and EE See merge request gitlab-org/gitlab-ce!24466
-
Achilleas Pipinellis authored
Edits to issues CSV import docs See merge request gitlab-org/gitlab-ce!24554
-
Mike Lewis authored
-
Sean McGivern authored
Changed the Caching of User Avatars to be public and to 5 minutes See merge request gitlab-org/gitlab-ce!24546
-
Grzegorz Bizon authored
Resolve "When ref is ambiguous, `CreatePipelineService` raises an error" Closes #55966 See merge request gitlab-org/gitlab-ce!24437
-
Phil Hughes authored
Make favicon tests more fault resistent Closes #50527 See merge request gitlab-org/gitlab-ce!22686
-
Mayra Cabrera authored
'Populate cluster kubernetes namespace' was using factories for their specs. According to our documentation (see spec/migrations/readme.md), we should use table helper to create a temproary ActiveRecord::Base derived model for a table.
-
Kamil Trzciński authored
Update GitLab Runner Helm Chart to 0.1.45 See merge request gitlab-org/gitlab-ce!24564
-
Tomasz Maczukin authored
-
Kushal Pandya authored
Resolve "Related merge requests in issue design - Restyle" Closes #47007 See merge request gitlab-org/gitlab-ce!24270
-
Rémy Coutable authored
Change Monitoring to Monitor in docs dangerfile See merge request gitlab-org/gitlab-ce!24570
-
Stan Hu authored
Resolve "Limit sidekiq logging based on argument size" Closes #56547 See merge request gitlab-org/gitlab-ce!24493
-
Douwe Maan authored
Use Gitaly 1.14.0 See merge request gitlab-org/gitlab-ce!24562
-
Achilleas Pipinellis authored
-
Rémy Coutable authored
[QA] Backport Repository::Push and Git::Repository from EE See merge request gitlab-org/gitlab-ce!24558
-
Rémy Coutable authored
Resolve "Inconsistent text color for labels" Closes #53714 See merge request gitlab-org/gitlab-ce!23873
-
Achilleas Pipinellis authored
Fix typos in dev & test docu See merge request gitlab-org/gitlab-ce!24539
-
Achilleas Pipinellis authored
Add hyperlink to PAT doco Closes #56650 See merge request gitlab-org/gitlab-ce!24551
-
Achilleas Pipinellis authored
Add notes about gitaly network architecture See merge request gitlab-org/gitlab-ce!24563
-
Lin Jen-Shin authored
Move the CNG triggering to a dedicated job in the `test` stage Closes #56660 See merge request gitlab-org/gitlab-ce!24538
-
Douglas Barbosa Alexandre authored
Resolve "Redirect projects/:id to project page" Closes #53671 See merge request gitlab-org/gitlab-ce!24467
-
Gabriel Mazetto authored
We still rely on the Dirty API for project rename (before/after) values, but we don't access the dirty api from the service class anymore. The previous value is now part of the initialization, which makes it easier to test and the behavior is clearer. The same was done with the `rename_repo` on the Storage classes, we now provide before and after values as part of the method signature.
-
Tim Zallmann authored
Also removed unnecessary comment
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Sean McGivern authored
When logging arguments from Sidekiq to JSON, restrict the size of `args` to 10 KB (when converted to JSON). This is to avoid blowing up with excessively large job payloads.
-
Filipa Lacerda authored
Resolve "Changing group visibility does not re-enable Save button" Closes #53856 See merge request gitlab-org/gitlab-ce!23022
-
Douwe Maan authored
Add CSS & JS global flags to represent browser and platform Closes #50013 See merge request gitlab-org/gitlab-ce!24017
-
Mek Stittri authored
Document better the process around quarantined tests See merge request gitlab-org/gitlab-ce!24452
-
Sean McGivern authored
Fix 404s with snippet uploads in object storage Closes #52595 See merge request gitlab-org/gitlab-ce!24550
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kamil Trzciński authored
Force Auto DevOps redeployment when application secrets are updated Closes #55540 See merge request gitlab-org/gitlab-ce!24498
-
Phil Hughes authored
Resolve "Merge request file browser should always be possible show/hide" Closes #52971 See merge request gitlab-org/gitlab-ce!24103
-
Sam Bigelow authored
-
Dmitriy Zaporozhets authored
By visiting `projects/:id` you will be redirected to project page with path in it. projects/123 => foo/bar Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-