summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'extend_markdown_upload' into 'master'Dmitriy Zaporozhets2015-02-251-1/+1
|\
| * Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-251-0/+6
| |\
| * \ Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-241-1/+1
| |\ \
| * | | Split up AttachmentUploader.Douwe Maan2015-02-201-1/+1
| * | | Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets2015-02-191-1/+1
| * | | Fix broken access control and refactor avatar uploadHannes Rosenögger2015-02-161-1/+1
* | | | Merge branch 'bitbucket-import'Dmitriy Zaporozhets2015-02-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add Bitbucket importer.Douwe Maan2015-02-241-1/+1
| | |/ | |/|
* | | use update_column and set to created_at like elsewhereMarco Wessel2015-02-231-3/+3
* | | Give last_activity_at a default value so it will always be setMarco Wessel2015-02-231-0/+6
|/ /
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
|/
* All services can have templates.Marin Jankovski2015-02-121-6/+1
* Add admin services templates.Marin Jankovski2015-02-111-3/+18
* Default issue tracker fix for creating default issue service.Marin Jankovski2015-02-091-1/+1
* Merge pull request #8580 from j0k3r/asanaDmitriy Zaporozhets2015-02-081-1/+2
|\
| * Add Asana serviceJeremy2015-02-021-1/+2
* | Refactor issuable sorting a bitDmitriy Zaporozhets2015-02-051-1/+1
* | Refactor sorting in projectDmitriy Zaporozhets2015-02-051-7/+4
* | Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-4/+7
* | Disable project path blacklistDmitriy Zaporozhets2015-02-041-1/+0
* | Rubocop: Style/AlignHash enabledDmitriy Zaporozhets2015-02-021-7/+11
* | Convert hashes to ruby 1.9 styleDmitriy Zaporozhets2015-02-021-4/+4
* | Annotate modelsDmitriy Zaporozhets2015-02-021-1/+1
|/
* Add a scope for visible services, code styling changes for easier readability.Marin Jankovski2015-01-281-5/+1
* Add gitlab internal issue tracker service.Marin Jankovski2015-01-281-6/+18
* Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-261-33/+62
|\
| * 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
* | Make issue tracker service fields required.Marin Jankovski2015-01-261-1/+1
* | 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-231-1/+3
|\ \ | |/
| * Annotate modelsDmitriy Zaporozhets2015-01-221-0/+2
| * Merge pull request #7999 from cirosantilli/append-inplaceDmitriy Zaporozhets2015-01-211-1/+1
| |\
| | * Append in place for strings and arraysCiro Santilli2015-01-011-1/+1
* | | Remove configuration option from project settings page for external issue tra...Marin Jankovski2015-01-231-1/+1
* | | 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-231-0/+12
* | | Custom issue tracker service.Marin Jankovski2015-01-201-1/+2
* | | Allow creation of the jira and redmine services.Marin Jankovski2015-01-201-1/+4
|/ /
* | Fix testsDmitriy Zaporozhets2015-01-181-1/+6
* | Make the project search case insensitiveHannes Rosenögger2015-01-181-1/+1
|/
* Merge branch 'master' into developer_can_push_to_protected_branches_optionMarin Jankovski2014-12-291-6/+3
|\
| * Merge pull request #7957 from cirosantilli/rm-unused-project-codeDmitriy Zaporozhets2014-12-281-5/+0
| |\
| | * Remove unused Project#code function.Ciro Santilli2014-10-041-5/+0
| * | Teamcity interaction using 8.1 rest apiJason Lippert2014-12-231-1/+3
* | | Use shorter search for protected branch status.Marin Jankovski2014-12-291-1/+1
* | | Allow regular code push for developers if the protected branch allows it.Marin Jankovski2014-12-261-0/+4
|/ /
* | Execute project services asynchronouslyDmitriy Zaporozhets2014-12-071-8/+2
* | Move projects import to separate resource. Add bare repo creation to reposito...Dmitriy Zaporozhets2014-11-301-1/+1
* | Dont allow project creation without repositoryDmitriy Zaporozhets2014-11-291-0/+21