| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
i18n linting for .vue files under the
app/assets/javascripts/pages directory
|
|\
| |
| |
| |
| | |
Docs: minor fix to link format
See merge request gitlab-org/gitlab-ce!30098
|
|/ |
|
|\
| |
| |
| |
| | |
Update styleguide.md to add Notes usage guidelines
See merge request gitlab-org/gitlab-ce!29429
|
|/ |
|
|\
| |
| |
| |
| | |
Add clusters association to deployment
See merge request gitlab-org/gitlab-ce!29960
|
| |
| |
| |
| |
| | |
We still fallback to environment.deployment_platform until we can
backfill
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All deployments should have already their cluster_id filled in on
creation. Legacy deployments will not be retried as:-
* Ci::Build#retry calls `Ci::RetryBuildService`
* Ci::Pipeline#retry
calls `Ci::RetryPipelineService` which also calls
`Ci::RetryBuildService`
* `Ci::RetryBuildService` will clone a build to retry
It is also impossibly to backfill Deployment#cluster_id from
Project#deployment_platform correctly as clusters could have been
deleted, added or altered in the intervening time.
|
| |
| |
| |
| |
| |
| | |
A deployment will have a cluster associated on creation if there is one.
Otherwise fallback to deployment_platform for legacy deployments.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We nullify when cluster is deleted as we want to keep the deployment
record around.
Add cluster as an optional association
We will have only cluster for deployments where the build deploys to a
kubernetes cluster
|
|\ \
| | |
| | |
| | |
| | | |
Docs: Fix spacing in code blocks in webhook raketask doc
See merge request gitlab-org/gitlab-ce!30208
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Docs: Enforce consistent prefix for bullet lists
See merge request gitlab-org/gitlab-ce!30206
|
|/ /
| |
| |
| | |
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
|
|\ \
| | |
| | |
| | |
| | | |
Fix typo in docs about Elasticsearch
See merge request gitlab-org/gitlab-ce!30162
|
| | |
| | |
| | |
| | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Refactor the 2FA docs
See merge request gitlab-org/gitlab-ce!30087
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
- Remove outdated images
- Add info on browser support
- Mention that U2F works with SoloKeys
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62080
Closes #62080
See merge request gitlab-org/gitlab-ce!30148
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Quarantine schema_version_check because tests after it failed
See merge request gitlab-org/gitlab-ce!30198
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add a link in the docs to the epic that defined the Insights feature
Closes #63463
See merge request gitlab-org/gitlab-ce!30181
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Copy Settings initializer from EE
See merge request gitlab-org/gitlab-ce!30140
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This brings parity between the two versions.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Ensure we are on a supported version before migrating
See merge request gitlab-org/gitlab-ce!29882
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
# Conflicts:
# lib/gitlab/database.rb
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed some spelling
Dropped rake task description for a prefix only task
Added note on skipping the check to the postgres debugging dev doc
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We no longer need to point people away from using db:migrate
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
If you chose to use the rollback migration feature on your current
version for example, you should still have a way to migrate, being
that you are still on a supported migration path.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Rather than have it checked only as part of gitlab:db:configure, we will
instead have it as a pre-req for every db:migrate command
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Set the mininum supported migration version to be the schema version as
of 11.11.0, and errors you if that is not detected during
gitlab:db:configure
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Allow collapsing all issue boards
Closes #40630
See merge request gitlab-org/gitlab-ce!29955
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
All issue boards can now be collapsed via a button, re-ordered by
dragging the header, and the vertical collapsed header style was
reworked.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into 'master'
Use PROCESS_CPUTIME_ID for cpu time metrics
Closes #63874
See merge request gitlab-org/gitlab-ce!30166
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
To measure ruby cpu time, we should use PROCESS_CPUTIME_ID instead of
THREAD_CPUTIME_ID in our environments.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Vue-i18n: autofix for 'app/assetsjavascripts/boards' dir
See merge request gitlab-org/gitlab-ce!29877
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
i18n linting for .vue files under the
app/javascripts/boards directory
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Use absolute paths for SCSS imports
See merge request gitlab-org/gitlab-ce!30161
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Also:
- stub MutationObserver in Jest
|