| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
| |
- Uses vue-test-utils
- More complete coverage with parameterized tests
|
| |
|
|
|
|
|
| |
The GitLab UI update changed the spinner selector from `spinner` to
`gl-spinner`, so we need to update it, so that our tests won't fail.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Use @vue/test-utils for tooltip_on_truncate_spec
See merge request gitlab-org/gitlab-ce!29249
|
| | |
|
| |
| |
| |
| | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
|
| |
| |
| |
| |
| |
| | |
Update frontend code to use /-/ scope for milestones and labels routes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Move the table paginaiton component under the
new pagination folder in vue shared components
and updates all the paths
|
|/
|
|
|
| |
creates a pagination component for
the graphql api
|
|\
| |
| |
| |
| | |
[CE Port] Rename vue_component_helper to text_helper
See merge request gitlab-org/gitlab-ce!28358
|
| |
| |
| |
| |
| |
| | |
**Why?**
This file only contains a few text based helper functions.
It has nothing to do with Vue or Vue components.
|
|/ |
|
|
|
|
|
|
|
|
|
| |
- Adds color and a tooltip to describe this new behavior
- Does not resolve if discussion is already resolved
- Adds an action `resolveDiscussion` to simplify `toggleResolveNote`
- Updates docs
https://gitlab.com/gitlab-org/gitlab-ce/issues/54405
|
|\
| |
| |
| |
| |
| |
| | |
refactor(sidebar): Refactored shared sidebar component tests to Jest
Closes #58830
See merge request gitlab-org/gitlab-ce!27688
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fix #58830
Added changelog
Updated to use jest functions
Added mock implementation
|
|\ \
| | |
| | |
| | |
| | | |
Move all static fixtures to static directory
See merge request gitlab-org/gitlab-ce!27668
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Migrated issue spec files to Jest
Closes #58827
See merge request gitlab-org/gitlab-ce!27673
|
| |/
| |
| |
| |
| |
| |
| |
| | |
re #58827
Added changelog
Added sync false, and removed unneeded destroyers
|
|/
|
|
|
|
|
|
| |
fix #58829
Added changelog entry
Added merge request id
|
|\
| |
| |
| |
| |
| |
| | |
Show category icons in user popover
Closes #60387
See merge request gitlab-org/gitlab-ce!27254
|
| |
| |
| |
| | |
Show bio, organization and location icons within user popover.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Web IDE uploading images shows base64 string"
Closes #59514
See merge request gitlab-org/gitlab-ce!27471
|
| |/
| |
| |
| |
| |
| |
| | |
Instead of ContentViewer attempts to compute file type and render
appropriate viewer type, compute it on the parent RepoEditor having all
file-related information at its disposal and pass it down to
ContentViewer as a prop
|
|/
|
|
|
|
| |
If left without a width/height, swipeFrame goes off track when the image
isn't wide enough to fill the available width. The spaceLeft prevented
reaching the right edge of the image.
|
|\
| |
| |
| |
| |
| |
| | |
Removes EE diffs for dropdown_value_collapsed.vue
Closes gitlab-ee#10083
See merge request gitlab-org/gitlab-ce!27367
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
'ce-9262-move-project-search-bar-into-modal-dialog-on-operations-dashboard-page' into 'master'
CE backport: Add reusable project_selector component
See merge request gitlab-org/gitlab-ce!25036
|
| |
| |
| |
| |
| |
| |
| | |
Refactor tests to follow conventions
Add XSS test
Eliminate a few unnecessary lines, comments, and parameters
Use Vue.set for nested state changes
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit adds a resuable UI component that allows a user to search
for a project name, shows the search results, and allows the user to
select one or more projects. This component communicates with its
parent using props and events.
This component was originally created for use in the EE-specific
"Operations Dashboard" page, but it is applicable for CE use cases as
well, and so was added as a CE shared component.
In addition, some logic was extracted from the frequent_items_list_item
component into shared filters to avoid logic duplication.
|
|\ \
| | |
| | |
| | |
| | | |
[CE] Add mutually exclusive labels
See merge request gitlab-org/gitlab-ce!26804
|
| |/
| |
| |
| | |
Scoped labels in EE require additional changes in CE code.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
**Why?**
Previously it managed this as an internal data property, but there
was extra complexity involved because the component doesn't have
all the information it needs (i.e. the `mouseOver` prop).
This is a good opportunity to colocate the data prop with the component
that has the information to change it (i.e. `file_row`) and let
`new_dropdown/index` receive this value as a prop.
|
|/
|
|
|
| |
- added suggestions to mock data
- fixed props to be not required
|
|\
| |
| |
| |
| | |
Untangle Markdown/Diffs/Notes CSS mess
See merge request gitlab-org/gitlab-ce!26493
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
Remove .raw from JavaScript fixture file names
Closes #59201
See merge request gitlab-org/gitlab-ce!26430
(cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
|
| |
|
|
|
| |
This reverts merge request !26430
|
|\
| |
| |
| |
| |
| |
| | |
Remove .raw from JavaScript fixture file names
Closes #59201
See merge request gitlab-org/gitlab-ce!26430
|
| |
| |
| |
| |
| |
| |
| | |
There is nothing more to say but
"Commits that change 30 or more lines across at least three files
must describe these changes in the commit body"
|
|/
|
|
|
| |
This commit updates the pipeline page and related components to include
new pipeline information added by the post-merge pipeline feature.
|
|
|
|
|
|
|
|
| |
A number of the karma tests looked for the .fa-spinner class or the
icon element used for the font awesome spinner class.
These instances have been refactored to now look for the .spinner
class instead.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'57991-frontend-pagination-needs-to-handle-cases-where-the-x-total-pages-header-isn-t-present' into 'master'
Improve the JS pagination to handle the case when the `X-Total` and `X-Total-Pages` headers aren't present
Closes #57991
See merge request gitlab-org/gitlab-ce!25601
|