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 (Collapse)Author
2017-02-09Add exception for documentation in feature freeze processfreeze-process-documentationAchilleas Pipinellis
[ci skip]
2017-02-09Merge branch 'docs/prometheus' into 'master' Achilleas Pipinellis
Update Prometheus documentation Closes #27735 See merge request !9060
2017-02-09Consider existing installations where the setting is not in gitlab.rbAchilleas Pipinellis
[ci skip]
2017-02-09Change to direct link for Omnibus Nginx docsAchilleas Pipinellis
[ci skip]
2017-02-09Add info on changing the default address/port Prometheus listens onAchilleas Pipinellis
Reported in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1905 [ci skip]
2017-02-09Fix GitLab monitor Omnibus settingAchilleas Pipinellis
[ci skip]
2017-02-09Add link to issue where HSTS is discussedAchilleas Pipinellis
[ci skip]
2017-02-09Add changes from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8764Achilleas Pipinellis
2017-02-09Merge branch 'dz-create-nested-groups-via-ui' into 'master' Dmitriy Zaporozhets
Allow creating nested group via UI See merge request !8786
2017-02-09Merge branch 'dz-nested-groups-api' into 'master' Dmitriy Zaporozhets
Nested groups API See merge request !9034
2017-02-09Merge branch 'docs/omniauth-fix-link' into 'master' Achilleas Pipinellis
Fix markdown link in Omniauth docs See merge request !9082
2017-02-09Fix markdown link in Omniauth docsAchilleas Pipinellis
[ci skip]
2017-02-09Merge branch 'docs/omniauth-restart' into 'master' Achilleas Pipinellis
Mention reconfigure/restart in omniauth docs Closes #27901 See merge request !9081
2017-02-09Mention reconfigure/restart in omniauth docsAchilleas Pipinellis
[ci skip]
2017-02-09Merge branch 'dm-add-column-with-default-cop' into 'master' Douwe Maan
Add cop that checks if add_column_with_default is used with up/down methods See merge request !9077
2017-02-09Migration does not require downtimeDouwe Maan
2017-02-09Merge branch 'feature-freeze-exceptions' into 'master' Robert Speicher
Describe process around cherry-picking during the feature freeze See merge request !9075
2017-02-09Satisfy the new rubocop :)Douwe Maan
2017-02-09Add an ordered list with the 3 people who need to sign offDouwe Maan
2017-02-09Merge branch 'remove-jquery-ui-datepicker' into 'master' Jacob Schatz
Removed jQuery UI datepicker See merge request !8421
2017-02-09Merge branch 'remove-jquery-ui-sortable' into 'master' Jacob Schatz
Removed jQuery UI sortable See merge request !8478
2017-02-09Rephrase some thingsDouwe Maan
2017-02-09Merge branch 'dz-fix-route-rename-descendants' into 'master' Dmitriy Zaporozhets
Fix route rename descendants if route.name is blank See merge request !9074
2017-02-09Explicitly require rubocop migration_helpersDouwe Maan
2017-02-09Add cop that checks if add_column_with_default is used with up/down methodsDouwe Maan
2017-02-09Too many releasesDouwe Maan
2017-02-09Small rephraseDouwe Maan
2017-02-09Describe process around cherry-picking during the feature freezeDouwe Maan
2017-02-09Fix route rename descendants if route.name is blankDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-08Merge branch 'bypass-whitelist-for-external-user' into 'master' Robert Speicher
Bypass signup domain validation for external users Closes #25279 See merge request !8575
2017-02-08Merge branch 'mr-widget-pipelines' into 'master' Fatih Acet
Reduce padding of mr widget mini graph See merge request !9071
2017-02-08Merge branch '27756-fix-json-404-response' into 'master' Clement Ho
Fixes ajax requests when current URL has a trailing slash Closes #27756 See merge request !9010
2017-02-08Merge branch '27880-pipelines-table-not-showing-commit-branch' into 'master' Clement Ho
Looks for correct key to pass to commit prop. Adds rspec test. Closes #27880 See merge request !9070
2017-02-08Merge branch 'dz-refactor-full-path' into 'master' Dmitriy Zaporozhets
Store group and project full name and full path in routes table See merge request !8979
2017-02-08Reduce padding of mr widget mini graphAnnabel Dunstone Gray
2017-02-08Merge branch 'widget-spec-failure' into 'master' Sean McGivern
Fixed random merge request widget failure Closes #27806 See merge request !9068
2017-02-08Looks for correct key to pass to commit prop. Adds rspec test.Filipa Lacerda
2017-02-08Remove sleep from testsClement Ho
2017-02-08Merge branch 'rename_delete_services' into 'master'Rémy Coutable
Fix inconsistent naming for services that delete things See merge request !5803
2017-02-08Merge branch 'minigraph-fix' into 'master' Filipa Lacerda
Listens on document for mini-pipeline graph See merge request !9066
2017-02-08Merge branch 'backport-ee-build-fixes' into 'master' Filipa Lacerda
Backport fixes for pipelines_store frontend specs Closes #27871 See merge request !9067
2017-02-08Fixed random merge request widget failurePhil Hughes
2017-02-08Store group and project full name and full path in routes tableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-08Merge branch 'patch-12' into 'master' Rémy Coutable
Fix link in CONTRIBUTING.md See merge request !8859
2017-02-08Merge branch '20495-plus-icon-button' into 'master' Alfredo Sumaran
Remove plus icon from compare view Closes #20495 See merge request !9056
2017-02-08backport fixes for pipelines_store frontend specsMike Greiling
2017-02-08Listens on document for mini-pipeline graphPhil Hughes
This technically fixes an issue in EE, but to keep code the same this is the CE port
2017-02-08Merge branch '23104-remove-public-param-for-projects' into 'master' Douwe Maan
API: remove `public` param for projects Closes #23104 See merge request !8736
2017-02-08Merge branch 'dz-limit-nested-groups' into 'master' Douwe Maan
Limit level of nesting for groups See merge request !9000
2017-02-08Remove plus icon in commits view MR buttonAnnabel Dunstone Gray