summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-0213-25/+25
* Add rubocop to rake test and rake test_ciDmitriy Zaporozhets2015-02-023-1/+4
* Convert hashes to ruby 1.9 styleDmitriy Zaporozhets2015-02-023-7/+7
* Fix RepositoryCache backend attr_readerRobert Speicher2015-01-301-5/+1
* Fix semaphore spinach tagsDmitriy Zaporozhets2015-01-291-2/+2
* Skip tricky test for semaphoreDmitriy Zaporozhets2015-01-291-1/+7
* Improve contribution calendar on user pageDmitriy Zaporozhets2015-01-291-4/+12
* Merge pull request #8676 from tsigo/rs-repository-cacheDmitriy Zaporozhets2015-01-291-0/+25
|\
| * Refactor Repository to use new RepositoryCache classRobert Speicher2015-01-291-0/+25
* | Improvements to LDAP::User modelDmitriy Zaporozhets2015-01-291-2/+6
|/
* Make sure we dont have exception on date parsingDmitriy Zaporozhets2015-01-291-2/+2
* Cleanup and make contribution calendar fasterDmitriy Zaporozhets2015-01-291-59/+13
* Merge branch 'gitlab_importer' into 'master'Dmitriy Zaporozhets2015-01-291-1/+13
|\
| * an ability to clone project with oauth2 tokenValery Sizov2015-01-281-1/+13
* | Refactor commit calendar a bit. Fixed datesDmitriy Zaporozhets2015-01-281-8/+0
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into haynes/gitlab-ce...Dmitriy Zaporozhets2015-01-281-1/+1
|\ \
| * | Be more careful with parsing changes from gitlab-shellDmitriy Zaporozhets2015-01-281-1/+1
| |/
* | Add a commit calendar to the user profileHannes Rosenögger2015-01-291-0/+79
|/
* Merge branch 'move_external_issue_tracker_away_from_yml_config' into 'master'Dmitriy Zaporozhets2015-01-271-7/+5
|\
| * Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-262-11/+9
| |\
| * | Move repetition to the parent.Marin Jankovski2015-01-261-5/+4
| * | Update the issue tracker attribute on issue tracker change.Marin Jankovski2015-01-261-1/+1
| * | Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-236-14/+82
| |\ \
| * | | Do a check which issue tracker is used inside the project.Marin Jankovski2015-01-231-1/+1
| * | | Use service settings instead of config file settings to present issues.Marin Jankovski2015-01-231-4/+3
* | | | Merge pull request #8609 from jubianchi/issues/6289-api-handle-error-project-...Dmitriy Zaporozhets2015-01-271-8/+29
|\ \ \ \
| * | | | Handle errors on API when a project does not have a repository (Closes #6289)jubianchi2015-01-191-8/+29
* | | | | Refactor web editorDmitriy Zaporozhets2015-01-261-4/+4
| |_|_|/ |/| | |
* | | | Explicitly set before_filter for ref-related controllersDmitriy Zaporozhets2015-01-261-8/+0
* | | | Files::CreateService can now commit file to empty repositoryDmitriy Zaporozhets2015-01-261-3/+9
| |_|/ |/| |
* | | Merge branch 'feature_api_project_edit' into 'master'Dmitriy Zaporozhets2015-01-221-0/+43
|\ \ \
| * | | Implement edit via API for projectsMika Mäenpää2015-01-221-0/+43
* | | | Merge branch 'feature_api_milestone_issues' into 'master'Dmitriy Zaporozhets2015-01-221-0/+15
|\ \ \ \
| * | | | Fix the test and add documentation for the "per-milestone issues API call"Hannes Rosenögger2015-01-221-1/+1
| * | | | Add per-milestone issues API callJustin Whear2015-01-221-0/+15
* | | | | Stop git zombie creation during force push checkJacob Vosmaer2015-01-221-1/+1
|/ / / /
* | | | Merge pull request #7762 from jubianchi/commit-closing-issuesDmitriy Zaporozhets2015-01-211-7/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Allow commit messages to close several issues at once (thanks @123Haynesjubianchi2015-01-201-7/+12
* | | | developer can push to protected branchesValery Sizov2015-01-202-6/+11
| |_|/ |/| |
* | | Github Importer: AJAX update statusValery Sizov2015-01-201-0/+2
|/ /
* | Merge branch 'master' into 'master'Dmitriy Zaporozhets2015-01-201-0/+1
|\ \
| * | print validation errors when import failsBastian Krol2014-07-091-0/+1
* | | Merge branch 'database-fix-setting' into 'master'Marin Jankovski2015-01-191-19/+4
|\ \ \ | |_|/ |/| |
| * | Check for database connection before loading current application settingsDJ Mountney2015-01-141-19/+4
* | | Merge pull request #8464 from dserodio/group-api-descriptionDmitriy Zaporozhets2015-01-182-2/+2
|\ \ \
| * | | Add description attribute to group API (GET and POST)Daniel Serodio2015-01-162-2/+2
* | | | Merge pull request #8307 from cirosantilli/project-api-comment-typoJeroen van Baarsen2015-01-181-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Typo in project API events commentCiro Santilli2014-11-141-1/+1
* | | | Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets2015-01-152-3/+3
|\ \ \ \
| * | | | Replace regex methods by string ones since fasterCiro Santilli2014-12-282-3/+3