summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix binary files not showing anything in edit modemulti-file-editor-binary-editorPhil Hughes2017-11-012-6/+20
|
* 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
| * | | | | | | | | Be able to bundle gems with newer rubieszj/gitlab-ce-zj-ruby-2.3.5Zeger-Jan van de Weg2017-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | Upgrade Ruby to 2.3.5Zeger-Jan van de Weg2017-10-314-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of gitlab-org/gitlab-ce#38040
* | | | | | | | | | Merge branch 'docs/improve-maintenance' into 'master'Stan Hu2017-10-311-13/+18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the maintenance policy page See merge request gitlab-org/gitlab-ce!15112
| * | | | | | | | | | Improve the maintenance policy pageRémy Coutable2017-10-311-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make clear that we may backport bug fixes to the previous stable release. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | Merge branch '23206-load-participants-async' into 'master'Phil Hughes2017-10-3145-205/+911
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load participants async Closes #23206 See merge request gitlab-org/gitlab-ce!14836
| * | | | | | | | | | | Load participants asyncEric Eastwood2017-10-3145-205/+911
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'fix/import-issue-assignees' into 'master'Sean McGivern2017-10-317-1/+27
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing issue assignees Closes #39170 See merge request gitlab-org/gitlab-ce!15109
| * | | | | | | | | | add changelogJames Lopez2017-10-311-0/+5
| | | | | | | | | | |
| * | | | | | | | | | fix spec failureJames Lopez2017-10-311-0/+3
| | | | | | | | | | |
| * | | | | | | | | | fix specsfix/import-issue-assigneesJames Lopez2017-10-313-7/+10
| | | | | | | | | | |
| * | | | | | | | | | fix missing issue assigneesJames Lopez2017-10-314-1/+16
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch '39509-fix-wiki-create-sidebar-overlap' into 'master'Annabel Dunstone Gray2017-10-312-5/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix overlap of right-sidebar and wiki create page form Closes #39509 See merge request gitlab-org/gitlab-ce!15075
| * | | | | | | | | | Fix overlap of right-sidebar and wiki create page form39509-fix-wiki-create-sidebar-overlapEric Eastwood2017-10-312-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39509
* | | | | | | | | | | Merge branch '31454-missing-project-id-pipeline-hook-data' into 'master'Rémy Coutable2017-10-313-0/+16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds project_id to pipeline hook data Closes #31454 See merge request gitlab-org/gitlab-ce!15044