summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add milestone API docs to doc/README and views/help/apiRobert Speicher2012-08-291-3/+2
* Merge branch 'milestone_api' of https://github.com/tsigo/gitlabhq into tsigo-...Dmitriy Zaporozhets2012-08-293-3/+84
|\
| * Deprecate the DELETE method for Issues APIRobert Speicher2012-08-221-3/+2
| * Remove DELETE API for MilestonesRobert Speicher2012-08-221-12/+0
| * Add API for MilestonesRobert Speicher2012-08-162-0/+94
* | Handle invalid ssh exceptionrandx2012-08-291-2/+7
* | Gitlab::Gitolite final fixes. Seems like all functionality is working correct...randx2012-08-291-39/+41
* | Fixed access to removed methodrandx2012-08-291-1/+1
* | fixed configure call within gitoliterandx2012-08-291-5/+5
* | Use similar interface to access gitoliterandx2012-08-295-26/+99
* | Merge pull request #1313 from LeonB/masterDmitriy Zaporozhets2012-08-283-3/+3
|\ \
| * | Line not needed anymoreLeonB2012-08-281-2/+1
| * | Fixed some hardcoded pathsLeonB2012-08-283-2/+3
* | | Simplify setup for nginx, initd with already predefined filesDmitriy Zaporozhets2012-08-282-0/+87
* | | Fixed typoTiago Ribeiro2012-08-281-1/+1
|/ /
* | No need to chown hooks in backup script any mroerandx2012-08-261-1/+0
* | Merge pull request #1274 from wiggle/bulk_permissions_tasksDmitriy Zaporozhets2012-08-271-0/+26
|\ \
| * | Task to assign user developer role to all projectsSeif Attar2012-08-231-0/+10
| * | rake task to add all users to all projectsSeif Attar2012-08-231-0/+16
* | | Merge pull request #985 from timspin/fix-gitolite-refsDmitriy Zaporozhets2012-08-271-2/+2
|\ \ \
| * | | Adds refs to gitolite conf with $ at the endtimspin2012-06-271-2/+2
* | | | Improve GFM code documentationRiyad Preukschas2012-08-231-5/+14
| |/ / |/| |
* | | Updated app:status & docs with hooks. Removed write_hooks from app:setuprandx2012-08-212-1/+14
* | | Handle post-receive files via gitolite, not gitlabrandx2012-08-215-26/+29
* | | Project /lib cleanuprandx2012-08-194-74/+0
* | | Move graph_commit under gitlab modulerandx2012-08-192-181/+183
* | | Application cleanupDmitriy Zaporozhets2012-08-171-1/+1
* | | Merge branch 'master' into hooray_apostrophesRobert Speicher2012-08-161-0/+98
|\ \ \ | | |/ | |/|
| * | GFM refactor: Move the actual parsing to a class under the Gitlab moduleRobert Speicher2012-08-141-0/+98
* | | "Cant" -> "Can't"Robert Speicher2012-08-131-1/+1
|/ /
* | rspec to capybara-webkit. simplercov now use cucumberDmitriy Zaporozhets2012-08-131-0/+10
* | Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-109-48/+48
* | Merge branch 'master' into gitlab-flavored-markdownRiyad Preukschas2012-08-061-1/+1
|\ \
| * \ Merge pull request #1152 from natrim/masterDmitriy Zaporozhets2012-08-031-1/+1
| |\ \
| | * | fix checking for right gitolite UMASKnatrim2012-07-271-1/+1
* | | | Update Gitlab Markdown renderer to use GFMRiyad Preukschas2012-08-021-0/+4
* | | | Add render context to markdown rendererRiyad Preukschas2012-08-011-0/+10
|/ / /
* | | API: set content type for raw snippetNihad Abbasov2012-08-011-0/+1
* | | fix typo according to docs and testsNihad Abbasov2012-08-011-7/+7
* | | updating project api to include raw blob contents and single branchJeremy Anderson2012-07-311-0/+40
* | | Post-receive hook should be owned by gitlab user, not git.Michael van Rooijen2012-07-271-2/+6
|/ /
* | Merge pull request #1129 from meskyanichi/masterDmitriy Zaporozhets2012-07-261-2/+4
|\ \
| * | Modified the `repo_dump` and `repo_restore` rake tasks to properly dump and r...Michael van Rooijen2012-07-261-2/+4
* | | Fixed persmission issue in doc. Added validation of hooks in gitlab:app:statusrandx2012-07-261-2/+23
* | | return 404 if project not foundNihad Abbasov2012-07-251-2/+7
* | | API: expose issues project idNihad Abbasov2012-07-251-1/+3
* | | API: update docsNihad Abbasov2012-07-252-13/+13
* | | API: ability to get project by idNihad Abbasov2012-07-251-1/+2
* | | Merge pull request #1122 from patthoyts/pt/missing-logDmitriy Zaporozhets2012-07-251-0/+1
|\ \ \
| * | | Create the githost.log file if necessary.Pat Thoyts2012-07-211-0/+1
| |/ /