summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix ref parsing in Gitlab::GitAccessJacob Vosmaer2014-09-231-5/+23
* Support sockets in 'rake gitlab:shell:install'Jacob Vosmaer2014-09-221-4/+9
* Check for hooks directory symlink in gitlab:checkJacob Vosmaer2014-09-161-62/+17
* Fix typo in comment.Marin Jankovski2014-09-161-1/+1
* Ordering and sorting for MR in api.Marin Jankovski2014-09-151-0/+14
* Merge pull request #7712 from bbodenmiller/patch-1Dmitriy Zaporozhets2014-09-122-2/+2
|\
| * fail_timeout=0 as recommended by UnicornBen Bodenmiller2014-09-122-2/+2
* | Merge remote-tracking branch 'origin/master' into feature-oauth-refactoringJan-Willem van der Meer2014-09-1118-124/+411
|\ \
| * | Prevent 500 error when search wiki for non-existing repoDmitriy Zaporozhets2014-09-091-4/+9
| * | Merge branch 'parallel_diff_refactor' into 'master'Dmitriy Zaporozhets2014-09-095-83/+151
| |\ \
| | * | Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-084-18/+29
| | * | Specs for diff parser! Yay!Dmitriy Zaporozhets2014-09-081-1/+1
| | * | Use new diff parsing logicDmitriy Zaporozhets2014-09-081-88/+0
| | * | Gitlab::Diff classes addedDmitriy Zaporozhets2014-09-083-0/+140
| | * | Take the next type into considerationMarin Jankovski2014-09-081-1/+2
| | * | Remove duplication, expand for next_line.Marin Jankovski2014-09-081-42/+1
| | * | Duplicate the behaviour and refactor for use with parallel diff.Marin Jankovski2014-09-081-0/+45
| * | | Merge pull request #7695 from coverer/search_wikiDmitriy Zaporozhets2014-09-091-1/+17
| |\ \ \
| | * | | Fixed trailing white spaceRalf Seidler2014-09-061-1/+1
| | * | | Fixed houndci complaining over too long linesRalf Seidler2014-09-061-2/+4
| | * | | Added search wiki featureRalf Seidler2014-09-051-1/+15
| * | | | Prevent people from using ci since we plan to host ci on /ci later.Sytse Sijbrandij2014-09-091-0/+1
| * | | | Merge pull request #7646 from bushong1/snippet-search3Dmitriy Zaporozhets2014-09-091-0/+131
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Updating to persist a params snippets variableCharles Bushong2014-09-051-7/+38
| | * | | Changing some formatting for the Hound, modifying some UI textCharles Bushong2014-09-021-7/+7
| | * | | Adding in snippet search functionalityCharles Bushong2014-08-291-0/+100
| * | | | Merge pull request #7654 from bbodenmiller/patch-13Sytse Sijbrandij2014-09-081-1/+1
| |\ \ \ \
| | * | | | update ssl_ciphersBen Bodenmiller2014-09-071-1/+1
| * | | | | Merge pull request #7147 from zzet/patch-12Marin Jankovski2014-09-081-6/+10
| |\ \ \ \ \
| | * | | | | fix link_to by @bwrsandmanAndrew Kumanyaev2014-08-201-1/+1
| | * | | | | Update markdown.rbAndrew Kumanyaev2014-08-181-1/+1
| | * | | | | Update markdown reference to external issuesAndrew Kumanyaev2014-06-231-4/+8
| * | | | | | Merge branch 'create-hooks' into 'master'Dmitriy Zaporozhets2014-09-082-3/+3
| |\ \ \ \ \ \
| | * | | | | | Use create-hooks instead of rewrite-hooks.shJacob Vosmaer2014-09-082-3/+3
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #7583 from bbodenmiller/httpsSytse Sijbrandij2014-09-081-12/+1
| |\ \ \ \ \ \
| | * | | | | | simplify HTTPS setup detailsBen Bodenmiller2014-09-071-12/+1
| | |/ / / / /
| * | | | | | Merge pull request #7580 from bbodenmiller/patch-7Sytse Sijbrandij2014-09-081-0/+17
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | add optional nginx configs to make more secureBen Bodenmiller2014-09-071-0/+17
| | | |/ / / | | |/| | |
| * | | | | Fix tests for CIDmitriy Zaporozhets2014-09-061-1/+1
| * | | | | Merge pull request #7470 from bbodenmiller/patch-1Dmitriy Zaporozhets2014-09-051-4/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | change git to git bin pathBen Bodenmiller2014-08-301-4/+4
| | |/ / /
| * | | | Fix tag testsDmitriy Zaporozhets2014-09-051-0/+1
| * | | | Explicit issues order in API. Fixes tests for mysql. Again :)Dmitriy Zaporozhets2014-09-041-1/+3
| * | | | Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge2014-09-042-3/+11
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-09-041-3/+24
| |\ \ \ \
| | * | | | Filters issues by labels via APIjubianchi2014-09-041-3/+24
| * | | | | Merge pull request #7382 from Razer6/git_ref_validationDmitriy Zaporozhets2014-09-043-8/+32
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Validate tag-names and references in WebUI, APIRobert Schilling2014-09-031-4/+9
| | * | | | Validate branch-names and references in WebUI, APIRobert Schilling2014-09-032-4/+23
| * | | | | Explicit order of issues in API. Fixes specs for mysql dbDmitriy Zaporozhets2014-09-031-1/+1