- 15 Jan, 2017 12 commits
-
-
Ruben Davila authored
-
Bryce Johnson authored
-
Rémy Coutable authored
Remove trailing whitespace Closes #26698 See merge request !8581
-
Fatih Acet authored
fix pagination component handling different header styles from different server proxies See merge request !8569
-
Rémy Coutable authored
Allow to use '+' symbol in filenames Closes #22859 See merge request !6644
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use string for class_name option for lazy autoload class See merge request !8580
-
blackst0ne authored
-
Rémy Coutable authored
existing folders and existing repos should not use the same set of instructions … See merge request !3446
-
Rémy Coutable authored
use plain shell See merge request !3509
-
Semyon Pupkov authored
Passing constant into this option is deprecated in Rails 5.2 https://github.com/rails/rails/commit/8312a0d22212798864f142b5a94805e0baa6c562
-
Regis authored
-
- 14 Jan, 2017 3 commits
-
-
Douwe Maan authored
Mutate the attribute instead of issuing a write operation to the DB in `ProjectFeaturesCompatibility` concern. Closes gitlab-ee#1520 See merge request !8552
-
Douwe Maan authored
Merge branch '25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-exist' into 'master' Resolve "`Gitlab::Checks::ChangeAccess` looks for user permissions that don't exist" Closes #25018 See merge request !8551
-
Yorick Peterse authored
Resolve "Metrics middleware: endpoint is nil" Closes #26587 See merge request !8544
-
- 13 Jan, 2017 25 commits
-
-
Robert Speicher authored
Resolve "Sort order for pipeline build lists doesn't properly handle numbers" Closes #25428 See merge request !8277
-
Robert Speicher authored
Improve single mattermost team select disabled state See merge request !8276
-
Mike Greiling authored
-
Robert Speicher authored
Merge separate build spec files into one in correct location Closes #24579 See merge request !8564
-
Regis authored
-
Luke "Jared" Bennett authored
Add tests
-
Rémy Coutable authored
Update commit entity to point to valid commit page Closes #26624 See merge request !8558
-
Robert Speicher authored
Fix broken link in docs Closes #26544 [ci skip] See merge request !8529
-
Rémy Coutable authored
Allow to use ENV variables in redis config See merge request !8073
-
Annabel Dunstone Gray authored
Fixed spacing of labels in issuable row on milestone#show See merge request !8563
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Phil Hughes authored
-
Grzegorz Bizon authored
-
Sean McGivern authored
Fix milestone API specs in Ruby 2.1 See merge request !8555
-
Sean McGivern authored
[ci skip]
-
Sean McGivern authored
This is less invasive than the parent commit.
-
Sean McGivern authored
Ruby 2.3: ``` URI.parse('http://foo/bar?baz quux') => #<URI::HTTP http://foo/bar?baz%20quux> ``` Ruby 2.1: ``` URI.parse('http://foo/bar?baz quux') URI::InvalidURIError: bad URI(is not URI?): http://foo/bar?baz quux ```
-
Sean McGivern authored
Add check for new path existence Closes #26641 See merge request !8554
-
Sean McGivern authored
Copy <some text> to clipboard See merge request !8535
-
Sean McGivern authored
Fixes the incoherent filtering by milestone in `/projects/:id/issues` and `/groups/:id/issues` endpoints Closes #23194 See merge request !8457
-
James Lopez authored
-
Semyon Pupkov authored
-