| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
i18n linting for .vue files under the
app/assets/javascripts/clusters/ directory
|
|\
| |
| |
| |
| |
| |
| | |
Expand docs on configuring jobs with private registry access
Closes gitlab-runner#3963
See merge request gitlab-org/gitlab-ce!27231
|
|/
|
|
| |
Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963
|
|\
| |
| |
| |
| | |
Add new onboarding to flipper A/B testing
See merge request gitlab-org/gitlab-ce!30125
|
| |
| |
| |
| |
| | |
Check if we're gitlab.com and the
:user_onboarding feature flag is enabled.
|
| |
| |
| |
| |
| |
| | |
OnboardingExperimentHelpers take care of
determining if the current_user should or should
not see the new onboarding feature.
|
|\ \
| | |
| | |
| | |
| | | |
Update dependency @gitlab/svgs to ^1.66.0
See merge request gitlab-org/gitlab-ce!30193
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Vue-i18n: autofix for app/assets/javascripts/environments directory
See merge request gitlab-org/gitlab-ce!29966
|
|/ / /
| | |
| | |
| | |
| | | |
i18n linting for .vue files under the
app/assets/javascripts/environments directory
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add Migration for Strategies Column on operations_feature_flag_scopes
See merge request gitlab-org/gitlab-ce!29808
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix a typo in lib/gitlab/search/found_blob.rb
See merge request gitlab-org/gitlab-ce!30219
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
CE backport for "Show design boards at previous versions in GraphQL"
See merge request gitlab-org/gitlab-ce!30151
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
EE MR https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14292
https://gitlab.com/gitlab-org/gitlab-ee/issues/9491
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve "Pipeline actions cause full refresh"
Closes #63590
See merge request gitlab-org/gitlab-ce!30190
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The pipelines table was showing the loading icon
after the user cancelled or retried a pipeline.
This fixes that so the pipeline updates without
removing the table from the DOM.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
db.fixtures: use print instead of puts
See merge request gitlab-org/gitlab-ce!30134
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Don't show tooltips on Open and Closed boards
Closes #63890
See merge request gitlab-org/gitlab-ce!30187
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Allow JupyterHub to be uninstalled
See merge request gitlab-org/gitlab-ce!30097
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- enabled uninstallation
- give it a specific uninstall message
- ajust specs
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update Deploy Tokens documentation
See merge request gitlab-org/gitlab-ce!29737
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Update screenshot, add Deploy Token Custom Username section
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix cleanup of prometheus files on server start
Closes #62862
See merge request gitlab-org/gitlab-ce!29788
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We want to call master_restart callback on start too - this callback
is used for cleaning up prometheus files. It has been added to
Omnibus already:
https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3350
So make sure that Unicorn example configs are up-to-date and that
the same callback is called for Puma too.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Get memory data after booting app in production
Closes #62722
See merge request gitlab-org/gitlab-ce!30185
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Preload the app in `production` env, hit it with a single request, and
gather total gem memory consumption data using `derailed exec perf:mem`
from `derailed_benchmarks`. Present the result as MR metrics.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change docs to recommend perform_enqueued_jobs instead of Sidekiq::Testing.inline!
See merge request gitlab-org/gitlab-ce!29845
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- Instead of Sidekiq::Testing.inline!, recommend the use of
perform_enqueued_jobs. This is due to the changes in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20768
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fetch branches divergence graph data through API call
Closes #46139
See merge request gitlab-org/gitlab-ce!30068
|
| | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/46139
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
No security scan for docs branches
See merge request gitlab-org/gitlab-ce!30137
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
We repeat the same code in many places. With the support of multiple
extends, we can clean up several jobs.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
QA: Make shellout more responsive
See merge request gitlab-org/gitlab-ce!29798
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Avoid line-buffering and flush each character during shellout.
This useful for commands (e.g. gcloud) which display its progress by
printing single dots.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Vue-i18n: autofix for app/assets/javascripts/pipelines directory
See merge request gitlab-org/gitlab-ce!30015
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
i18n linting for .vue files under the
app/assets/javascripts/pipelines directory
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Vue-i18n: autofix for app/assets/javascripts/pages directory
See merge request gitlab-org/gitlab-ce!29978
|
| | | | | | | | | | |
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
i18n linting for .vue files under the
app/assets/javascripts/pages directory
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Test schema_version_check directly
Closes #63913
See merge request gitlab-org/gitlab-ce!30209
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Testing via db:migrate causes side-effects like setting
ActiveRecord::Base.configurations and also it runs schema dump into
db/schema.rb. Rather than keep up, we test schema_version_check directly
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Update the 'default_value_for' gem to 3.2.0
Closes default_value_for#1
See merge request gitlab-org/gitlab-ce!30173
|
| | |_|/ / / / / / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Move colon on merge request notification
See merge request gitlab-org/gitlab-ce!30178
|
| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Fix attachments using the wrong URLs in e-mails
Closes #63910
See merge request gitlab-org/gitlab-ce!30197
|