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
2019-07-29WIP: applied labels at top of dropdown28804-applied-label-at-the-topDenys Mishunov
2019-07-26(CE Port) Add MR table component for Productivity AnalyticsMartin Wortschack
2019-07-26Add UndoStack class - a custom undo/redo engineMartin Hanzel
It will be hooked up to the markdown editor later
2019-07-25Update namespace label text for managed clustersJacques Erasmus
Added the ability to update the namespace label text for gitlab-managed
2019-07-25Autofix i18n lints for vue filesEzekiel Kigbo
Autofixes additional linting errors found in vue files.
2019-07-24Removed pluralize functionEzekiel Kigbo
Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
2019-07-24Merge branch 'rverissimo-master-patch-43755' into 'master'Clement Ho
Update tooltip values to meet design specs Closes gitlab-ui#264 See merge request gitlab-org/gitlab-ce!30981
2019-07-24Add projectIds to CA serviceBrandon Labuschagne
2019-07-24Add Rugged calls to performance barStan Hu
This will help diagnose the source of excessive I/O from Rugged calls. To implement this, we need to obtain the full list of arguments sent to each request method.
2019-07-24Add empty chart componentJose Ivan Vargas
This merge request adds an empty chart component which will load in case of queries not having data to display, this will override the current logic, which hides all the graphs that have no data to show
2019-07-24Encapsulate file view modes with constantsChris Toynbee
2019-07-24Merge branch 'sh-update-mermaid' into 'master'Tim Zallmann
Update Mermaid to v8.2.3 Closes #64601 See merge request gitlab-org/gitlab-ce!30985
2019-07-23Update Mermaid to v8.2.3Stan Hu
This fixes fill colors not working with Mermaid and pulls in a number of other fixes. * https://github.com/knsv/mermaid/blob/master/CHANGELOG.md * https://github.com/knsv/mermaid/#special-note-regarding-version-82 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
2019-07-23CE port for Group bulk edit merge requestsEugenia Grieff
Add bulk update sidebar to merge requests template Add js to toggle sidebar Fix bulk update button in issues template Add specs for merge requests in bulk update service
2019-07-23Merge branch '6544-remove-scss-diff-ce' into 'master'Phil Hughes
Resolve difference in app/assets/stylesheets/application.scss See merge request gitlab-org/gitlab-ce!31007
2019-07-23Merge branch 'leipert-resolve-ee-diff' into 'master'Phil Hughes
Port common class only used in EE See merge request gitlab-org/gitlab-ce!31008
2019-07-23hoverable area on collapsed sidebar iconsMichel Engelen
2019-07-22Port common class only used in EELukas Eipert
2019-07-22Resolve difference in app/assets/stylesheets/application.scssLukas Eipert
2019-07-22Add ability to embed metricsTristan Read
See https://gitlab.com/gitlab-org/gitlab-ce/issues/30423
2019-07-22use the property of name_with_namespace instead of name for the new issue ↵Emeryao
form in boards add a new attribute for name_with_namespace prettier the changed code
2019-07-20Update tooltip values to meet design specsRayana Verissimo
2019-07-19Merge branch '64160-fix-duplicate-buttons' into 'master'Fatih Acet
Remove duplicate buttons Closes #64160 See merge request gitlab-org/gitlab-ce!30757
2019-07-19Fixes the alignment on reportsSam Beckham
- Removes a justify-center class that causes reports to centrally align
2019-07-19Merge branch '64265-center-loading-icon' into 'master'Phil Hughes
Centers loading icon in CI action Closes #64265 See merge request gitlab-org/gitlab-ce!30947
2019-07-19Centers loading icon in CI actionFilipa Lacerda
2019-07-19Fixed regression for re-naming files in WebIDEDenys Mishunov
2019-07-19Added Usage Data for some Web IDE actionsFrancisco Javier López
The actions tracked in the web IDE are: - creation of commits - creation of merge requests - projects loaded
2019-07-19Add endsWith to polyfillSamantha Ming
2019-07-19Removes EE differences for issue boardsFilipa Lacerda
2019-07-19add stub to the boardsStore to spy on it and be able to use ↵Eduardo Mejía
toHaveBeenCalledWith for the pre-defined labels test
2019-07-18Merge branch 'webide-commit-use-correct-parent' into 'master'Nick Thomas
Use correct parent when committing in WebIDE See merge request gitlab-org/gitlab-ce!29598
2019-07-18Ensure visibility icons in group/project listings are greyDennis Tang
- Project listing icons now use the `text-secondary` class - Group listing icons now use the `text-secondary` class - Unnecessary CSS was removed from groups.scss as a result
2019-07-18FE remove create branch call in IDE commitPaul Slaughter
Previously `start_sha` was intercepted on the frontend to create the correct branch in a separate API call. Now that the commits API supports the `start_sha` parameter directly this workaround is not needed anymore.
2019-07-17Move boards switcher partialWinnie Hellmann
(cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
2019-07-17Remove duplicate buttonsSamantha Ming
2019-07-17Merge branch '10009-boards-index' into 'master'Phil Hughes
Removes EE differences for modal issues board See merge request gitlab-org/gitlab-ce!30836
2019-07-17Resolve "Label picker: Line break on long label titles"Ammar Alakkad
2019-07-17Added submodule links to Submodule type in GraphQL APIIgor
This is part of migration of Folder View to Vue
2019-07-17Removes EE differences for modal issues boardFilipa Lacerda
2019-07-17Fetch latest link in the description for zoom link, add more tests and ↵Rajendra kadam
remove frontend spec unnecessary tests
2019-07-17Revert "Merge branch 'button-bug-fixes' into 'master'"Annabel Dunstone Gray
This reverts merge request !30678
2019-07-17Merge branch 'revert-af42c169' into 'master'Paul Slaughter
Revert "Merge branch '61145-fix-button-dimensions' into 'master'" See merge request gitlab-org/gitlab-ce!30798
2019-07-16Align merge request icons and textJarek Ostrowski
Align icons left Align text left Adjust padding to be consistent Make icons same 24 size Add changelog mr number Add right margin to widget status container Add left margin inside widget icon container Prepend left padding for error message Only give button left margin, some have buttons Prettify Adjust test summary icons Prettify Fix empty line before lint Remove author Switch to use gl-padding Use utility classes instead Prettify Change loading icon size to md Update summary_row.vue
2019-07-16Revert "Merge branch '61145-fix-button-dimensions' into 'master'"Annabel Dunstone Gray
This reverts merge request !28545
2019-07-16Merge branch 'vue-file-list-breadcrumb-dropdown' into 'master'Filipa Lacerda
Added add to tree dropdown to Vue files breadcrumb Closes #62865 See merge request gitlab-org/gitlab-ce!30177
2019-07-16Merge branch 'fix-create-mr-enabling-button' into 'master'Filipa Lacerda
Fixed create merge request button not enabling Closes #64454 See merge request gitlab-org/gitlab-ce!30776
2019-07-16Fixed create merge request button not enablingPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64454
2019-07-16Change color for project namespace to light grayMarcel van Remmerden
2019-07-16Merge branch '59875-stylelint-panels' into 'master'Phil Hughes
Fixed style-lint errors for `panels.scss` Closes #59875 See merge request gitlab-org/gitlab-ce!30748