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-01Merge branch 'lazy-load-check-when-has-images' into 'master'Filipa Lacerda
Increase lazy loader performance See merge request gitlab-org/gitlab-ce!15114
2017-11-01Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library"Tim Zallmann
2017-10-31Increase lazy loader performancePhil Hughes
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
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-31Load participants asyncEric Eastwood
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 '39639-clusters-poll' into 'master'Phil Hughes
Adds callback function to initial cluster request Closes #39639 See merge request gitlab-org/gitlab-ce!15105
2017-10-31fixed up upload feature after master mergePhil Hughes
2017-10-31Enable eslintFilipa Lacerda
2017-10-31Merge branch 'master' into multi-file-editor-vuexPhil Hughes
2017-10-31Adds callback function to inital cluster requestFilipa Lacerda
2017-10-31Upload files through the multi-file editorPhil Hughes
2017-10-31get branch name from the DOMPhil Hughes
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-30Revert "Merge branch '2518-saved-configuration-for-issue-board' into 'master'"Dmitriy Zaporozhets
This reverts merge request !15009
2017-10-30Remove issue and issue status select from global namespaceFilipa Lacerda
2017-10-30spec fixesPhil Hughes
increased perf of scrolling tabs into view
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
2017-10-30Changed project select to use it independently and not onlt as a combobuttonFrancisco Javier López
2017-10-30Fix queried elementFilipa Lacerda
2017-10-30Merge branch 'master' into multi-file-editor-vuexPhil Hughes
2017-10-30Merge branch 'master' into 38869-importer_statusFilipa Lacerda
* master: (51 commits) Move locked check to a guard-clause Ci::Build tag is a trait instead of an own factory [CE backport] Saved configuration for issue board Use the correct project visibility in system hooks Add changelog more readable changelog Make merge_jid handling less stateful in MergeService Fetch the merged branches at once remove extra whitespace use a delegate for `username` to be more future friendly Merging EE doc into CE add changelog entry Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername ...
2017-10-30[CE backport] Saved configuration for issue boardOswaldo Ferreira
2017-10-30Merge branch 'es-module-autosave' into 'master'Filipa Lacerda
Remove Autosave class from global namespace See merge request gitlab-org/gitlab-ce!14856
2017-10-27updated karma specsPhil Hughes
2017-10-27Merge branch 'add-user-avatar-username-link' into 'master'Fatih Acet
Add configurable option to display username in user avatar link component See merge request gitlab-org/gitlab-ce!14902
2017-10-27Merge branch '39188-change-default-disabled-merge-message' into 'master'Filipa Lacerda
Change default disabled merge request widget message to be more general Closes #39188 See merge request gitlab-org/gitlab-ce!14960
2017-10-27Remove groups_select from global namespace & simplifies the codeFilipa Lacerda
2017-10-27Change default disabled merge request widget message to "Merge is not ↵Eric Eastwood
allowed yet" Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39188
2017-10-27Rename to shouldShowUsernameClement Ho
2017-10-26Remove issuable form from global namespaceFilipa Lacerda
2017-10-26Remove issuableContext from global namespaceFilipa Lacerda
2017-10-26Improves issuable testsFilipa Lacerda
Fixes missing dependencies
2017-10-26Remove old codeFilipa Lacerda
2017-10-26reset hash when changing filesPhil Hughes
[ci skip]
2017-10-26various different performance improvementsPhil Hughes
[ci skip]
2017-10-26fixed render_error not being hooked up correctlyPhil Hughes
[ci skip]
2017-10-26fixed some state bugs with the tabsPhil Hughes
[ci skip]
2017-10-26correctly activate the next tab when closing a tabPhil Hughes
scroll to the active tab when opening/closing [ci skip]
2017-10-26moved new file/directory into new storePhil Hughes
removed old store, helper & monaco loader moved monaco loader into editor component because it is the only component that requires monaco [ci skip]
2017-10-26[WIP] Move multi-file editor store to VuexPhil Hughes
2017-10-25Merge branch '38178-fl-mr-notes-components' into 'master'Phil Hughes
Moves placeholders components into shared folder with documentation. See merge request gitlab-org/gitlab-ce!14964
2017-10-25Split project and group milestone dispatcher branchLuke "Jared" Bennett
2017-10-24Merge branch 'ph-multi-file-editor-new-file-folder-dropdown' into 'master'Filipa Lacerda
Add new files & directories in the multi-file editor Closes #38614 See merge request gitlab-org/gitlab-ce!14839
2017-10-24Merge branch 'remove-new-sidebar-stuff' into 'master'Phil Hughes
Clean up `new-sidebar` See merge request gitlab-org/gitlab-ce!14978
2017-10-24Merge branch 'sticky-perf' into 'master'Filipa Lacerda
Fix performance of sticky.js Closes #39332 See merge request gitlab-org/gitlab-ce!14976
2017-10-24Merge branch 'master' into 'es-module-autosave'Mike Greiling
# Conflicts: # app/assets/javascripts/issuable_form.js # app/assets/javascripts/notes.js