summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mobile-friendly table on Admin Runnersjivl-mobile-friendly-table-runnersTakuya Noguchi2017-11-013-16/+29
|
* Merge branch 'docs/no-comments' into 'master'🚄 Job van der Voort 🚀2017-11-01129-108/+570
|\ | | | | | | | | | | | | Exclude comments from specific docs Closes #39678 See merge request gitlab-org/gitlab-ce!15122
| * Exclude comments from specific docsAchilleas Pipinellis2017-11-01129-108/+570
|/
* Merge branch '35914-merge-request-update-worker-is-slow' into 'master'Sean McGivern2017-11-014-20/+44
|\ | | | | | | | | Add metrics tagging to the sidekiq middleware See merge request gitlab-org/gitlab-ce!15111
| * rework the UpdateMergeRequestsWorker#metrics_tags35914-merge-request-update-worker-is-slowmicael.bergeron2017-11-011-4/+2
| |
| * reword `targets` to `metric tags`micael.bergeron2017-10-314-7/+13
| | | | | | | | add changelog
| * add metrics tagging to the sidekiq middlewaremicael.bergeron2017-10-313-20/+40
| |
* | Merge branch 'refactor/group_links_controller' into 'master'Douwe Maan2017-11-016-7/+76
|\ \ | | | | | | | | | | | | Refactor/group links controller See merge request gitlab-org/gitlab-ce!15121
| * | Refactor/group links controllerFrancisco Javier López2017-11-016-7/+76
|/ /
* | Merge branch '38869-labels' into 'master'Phil Hughes2017-11-019-430/+422
|\ \ | | | | | | | | | | | | Export logo and labels select as ES6 modules See merge request gitlab-org/gitlab-ce!15091
| * | Export logo and labels select as ES6 modulesFilipa Lacerda2017-11-019-430/+422
|/ /
* | Merge branch 'backport-workhorse-show-all-refs' into 'master'Douwe Maan2017-11-014-5/+25
|\ \ | | | | | | | | | | | | Support show-all-refs for git over HTTP See merge request gitlab-org/gitlab-ce!14834
| * | Support show-all-refs for git over HTTPNick Thomas2017-10-304-5/+25
| | |
* | | Merge branch '39628-bug-in-the-procedure-advised-from-ee_compat_check' into ↵Sean McGivern2017-11-012-15/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Bug in the procedure advised from ee_compat_check" Closes #39628 See merge request gitlab-org/gitlab-ce!15110
| * | | Ensure the ee-compat-check uses the correct patch URL for forks39628-bug-in-the-procedure-advised-from-ee_compat_checkRémy Coutable2017-10-312-15/+16
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'lazy-load-check-when-has-images' into 'master'Filipa Lacerda2017-11-011-8/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Increase lazy loader performance See merge request gitlab-org/gitlab-ce!15114
| * | | | Increase lazy loader performancelazy-load-check-when-has-imagesPhil Hughes2017-10-311-8/+7
| | | | | | | | | | | | | | | | | | | | This stops the checkElementsInView method from running when there aren't any lazy load images on the page. By calling this method we are causing an unnecessary reflow which on large pages is a massive performance issue
* | | | | Merge branch 'feature/migrate-find-wiki-file-to-gitaly' into 'master'Sean McGivern2017-11-016-33/+157
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Gitlab::Git::Wiki#file to Gitaly Closes gitaly#689 See merge request gitlab-org/gitlab-ce!15014
| * | | | | Migrate Gitlab::Git::Wiki#file to Gitalyfeature/migrate-find-wiki-file-to-gitalyAhmad Sherif2017-10-316-33/+157
| | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#689
* | | | | | Merge branch 'rc-qa-mattermost-login' into 'master'Grzegorz Bizon2017-11-017-0/+107
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add login mattermost to Test::Integration::Mattermost See merge request gitlab-org/gitlab-ce!15033
| * | | | | | Add tests for mattermost login via oauthRichard Clamp2017-10-306-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds Runtime::Scenario as a place to record the properties of the Scenario we're interested in. * Adds a positional argument to Test::Integration::Mattermost to specify Runtime::Scenario.mattermost * Adds Page::Mattermost::{Main,Login} to model the mattermost pages we need to interact with. * Adds qa/features/mattermost/login_spec to perform a login via oauth and ensure we are logged in.
| * | | | | | Add spec for QA::Scenario::EntrypointRichard Clamp2017-10-251-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For added confidence, and because I plan to fiddle with some behaviours shortly, add spec testing to the newly extracted QA::Scenario::Entrypoint class.
* | | | | | | Merge branch 'go-get-ssh' into 'master'Douwe Maan2017-11-013-55/+103
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns a SSH url for go-get=1 Closes #38858 See merge request gitlab-org/gitlab-ce!14990
| * | | | | | | Returns a ssh url for go-get=1Guilherme Vieira2017-10-313-55/+103
| | | | | | | |
* | | | | | | | Merge branch ↵Phil Hughes2017-11-017-1164/+8
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '39633-convert-fuzzaldrin-plus-js-library-to-be-a-yarn-managed-library' into 'master' Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library" Closes #39633 See merge request gitlab-org/gitlab-ce!15097
| * | | | | | | Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library"Tim Zallmann2017-11-017-1164/+8
|/ / / / / / /
* | | | | | | Merge branch 'feature/migrate-find-wiki-page-to-gitaly' into 'master'Sean McGivern2017-10-314-25/+110
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Gitlab::Git::Wiki#page to Gitaly Closes gitaly#677 See merge request gitlab-org/gitlab-ce!14955
| * | | | | | | Migrate Gitlab::Git::Wiki#page to Gitalyfeature/migrate-find-wiki-page-to-gitalyAhmad Sherif2017-10-314-25/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#677
* | | | | | | | Merge branch 'dm-ldap-identity-normalize-dn' into 'master'Sean McGivern2017-10-319-12/+35
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normalize LDAP DN when looking up identity Closes #39559 See merge request gitlab-org/gitlab-ce!15103
| * | | | | | | | Normalize LDAP DN when looking up identityDouwe Maan2017-10-319-12/+35
| | | | | | | | |
* | | | | | | | | Merge branch '39580-bump-carrierwave-to-1-2-1' into 'master'Rémy Coutable2017-10-313-3/+8
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump carrierwave to 1.2.1 Closes #39580 See merge request gitlab-org/gitlab-ce!15072
| * | | | | | | | Bump carrierwave to 1.2.1Takuya Noguchi2017-10-303-3/+8
| | | | | | | | |
* | | | | | | | | Merge branch 'multi-file-editor-vuex' into 'master'Filipa Lacerda2017-10-3163-2447/+1826
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move multi-file editor store to Vuex See merge request gitlab-org/gitlab-ce!15046
| * | | | | | | | | fixed up upload feature after master mergemulti-file-editor-vuexPhil Hughes2017-10-317-46/+64
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into multi-file-editor-vuexPhil Hughes2017-10-3121-264/+283
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | get branch name from the DOMPhil Hughes2017-10-312-2/+4
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into multi-file-editor-vuexPhil Hughes2017-10-3166-750/+695
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | spec fixesPhil Hughes2017-10-313-2/+7
| | | | | | | | | | | |
| * | | | | | | | | | | spec fixesPhil Hughes2017-10-307-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | increased perf of scrolling tabs into view
| * | | | | | | | | | | addressed feedback from reviewPhil Hughes2017-10-3019-74/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spec fixes
| * | | | | | | | | | | Merge branch 'master' into multi-file-editor-vuexPhil Hughes2017-10-30132-524/+2018
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | updated karma specsPhil Hughes2017-10-2727-1030/+612
| | | | | | | | | | | | |
| * | | | | | | | | | | | reset hash when changing filesPhil Hughes2017-10-262-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | various different performance improvementsPhil Hughes2017-10-2610-37/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | fixed render_error not being hooked up correctlyPhil Hughes2017-10-265-34/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | fixed some state bugs with the tabsPhil Hughes2017-10-2610-38/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | correctly activate the next tab when closing a tabPhil Hughes2017-10-263-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scroll to the active tab when opening/closing [ci skip]
| * | | | | | | | | | | | moved new file/directory into new storePhil Hughes2017-10-2619-692/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed old store, helper & monaco loader moved monaco loader into editor component because it is the only component that requires monaco [ci skip]
| * | | | | | | | | | | | [WIP] Move multi-file editor store to VuexPhil Hughes2017-10-2633-584/+910
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'zj/gitlab-ce-zj-ruby-2.3.5' into 'master'Sean McGivern2017-10-314-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Ruby to 2.3.5 See merge request gitlab-org/gitlab-ce!15099