| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pin the version of deployed external-dns to `2.y.z`, using SemVer
matching. (`^2.2.1`)
Update the properties for the service account keys per
*Upgrading to 2.0.0* of the `stable/external-dns` README.
Add `aws.batchChangeSize=400` to combat messages about RDATA being
too large.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64356
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Remove CommonMetricsImporter patch and change all references to
CommonMetrics::Importer. Move specs into their appropriate folders. Also
cleans up some common_metric importer namespacing.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
This moves our metric importers into the lib folder. This will allow
them to be autoloaded instead of having to explicitly require them.
|
| |
| |
| |
| |
| |
| |
| | |
This refactors common metrics importer for two reasons. 1. To create a
new pattern that can be followed by future importers that will minimize
dependency collision and 2. To allow EE to more easily extend
dependencies.
|
|\ \
| | |
| | |
| | |
| | | |
Prepare cycle analytics for group level
See merge request gitlab-org/gitlab-ce!30356
|
| | |
| | |
| | |
| | | |
Fix rubocop offences
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
FIx file
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'64331-Assignee-field-in-a-new-issue-has-an-incorrect-line-wrap' into 'master'
Added css class to fix incorrect line wrap
Closes #64331
See merge request gitlab-org/gitlab-ce!30523
|
|/ / /
| | |
| | |
| | | |
Fixes #64331
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Upgrade Gitaly to v1.52.0
See merge request gitlab-org/gitlab-ce!30568
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Adjust modal border radius to match design spec
See merge request gitlab-org/gitlab-ce!30414
|
| | | |
| | | |
| | | |
| | | | |
Use $modal-border-radius for all modal border radius definitions
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Set modal border radius to 0.25rem
With 16px default font size, should match the 4px from the design spec
Before this, it was the bootstrap default (0.3rem = 4.8px)
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixed dropdown hover styles
Closes #64330 and #64340
See merge request gitlab-org/gitlab-ce!30534
|
| | | | |
| | | | |
| | | | |
| | | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64340
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Workaround ESLint only resolving paths in test files
Closes #64061
See merge request gitlab-org/gitlab-ce!30296
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'64321-wrong-url-when-creating-milestones-from-instance-milestones-dashboard' into 'master'
Fix wrong URL when creating milestones from instance milestones dashboard
Closes #64321
See merge request gitlab-org/gitlab-ce!30512
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Expose placeholder element for metrics charts in GFM
See merge request gitlab-org/gitlab-ce!29861
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds GFM Pipline filters to insert a placeholder in the generated
HTML from GFM based on the presence of a metrics dashboard link.
The front end should look for the class 'js-render-metrics' to
determine if it should replace the element with metrics charts.
The data element 'data-dashboard-url' should be the endpoint
the front end should hit in order to obtain a dashboard layout
in order to appropriately render the charts.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In /development/documentation page, add link to epic for removing /help
See merge request gitlab-org/gitlab-ce!30550
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update Clair Version V8 to V11
See merge request gitlab-org/gitlab-ce!30396
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Externalize strings of page '/projects/new'
See merge request gitlab-org/gitlab-ce!30447
|