| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
**What was the issue?**
If a param value had `+`, it would be encoded as a
literal `+` instead of a space.
|
|
|
|
|
|
|
|
|
|
| |
The existing stage list items are rendered
in haml, migrating them to vuejs for future
work.
Fix alignment of median value
Test for stage_nav_item.vue
|
|
|
|
|
| |
- Uses vue-test-utils
- More complete coverage with parameterized tests
|
|
|
|
|
|
|
| |
Also adds comment to explain why this works on the diff-tab
when it's only used in `notes-app`.
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30144#note_204066538
|
|\
| |
| |
| |
| |
| |
| | |
Convert `spec/javascripts/environments/*rollback*` tests from Jasmine to Jest
Closes #61800
See merge request gitlab-org/gitlab-ce!31021
|
| |
| |
| |
| | |
This commit converts two Jasmine tests into Jest tests.
|
|/
|
|
|
| |
Creates `refresh_counts` module to dynamically fetch
and load data based on attributes of HAML elements.
|
|
|
|
| |
Add keyboard shortcuts `p` and `n` to navigate duscussions.
|
|
|
|
| |
- only in blobs result
|
|\
| |
| |
| |
| | |
Clean up an incomplete thought as a spec
See merge request gitlab-org/gitlab-ce!31541
|
| | |
|
| |
| |
| |
| | |
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
|
| |
| |
| |
| | |
Pass keyname instead of translated string
|
|/
|
|
|
| |
Prevents manual action button from being rendered
twice in the job log empty state
|
|
|
|
| |
This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
|
|
|
|
|
| |
Only display the details of the cluster page when the cluster
exists. If it is in "creating" state, show a message and a spinner
|
| |
|
|
|
|
|
| |
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing
changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
|
|
|
|
|
| |
This will ultimately replace the stats.js that
exists in EE.
|
| |
|
|
|
|
|
| |
Adds Job specific variables to facilitate specifying variables when
running manual jobs.
|
| |
|
|
|
|
| |
It will be hooked up to the markdown editor later
|
|
|
|
| |
Added the ability to update the namespace label text for gitlab-managed
|
|
|
|
|
| |
Replaced instance of the `pluralize` js function
with `n__` to follow our development guide.
|
|
|
|
| |
See https://gitlab.com/gitlab-org/gitlab-ce/issues/30423
|
| |
|
|
|
|
|
| |
Moves every fixture source file from
spec/javascripts to spec/frontend
|
| |
|
|
|
|
|
|
| |
Introduces frontend:fixtures rake task to replace
karma:fixtures and update documentation and CI scripts
to match
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Moved the block that fails tests on unmocked axios requests from
test_setup to its own mock, and added a jQuery mock that fails
tests if they use unmocked $.ajax().
|
|
|
|
| |
This is part of migration of Folder View to Vue
|
|
|
|
| |
remove frontend spec unnecessary tests
|
|\
| |
| |
| |
| |
| |
| | |
Added add to tree dropdown to Vue files breadcrumb
Closes #62865
See merge request gitlab-org/gitlab-ce!30177
|
| | |
|
|/
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64454
|
|
|
|
| |
(cherry picked from commit 9dbefac95a8b60b93ba7b05fd7bf69b80b395f54)
|
|\
| |
| |
| |
| |
| |
| | |
Fixed back navigation for projects filter
Closes #62088
See merge request gitlab-org/gitlab-ce!30373
|
| |
| |
| |
| |
| |
| | |
Filterable list now sends request to filter the projects list
explicitly with `json` extension to avoid breakage when navigating back
from a project to the filtered project's list.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed dropdown hover styles
Closes #64330 and #64340
See merge request gitlab-org/gitlab-ce!30534
|
| | |
| | |
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64340
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix dropdown styling issues
Closes #64250
See merge request gitlab-org/gitlab-ce!30477
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response
API response changed to 401 if no current_user
Added API + JS specs
Fix for Static Check
Updated Count on Open/Close, Assign/Unassign of MR's
Checking if MR Count is refreshed
Added # frozen_string_literal: true to spec
Added Changelog
|
| |
| |
| |
| | |
Change issues to issue's
|