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-07-04Fix parallel diff lines content.Fatih Acet
2018-07-04Improve performance of toggling diff view typeFatih Acet
2018-07-02Merge branch 'update-external-link-icon-in-merge-request-widget' into 'master'Phil Hughes
Update external link icon in merge request widget See merge request gitlab-org/gitlab-ce!20154
2018-07-02Merge branch 'ce-backport-5605-epic-autocomplete' into 'master'Phil Hughes
CE Backport: Add support for autocompleting Epics within Issues & MRs and Labels within Epics See merge request gitlab-org/gitlab-ce!20238
2018-07-02Resolve "Cancel automatic merge button gets a bigger height than it should ↵Simon Knox
when content overflows"
2018-07-02Add `&` support for epics autocompletionKushal Pandya
2018-07-02Resolve "404 when trying to create a new issue from the group"Jan Beckmann
2018-07-02Replaces date.format.js in vendor with NPM packageTim Zallmann
2018-06-30Performance Improvements to Vue MR pageTim Zallmann
2018-06-30Resolve "Merge request collapse icon is tiny"Tim Zallmann
2018-06-29Merge branch 'include-all-axios-requests-in-performance-bar' into 'master'Mike Greiling
Start performance bar eagerly See merge request gitlab-org/gitlab-ce!20201
2018-06-29Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR ↵Simon Knox
widget"
2018-06-29Replace deprecated bs.affix in merge request tabs with sticky polyfillClement Ho
2018-06-29Resolve "Merge request refactor: Title and copy to clipboard button are ↵André Luís
behind the action buttons"
2018-06-29Resolve "Merge request refactor displays changes dropdown incorrectly"Constance Okoghenun
2018-06-29restored normalizing headersPhil Hughes
2018-06-29more specs!Phil Hughes
2018-06-29fixed eslintPhil Hughes
2018-06-29:white_check_mark: added specs for file actionsPhil Hughes
in this it also removes Vue Resource from the IDE, axios is nicer to test
2018-06-29:white_check_mark: fixed eslintPhil Hughes
2018-06-29Improve error messaging across various IDE actionsPhil Hughes
2018-06-29Merge branch 'fl-prettify-pipeline' into 'master'Tim Zallmann
Prettifies pipeline's javascript code See merge request gitlab-org/gitlab-ce!20217
2018-06-29Prevent fetching diffs and discussions data unnecessarily on MR pageFatih Acet
2018-06-29Resolve "SQL Queries are not shown from the Performance Bar in Safari"Simon Knox
2018-06-29Resolve "Sidebar on jobs and wikis is missing at small widths"Clement Ho
2018-06-28Merge branch '48568-tooltips-flicker-when-highlighting-award-emoji' into ↵Fatih Acet
'master' Resolve "Tooltips flicker when highlighting award emoji" Closes #48568 See merge request gitlab-org/gitlab-ce!20235
2018-06-28Merge branch '39604-update-top-right-avatar-after-changing-avatar' into 'master'Fatih Acet
#39604 - Change top-right avatar immediately upon avatar change Closes #39604 See merge request gitlab-org/gitlab-ce!20119
2018-06-28Merge branch 'ide-commit-form-improvements' into 'master'Filipa Lacerda
Improve Web IDE commit form Closes #47307 See merge request gitlab-org/gitlab-ce!19883
2018-06-28Merge branch 'ide-improve-error-messages' into 'master'Filipa Lacerda
Improve branch 404 error in Web IDE See merge request gitlab-org/gitlab-ce!19861
2018-06-28Merge branch 'fl-boards-tech-debt' into 'master'Phil Hughes
Uses tooltip vue directive in issue card component See merge request gitlab-org/gitlab-ce!20215
2018-06-28fix tooltip flickering on note emoji buttonsSimon Knox
2018-06-28Componentize diff lines and diff commentsFatih Acet
2018-06-27Fix #39604 - Update header avatar after user changes avatarJamie Schembri
2018-06-27Uses tooltip vue directive in issue card componentFilipa Lacerda
2018-06-27restore double quotesPhil Hughes
2018-06-27use single quotesPhil Hughes
2018-06-27don't reload the full pagePhil Hughes
instead it just pushes a router & re-fetches what it needs
2018-06-27Prettifies pipeline's javascript codeFilipa Lacerda
2018-06-27Merge branch 'fl-tech-debt' into 'master'Phil Hughes
Moves boards components into a .vue file See merge request gitlab-org/gitlab-ce!20177
2018-06-27fixed commit action radio buttons getting into a weird statePhil Hughes
2018-06-27CE port gitlab-ee!6112Luke Bennett
2018-06-27Start performance bar eagerlySean McGivern
On the issues page (for instance), we have an `Issue` class. The constructor for that class makes some calls to get things like related branches using Axios. However, those calls were happening before the performance bar app was mounted, and so the interceptor wasn't configured - meaning we missed out on the performance data for those calls. This changes the performance bar app to be loaded eagerly instead of lazily, which solves that problem - related branches calls will now show up in the performance bar. The downside is that now the performance bar app is always imported, even when it's not used. However, it appears to be part of the main app bundle anyway, so this shouldn't affect the size of our assets.
2018-06-27:eyes: changed link into buttonPhil Hughes
2018-06-27specsPhil Hughes
2018-06-27:white_check_mark: store specsPhil Hughes
2018-06-27:face_palm: fixed error messagePhil Hughes
2018-06-27:speech_balloon: improve text in error messagePhil Hughes
2018-06-27use classes intead of adding more stylesPhil Hughes
2018-06-27make error messages a first class citizen in Web IDEPhil Hughes
This is to reduce the dependancy on the flash module which just modifies the DOM, whereas this now correcly uses the vDOM
2018-06-27fixed eslintPhil Hughes