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-12-13Allow suggesting single line changes in diffsOswaldo Ferreira
2018-12-13Merge branch '51994-disable-merging-labels-in-dropdowns' into 'master'Fatih Acet
Resolve "Fix labels dropdown with multiple same names" Closes #51994 See merge request gitlab-org/gitlab-ce!23265
2018-12-13Fix diff changes empty statePhil Hughes
The empty state now only gets shown when no files exist in the branch. If the user is reviewing 2 versions with no files, we don't show the state. Refactors the diff app spec to use Vue test utils. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48635
2018-12-12Added testPhil Hughes
2018-12-12Fixed notes not being applied to diff linesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55248, https://gitlab.com/gitlab-org/gitlab-ce/issues/55245
2018-12-12Merge branch 'fixed-note-awards-js' into 'master'Filipa Lacerda
Fixed emoji awards not being added to notes Closes #55141 See merge request gitlab-org/gitlab-ce!23720
2018-12-12Merge branch 'winh-markdown-preview-lists' into 'master'Phil Hughes
Remove unnecessary div from MarkdownField to apply list styles correctly Closes #55190 See merge request gitlab-org/gitlab-ce!23733
2018-12-12Remove unnecessary div from MarkdownField to apply list styles correctlyWinnie Hellmann
2018-12-11Move timeline_entry_item_spec.js to JestWinnie Hellmann
2018-12-11Move emoji_menu_spec.js to JestWinnie Hellmann
2018-12-11Make commit IDs in merge request discussion header monospaceWinnie Hellmann
2018-12-11Fixed emoji awards not being added to notesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55141
2018-12-11Fix MR discussion counts being offPaul Slaughter
**What was the issue?** Notes can be unresolved, but not resolvable. Without this, the unresolvedDiscussionsCount was inflated. **References** https://gitlab.com/gitlab-org/gitlab-ce/issues/55138
2018-12-10Merge branch '39727-registry' into 'master'Phil Hughes
Replaces vue-resource with axios for registry code See merge request gitlab-org/gitlab-ce!23545
2018-12-10Merge branch 'commit-badge-style-fix' into 'master'Filipa Lacerda
Fixed styling of image comment badges on commits Closes #54849 See merge request gitlab-org/gitlab-ce!23659
2018-12-08CE Backport: Epic issue list and related issue list re-designKushal Pandya
2018-12-08Resolve "Navigating unresolved discussions on Merge Request page"André Luís
2018-12-08Resolve "Extended user centric tooltips"Tim Zallmann
2018-12-07Merge branch '20422-hide-ui-variables-by-default' into 'master'Robert Speicher
Resolve "Hide variables in UI by default" Closes #20422 See merge request gitlab-org/gitlab-ce!23518
2018-12-07Merge branch 'cert-manager-email' into 'master'Dmitriy Zaporozhets
Ability to override Issuer Email for Cert Manager See merge request gitlab-org/gitlab-ce!23503
2018-12-07Merge remote-tracking branch 'origin/master' into ↵jhampton
20422-hide-ui-variables-by-default
2018-12-07Prettifiesjhampton
2018-12-07Fixed styling of image comment badges on commitsPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54849
2018-12-07Fixes linting errorsjhampton
2018-12-07CE Port of "Web Terminal FE"Paul Slaughter
2018-12-07Allows user to override default issuer email for cert managerAmit Rathi
2018-12-07Adds toggle behaviorjhampton
- Adds coverage for hide/reveal toggle button behavior
2018-12-07Reduces technical debtFilipa Lacerda
Updates icons to use gitlab-svg Updates buttons to use gitlab-ui Updates broken tests
2018-12-07Replaces vue-resource with axios for registry codeFilipa Lacerda
2018-12-07Merge branch 'winh-merge-request-diff-discussion-commit-id' into 'master'Mike Greiling
Pass commit when posting diff discussions See merge request gitlab-org/gitlab-ce!23371
2018-12-07Remove unused data from discussions endpointOswaldo Ferreira
We don't need a series of attributes to render diff files on discussions.json request. Therefore this MR removes lots of unnecessary attributes from the request, mainly the highlighted diff lines, which are pretty expensive.
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-12-06Merge branch 'diff-file-moved-view' into 'master'Filipa Lacerda
Fixed renamed and mode changed diff viewers not rendering on merge requests Closes #52607 See merge request gitlab-org/gitlab-ce!23600
2018-12-06Fixed renamed and mode changed diff viewersPhil Hughes
Renders mode changed and renamed file merge request diff viewers on the frontend. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52607
2018-12-06Merge branch 'mg-fix-knative-application-row' into 'master'Kushal Pandya
Disable Knative for group clusters See merge request gitlab-org/gitlab-ce!23577
2018-12-06Merge branch '5426-fe-web-terminal-init-store-ce' into 'master'Phil Hughes
CE Port of "Setup IDE terminal store for environment checks" See merge request gitlab-org/gitlab-ce!23575
2018-12-06Fix failed tests and add extra testHeinrich Lee Yu
2018-12-06Disable duplicate label merging in search bar dropdownHeinrich Lee Yu
2018-12-06Pass commit when posting diff discussionsWinnie Hellmann
2018-12-06Resolve "Include tags into pipeline detail view"Scott Hampton
2018-12-06Update test to ensure the correct applications are shownMike Greiling
2018-12-05Add projectRunners to api.jsPaul Slaughter
- This is needed by the Web Terminal to check environment
2018-12-05Merge branch 'diff-expand-commit-file' into 'master'Filipa Lacerda
Fixed expanding diff commit files Closes #50662 See merge request gitlab-org/gitlab-ce!23591
2018-12-05Fixed expanding diff commit filesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50662
2018-12-05Fixed multiple discussions getting added to diff linesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8195
2018-12-05Merge branch 'expand-diff-bug' into 'master'Filipa Lacerda
Fixed diff files not expanding Closes #54868 See merge request gitlab-org/gitlab-ce!23555
2018-12-04Fixed diff files not expandingPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54868
2018-12-04Updated variable name to forceExpandedPhil Hughes
2018-12-04Fixed multiple diff line discussions not expandingPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53600
2018-12-04Fix collapsing discussion repliesWinnie Hellmann