| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add specs for new endpoint to move multiple issues.
Add changelog entry
Just check the first issue for the ability to move / update
Add specs for exceeding limits and malformed requests
Changed name of shared examples
Change title of changelog entry
Use %i instead of %w
Check permission to update issue on project instead of board
Use admin_issue permission to check for issue move ability
Changed variable name to avoid shadow issue_params method
Rename route to bulk_move
Change route definition
Check permissions for each issue
Combine methods for parameters permit check
Remove extra context
Change description of context
Check param for type Array
Add unit tests to MoveService
Use before_action for permission check
Use set instead of let!
Use let's instead of set
|
|\
| |
| |
| |
| | |
Project list: Add text-secondary to controls container
See merge request gitlab-org/gitlab-ce!30567
|
|/
|
|
| |
- Add changelog entry
|
|\
| |
| |
| |
| |
| |
| | |
Align CI icon in merge request dashboard
Closes #64314
See merge request gitlab-org/gitlab-ce!30558
|
| |
| |
| |
| |
| | |
Vertically aligns ci icon, avatar, and comments
icons in the merge request dashboard by using flex
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Improve Graphql Docs
Closes #57694
See merge request gitlab-org/gitlab-ce!29998
|
|/ /
| |
| |
| | |
Adds more friendly docs for GraphQl implementation
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fetch users from Phabricator + link to issues
Closes #60565
See merge request gitlab-org/gitlab-ce!30321
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We fetch the users from Phabricator based on their Phabricator ID. If
a user with the same username exists and is a member of the project,
we set them as assignee or author.
When a user is applicable, we also cache it in Redis so we don't have
to perform the request again for the same phid.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update qa/README.md GDK port
See merge request gitlab-org/gitlab-ce!30596
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Upgrade rspec-rails to 3.8.2 and dependencies
See merge request gitlab-org/gitlab-ce!28378
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This brings the rspec-core version in line with the Gitaly changes
and introduces Rails 5.1/5.2 improvements.
Full CHANGELOG:
https://github.com/rspec/rspec-rails/blob/master/Changelog.md
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix basic login test stability
Closes gitlab-org/quality/staging#57
See merge request gitlab-org/gitlab-ce!30446
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also extract retry_until into qa/qa/support/retrier.rb
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Support additional panel types
Closes #60008
See merge request gitlab-org/gitlab-ce!30001
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This introduces the single stat chart component aside from
the area chart component
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix `simple_format` undefined error #60179
Closes #60179
See merge request gitlab-org/gitlab-ce!30366
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`simple_format` is not defined in ActionView::Helpers::TagHelper, but
it is actually located in ActionView::Helpers::TextHelper.
The solution is to include the correct helper.
I've also added tests for `#markup_unsafe` because they were missing.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Adds a Rubocop cop for Rails.logger
Closes #54102
See merge request gitlab-org/gitlab-ce!30415
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Suggests to use a JSON structured log instead
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix whitespace in many administration docs (part 2)
See merge request gitlab-org/gitlab-ce!30555
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for many admin
docs (part 2)
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Edit GraphQL general availability text
See merge request gitlab-org/gitlab-ce!30541
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Moving Pgbouncer HA documentation out of database documentation
Closes #63540
See merge request gitlab-org/gitlab-ce!30471
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'backstage/gb/improve-performance-environment-statuses-endpoint' into 'master'
Improve performance of fetching environments statuses
Closes #62589
See merge request gitlab-org/gitlab-ce!30560
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Vulnerabilities API now supports pipeline_id
See merge request gitlab-org/gitlab-ce!30086
|
|/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Remove deleteNote from notes service
See merge request gitlab-org/gitlab-ce!30537
|
|/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Add docs on project-based dashboard config
See merge request gitlab-org/gitlab-ce!28154
|
|/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into 'master'
Add controller spec for deploy tokens
Closes #62363
See merge request gitlab-org/gitlab-ce!30311
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Refactor common_metrics importer into a more extensible pattern
Closes #63044
See merge request gitlab-org/gitlab-ce!30012
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
In order to avoid confusion between Gitlab::Importers module and other
like named modules, this renamed it to Gitlab::DatabaseImporters.
|
| | | | | | | | | |
|