| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
RailsHelpers.stub_rails_env takes care of
stubbing Rails.env
|
|\
| |
| |
| |
| | |
What to avoid in code review
See merge request gitlab-org/gitlab-ce!32592
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Bring method back that was mistakenly removed
See merge request gitlab-org/gitlab-ce!32667
|
|/ /
| |
| |
| | |
- We're also improving specs to avoid this could happen again
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
into 'master'
Upgrade GraphQL gem to 1.9.11
See merge request gitlab-org/gitlab-ce!31980
|
|/ /
| |
| |
| |
| |
| | |
- `edge_nodes` needs to get called on the object
- added `include GlobalID::Identification` in a couple places
- renamed `object` to `item` in spec due to conflict
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
'12155-update-pipelines-minutes-expiry-banner-to-an-alert-component-type-ce' into 'master'
CE - Update pipelines minutes expiry banner to an alert component type
See merge request gitlab-org/gitlab-ce!31654
|
|/ /
| |
| |
| |
| |
| |
| | |
- remove hiding the alert functionality
- use `danger` class instead of `warning`
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
'64009-show-a-meaningful-error-message-when-due-quick_actions-command-fails-because-the-date-format-is-invalid' into 'master'
Resolve "Show a meaningful error message when /due quick_actions command fails because the date format is invalid"
See merge request gitlab-org/gitlab-ce!32349
|
|/ /
| |
| |
| |
| | |
When using /due quick action with an invalid date a meaninful error
message is shown.
|
|\ \
| | |
| | |
| | |
| | | |
Create partial index for gitlab-monitor CI metrics
See merge request gitlab-org/gitlab-ce!32546
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This creates a partial index intended to speed up queries on
`ci_builds`. Particularly, `gitlab-monitor` has rather heavy queries.
Those have been changed to only look back 7 days and benefit from this
index tremendously.
Relates to
https://gitlab.com/gitlab-org/gitlab-exporter/merge_requests/101.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Stricter validation of prometheus label values
See merge request gitlab-org/gitlab-ce!32460
|
|/ / /
| | |
| | |
| | | |
See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/38
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update Pipeline Security Dashboard documentation
See merge request gitlab-org/gitlab-ce!32396
|
|/ / /
| | |
| | |
| | | |
Tracked in https://gitlab.com/gitlab-org/gitlab-ee/issues/13496.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
SSoT for API template docs
Closes #64589
See merge request gitlab-org/gitlab-ce!31320
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
These docs are straightforward API reference material
and needed only to have document type header and
troubleshooting footer added for the SSoT effort.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Remove unnecessary freeze in app
See merge request gitlab-org/gitlab-ce!32636
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Adds docs for total usage storage quota
See merge request gitlab-org/gitlab-ce!32600
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Upgrade GraphQL gem to 1.8.17
See merge request gitlab-org/gitlab-ce!32299
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Due to https://github.com/exAspArk/batch-loader/pull/32,
we changed BatchLoader.for into BatchLoader::GraphQL.for
- since our results are wrapped in a BatchLoader::GraphQL,
calling `sync` during authorization is required to get real object
- `graphql` now has it's own authorization system. Our
`authorized?` method conflicted and required renaming
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add markdownlint-cli to yarn dependencies
See merge request gitlab-org/gitlab-ce!32593
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
This is the tool that we use to lint the Markdown files.
Let's add it to yarn.lock so that we can use it in
development. Pinned to 0.18.0.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update eslint-utils to 1.4.2
Fixes vulnerability in development environment.
See https://nvd.nist.gov/vuln/detail/CVE-2019-15657
See merge request gitlab-org/gitlab-ce!32251
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
> In eslint-utils before 1.4.1, the getStaticValue function can execute arbitrary code.
- https://github.com/mysticatea/eslint-utils/security/advisories/GHSA-3gx7-xhv7-5mx3
- https://nvd.nist.gov/vuln/detail/CVE-2019-15657
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Avoid calling freeze on already frozen strings in app/finders
See merge request gitlab-org/gitlab-ce!32634
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add ability to see project deployments at cluster level (FE)
See merge request gitlab-org/gitlab-ce!31575
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Added the ability to see project deployments using a group cluster
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Let project reporters create issue from group boards
Closes #54042
See merge request gitlab-org/gitlab-ce!29866
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
The current state of group issue boards does not show the "Add issues"
button on the UI for users that are reporters of group child projects.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'60372-milestone-link-prevent-delete-issue-after-move-it-to-another-project-2' into 'master'
Add service to transfer Group Milestones when transferring a Project
See merge request gitlab-org/gitlab-ce!31778
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Add new service that transfers milestones
from a group to a project
- Include new service in Projects transfer service
- Include FromUnion module in Milestone model
to use in transfer service
- Add specs for new milestones service
- Add specs for transferring milestones in
project transfer service
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use spec_helper for S/MIME settings specs
See merge request gitlab-org/gitlab-ce!32647
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The constant tested is defined in an initializer, and these are not
loaded when using fast_spec_helper. When running just this test file, or
when running this test first this can lead to test failures. To fix this
we just use spec_helper instead of fast_spec_helper.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Clarified website url precedence
See merge request gitlab-org/gitlab-ce!32599
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Cleans up "Scheduling" section on Background Migrations
See merge request gitlab-org/gitlab-ce!32557
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Specifies that background migrations should be scheduled as post
deployment migrations
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removed reference to project for DAST
See merge request gitlab-org/gitlab-ce!32601
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Backport EE "Track repository pushes as audit events"
See merge request gitlab-org/gitlab-ce!32304
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Avoid calling freeze on already frozen strings in app/services
See merge request gitlab-org/gitlab-ce!32635
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add a link to the 'Repository Storage Types' doc page
See merge request gitlab-org/gitlab-ce!32650
|