| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Avoid calling freeze on already frozen strings in lib/gitlab
See merge request gitlab-org/gitlab-ce!32637
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'66966-convert-rails-env-stub-usages-to-use-railshelpers-stub_rails_env-instead' into 'master'
Use stub_rails_env for Rails.env stubbing
Closes #66966
See merge request gitlab-org/gitlab-ce!32625
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
RailsHelpers.stub_rails_env takes care of
stubbing Rails.env
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add docs exception to lint-ci job
See merge request gitlab-org/gitlab-ce!32683
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add spaces to devops ci template to reduce warnings
See merge request gitlab-org/gitlab-ce!32681
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Create index for users.unconfirmed_email
See merge request gitlab-org/gitlab-ce!32664
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This speeds up the following query:
```sql
SELECT users.* FROM users WHERE users.unconfirmed_email = ? ORDER BY
users.id ASC LIMIT 1
```
Presumably, this is a query coming from Devise.
Context is https://gitlab.com/gitlab-org/gitlab-ce/issues/66958.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Allow not resolvable urls when dns rebinding setting is disabled
See merge request gitlab-org/gitlab-ce!32523
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Now, when the dns rebinging setting is disabled, we will
allow urls that are not resolvable.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Port 3 more debug docs to the docs project
Closes #63035
See merge request gitlab-org/gitlab-ce!31368
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Move rails and linux cheat sheets, and test_environment
reference docs to the docs project
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Split tests across files for the sake of parallelization
See merge request gitlab-org/gitlab-ce!32686
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Docs: Add role level note to projects permission
See merge request gitlab-org/gitlab-ce!32483
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Separate doc for version specific Geo update steps
Closes gitlab-ee#11881
See merge request gitlab-org/gitlab-ce!32542
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
To emphasize the happy path for updating Geo nodes, put the version
specific steps in a separate document and cross-link them for
discoverability.
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11881
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
| | |_|_|/ / / /
| |/| | | | | | |
|