summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into configure-prote...Marco Wessel2015-01-3010-12/+282
|\
| * Cleanup and make contribution calendar fasterDmitriy Zaporozhets2015-01-291-17/+14
| * Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into haynes/gitlab-ce...Dmitriy Zaporozhets2015-01-284-6/+49
| |\
| | * Add a scope for visible services, code styling changes for easier readability.Marin Jankovski2015-01-283-6/+4
| | * Build the urls inside of the service.Marin Jankovski2015-01-282-1/+17
| | * Add gitlab internal issue tracker service.Marin Jankovski2015-01-283-6/+35
| * | Add a commit calendar to the user profileHannes Rosenögger2015-01-291-3/+28
| |/
| * Merge branch 'move_external_issue_tracker_away_from_yml_config' into 'master'Dmitriy Zaporozhets2015-01-276-7/+187
| |\
| | * Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-261-33/+62
| | |\
| | * | Make issue tracker service fields required.Marin Jankovski2015-01-262-1/+5
| | * | Move repetition to the parent.Marin Jankovski2015-01-263-89/+54
| | * | Update the issue tracker attribute on issue tracker change.Marin Jankovski2015-01-261-9/+8
| | * | Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-2316-40/+150
| | |\ \
| | * | | Remove configuration option from project settings page for external issue tra...Marin Jankovski2015-01-232-1/+9
| | * | | Do a check which issue tracker is used inside the project.Marin Jankovski2015-01-231-3/+7
| | * | | Use service settings instead of config file settings to present issues.Marin Jankovski2015-01-233-2/+18
| | * | | Update new services with initialization based on existing data.Marin Jankovski2015-01-233-3/+22
| | * | | Custom issue tracker service.Marin Jankovski2015-01-202-1/+40
| | * | | Redmine doesn't require title and description changeMarin Jankovski2015-01-201-2/+0
| | * | | Allow creation of the jira and redmine services.Marin Jankovski2015-01-201-1/+4
| | * | | Add issue tracker services.Marin Jankovski2015-01-203-0/+124
| * | | | Added support for firing system hooks on group create/destroy and adding/remo...Boyan Tabakov2015-01-272-2/+27
| | |_|/ | |/| |
* | | | Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-0/+2
|/ / /
* | | Fix tests, merge conflicts, some minor issues and make the project avatar fea...Hannes Rosenögger2015-01-241-37/+40
* | | adding avatar to project settings page added avatar removal show project avat...Steven Thonus2015-01-241-0/+25
| |/ |/|
* | Annotate modelsDmitriy Zaporozhets2015-01-228-9/+65
* | Code improvements according to styleguideDmitriy Zaporozhets2015-01-222-4/+11
* | Merge pull request #7999 from cirosantilli/append-inplaceDmitriy Zaporozhets2015-01-217-20/+21
|\ \
| * | Append in place for strings and arraysCiro Santilli2015-01-017-20/+21
* | | Merge pull request #8607 from skburgart/fix-typosDmitriy Zaporozhets2015-01-214-6/+6
|\ \ \
| * | | Fix various typosSteven Burgart2015-01-184-6/+6
* | | | Merge branch 'vote-count' of https://github.com/mc1arke/gitlabhq into mc1arke...Dmitriy Zaporozhets2015-01-212-2/+31
|\ \ \ \
| * | | | Only count the user's last voteMichael Clarke2015-01-192-2/+31
| | |_|/ | |/| |
* | | | Merge branch 'fix_avatar_url' into 'master'Dmitriy Zaporozhets2015-01-211-1/+1
|\ \ \ \
| * | | | Remove unnecessary / from avatar urlHannes Rosenögger2015-01-191-1/+1
| |/ / /
* | | | Merge branch 'show_tags_in_commit_view' into 'master'Dmitriy Zaporozhets2015-01-211-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Show tags in commit viewHannes Rosenögger2015-01-171-0/+17
* | | | Fix testsDmitriy Zaporozhets2015-01-181-1/+6
* | | | Merge branch 'hipchat_placeholder' into 'master'Dmitriy Zaporozhets2015-01-181-2/+2
|\ \ \ \
| * | | | Add placeholders to hipchat serviceHannes Rosenögger2015-01-171-2/+2
| |/ / /
* | | | Make the project search case insensitiveHannes Rosenögger2015-01-181-1/+1
| |/ / |/| |
* | | Validate application settings only if column existsDmitriy Zaporozhets2015-01-161-1/+6
* | | Allow to specify home page for non logged-in usersDmitriy Zaporozhets2015-01-161-0/+3
|/ /
* | Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets2015-01-156-13/+13
|\ \
| * | Replace regex methods by string ones since fasterCiro Santilli2014-12-286-13/+13
* | | Merge pull request #8430 from cirosantilli/simplify-ssh-fingerprint-regexDmitriy Zaporozhets2015-01-151-1/+1
|\ \ \
| * | | Simplify SSH fingerprint regexp extractionCiro Santilli2014-12-281-1/+1
| |/ /
* | | If noteable is nil - make discussion outdatedDmitriy Zaporozhets2015-01-101-0/+1
* | | Create ApplicationSettings if does not exist in runtimeDmitriy Zaporozhets2015-01-081-0/+10
* | | Improve application settings and write testsDmitriy Zaporozhets2015-01-081-2/+3