| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Update dependency @gitlab/ui to ^5.5.0
See merge request gitlab-org/gitlab-ce!30454
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Remove the feature flag for GraphQL
Closes #59965
See merge request gitlab-org/gitlab-ce!30444
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
- Remove `FeatureConstrainer` call wrapping api endpoint
- Remove `Feature.enabled?(:graphql)` conditionals in back and frontend
- Modify graphql test to be graphql flag agnostic
- Remove api routing spec
- Remove frontend feature flag via `gon`
|
|\ \
| | |
| | |
| | |
| | | |
Add additional condition to count median properly
See merge request gitlab-org/gitlab-ce!30229
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
CE Port of Allow bulk update for group issues
See merge request gitlab-org/gitlab-ce!30358
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is a port MR for CE
Original MR:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Updates to php:latest
See merge request gitlab-org/gitlab-ce!30319
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Remove obsolete comment
See merge request gitlab-org/gitlab-ce!30388
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix subgroup url in search drop down
Closes #52525
See merge request gitlab-org/gitlab-ce!30457
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Inside a subgroup scope, when the user clicks on the
search drop down in the header, some options are displayed.
Some of this links direct the user to the issues and merge
requests linked to the subgroup. Nevertheless, the url
was broken because they doesn't include the complete
group namespace
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Fixed apollo caching of the root repository file listing
See merge request gitlab-org/gitlab-ce!30409
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Raise error if API returns a code other than what is expected
See merge request gitlab-org/gitlab-ce!30301
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adjust modal body styles to match design spec
See merge request gitlab-org/gitlab-ce!30425
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Set min-height to 80px via $modal-body-height
Set padding to 16px overall and 48px on right via $grid-size
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Updates on success of an MR the count on top and in other tabs
See merge request gitlab-org/gitlab-ce!29441
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Tidy up timezone topic
Closes #62058
See merge request gitlab-org/gitlab-ce!30495
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Pin modals at 64px from the top of the viewport
See merge request gitlab-org/gitlab-ce!30412
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Was 30px
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
add font weight to links in wiki pages to be more distinguishable from static information
Closes #61316
See merge request gitlab-org/gitlab-ce!29858
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
static information
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix typo on confidential MR dropdown
See merge request gitlab-org/gitlab-ce!30499
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change issues to issue's
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Docs: Add missing backtick fence to code block
See merge request gitlab-org/gitlab-ce!30494
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Docs: Fix spacing of code blocks
See merge request gitlab-org/gitlab-ce!30453
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Docs: Update danger to accept docs linting changes
See merge request gitlab-org/gitlab-ce!30497
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix docs URL in trigger-build-docs puts text
See merge request gitlab-org/gitlab-ce!30473
|
| | |_|_|_|_|/ /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Makes copying host keys a recommended step
Closes #64211
See merge request gitlab-org/gitlab-ce!30487
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Quarantine failing push limit test
See merge request gitlab-org/gitlab-ce!30496
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix WorkhorseHelpers module is missing
See merge request gitlab-org/gitlab-ce!30452
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This interferes spec execution on local environment.
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "Clicking edit button in a thread reply doesn’t work"
Closes #64134
See merge request gitlab-org/gitlab-ce!30424
|