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-11-23Update docs to show use of high availability redis and sentinel rolesdocs-port-ha-redisChenjerai Katanda
Add HA roles documentation to CE
2017-11-23Fix conflictsChenjerai Katanda
2017-11-23Merge branch '39653-hide-section_start-and-section_end-in-pipeline-emails' ↵Filipa Lacerda
into 'master' Resolve "Hide `section_start` and `section_end` in pipeline emails" Closes #39653 See merge request gitlab-org/gitlab-ce!15534
2017-11-23Merge branch '40445-upgrade-fe-babel-libraries' into 'master'Filipa Lacerda
Resolve "Upgrade FE Babel Libraries" Closes #40445 See merge request gitlab-org/gitlab-ce!15544
2017-11-23Merge branch 'jivl-general-icons' into 'master'Tim Zallmann
Change star, filter and settings icons to the their sprite based replacements Closes #33757 See merge request gitlab-org/gitlab-ce!15412
2017-11-23Change star, filter and settings icons to the their sprite based replacementsJose Ivan Vargas Lopez
2017-11-23Update CHANGELOG.md for 10.2.1Michael Kozono
[ci skip]
2017-11-23Merge branch '32620-speed-up-unicorn-specs' into 'master'Rémy Coutable
Speed up Unicorn specs by using a dummy Rack application instead of GitLab Closes #32620 See merge request gitlab-org/gitlab-ce!15548
2017-11-22Merge branch '28377-add-edit-button-to-mobile-file-view' into 'master'Clement Ho
Add edit button to mobile file view Closes #28377 See merge request gitlab-org/gitlab-ce!15199
2017-11-22Upgraded babel related librariesTim Zallmann
2017-11-22Speed up Unicorn specs by using a dummy Rack application instead of GitLabNick Thomas
2017-11-22Merge branch '40283-fix-missing-mr-widget-status-icons' into 'master'Tim Zallmann
Fix missing MR widget status icons Closes #40283 See merge request gitlab-org/gitlab-ce!15533
2017-11-22Merge branch '40444-upgrade-axios-from-0-16-2-to-0-17-1' into 'master'Filipa Lacerda
Resolve "Upgrade axios from 0.16.2 to 0.17.1" Closes #40444 See merge request gitlab-org/gitlab-ce!15543
2017-11-22Merge branch 'pawel/disable_prometheus_metrics' into 'master'Stan Hu
Temporarily force disable prometheus metrics See merge request gitlab-org/gitlab-ce!15549
2017-11-22Force disable Prometheus metricsPawel Chojnacki
Until https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/11 is ready, Prometheus metrics will not work and cause issues such as #40457.
2017-11-22Merge branch 'jivl-replace-vue-resource-prometheus-dashboard' into 'master'Filipa Lacerda
Replace vue-resource for axios in the Prometheus Dashboard See merge request gitlab-org/gitlab-ce!15547
2017-11-22Merge branch '38877-disable-autocomplete-in-filtered-search' into 'master'Clement Ho
Disables autocomplete in filtered search Closes #38877 See merge request gitlab-org/gitlab-ce!15477
2017-11-22Merge branch '40295-fix-reply-quote-shortcut-on-mr' into 'master'Clement Ho
Fix reply quote keyboard shortcut on MRs Closes #40295 See merge request gitlab-org/gitlab-ce!15523
2017-11-22Add edit button to mobile file viewTravis Miller
2017-11-22Replaced vue-resource for axios in the prometheus dashboardJose Ivan Vargas
2017-11-22Merge branch 'qa/gb/backport-geo-integration-tests-commons' into 'master'Rémy Coutable
Backport QA code that belongs to CE from EE Geo Closes #40344 See merge request gitlab-org/gitlab-ce!15536
2017-11-22Merge branch 'improve-extra-queries-output' into 'master'Rémy Coutable
Improve output for extra queries in specs See merge request gitlab-org/gitlab-ce!15537
2017-11-22Merge branch 'docs-install-locale-compile' into 'master'Rubén Dávila
Switch to using gettext:compile instead of gettext:pack in the install docs Closes #40360 See merge request gitlab-org/gitlab-ce!15501
2017-11-22Improve output for extra queries in specsSean McGivern
Previously, this used `Array#-`, which would remove all queries that matches the query text in the original set. However, sometimes we have a problem with parameterised queries, where the query text is identical both times, so we'd run a query N times instead of once, and it would be hidden from the output. Replace the logic to only remove a given query N times from the actual log, where N is the number of times it appears in the expected log.
2017-11-22Merge branch '40354-improve-ee_compat_check' into 'master'Sean McGivern
Try to find the merge-base against the canonical master and name the remotes See merge request gitlab-org/gitlab-ce!15495
2017-11-22Updated axiosTim Zallmann
2017-11-22Merge branch 'group-new-miletone-breadcrumb' into 'master'Filipa Lacerda
Fixed new group milestone breadcrumb Closes #40338 See merge request gitlab-org/gitlab-ce!15511
2017-11-22Fixed new group milestone breadcrumbPhil Hughes
Closes #40338
2017-11-22Merge branch '39720-group-milestone-sorting' into 'master'Sean McGivern
Add Group Milestone sorting Closes #39720 See merge request gitlab-org/gitlab-ce!15230
2017-11-22Try to find the merge-base against the canonical masterRémy Coutable
Also, name the remotes in Gitlab::EeCompatCheck Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-22Merge branch 'sh-add-query-recorder-debugging' into 'master'Sean McGivern
Add QUERY_RECORDER_DEBUG environment variable to improve performance debugging See merge request gitlab-org/gitlab-ce!15499
2017-11-22Merge branch 'feature_add_mermaid' into 'master'Phil Hughes
Add support of Mermaid Closes #3711 See merge request gitlab-org/gitlab-ce!15107
2017-11-22Merge branch 'gitaly-fetch-source-branch' into 'master'Sean McGivern
Add FetchSourceBranch Gitaly call Closes gitaly#758 See merge request gitlab-org/gitlab-ce!15498
2017-11-22Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)
2017-11-22Backport QA code that belongs to CE from EE GeoRémy Coutable
Merge branch 'qa/gb/add-geo-integration-tests' into 'master' See merge request gitlab-org/gitlab-ee!3294
2017-11-22Add CSS hidden class in mailer layoutAlessio Caiazza
2017-11-22Fix missing MR widget status iconsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40283 Regressed in https://gitlab.com/gitlab-org/gitlab-ce/commit/d01d509bd8612f9879fa762de8ea3763bcff81cf
2017-11-22Add QUERY_RECORDER_DEBUG environment variable to improve performance debuggingStan Hu
2017-11-22Add support of MermaidVitaliy @blackst0ne Klachkov
2017-11-22Update VERSION to 10.3.0-prev10.3.0.preMichael Kozono
2017-11-22Update CHANGELOG.md for 10.2.0Michael Kozono
[ci skip]
2017-11-22Merge remote-tracking branch 'dev/master'Michael Kozono
2017-11-22Merge branch 'fix-ci-pipelines-index' into 'master'Yorick Peterse
Update composite pipelines index to include "id" See merge request gitlab-org/gitlab-ce!15519
2017-11-21Merge branch 'svg-color' into 'master'Annabel Dunstone Gray
default fill color for SVGs See merge request gitlab-org/gitlab-ce!15476
2017-11-21default fill color for SVGsSimon Knox
2017-11-21Fix reply quote keyboard shortcut on MRsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40295
2017-11-21Merge branch '40291-ignore-hashed-repos-cleanup-repositories' into 'master'Stan Hu
ignore hashed repos (for now) when using `rake gitlab:cleanup:repos` Closes #40291 See merge request gitlab-org/gitlab-ce!15520
2017-11-21ignore hashed repos (for now) when using `rake gitlab:cleanup:repos`Brett Walker
2017-11-21Merge branch '39977-gitlab-shell-default-timeout' into 'master'Douwe Maan
Set the default gitlab-shell timeout to 3 hours Closes #39977 See merge request gitlab-org/gitlab-ce!15292
2017-11-21Merge branch 'branch-exists-redis' into 'master'Rémy Coutable
Use Redis cache for branch existence checks Closes #40349 See merge request gitlab-org/gitlab-ce!15513