- 06 Mar, 2017 40 commits
-
-
Kamil Trzciński authored
Rename builds to jobs in the API Closes #28515 See merge request !9463
-
Sean McGivern authored
GitLab should have an option to prevent users from signing in from multiple IPs Closes #27520 See merge request !8998
-
Douwe Maan authored
removes redundant code from gitlab database file See merge request !9282
-
Sean McGivern authored
Fix issues mentioned but not closed for JIRA Closes #26028 See merge request !9687
-
Sean McGivern authored
Use gitlab-workhorse 1.4.0 See merge request !9724
-
Annabel Dunstone Gray authored
Set max for Zen mode textarea to screen height Closes #28704 See merge request !9667
-
Z.J. van de Weg authored
-
Sean McGivern authored
Improve IssuableFinder performance Closes #25503 See merge request !9030
-
Annabel Dunstone Gray authored
Fixed spacing in mobile secondary nav See merge request !9657
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
align schema.rb with upstream and fix rubocop warning about not freezing mutable constants and empty error classes
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
+ rename shared context
-
Pawel Chojnacki authored
- cleanup formating in haml - clarify time window is in seconds - cleanup straneous chunks in db/schema - rename count_uniqe_ips to update_and_return_ips_count - other
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Sean McGivern authored
Remove "subscribed" field from API responses returning list of issues or merge requests Closes #22374 See merge request !9661
-
Sean McGivern authored
Add gitaly server dependency Closes gitaly#109 See merge request !9722
-
Sean McGivern authored
-
Sean McGivern authored
The `ReferenceExtractor` would return an array of `ExternalIssue` objects, and then perform `Array#-` to remove the issues closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`, which are used by `Array#-`.
-
Jacob Vosmaer authored
Bug fixes, Gitaly gRPC support, experimental Redis integration.
-
Jarka Kadlecova authored
-
Z.J. van de Weg authored
The endpoint dropped, get ':id/repository/commits/:sha/jobs', should be replace by a new endpoint.
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
[ci skip]
-
Toon Claes authored
This commit was about 6 commits before squashing, with the main goal to make all tests green. Now, after pushing this commit we'll see what the CI has to say about that.
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
This commit only renames the commits, the cascading effects will be dealt with later.
-
Z.J. van de Weg authored
Fixes gitlab-org/gitlab-ce#28515 [ci skip]
-
Adam Niedzielski authored
-
Adam Niedzielski authored
-
Sean McGivern authored
Improve pipeline triggers API See merge request !9713
-
Jacob Vosmaer authored
In GitLab 9.0.0 we want to turn on Gitaly in Omnibus installations. Gitaly is not a required component yet for source installations because we want to iterate on the configuration and architecture some more. Omnibus installations will have the option to completely disable Gitaly if they want to or if necessary. The new GITALY_SERVER_VERSION file which version of the Gitaly server application is needed by the current GitLab version.
-
Robert Speicher authored
Remove remnants of git annex See merge request !9508
-