summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Changes done as per feedbackStefan Morgenthaler2012-07-101-22/+15
* add: rake task to backup/restore gitlab db and reposStefan Morgenthaler2012-07-101-0/+197
* Admin gitolite logs. Refactored project creation. Few style fixes.Dmitriy Zaporozhets2012-07-051-0/+6
* Merge pull request #1043 from NARKOZ/apiDmitriy Zaporozhets2012-07-052-2/+10
|\
| * return 404 when record not foundNihad Abbasov2012-07-051-0/+4
| * don't expose full user info unless neededNihad Abbasov2012-07-051-2/+6
* | Merge pull request #1026 from gitlabhq/inline_diffDmitriy Zaporozhets2012-07-041-0/+68
|\ \
| * | InlineDiff: fix bug "unmatched close parenthesis"Valeriy Sizov2012-07-051-3/+2
| * | InlineDiff: small cleaningValeriy Sizov2012-07-021-1/+1
| * | InlineDiff: refactoringValeriy Sizov2012-07-021-0/+69
* | | Merge pull request #1034 from NARKOZ/apiDmitriy Zaporozhets2012-07-042-0/+44
|\ \ \ | | |/ | |/|
| * | ability to update and get a raw snippet via APINihad Abbasov2012-07-041-0/+41
| * | add API versionNihad Abbasov2012-07-041-0/+3
* | | Disable issues sort. Recent issues on top. Fixed testsDmitriy Zaporozhets2012-07-021-0/+2
| |/ |/|
* | Finished with configsrandx2012-07-022-2/+1
* | Epic: Gitlab configuration with default valuesDmitriy Zaporozhets2012-07-022-12/+9
* | Merge pull request #1019 from NARKOZ/apiDmitriy Zaporozhets2012-06-295-54/+150
|\ \ | |/
| * add project snippets APINihad Abbasov2012-06-292-0/+59
| * return errors in json formatNihad Abbasov2012-06-292-1/+2
| * refactor API and improve docsNihad Abbasov2012-06-293-53/+89
* | Merge branch 'api' of https://github.com/NARKOZ/gitlabhqDmitriy Zaporozhets2012-06-293-0/+95
|\ \ | |/
| * show only current user projectsNihad Abbasov2012-06-281-3/+3
| * add projects APINihad Abbasov2012-06-282-0/+45
| * add users APINihad Abbasov2012-06-283-1/+49
| * install grape and mount Gitlab::APINihad Abbasov2012-06-281-0/+2
* | Replace hardcoded '/home/git/repositories/' with GIT_HOST['base_path']Denis Peplin2012-06-251-2/+2
|/
* #909 fix network graph json generationDmitry Kalinkin2012-06-191-13/+74
* Improve gitlab encode methodrandx2012-06-171-1/+2
* Lets change how cucumber run on travisrandx2012-06-171-1/+1
* Fix travisrandx2012-06-171-1/+1
* fixed typerandx2012-06-161-1/+1
* fix ci runrandx2012-06-161-1/+1
* Cucumber:Dmitriy Zaporozhets2012-06-152-0/+70
* Refactored theme css, added Modern theme pre versionrandx2012-06-111-0/+15
* specify utf-8 encoding for pygments.rb markdown wrapperNihad Abbasov2012-06-081-3/+3
* #888 prevent to remove source_branchZevs2012-06-051-1/+1
* ability to remove source branch after mergeZevs2012-06-051-1/+7
* Task#879 Relocated gitolite repo and lock fileZevs2012-06-041-3/+3
* - fix bash pathSven Amonat2012-05-311-1/+1
* Merge pull request #868 from SaitoWu/bugfix/encodingDmitriy Zaporozhets2012-05-302-13/+21
|\
| * must force_encoding to utf-8 firstSaito2012-05-301-1/+1
| * now render the correct authorname and messageSaito2012-05-301-2/+2
| * fix graph problem if authorname or message isnot utf8 encodingSaito2012-05-301-2/+2
| * solve the binary problemSaito2012-05-301-3/+7
| * rewrite encode strategy.Saito2012-05-291-11/+15
* | move assets from lib directory to vendorNihad Abbasov2012-05-291-181/+0
|/
* Merge branch 'fix_encoding' of https://github.com/brodock/gitlabhq into brodo...randx2012-05-271-4/+16
|\
| * Forgot to refactor a line on lib/gitlabhq/encode.rbGabriel Mazetto2012-05-261-1/+1
| * Better algorithm to deal with encodings. Moved fallback rescue message from v...Gabriel Mazetto2012-05-261-3/+6
| * Better fix for encoding problems on rendering of inline file visualizations l...Gabriel Mazetto2012-05-261-0/+3