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-01-31Support for ignore rules in 'convertObjectPropsToCamelCase' helperKushal Pandya
Does following enhancements to `convertObjectPropsToCamelCase` helper; - Adds support for `dropKeys` within options param to discard properties. - Adds support for `allowKeys` within options param to skip converting property names.
2019-01-31Merge branch 'fix/49388' into 'master'Grzegorz Bizon
Fix metrics graphs environments dropdown Closes #49388 See merge request gitlab-org/gitlab-ce!24441
2019-01-31Resolve "Add Avatar from author of the last commit to WebIDE status bar"Jose
2019-01-31Revert "Merge branch '56398-fix-cluster-installation-loading-state' into ↵Robert Speicher
'master'" This reverts merge request !24485
2019-01-30Fix cluster installation processing spinnerJacques Erasmus
2019-01-29Convert noteable_discussion_spec.js to Vue test utilsWinnie Hellmann
2019-01-29refactor(NoteableDiscussion): Extracted ResolveDiscussionButton fromMartin Hobert
2019-01-28Merge branch 'refactor/56369-extract-jump-to-next-discussion-button' into ↵Phil Hughes
'master' Refactor/56369 extract jump to next discussion button Closes #56369 See merge request gitlab-org/gitlab-ce!24506
2019-01-28refactor(NoteableDiscussion): Extracted JumpToNextDiscussionButton to its ↵Martin Hobert
own component fix #56369 chore(changelog): Added changelog entry chore(prettier): Formated with prettier test(JumpToNextDiscussionButton): Added test for new component test(Refactored tests to use vue test-utils): chore(translations): Added newly generated locales Update spec/javascripts/notes/components/discussion_jump_to_next_button_spec.js chore(prettier): Formated with prettier test(JumpToNextDiscussionButton): Updated tests to use a local vue instance test(JumpToNextDiscussionButton): Running tests in async to prevent maximum stack overflow
2019-01-25Merge branch 'winh-note-actions-vue-test-utils' into 'master'Phil Hughes
Convert note_actions_spec.js to Vue test utils See merge request gitlab-org/gitlab-ce!24665
2019-01-25Merge branch 'db-copy-as-gfm-prosemirror' into 'master'Phil Hughes
Reimplement Copy-as-GFM using the prosemirror document model See merge request gitlab-org/gitlab-ce!22797
2019-01-25Apply suggestion to spec/javascripts/test_bundle.jsWinnie Hellmann
2019-01-25Convert note_actions_spec.js to Vue test utilsWinnie Hellmann
2019-01-25Add workaround for Vue test utils setPropsWinnie Hellmann
see https://github.com/vuejs/vue-test-utils/issues/631#issuecomment-421108344
2019-01-25Merge branch 'diff-fix-folder-path-commas' into 'master'Filipa Lacerda
Fixed diff tree folders being rendered incorrectly See merge request gitlab-org/gitlab-ce!24635
2019-01-25Merge branch 'diff-settings-dropdown' into 'master'Filipa Lacerda
Added dropdown for diff settings Closes #55491 See merge request gitlab-org/gitlab-ce!24460
2019-01-25Upgrade webpack and monaco-editor to latestMike Greiling
2019-01-24Merge branch 'sh-bump-chrome-golang-ci-image' into 'master'Clement Ho
Bump CI image to use Chrome 71.0 and Golang 1.11 Closes #56614 and #55578 See merge request gitlab-org/gitlab-ce!24572
2019-01-24Fixed diff tree folders being rendered incorrectlyPhil Hughes
2019-01-24Added dropdown for diff settingsPhil Hughes
Dropdown includes buttons for tree view rendering mode and buttons for the compare view (inline or side-by-side) Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55491
2019-01-24Adds create option in filtered dropdownFilipa Lacerda
In the filtered search dropdopwn adds a button to enable creation of missing element.
2019-01-24Use nodes and marks to power Copy-as-GFMDouwe Maan
The spec needed to be updated because in some cases the resulting Markdown is slightly different, though equally valid.
2019-01-24Add tiptap/prosemirror nodes and marks for all Markdown and GFM featuresDouwe Maan
The schema is built on top of the default schema and Node and Mark classes provided by tiptap-extensions. prosemirror-model is used to parse HTML/DOM into a prosemirror document, and prosemirror-markdown is used to serialize this document to (GitLab Flavored) Markdown.
2019-01-23Fix discussion counter spec mock dataLukas Eipert
To me it seems like the mock data does not match the actual data anymore. I checked the actual data and to me it seems like the resolved property actually should live in the overall discussion object.
2019-01-23Merge branch ↵Filipa Lacerda
'25569-changing-wording-to-delete-when-referring-to-removing-a-branch' into 'master' Resolve "Changing wording to "Delete" when referring to removing a branch" Closes #25569 See merge request gitlab-org/gitlab-ce!23966
2019-01-23Remove favicon check from mrWidgetOptions specLukas Eipert
The method that actually creates the favicon is already unit tested, I would have loved to mock it out, but ist is not possible without using rewire. So I decided we just check that the favicon href is changed and use that as a proxy for calling `setFaviconOverlay`
2019-01-23Merge branch 'dm-trim-discussion-truncated-line-first-chars' into 'master'Phil Hughes
Fix bug that caused Suggestion Markdown toolbar button to insert snippet with leading +/-/<space> See merge request gitlab-org/gitlab-ce!24568
2019-01-22Use 'delete' instead of 'remove' for source branchSam Bigelow
This is to match `git branch -D <branchname>`
2019-01-22Trim first char of diff line text on diff discussionsDouwe Maan
Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and diff discussion `truncated_diff_lines` were inconsistent: `text` and `rich_text` on the latter included the leading +/-/<space> character, like on the backend, while the former had no `text` and its `rich_text` had dropped this char. This resulted in a bug when the suggestions feature expected these diff line objects to be identical in format and thus interchangeable, which was not the case.
2019-01-22Merge branch 'leipert-make-canvas-more-tolerant' into 'master'Phil Hughes
Make favicon tests more fault resistent Closes #50527 See merge request gitlab-org/gitlab-ce!22686
2019-01-22Merge branch ↵Filipa Lacerda
'53856-changing-group-visibility-does-not-re-enable-save-button' into 'master' Resolve "Changing group visibility does not re-enable Save button" Closes #53856 See merge request gitlab-org/gitlab-ce!23022
2019-01-22Resolve "Merge request file browser should always be possible show/hide"Sam Bigelow
2019-01-22Fix DirtySubmit handling of checkbox and radio inputsLuke Bennett
Most browsers do not fire the "input" event for checkboxes or radios. Adds a "change" listener to properly trigger these DirtySubmit updates.
2019-01-21Support flat response for envs index routesyasonik
To support environment folders in the UI on the Environments List page, the environments index route previously returned one environment per folder, excluding those other than the latest deploy. However, the environtments dropdown on the metrics dashboard requires that any environment be selectable. To accommodate both use cases, support an optional 'nested' parameter in the index route to return either a flat, complete response or a nested response based on the use case in question. The new default response structure is the flat response.
2019-01-21Make favicon tests more fault resistentLukas Eipert
It seems like every new version of Chrome renders the favicon canvas differently. This reduces the problems with it by creating a more fault tolerant check, which compares the color values in the pixels and is okay if they are within a certain threshold.
2019-01-21Resolve "Admin Settings: Cannot read property 'addEventListener' of null"Martin Wortschack
2019-01-18Remove unwanted margin above suggested changes.Jacques Erasmus
2019-01-18Merge branch 'diff-tree-collapse-directories' into 'master'Filipa Lacerda
Collapses directory structure in merge request tree Closes #53069 See merge request gitlab-org/gitlab-ce!24392
2019-01-18Merge branch 'user-avatar-list-empty-text' into 'master'Kushal Pandya
Handle emptyText in user_avatar_list See merge request gitlab-org/gitlab-ce!24436
2019-01-16Added specs for mutations & utils methodsPhil Hughes
2019-01-16Handle emptyText in user_avatar_listPaul Slaughter
**Why?** To reduce duplicate code, it's helpful to encapsulate this behavior here.
2019-01-16Resolve "In Merge Request diff screen, master is not a hyperlink"Natalia Tepluhina
2019-01-15Add syntax highlighting to suggestion previewJacques Erasmus
2019-01-15Resolve "When merging an MR, the squash checkbox isn't always supported"Natalia Tepluhina
2019-01-15Make parseBoolean idempotentWinnie Hellmann
2019-01-14Merge branch 'move-job-cancel-btn' into 'master'Filipa Lacerda
Move job cancel button Closes #55944 and #54812 See merge request gitlab-org/gitlab-ce!24074
2019-01-12List Sentry Errors in GitLab - FrontendSimon Knox
2019-01-11Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Fernando Arias
move-job-cancel-btn
2019-01-11Code cleanup of headerActions and testsFernando Arias
* Remove headerAction getter from job getters * Remove prop from being passed into header_ci_component * Remove no longer needed tests
2019-01-11Support multiple outputs in Jupyter notebooksPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/31910, https://gitlab.com/gitlab-org/gitlab-ce/issues/32588