- 31 May, 2018 24 commits
-
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Rémy Coutable authored
Use strings as properties key in kubernetes service spec. See merge request gitlab-org/gitlab-ce!19265
-
Rémy Coutable authored
Add /vendor/gitaly-ruby to gitignore See merge request gitlab-org/gitlab-ce!19261
-
Yorick Peterse authored
Replace .having with .where in calendar query Closes #46964 See merge request gitlab-org/gitlab-ce!19230
-
Yorick Peterse authored
Replace `.exists` with `EXISTS ()` Closes #46277 See merge request gitlab-org/gitlab-ce!19178
-
Douwe Maan authored
Use Gitaly 0.104.0 See merge request gitlab-org/gitlab-ce!19258
-
Douwe Maan authored
Fix encoding bug in Gitaly::Commit::TreeEntry Closes #46445 and gitaly#1208 See merge request gitlab-org/gitlab-ce!19243
-
Phil Hughes authored
Merge branch '45520-remove-links-from-web-ide-unexpectedly-navigate-you-to-a-different-page' into 'master' Resolve "Remove links from Web IDE unexpectedly navigate you to a different page" Closes #45520 See merge request gitlab-org/gitlab-ce!19129
-
Sam Beckham authored
-
Rémy Coutable authored
Cleanup code for General Project Settings See merge request gitlab-org/gitlab-ce!19245
-
Lukas Eipert authored
-
Sean McGivern authored
Adjust permitted params filtering on merge scheduling Closes #46903 See merge request gitlab-org/gitlab-ce!19255
-
Sean McGivern authored
Resolve "Unable to start rails console if using master from gitlab-shell" Closes #46991 See merge request gitlab-org/gitlab-ce!19251
-
Douwe Maan authored
Fix cattr_accessor definition Closes #46282 See merge request gitlab-org/gitlab-ce!19192
-
Douwe Maan authored
Removal of API v3 from the codebase Closes #36819 See merge request gitlab-org/gitlab-ce!18970
-
Phil Hughes authored
Resolve "Extra whitespace when hovering commit sha in MR widget" Closes #46971 See merge request gitlab-org/gitlab-ce!19267
-
Rémy Coutable authored
Fix various bugs related to relative_url_root in development See merge request gitlab-org/gitlab-ce!19213
-
Achilleas Pipinellis authored
Improve structure of snippets documentation See merge request gitlab-org/gitlab-ce!19234
-
Andreas Kämmerle authored
-
Achilleas Pipinellis authored
Add Wiki and Snippets to project feature overview See merge request gitlab-org/gitlab-ce!19235
-
- 30 May, 2018 16 commits
-
-
Filipa Lacerda authored
* master: (32 commits) Update CHANGELOG.md for 10.8.3 Update "col-xs" usage to bootstrap4 Add missing usage_ping_enabled to API settings Make Repository#blob_data_at a public method Fix UI broken in line profiling modal due to Bootstrap 4 Only preload member records for the relevant projects/groups/user in projects API Fix after sign-in with Google button Fix a wrong link reference in docs Simplify spec: `2.times.each` -> `2.times` Replace grape-route-helpers with our own grape-path-helpers Add archived param to the json response Consider we might have prefix for stable branches Convert spec/javascripts/.eslintrc to yml format as well Remove version lock on awesome_print dependency Fix import project by url layout Fix missing timeout value in object storage pre-authorization call fix last lints disable no-multi-assign fix `spaced-comment` remove unused createComponentWithMixin from vue spec helpers ...
-
Mayra Cabrera authored
[ci skip]
-
Filipa Lacerda authored
-
Clement Ho authored
Update "col-xs" usage to bootstrap4 Closes #47002 See merge request gitlab-org/gitlab-ce!19256
-
Paul Slaughter authored
-
Robert Speicher authored
Make Repository#blob_data_at a public method See merge request gitlab-org/gitlab-ce!19259
-
Jasper Maes authored
-
Robert Speicher authored
Add missing usage_ping_enabled to API settings See merge request gitlab-org/gitlab-ce!19263
-
Filipa Lacerda authored
Fix after sign-in with Google button Closes #45551 See merge request gitlab-org/gitlab-ce!19249
-
Jan Provaznik authored
the current syntax doesn't work properly in Rails 5, the resulting query looks like: HAVING "events"."project_id" IN (0) instead of: HAVING "events"."project_id" IN (SELECT "projects"."id" FROM... Also we should not use ActiveRecord internal methods. In this case we can filter projects in WHERE clause instead of doing this in HAVING clause. Usage of WHERE should be also more efficient because grouping is then done on much smaller subset of records.
-
Stan Hu authored
Identified while resolving conflicts in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5906
-
Mike Greiling authored
Upgrade eslint 3 -> 4 Closes #40476 See merge request gitlab-org/gitlab-ce!19182
-
Clement Ho authored
Line profiling modal width Closes #46999 See merge request gitlab-org/gitlab-ce!19253
-
Brett Walker authored
-
Jacob Vosmaer authored
-
Stan Hu authored
This reduces conflicts with EE, where it is public because it is called in ee/lib/gitlab/ci/external/file/local.rb.
-