This project is mirrored from https://jihulab.com/gitlab-cn/gitlab.git.
Pull mirroring updated .
- Jul 01, 2024
-
-
JiHu Release Tools Bot authored
[merge-train skip]
-
JiHu Release Tools Bot authored
[ci skip]
-
Qian Zhang authored
Prepare 16.6.8 release for gitlab-jh See merge request gitlab-cn/gitlab!2550
-
路小鹿 authored
-
路小鹿 authored
-
路志远 authored
qa_selector_for_provider
-
- Jun 25, 2024
-
-
RELEASE_BOT_PRODUCTION_TOKEN authored
-
RELEASE_BOT_PRODUCTION_TOKEN authored
-
GitLab Release Tools Bot authored
[merge-train skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- Jun 24, 2024
-
-
Mayra Cabrera authored
Pin ffi version on qa/gemfile See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157227 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Jenny Kim <yjeankim@gitlab.com> Approved-by:
Richard Chong <rchong@gitlab.com> Approved-by:
Thong Kuah <tkuah@gitlab.com>
-
Mayra Cabrera authored
-
Mayra Cabrera authored
Pin multi-xml gem and cherry-pick GDK fixes into 16.6 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157205 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Jenny Kim <yjeankim@gitlab.com> Approved-by:
Thong Kuah <tkuah@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
Mark Lapierre <mlapierre@gitlab.com> Co-authored-by:
Rémy Coutable <remy@rymai.me>
-
Andrejs Cunskis authored
Update gitlab-development-kit digest to 93d5a88 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148912 Merged-by:
Andrejs Cunskis <acunskis@gitlab.com> Approved-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Mark Lapierre authored
Update gitlab-development-kit digest to dda0a97 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144813 Merged-by:
Mark Lapierre <mlapierre@gitlab.com> Approved-by:
Mark Lapierre <mlapierre@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Rémy Coutable authored
Add job to re-tag gdk image on release tag creation Closes gitlab-org/quality/quality-engineering/team-tasks#2385 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143405 Merged-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Rémy Coutable <remy@rymai.me> Reviewed-by:
Rémy Coutable <remy@rymai.me> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
Mayra Cabrera authored
Pin multi-xml gem to overcome floating dependency issues https://gitlab.com/gitlab-org/release/tasks/-/issues/11362.
-
Maina Ng'ang'a authored
Add a banner informing about token expiration See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/155270 Merged-by:
Maina Ng'ang'a <anganga@gitlab.com> Approved-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Sofia Vistas <svistas@gitlab.com> Co-authored-by:
Richard Chong <rchong@gitlab.com> Co-authored-by:
GitLab Dependency Bot <leipert+gitlab-renovate-bot@gitlab.com> Co-authored-by:
Sanad Liaquat <sliaquat@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
Mark Lapierre <mlapierre@gitlab.com> Co-authored-by:
Will Meek <wmeek@gitlab.com> Co-authored-by:
Eduardo Sanz García <esanz-garcia@gitlab.com>
-
Eduardo Sanz García authored
Display a banner to all users, similar to broadcast banners, for GitLab version between 16.0 and 17.0, both included. The banner informs about upcoming expiration of tokens and how to troubleshoot the expiration. The banner is dismissable. The data is persisted in the browser cookie and expires in one year from the date it has been dismissed. Like other broadcast banners, if the user opens an incognito window the banner reappears. Changelog: changed
-
- Jun 17, 2024
-
-
Mayra Cabrera authored
Prevent starting multiple Capybara proxy servers See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156430 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Mayra Cabrera <mcabrera@gitlab.com> Co-authored-by:
Heinrich Lee Yu <heinrich@gitlab.com>
-
Mayra Cabrera authored
Update an expired test certificate See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156398 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Mayra Cabrera <mcabrera@gitlab.com> Co-authored-by:
Vasilii Iakliushin <viakliushin@gitlab.com>
-
- Jun 15, 2024
-
-
Heinrich Lee Yu authored
This code is run every time a new Capybara browser session is started. Running this code multiple times causes subsequent feature specs to slow down considerably.
-
- Jun 14, 2024
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/quality/engineering-productivity/master-broken-incidents/-/issues/6747 **Problem** The previous certificate that was used in tests got expired. As a result tests started failing with "tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2024-06-07T06:16:03Z is after 2024-06-07T04:31:24Z" **Solution** Reissue a certificate with an expiration date "Aug 24 09:26:29 2032 GMT" Changelog: fixed
-
- May 29, 2024
-
-
Mayra Cabrera authored
Fix failing specs on 16-6-stable-ee See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154499 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Nao Hashizume <nhashizume@gitlab.com> Approved-by:
Mayra Cabrera <mcabrera@gitlab.com> Co-authored-by:
Lin Jen-Shin <jen-shin@gitlab.com> Co-authored-by:
agius <andrew@atevans.com>
-
Lin Jen-Shin authored
This should properly shutdown webrick so that we don't need to forcefully kill the thread to shutdown webrick in the tests. Without properly shutting down webrick, we leak threads and other resources to each test cases, eventually causing everything to slow down and timing out the CI jobs. This is discovered in https://gitlab.com/gitlab-org/gitlab/-/issues/462928#note_1916591506 A quick fix was proposed in the above thread and merged in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153887 This should properly shutdown webrick instead. * It should be safe to shutdown webrick regardless * In a test, we use a thread to wrap around `WEBrick::HTTPServer`, turning the blocking server into a non-blocking server. This means the daemon thread will stop immediately because everything is wrapped inside another thread. If we only shutdown webrick when the thread is alive, we're not shutting it down in this test case either, leaking resources. This preserves similar performance comparing to killing the thread. This partially reverts https://gitlab.com/gitlab-org/gitlab/-/commit/f5b1317af8aad2d8b7d098c0e4dada25ccfd924b
-
agius authored
The test was failing in CI because the Geo CI job artifact registry had cached the newer state of the columns that no longer had the `success` column. `migrate!` doesn't reset the column information. This change resets the state so that the migration spec passes.
-
- May 28, 2024
-
-
Stan Hu authored
Cherry pick add job to re-tag gdk image on release tag creation to 16.6 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153493 Merged-by:
Stan Hu <stanhu@gmail.com> Co-authored-by:
Chloe Liu <yliu@gitlab.com> Co-authored-by:
Mark Chao <mchao@gitlab.com> Co-authored-by:
Mark Lapierre <mlapierre@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
GitLab Dependency Bot <leipert+gitlab-renovate-bot@gitlab.com>
-
Nao Hashizume authored
Fix broken master See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/145948 Merged-by:
Mehmet Emin INAC <minac@gitlab.com> Approved-by:
Doug Stull <dstull@gitlab.com> (cherry picked from commit d999b508) cbfef8b8 Fix broken master Co-authored-by:
Mehmet Emin INAC <minac@gitlab.com>
-
- May 17, 2024
-
-
GitLab Release Tools Bot authored
[merge-train skip]
-
- Feb 13, 2024
-
-
Mayra Cabrera authored
Backport UUID migration finalization to 16.6 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143502 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Gregory Havenga <11164960-ghavenga@users.noreply.gitlab.com> Approved-by:
Harsha Muralidhar <hmuralidhar@gitlab.com> Approved-by:
Mayra Cabrera <mcabrera@gitlab.com> Co-authored-by:
Simon Tomlinson <stomlinson@gitlab.com>
-
- Feb 08, 2024
-
-
JiHu Release Tools Bot authored
[merge-train skip]
-
JiHu Release Tools Bot authored
[ci skip]
-
Chao Mao authored
Prepare 16.6.7 release for gitlab-jh See merge request gitlab-cn/gitlab!2314
-
- Feb 07, 2024
-
-
RELEASE_BOT_PRODUCTION_TOKEN authored
-
RELEASE_BOT_PRODUCTION_TOKEN authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[merge-train skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-