summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* lots of refactoring again based on feedback. Changed the UI slightly and also...James Lopez2016-06-151-2/+11
* some refactoring - renaming things, etc..James Lopez2016-06-151-3/+3
* project export archiverJames Lopez2016-06-141-0/+9
* adapted current services stuff to use new project import, plus fixes a few is...James Lopez2016-06-141-1/+1
* new export stuff and viewJames Lopez2016-06-141-10/+0
* lots of refactoring to reuse import serviceJames Lopez2016-06-142-4/+4
* Merge branches 'feature/project-export-ui-experimental' and 'feature/project-...James Lopez2016-06-1398-2256/+1284
|\
| * fixed specs and refactored a few things due to recent model changes and merge...James Lopez2016-06-132-3/+5
| * Merge branches 'feature/project-export' and 'feature/project-import' of gitla...James Lopez2016-06-1397-2243/+1268
| |\
| | * refactored loads of things due to commits to pipeline changeJames Lopez2016-06-131-4/+4
| | * Merge branches 'feature/project-export' and 'master' of gitlab.com:gitlab-org...James Lopez2016-06-1321-165/+398
| | |\
| | | * 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
| | | | * | | Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-0323-117/+299
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | * | | Incorportate feedbackZ.J. van de Weg2016-06-013-14/+10
| | | | * | | Merge branch 'master' into awardablesZJ van de Weg2016-05-304-13/+23
| | | | |\ \ \