summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Allow close of broken MRDmitriy Zaporozhets2013-12-121-1/+5
* Add new methods to MR to check if source or target branch existsDmitriy Zaporozhets2013-12-121-1/+29
* do not remove merge requests when fork project destroyedDmitriy Zaporozhets2013-12-121-3/+7
* Expire event cache on avatar creation/removalDrew Blessing2013-12-111-0/+14
* Fix User#by_username_or_id for postgresDmitriy Zaporozhets2013-12-101-1/+1
* Fixed mistake and mock warningDmitriy Zaporozhets2013-12-101-1/+1
* Fixed rails 4 deprecation warnings in groupsJeroen van Baarsen2013-12-101-1/+1
* Fixed the last deprecation warnings for order and whereJeroen van Baarsen2013-12-101-4/+3
* Fixed some deprecation warningsJeroen van Baarsen2013-12-101-3/+3
* Fixed default scope deprecation warningJeroen van Baarsen2013-12-101-1/+1
* Make User#accessible_deploy_keys works in rails4Dmitriy Zaporozhets2013-12-101-1/+1
* Added allow_blank to model validationsDmitriy Zaporozhets2013-12-102-3/+3
* Annotate web_hooks tableDmitriy Zaporozhets2013-12-044-28/+40
* Prepare ProjectHooks to work with issues and merge_requestsDmitriy Zaporozhets2013-12-043-2/+15
* UI with event types for Project WebHooksDmitriy Zaporozhets2013-12-041-0/+2
* Unused http_url member in project & gollum_wikiJulien Kirch2013-12-022-2/+2
* Merge pull request #5724 from Popl7/add_thumbsup_thumbsdown_emoji_votingDmitriy Zaporozhets2013-12-011-2/+4
|\
| * added thumbsup and thumsdown emoji voting with rspec testsvagrant2013-11-281-2/+4
* | README link from project home pageDmitriy Zaporozhets2013-11-291-0/+7
|/
* Merge branch 'authenticated_public_mode' of https://github.com/jhollingsworth...Dmitriy Zaporozhets2013-11-272-7/+17
|\
| * Adding authenticated public mode (internal).Jason Hollingsworth2013-11-262-7/+17
* | Fix default branch being cached and show old one after changeDmitriy Zaporozhets2013-11-271-1/+6
|/
* Prevent 500 if data[:commits] is nil for eventDmitriy Zaporozhets2013-11-251-1/+1
* Integration with AssemblaCarlos Paramio2013-11-212-1/+47
* Nicer icons for enabled/disabled stuffDmitriy Zaporozhets2013-11-201-1/+1
* Admin can transfer project to any namespaceDmitriy Zaporozhets2013-11-151-0/+4
* Fix recent branches order. Added countersDmitriy Zaporozhets2013-11-151-1/+1
* Add additional validation to push eventDmitriy Zaporozhets2013-11-131-1/+1
* AnnotateDmitriy Zaporozhets2013-11-134-1/+20
* Show broadcast message to usersDmitriy Zaporozhets2013-11-121-0/+4
* Broadcast messages scaffold in admin areaDmitriy Zaporozhets2013-11-121-0/+2
* Broadcast message model + migrationsDmitriy Zaporozhets2013-11-121-0/+5
* Merge pull request #4795 from bke-drewb/issue-4769Dmitriy Zaporozhets2013-11-082-0/+4
|\
| * Issue-4769 - Unable to update case of labelDrew Blessing2013-10-022-0/+4
* | Removed Project#discover_default_branch since it not needed any moreDmitriy Zaporozhets2013-11-081-8/+0
* | Project#default_branch use repo HEAD instead of DB value nowDmitriy Zaporozhets2013-11-062-3/+9
* | Look for project description during searchDmitriy Zaporozhets2013-11-061-1/+1
* | Merge branch 'feature/leave_project' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-11-052-1/+10
|\ \
| * | New feature: Ability to leave projectDmitriy Zaporozhets2013-11-052-1/+10
* | | Remove User#namespaces method from codeDmitriy Zaporozhets2013-11-051-3/+7
* | | Refactor user associations. Drop support of Group#owner_idDmitriy Zaporozhets2013-11-051-13/+10
|/ /
* | Merge pull request #5435 from karlhungus/feature_search_namespace_name_and_pu...Dmitriy Zaporozhets2013-10-311-1/+1
|\ \
| * | Allow searching by namespace name, include public projectsIzaak Alpert2013-10-241-1/+1
* | | API: set gitlab-ci service for projectDmitriy Zaporozhets2013-10-291-1/+0
|/ /
* | refactor by_username_or_idNihad Abbasov2013-10-161-5/+1
* | Enable confirmable and reconfirmable modules for UserDmitriy Zaporozhets2013-10-151-2/+2
* | Update user access level when adding to group.Marin Jankovski2013-10-141-1/+2
* | Fix README detection for subdirDmitriy Zaporozhets2013-10-131-1/+2
* | Merge branch 'wiki_backup' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-10-111-0/+4
|\ \
| * | Add GollumWiki#empty? methodJacob Vosmaer2013-10-091-0/+4