summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Refactor label rendering and default label set generationDmitriy Zaporozhets2014-07-291-19/+18
* Migrate issue/mr labels from act_as_taggable to own labelsDmitriy Zaporozhets2014-07-291-3/+4
* Git::Compare does not have limit param any moreDmitriy Zaporozhets2014-07-293-6/+10
* Refactor compare logic for MR. Use satellites only for forks for better perfo...Dmitriy Zaporozhets2014-07-292-16/+13
* Override Gitlab::Git::Compare limitDmitriy Zaporozhets2014-07-291-1/+1
* Merge branch 'satellite_compare_gitlab_git' into 'master'Dmitriy Zaporozhets2014-07-291-9/+6
|\
| * Gitlab::Git::Compare in Satellite::CompareActionJacob Vosmaer2014-07-161-9/+6
* | Log Sidekiq argumentsJacob Vosmaer2014-07-281-0/+10
* | Merge pull request #7089 from NARKOZ/api-patchDmitriy Zaporozhets2014-07-231-1/+4
|\ \
| * | API: ability to set an import url when creating project for a specified userNihad Abbasov2014-06-061-1/+4
* | | Merge pull request #7141 from PuzzleFlow/uid_should_always_be_stringDmitriy Zaporozhets2014-07-231-1/+3
|\ \ \
| * | | ensure that uid is a stringPaweł Świątkowski2014-06-211-1/+3
* | | | Merge pull request #7318 from jvanbaarsen/constant-warning-fixDmitriy Zaporozhets2014-07-232-9/+9
|\ \ \ \
| * | | | Removed some constant allready defined warningsJeroen van Baarsen2014-07-162-9/+9
| | |_|/ | |/| |
* | | | Merge pull request #7316 from ayr-ton/masterDmitriy Zaporozhets2014-07-231-1/+1
|\ \ \ \
| * | | | Add support to set satellites timeoutAyrton Araújo2014-07-211-1/+1
| |/ / /
* | | | Check ruby version to be >= 2.0.0Dmitriy Zaporozhets2014-07-231-0/+18
|/ / /
* | | Merge branch 'branches_with_no_parent' into 'master'Dmitriy Zaporozhets2014-07-141-1/+3
|\ \ \
| * | | Branches without parent commit cannot be merged.Marin Jankovski2014-07-141-1/+3
* | | | Remove thread-unsafe Dir.chdir from Satellite#lockJacob Vosmaer2014-07-141-1/+1
|/ / /
* | | Dont allow ? in project pathDmitriy Zaporozhets2014-07-081-1/+1
* | | Merge pull request #7152 from bhuisgen/masterDmitriy Zaporozhets2014-07-081-1/+9
|\ \ \
| * | | Fix LDAP TLS authenticationBoris HUISGEN2014-06-191-1/+9
| |/ /
* | | Remove duplicated calls.Marin Jankovski2014-07-071-18/+11
* | | Add sanitize option to gitlab check rake task.Marin Jankovski2014-07-071-3/+26
* | | Merge pull request #7208 from MrMarvin/ce_rake_cleanup_ldap_usersDmitriy Zaporozhets2014-07-041-0/+24
|\ \ \
| * | | adds rake task to clean up deleted LDAP usersMarvin Frick2014-06-261-0/+24
* | | | Dont show 'Remove source brnach' checkbox for forkDmitriy Zaporozhets2014-07-041-1/+2
* | | | Merge branch 'contributors-api' into 'master'Dmitriy Zaporozhets2014-07-033-0/+25
|\ \ \ \
| * | | | Use Contributor class instead of hashDmitriy Zaporozhets2014-07-023-2/+6
| * | | | Move API contributors logic to repository modelDmitriy Zaporozhets2014-07-022-23/+10
| * | | | Collect contributors info via APIDmitriy Zaporozhets2014-07-021-0/+22
| * | | | Add contributors API endpointDmitriy Zaporozhets2014-07-021-0/+12
* | | | | Merge pull request #7204 from cirosantilli/user-validation-msgDmitriy Zaporozhets2014-07-021-0/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix username validation message to match regexp.Ciro Santilli2014-06-261-0/+23
| |/ / /
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-06-301-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #7170 from cirosantilli/add-trailing-newlinesSytse Sijbrandij2014-06-301-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add trailing newline to all text files.Ciro Santilli2014-06-211-1/+1
| | |/ /
* | | | Fix signup and project visibilityDmitriy Zaporozhets2014-06-301-1/+1
* | | | Make app works with strong paramsDmitriy Zaporozhets2014-06-264-4/+17
|/ / /
* | | Return better error when account exists when attempting oauth account create.Marin Jankovski2014-06-241-1/+7
* | | Merge pull request #7013 from jvanbaarsen/better-webhook-informationDmitriy Zaporozhets2014-06-241-0/+25
|\ \ \
| * | | Added an UrlBuilder for building rails named routesJeroen van Baarsen2014-06-131-0/+25
* | | | Move checking of recepients to a service.Marin Jankovski2014-06-231-5/+3
* | | | Show @all in autocomplete list.Marin Jankovski2014-06-231-1/+6
* | | | Merge branch 'gitlab_cache_clear' into 'master'Dmitriy Zaporozhets2014-06-231-1/+6
|\ \ \ \
| * | | | Patch `rake cache:clear` for large amounts of keysJacob Vosmaer2014-06-201-1/+6
| | |/ / | |/| |
* | | | Merge branch 'remove-observers' into 'master'Dmitriy Zaporozhets2014-06-231-5/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fix notes creation via APIDmitriy Zaporozhets2014-06-181-5/+8
* | | | Fix mistake in reference_jira_issue methodAndrew Kumanyaev2014-06-181-1/+1
|/ / /