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
AgeCommit message (Expand)Author
2018-03-02Extract method User#authorizations_for_projects.Andreas Brandl
2018-03-02Revert Project.public_or_visible_to_user changesYorick Peterse
2018-03-01review: instantiate shared import/export object in project methodTravis Miller
2018-03-01Add project export API implementationTravis Miller
2018-03-01Add project export API entitiesTravis Miller
2018-02-23Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan
2018-02-22Move can_current_user_push_to_branch to PresenterOswaldo Ferreira
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-22Merge branch 'master' into 42431-add-auto-devops-and-clusters-button-to-projectsEric Eastwood
2018-02-20Move button list logic to project presenterOswaldo Ferreira
2018-02-20Rename use_conditions_only option to use_where_in.Andreas Brandl
2018-02-20Avoid manual SQL for visibility level check.Andreas Brandl
2018-02-20Cleanup access level shortcut.Andreas Brandl
2018-02-20Allow choice between #where or #from.Andreas Brandl
2018-02-20Don't mess with table aliases.Andreas Brandl
2018-02-20Remove duplication in Project methods.Andreas Brandl
2018-02-20Push feature-related query part up.Andreas Brandl
2018-02-20Shortcut when all levels visible.Andreas Brandl
2018-02-20Replace OR clause with UNION.Andreas Brandl
2018-02-13Validate project variables by scopeMatija Čupić
2018-02-09Merge branch 'mc/bug/38984-wildcard-protected-tags' into 'security-10-4'Kamil Trzciński
2018-02-07Backport of LFS File Locking APIRubén Dávila
2018-02-07Merge branch '38175-add-domain-field-to-auto-devops-application-setting' into...Kamil Trzciński
2018-02-07Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński
2018-02-06Merge branch 'dm-route-path-validation' into 'master'Sean McGivern
2018-02-06Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan
2018-02-06Close low level rugged repository in project cache workerBastian Blank
2018-02-05Fix validation of duplicate new variablesMatija Čupić
2018-02-05Fix export removal for hashed-storage projects within a renamed or deleted na...Nick Thomas
2018-02-02Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić
2018-02-02Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-02-02Build AutoDevops instead of using ProjectAutoDevops#newMatija Čupić
2018-02-02Read the AutoDevOps instance domain in ProjectAutoDevOpsMatija Čupić
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-28Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić
2018-01-26add specJames Lopez
2018-01-26disable retry attempts for Import/Export until that is fixedJames Lopez
2018-01-24Execute system hooks after-commit when executing project hooksDouwe Maan
2018-01-23Merge branch '40612-cannot-change-project-visibility-from-private-even-when-o...Robert Speicher
2018-01-22ensure fork_source returns nil when project is the root fork, add testsMike Greiling
2018-01-22Short-circuit Project#auto_devops_variablesMatija Čupić
2018-01-22Expose instance AutoDevOps domain in ProjectMatija Čupić
2018-01-22Merge branch 'gitaly-write-repo-config-prep' into 'master'Douwe Maan
2018-01-19Move rugged-call from Project#write_repository_config to Git::Repository#writ...Kim "BKC" Carlbäcker
2018-01-19Resolve "Projects API: filter 'with_issues_enabled=true' returns projects wit...Jan Christophersen
2018-01-18Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan
2018-01-17use safer .hooks_for instead of .public_sendAlexis Reigel
2018-01-14Ensure CI pipelines and builds have the correction project associationsStan Hu