summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Refactor Repository to use new RepositoryCache classRobert Speicher2015-01-291-0/+25
* 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
* | | | | Merge pull request #8425 from rumpelsepp/rougeDmitriy Zaporozhets2015-01-151-14/+13
|\ \ \ \ \
| * | | | | Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-14/+13
* | | | | | Test git builder over annotated tagDmitriy Zaporozhets2015-01-151-2/+5
* | | | | | Send checkout sha for web hooks and servicesDmitriy Zaporozhets2015-01-152-52/+70
|/ / / / /
* | | | | Make view link come first so I don't have to mouse to the end of the email line.Sytse Sijbrandij2015-01-141-1/+1
| |_|/ / |/| | |
* | | | Rescue database error in application settings if the database still doesn't e...Marin Jankovski2015-01-141-1/+12
* | | | Improve github import page UIDmitriy Zaporozhets2015-01-131-3/+3
* | | | Merge branch 'github_importer'Dmitriy Zaporozhets2015-01-134-1/+115
|\ \ \ \
| * | | | Github ImporterValery Sizov2015-01-104-1/+115