Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-10-21Merge branch '12622-backup-restore-doesn-t-clear-cache-resulting-in-missing-b...Valery Sizov
2016-10-20Don't use Hash#slice since it's not supported in Ruby 2.1Rémy Coutable
2016-10-20Fix: Backup restore doesn't clear cacheValery Sizov
2016-10-20Merge remote-tracking branch 'upstream/master' into preserve-note_type-and-po...Lin Jen-Shin
2016-10-20Merge branch 'refactoring_find_commits_method' into 'master' Sean McGivern
2016-10-20Refactoring find_commits functionalityValery Sizov
2016-10-20Preserve note_type and position for notes from emailsLin Jen-Shin
2016-10-20Differentiate the expire from leave eventCallum Dryden
2016-10-19Merge branch 'feature/group-level-labels' into 'master' Douwe Maan
2016-10-19Use LabelsFinder on Fogbuz importerDouglas Barbosa Alexandre
2016-10-19Use LabelsFinder on Google Code importerDouglas Barbosa Alexandre
2016-10-19Merge branch 'issue_828' into 'master' Douwe Maan
2016-10-19Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre
2016-10-19Update specs to cope with new label types and prioritiesJames Lopez
2016-10-19Fix GitHub importer specDouglas Barbosa Alexandre
2016-10-19User Labes::CreateService to create labelsDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre
2016-10-19Remove Issuable#add_labels_by_namesDouglas Barbosa Alexandre
2016-10-19List all available labels to the project on the labels APIDouglas Barbosa Alexandre
2016-10-19Add support to group labels on issues board APIDouglas Barbosa Alexandre
2016-10-19Validate label params against all labels available to project on the APIDouglas Barbosa Alexandre
2016-10-19Move label management to services on merge requests APIDouglas Barbosa Alexandre
2016-10-19Keep cross project reference logic in GroupLabel#to_referenceDouglas Barbosa Alexandre
2016-10-19Fix replace label references with links for group labelsDouglas Barbosa Alexandre
2016-10-19Use try instead of ternary operator on Gitlab::ImportExport::ProjectTreeRestorerDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre
2016-10-19Fix import/export labels to cope with project and group labels. Added relevan...James Lopez
2016-10-19Fix import testJames Lopez
2016-10-19Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre
2016-10-19Add Lavel#type to methods in lib/gitlab/import_export/import_export.ymlDouglas Barbosa Alexandre
2016-10-19Add ProjectLabel modelDouglas Barbosa Alexandre
2016-10-19Replace label references with links for group labelsDouglas Barbosa Alexandre
2016-10-19Prevent wrong markdown on issue ids when project has Jira service activatedFelipe Artur
2016-10-19Merge branch 'fix-escaping' into 'master' Sean McGivern
2016-10-19Merge branch 'grapify-commit-statuses-api' into 'master' Rémy Coutable
2016-10-19Grapify the commit status APIRobert Schilling
2016-10-19Merge branch 'fix-system-hook-api' into 'master' Rémy Coutable
2016-10-19Merge branch '22191-delete-dynamic-envs-mr' into 'master' Rémy Coutable
2016-10-18Merge branch '22782-external-link-filter-with-non-lowercase-scheme' into 'mas...Sean McGivern
2016-10-18Merge branch 'pipeline-emails' into 'master' Kamil Trzciński
2016-10-18Merge branch 'zj-grapify-commits' into 'master' Rémy Coutable
2016-10-18Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski
2016-10-18Add Nofollow for uppercased scheme in external urlthe-undefined
2016-10-18fix: commit messages being double-escaped in activies tabamaia
2016-10-18Add logical validation to gitlab-ci.ymlKamil Trzcinski
2016-10-18Merge branch 'adam-fix-mr-diff-symlink-file-conversion' into 'master' Sean McGivern
2016-10-18Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski
2016-10-18Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin
2016-10-18Use GrapeDSL for commitsZ.J. van de Weg