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
2018-02-22fix editing notes on MR diffs tabmr-notes-no-cookieSimon Knox
removed duplicate form stuff
2018-02-22remove duplicate #notes element that broke specsSimon Knox
instead show comment_form by default
2018-02-21Merge branch 'acet-mr-notes-index' into mr-notes-no-cookieSimon Knox
2018-02-21Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
acet-mr-notes-index
2018-02-21Merge branch 'jquery3' into 'master'Jacob Schatz
Update to jQuery 3. Closes #33888 See merge request gitlab-org/gitlab-ce!16634
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-21Merge branch 'issue-index-refactor' into 'master'Clement Ho
Refactor issue index filtered search See merge request gitlab-org/gitlab-ce!16981
2018-02-21Merge branch 'refactor-jobs-show-haml' into 'master'Jacob Schatz
Add dispatcher imports for job details bundle See merge request gitlab-org/gitlab-ce!17157
2018-02-20Merge branch 'docs-no-js' into 'master'Tim Zallmann
Add excerpt about not supporting GitLab running without Javascript Closes #43436 See merge request gitlab-org/gitlab-ce!17245
2018-02-20Add excerpt about not supporting GitLab running without JavascriptClement Ho
2018-02-20Merge branch 'update-prometheus-10-5-docs' into 'master'Marcia Ramos
Update prometheus docs for 10.5 See merge request gitlab-org/gitlab-ce!17229
2018-02-20One last item of feedbackJoshua Lambert
2018-02-20FeedbackJoshua Lambert
2018-02-20Merge branch 'remove-notes-bundle' into 'master'Clement Ho
Remove "notes" bundle from webpack config See merge request gitlab-org/gitlab-ce!17230
2018-02-20Remove "notes" bundle from webpack configMike Greiling
2018-02-20Merge branch 'dispatcher-mr-haml' into 'master'Jacob Schatz
Add dispatcher imports for bundles used in merge request show path See merge request gitlab-org/gitlab-ce!17163
2018-02-20Merge branch 'docs-link-to-custom-issue-tracker' into 'master'Sean McGivern
Docs update: Link to custom issue tracker See merge request gitlab-org/gitlab-ce!17242
2018-02-20Merge branch 'zj-unit-test-gitaly-arrays' into 'master'Sean McGivern
Add unit tests for Gitaly types See merge request gitlab-org/gitlab-ce!17237
2018-02-20Merge branch '43427-generate-ee-changelog-items-in-ee-changelogs' into 'master'Robert Speicher
Resolve "Change `bin/changelog` to generate EE changelog items in `ee/changelogs`" Closes #43427 See merge request gitlab-org/gitlab-ce!17238
2018-02-20Merge branch 'revert-828357fb' into 'master'Douwe Maan
Revert "Merge branch 'zj-n-1-root-show' into 'master'" See merge request gitlab-org/gitlab-ce!17243
2018-02-20Merge branch 'fix-diff-flash' into 'master'Clement Ho
only show error if there is an error See merge request gitlab-org/gitlab-ce!17228
2018-02-20Generate EE changelog under ee/changelogs/unreleased/Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-20Revert "Merge branch 'zj-n-1-root-show' into 'master'"Zeger-Jan van de Weg
This reverts merge request !16968
2018-02-20Merge branch 'docs-comm-article-phoenix-app-gitlab-ci' into 'master'Marcia Ramos
Docs: comm article Phoenix App with GitLab CI/CD See merge request gitlab-org/gitlab-ce!16776
2018-02-20Docs: comm article Phoenix App with GitLab CI/CDMarcia Ramos
2018-02-20Merge branch 'docs-pages-refactor-article-series' into 'master'Achilleas Pipinellis
Docs: Pages - clean up articles See merge request gitlab-org/gitlab-ce!17188
2018-02-20Docs: Pages - clean up articlesMarcia Ramos
2018-02-20Merge branch '43424-put_all_event_metrics_behind_feature_flags' into 'master'Douwe Maan
Fix for sidekiq metrics set cardinality growing unbounded Closes #43424 See merge request gitlab-org/gitlab-ce!17235
2018-02-20Update custom_issue_tracker.mdVictor Wu
2018-02-20Update NGINX docsJoshua Lambert
2018-02-20Merge branch ↵Achilleas Pipinellis
'43376-follow-up-from-docs-update-all-articles-with-the-new-layout-metadata-from-the-frontmatter' into 'master' Resolve "Follow-up from "Docs: Update all articles with the new layout (metadata from the frontmatter)"" Closes #43376 See merge request gitlab-org/gitlab-ce!17214
2018-02-20Only use features for eventsPawel Chojnacki
2018-02-20Add unit tests for Gitaly typesZeger-Jan van de Weg
2018-02-20Merge branch 'docs/lfs-lock' into 'master'Marcia Ramos
Add version which LFS lock was introduced See merge request gitlab-org/gitlab-ce!17233
2018-02-20Put all event metrics exposed to prometheus behind a feature flagPawel Chojnacki
2018-02-20fix commit note specsSimon Knox
2018-02-20Merge branch 'move-spintach-project-network-graph-to-rspec' into 'master'Rémy Coutable
Move spinach project network graph tests to RSpec See merge request gitlab-org/gitlab-ce!17171
2018-02-20Merge branch 'remove-unnecessary-validate-project' into 'master'Kamil Trzciński
Remove unecessary validate: true from belongs_to :project See merge request gitlab-org/gitlab-ce!17166
2018-02-20Add version which LFS lock was introducedAchilleas Pipinellis
2018-02-20Merge branch 'remove-chart-show-bundle' into 'master'Phil Hughes
Remove graphs_show.js webpack bundle See merge request gitlab-org/gitlab-ce!17194
2018-02-20Minor polishJoshua Lambert
2018-02-20Fix linksJoshua Lambert
2018-02-20Update Prometheus docs for enhanced integrationJoshua Lambert
2018-02-20only show error if there is an errorSimon Knox
2018-02-20deleting legacy notes cancels Edit modeSimon Knox
2018-02-20Remove unecessary validate: true from belongs_to :projectDylan Griffith
This does not seem to serve any clear purpose and causes other issues (see https://gitlab.com/gitlab-org/gitlab-ce/issues/43196#note_59275652)
2018-02-20Merge branch 'rs-over-testing' into 'master'Rémy Coutable
Remove extraneous tests from Issues API spec Closes #25201 See merge request gitlab-org/gitlab-ce!17222
2018-02-20Merge branch 'docs/rs-changelog-doc-links' into 'master'Rémy Coutable
Update two links in the changelog developer docs See merge request gitlab-org/gitlab-ce!17220
2018-02-20fix broken specsMike Greiling
2018-02-20remove common_d3 bundleMike Greiling