- 18 Jun, 2018 19 commits
-
-
Yorick Peterse authored
Merge branch 'blackst0ne-rails5-invalid-single-table-inheritance-type-group-is-not-a-subclass-of-namespace' into 'master' Resolve "[Rails5] Invalid single-table inheritance type: Group is not a subclass of Namespace" Closes #48014 See merge request gitlab-org/gitlab-ce!19918
-
Yorick Peterse authored
Rails5 fix passing Group objects array into for_projects_and_groups milestone scope Closes #48012 See merge request gitlab-org/gitlab-ce!19920
-
Achilleas Pipinellis authored
Document Custom build directories Closes gitlab-runner#2211 See merge request gitlab-org/gitlab-ce!19664
-
Achilleas Pipinellis authored
fixed broken link to git cheat sheet See merge request gitlab-org/gitlab-ce!19879
-
Fatih Acet authored
Resolve "Creating a deploy token doesn't bring back to the creation page" Closes #46429 See merge request gitlab-org/gitlab-ce!19639
-
Sam Beckham authored
-
Douwe Maan authored
Render calendar feed inline when accessed from GitLab Closes #47672 See merge request gitlab-org/gitlab-ce!19698
-
Rémy Coutable authored
Merge branch 'blackst0ne-rails5-expected-the-response-to-have-status-code-ok-but-it-was-404' into 'master' Resolve "[Rails5] expected the response to have status code :ok but it was 404" Closes #48008 See merge request gitlab-org/gitlab-ce!19937
-
Rémy Coutable authored
Rails5 update Gemfile.rails5.lock Closes #48009 See merge request gitlab-org/gitlab-ce!19921
-
Rémy Coutable authored
Resolve "[Rails5] expected: "/search?search=seed_project" got: nil" Closes #48013 See merge request gitlab-org/gitlab-ce!19936
-
Rémy Coutable authored
[Rails5] Fix pipeline_schedules_controller_spec Closes #48011 See merge request gitlab-org/gitlab-ce!19919
-
Rémy Coutable authored
Expose a clean_backtrace method from Gitlab::Profiler See merge request gitlab-org/gitlab-ce!19894
-
Rémy Coutable authored
Rails5 fix update_attribute usage not causing a save Closes #47960 See merge request gitlab-org/gitlab-ce!19881
-
Rémy Coutable authored
[Rails5] Explicitly set request.format for blob_controller Closes #47921 See merge request gitlab-org/gitlab-ce!19876
-
Imre Farkas authored
With text/calendar as Content-Type, the browser always downloads the content as a file (even ignoring the Content-Disposition header). We want to display the content inline when accessed from GitLab, similarly to the RSS feed.
-
Douwe Maan authored
Resolve "Milestone not updating in MR sidebar after selection" Closes #47933 See merge request gitlab-org/gitlab-ce!19870
-
Sean McGivern authored
Make Gitaly wiki RPC's mandatory See merge request gitlab-org/gitlab-ce!19701
-
Jacob Vosmaer (GitLab) authored
-
Sean McGivern authored
Fix queue_name in Rails 5 Closes #47372 See merge request gitlab-org/gitlab-ce!19874
-
- 17 Jun, 2018 4 commits
-
-
Stan Hu authored
Remove the ci_job_request_with_tags_matcher See merge request gitlab-org/gitlab-ce!19947
-
Stan Hu authored
Optimise paused runners See merge request gitlab-org/gitlab-ce!19946
-
Kamil Trzciński authored
-
Kamil Trzciński authored
We have long polling mechanism which is not being used by paused runners. This makes the paused runner to generate a request every 3s, where it could be fired only every 1h.
-
- 16 Jun, 2018 11 commits
-
-
Dmitriy Zaporozhets authored
Harmonize theme preferences previews See merge request gitlab-org/gitlab-ce!19916
-
Steve Azzopardi authored
Update all references to version to include `v` for consistency. Closes gitlab-org/gitlab-runner#2211
-
blackst0ne authored
Since Rails 5 request.format gets set by extension if it's not explicitly set. That means artifacts_controller#file no longer works as expected. This commit explicitly sets request.format for artifacts_controller#file.
-
blackst0ne authored
Refactor sessions_controller_spec to work both in rails4 and rails5. Remove the stubbed `request.referer` method, set real header instead.
-
Jasper Maes authored
-
Jasper Maes authored
-
blackst0ne authored
In Rails 5.0 there's a bug [1] in controller tests that doesn't parse nested parameters correctly. This commit brings a workaround to make specs work again both in rails4 and rails5. [1]: https://github.com/rails/rails/issues/23997
-
Annabel Gray authored
Resolve "BS4: Mini graph dropdown sometimes open on the top" Closes #47610 See merge request gitlab-org/gitlab-ce!19912
-
blackst0ne authored
[Rails5] Disable inheritance_column for Gitlab::Database::RenameReservedPathsMigration::V1::MigrationClasses::Namespace
-
Annabel Gray authored
Resolve "Pipeline dropdown shifts around at smaller screen sizes" Closes #47068 See merge request gitlab-org/gitlab-ce!19910
-
Annabel Gray authored
Remove small container width Closes #36439 See merge request gitlab-org/gitlab-ce!19893
-
- 15 Jun, 2018 6 commits
-
-
Mario de la Ossa authored
-
Andreas Kämmerle authored
-
Clement Ho authored
Resolve "Wiki git clone holder and dropdown is broken" Closes #47917 See merge request gitlab-org/gitlab-ce!19913
-
Annabel Gray authored
-
Mike Greiling authored
Enable no-multi-assignment in JS files See merge request gitlab-org/gitlab-ce!19808
-
Fatih Acet authored
Resolve "Update link in GitLab cluster setup form to say "see pricing"" Closes #45557 and #47431 See merge request gitlab-org/gitlab-ce!19495
-