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/spec
AgeCommit message (Collapse)Author
2017-11-01Merge branch 'jej/lfs-change-detection' into 'master'Douwe Maan
Detect changes to LFS pointers for pruning and integrity check See merge request gitlab-org/gitlab-ce!14785
2017-11-01Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones
Gitlab::Git::Blob.batch_lfs_metadata can be used to check for LFS pointers. It uses a lazy enumorator and filters by blob size
2017-11-01Merge branch '35914-merge-request-update-worker-is-slow' into 'master'Sean McGivern
Add metrics tagging to the sidekiq middleware See merge request gitlab-org/gitlab-ce!15111
2017-11-01Refactor/group links controllerFrancisco Javier López
2017-11-01Export logo and labels select as ES6 modulesFilipa Lacerda
2017-11-01Merge branch 'backport-workhorse-show-all-refs' into 'master'Douwe Maan
Support show-all-refs for git over HTTP See merge request gitlab-org/gitlab-ce!14834
2017-11-01Merge branch 'feature/migrate-find-wiki-file-to-gitaly' into 'master'Sean McGivern
Migrate Gitlab::Git::Wiki#file to Gitaly Closes gitaly#689 See merge request gitlab-org/gitlab-ce!15014
2017-11-01Merge branch 'go-get-ssh' into 'master'Douwe Maan
Returns a SSH url for go-get=1 Closes #38858 See merge request gitlab-org/gitlab-ce!14990
2017-11-01Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library"Tim Zallmann
2017-11-01Returns a ssh url for go-get=1Guilherme Vieira
2017-10-31Migrate Gitlab::Git::Wiki#file to GitalyAhmad Sherif
Closes gitaly#689
2017-10-31Merge branch 'feature/migrate-find-wiki-page-to-gitaly' into 'master'Sean McGivern
Migrate Gitlab::Git::Wiki#page to Gitaly Closes gitaly#677 See merge request gitlab-org/gitlab-ce!14955
2017-10-31Merge branch 'dm-ldap-identity-normalize-dn' into 'master'Sean McGivern
Normalize LDAP DN when looking up identity Closes #39559 See merge request gitlab-org/gitlab-ce!15103
2017-10-31reword `targets` to `metric tags`micael.bergeron
add changelog
2017-10-31Merge branch 'multi-file-editor-vuex' into 'master'Filipa Lacerda
Move multi-file editor store to Vuex See merge request gitlab-org/gitlab-ce!15046
2017-10-31Migrate Gitlab::Git::Wiki#page to GitalyAhmad Sherif
Closes gitaly#677
2017-10-31Load participants asyncEric Eastwood
2017-10-31Normalize LDAP DN when looking up identityDouwe Maan
2017-10-31Merge branch 'fix/import-issue-assignees' into 'master'Sean McGivern
Fix missing issue assignees Closes #39170 See merge request gitlab-org/gitlab-ce!15109
2017-10-31fix spec failureJames Lopez
2017-10-31Allow promoting project milestones to group milestonesFelipe Artur
2017-10-31Merge branch 'feature/migrate-wiki-delete-page-to-gitaly' into 'master'Sean McGivern
Migrate Gitlab::Git::Wiki#delete_page to Gitaly Closes gitaly#673 See merge request gitlab-org/gitlab-ce!14910
2017-10-31Merge branch '39561-seed_fu-fails-to-load-gitlab-test' into 'master'Sean McGivern
Handle large values on `MergeRequestDiffCommit` dates Closes #39561 See merge request gitlab-org/gitlab-ce!15093
2017-10-31add metrics tagging to the sidekiq middlewaremicael.bergeron
2017-10-31fix specsJames Lopez
2017-10-31Merge branch '38869-issue' into 'master'Phil Hughes
Remove issue and issue status select from global namespace See merge request gitlab-org/gitlab-ce!15090
2017-10-31Merge branch '3674-hashed-storage-attachments' into 'master'Douwe Maan
Hashed Storage support for Attachments See merge request gitlab-org/gitlab-ce!15068
2017-10-31fixed up upload feature after master mergePhil Hughes
2017-10-31Merge branch '39619-cancel-merge-when-pipeline-succeeds-from-the-api-fails' ↵Rémy Coutable
into 'master' Fix namespacing for MergeWhenPipelineSucceedsService in MR API Closes #39619 See merge request gitlab-org/gitlab-ce!15088
2017-10-31fix missing issue assigneesJames Lopez
2017-10-31Merge branch 'add-packagist-project-service' into 'master'Kamil Trzciński
Add Packagist project service See merge request gitlab-org/gitlab-ce!14493
2017-10-31Migrate Gitlab::Git::Wiki#delete_page to GitalyAhmad Sherif
Closes gitaly#673
2017-10-31Merge branch 'master' into multi-file-editor-vuexPhil Hughes
2017-10-31Make `#hashed_storage?` require feature argumentGabriel Mazetto
2017-10-31Upload files through the multi-file editorPhil Hughes
2017-10-31Merge branch ↵Douwe Maan
'39593-emails-on-push-are-sent-to-only-the-first-recipient-when-using-aws-ses' into 'master' Resolve "Emails on Push are sent to only the first recipient when using AWS SES" Closes #39593 See merge request gitlab-org/gitlab-ce!15083
2017-10-31Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann
2017-10-31Merge branch 'master' into multi-file-editor-vuexPhil Hughes
2017-10-31spec fixesPhil Hughes
2017-10-31Code Style changes and `hashed_storage?` now receives optional featureGabriel Mazetto
2017-10-31Handle large values on `MergeRequestDiffCommit` datesAlejandro Rodríguez
2017-10-30Fix broken testFilipa Lacerda
2017-10-30Fix namespacing for MergeWhenPipelineSucceedsService in MR APIMark Fletcher
2017-10-30spec fixesPhil Hughes
increased perf of scrolling tabs into view
2017-10-30Merge branch ↵Sean McGivern
'39570-performance-bar-appears-enabled-even-though-it-won-t-show-up' into 'master' Resolve "Performance bar appears enabled even though it won't show up" Closes #39570 See merge request gitlab-org/gitlab-ce!15084
2017-10-30Support show-all-refs for git over HTTPNick Thomas
2017-10-30Allow to disable the Performance Bar and document the `p b` shortcut in its ↵Rémy Coutable
doc page Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-30Merge branch '38869-importer_status' into 'master'Phil Hughes
Remove code from global namespace See merge request gitlab-org/gitlab-ce!15058
2017-10-30addressed feedback from reviewPhil Hughes
spec fixes
2017-10-30Merge branch ↵Fatih Acet
'39020-fix-js-call-stack-size-exceeded-autocomplete-group-milestone' into 'master' Fix call stack size exceeded group milestone description autocomplete Closes #39020 See merge request gitlab-org/gitlab-ce!14972