| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Cached markdown version is composed both from global and local
markdown version. This allows admins to bump version locally when
needed (e.g. when external URL is changed).
|
|\
| |
| |
| |
| | |
Convert note_app_spec.js to Vue test utils
See merge request gitlab-org/gitlab-ce!24900
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Use SVG icon for deployment series
See merge request gitlab-org/gitlab-ce!24652
|
| | |
| | |
| | |
| | | |
Use the rocket GitLab SVG to show deployment data
|
|/ /
| |
| |
| | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
|
|\ \
| | |
| | |
| | |
| | | |
FE grammar util
See merge request gitlab-org/gitlab-ce!24893
|
| |/
| |
| |
| |
| | |
This contains the function `toNounSeriesText` which can be used to build
i18n noun series fragments (i.e. "A, B, and C").
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Handle metrics graph resize events
See merge request gitlab-org/gitlab-ce!24649
|
| |/
| |
| |
| | |
Resizes metrics graph on window and sidebard width changes
|
|\ \
| |/
|/|
| |
| | |
Add groupMembers to api.js
See merge request gitlab-org/gitlab-ce!24892
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
'19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master'
Forms with task lists can be overwritten when editing simultaneously
See merge request gitlab-org/gitlab-ce!23938
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix metrics graphs environments dropdown
Closes #49388
See merge request gitlab-org/gitlab-ce!24441
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |/
|/| |
|
| |
| |
| |
| |
| | |
'master'"
This reverts merge request !24485
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'master'
Refactor/56369 extract jump to next discussion button
Closes #56369
See merge request gitlab-org/gitlab-ce!24506
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Convert note_actions_spec.js to Vue test utils
See merge request gitlab-org/gitlab-ce!24665
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
see https://github.com/vuejs/vue-test-utils/issues/631#issuecomment-421108344
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Reimplement Copy-as-GFM using the prosemirror document model
See merge request gitlab-org/gitlab-ce!22797
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The spec needed to be updated because in some cases the resulting
Markdown is slightly different, though equally valid.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Fixed diff tree folders being rendered incorrectly
See merge request gitlab-org/gitlab-ce!24635
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added dropdown for diff settings
Closes #55491
See merge request gitlab-org/gitlab-ce!24460
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bump CI image to use Chrome 71.0 and Golang 1.11
Closes #56614 and #55578
See merge request gitlab-org/gitlab-ce!24572
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|