| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Externalize strings from `/app/views/projects/milestones`
See merge request gitlab-org/gitlab-ce!24726
|
|/ |
|
|\
| |
| |
| |
| | |
Update dependency @gitlab/svgs to ^1.48.0
See merge request gitlab-org/gitlab-ce!24744
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Save sorting preference for Issues/MRs in BE
Closes #50352
See merge request gitlab-org/gitlab-ce!24198
|
| | |
| | |
| | |
| | |
| | |
| | | |
In order to let users' sorting preferences transfer between devices, we
save the preference for issues and MRs (one preference for issues, one
for MRs) in the backend inside the UserPreference object
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Externalize strings from `/app/views/clusters`
See merge request gitlab-org/gitlab-ce!24666
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Document how to format localized dates in Ruby
Closes #41237
See merge request gitlab-org/gitlab-ce!24585
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This documents the two ways we currently localized dates:
1) Using l helper
2) Through strftime
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/41237
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add GitLab as kitchen analogy
See merge request gitlab-org/gitlab-ce!24742
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Clarify that project URL could be HTTP or HTTPS
Closes #56814
See merge request gitlab-org/gitlab-ce!24667
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Reload if needed when checking merge status
Closes gitlab-org/quality/nightly#64
See merge request gitlab-org/gitlab-ce!24732
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
refactor(NoteableDiscussion): Extracted ResolveDiscussionButton from
See merge request gitlab-org/gitlab-ce!24505
|
|/ / / / / |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'36445-better-indication-that-an-issue-has-been-moved-or-marked-as-duplicated' into 'master'
Indicate on Issue Status if an Issue was Moved
Closes #36445
See merge request gitlab-org/gitlab-ce!24470
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add the text `(moved)` to the `Closed` status indicator on a closed
issue if the reason the issue was closed was due to moving it.
This only applies to closed issues. Issues that were closed and moved
then later re-opened only show `Open`. This makes it more immidately
clear why the issue was closed.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Update dependency @gitlab/ui to ^1.22.1
See merge request gitlab-org/gitlab-ce!24734
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'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
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Enable CommonMark source line position information
See merge request gitlab-org/gitlab-ce!23971
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
including refactoring, disabling sourcepos for pipelines that
don't need it, and minimizing spec changes by disabling
sourcepos when not testing for it explicitly.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This adds 'data-sourcepos' to tags, indicating which
line of markdown it came from. Sets the stage for
intelligently manipulating specific lines of markdown.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Externalize strings from `/app/views/projects/pages_domains`
See merge request gitlab-org/gitlab-ce!24723
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Use retry to improve reliability of go_to_profile_settings
Closes gitlab-org/quality/nightly#65
See merge request gitlab-org/gitlab-ce!24719
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix running a single spec file with rspec
See merge request gitlab-org/gitlab-ce!24729
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Prevent unload when Recaptcha is open
Closes #44698
See merge request gitlab-org/gitlab-ce!24625
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Update dependency @gitlab/ui to ^1.22.0
See merge request gitlab-org/gitlab-ce!24721
|
| | |/ / / / / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Wait for requests in specs before interacting with select2
Closes #56867
See merge request gitlab-org/gitlab-ce!24694
|
| | |_|/ / / / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Bump Sidekiq to 5.2.5
See merge request gitlab-org/gitlab-ce!24662
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This reduces duplication caused by gitlab-monitor already shipping
Sidekiq 5.2.5. The only changes appear to be minor:
https://github.com/mperham/sidekiq/blob/master/Changes.md
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Fix `star` action in the `explore` subpages
See merge request gitlab-org/gitlab-ce!24693
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add query method for id
See merge request gitlab-org/gitlab-ce!24386
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into 'master'
Standardize token value capitalization in filter bar
Closes #54213
See merge request gitlab-org/gitlab-ce!23846
|
|/ / / / / / / |
|