summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Factorize members mails into a new Emails::Members moduleRémy Coutable2016-06-141-0/+4
* Add request access for groupsRémy Coutable2016-06-149-91/+86
* Initial implementation of user access request to projectsDavid Alexander2016-06-144-6/+80
* Merge branch 'confidential-issues-in-private-projects' into 'master' Douwe Maan2016-06-145-28/+37
|\
| * Use Issue.visible_to_user in Notes.search to avoid query duplicationDouglas Barbosa Alexandre2016-06-133-30/+14
| * Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-135-12/+37
* | Fix broken URI joining for `teamcity_url` with suffixesRémy Coutable2016-06-141-18/+19
* | Factorize duplicated code into a method in BambooService and update specsRémy Coutable2016-06-141-20/+17
* | Fix broken URI joining for `bamboo_url` with suffixesBenjamin Schmid2016-06-141-4/+4
* | Honor credentials on calling Bamboo CI triggerBenjamin Schmid2016-06-141-4/+13
|/
* Remove deprecated issues_tracker and issues_tracker_id from projectDouglas Barbosa Alexandre2016-06-132-20/+3
* Merge branch 'issue_3359_2' into 'master' Douwe Maan2016-06-132-9/+13
|\
| * Remove notification level fild from users, improve migrations and specsissue_3359_2Felipe Artur2016-06-101-3/+6
| * Remove notification level from user modelFelipe Artur2016-06-102-9/+10
* | Merge branch 'finding-multiple-projects-by-paths' into 'master' Robert Speicher2016-06-101-11/+60
|\ \
| * | Add Project.where_paths_infinding-multiple-projects-by-pathsYorick Peterse2016-06-101-11/+60
* | | Remove unused MergeRequest#gitlab_merge_status methodRémy Coutable2016-06-101-8/+0
* | | Merge branch 'rename-ci-commit-phase-4' into 'master' Rémy Coutable2016-06-101-1/+1
|\ \ \
| * | | Rename commit to pipeline in TriggerRequestKamil Trzcinski2016-06-091-1/+1
| |/ /
* | | Cache the presence of an issue_tracker at project levelPaco Guzman2016-06-102-3/+25
| |/ |/|
* | Merge branch 'fix/incremental-trace-update-api' into 'master' Rémy Coutable2016-06-101-2/+2
|\ \
| * | Fix UTF-8 handling in incremental trace update APITomasz Maczukin2016-06-101-2/+2
| |/
* | Rename ci_commit -> pipelineRémy Coutable2016-06-101-1/+1
* | Rename MergeRequest#cannot_be_merged_because_build_is_not_success? to #mergea...Rémy Coutable2016-06-101-5/+7
* | Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable2016-06-101-5/+14
* | Allow or not merge MR with failed buildRui Anderson2016-06-101-1/+5
|/
* Allow custom text on 'almost there' pageSean McGivern2016-06-081-1/+4
* Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez2016-06-081-3/+21
* Remove `projects` inclusion in `notes_with_associations` to skip some unneces...Alejandro Rodríguez2016-06-083-3/+3
* Merge branch 'notification-dropdown-labels' into 'master' Jacob Schatz2016-06-071-1/+1
|\
| * Notifications dropdown on project page now has descriptionsPhil Hughes2016-06-071-1/+1
* | Merge branch 'issue_14189' into 'master' Jacob Schatz2016-06-073-3/+38
|\ \ | |/ |/|
| * Fix label order by priority on labels pageissue_14189Sean McGivern2016-06-071-2/+2
| * Remove unnecessary null-specific orderSean McGivern2016-06-061-2/+2
| * typoAlfredo Sumaran2016-06-061-1/+1
| * Update method nameAlfredo Sumaran2016-06-061-2/+2
| * Add unprioritized scopeAlfredo Sumaran2016-06-061-3/+5
| * Improve Issuable.order_labels_priorityRémy Coutable2016-06-063-29/+30
| * Sort by label priorityThijs Wouters2016-06-062-1/+31
| * Prioritize labels functionalityAlfredo Sumaran2016-06-061-0/+2
* | Merge branch 'zj-workhorse-to-serve-diffs' into 'master' 14722-searching-for-usernames-should-only-be-possible-for-search-strings-with-a-valid-formatJacob Vosmaer (GitLab)2016-06-071-7/+0
|\ \
| * | Workhorse to serve raw diffsZeger-Jan van de Weg2016-06-031-7/+0
* | | Merge remote-tracking branch 'origin/master' into rename-ci-commit-phase-2Kamil Trzcinski2016-06-061-0/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'notes-are-awardables' into 'master' Douwe Maan2016-06-061-0/+1
| |\ \
| | * | Backend awardables on commentsZJ van de Weg2016-06-061-0/+1
* | | | Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-062-11/+74
|\ \ \ \ | |/ / /
| * | | Add a `U2fRegistrations` table/model.Timothy Andrew2016-06-062-11/+74
| |/ /
* | | Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-067-77/+121
|\ \ \ | |/ /
| * | Merge branch 'rubocop/enable-ambiguous-operator-rubocop-lint' into 'master' Robert Speicher2016-06-051-1/+1
| |\ \
| | * | Enable Lint/AmbiguousOperator rubocop coprubocop/enable-ambiguous-operator-rubocop-lintGrzegorz Bizon2016-06-031-1/+1