该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 10, 2023
-
-
由 George Tsiolis 创作于
-
- 6月 20, 2023
-
-
- 6月 16, 2023
-
-
由 Nao Hashizume 创作于
-
- 6月 05, 2023
-
-
由 Anatoli Babenia 创作于
There are no security issues with it to keep it pinned.
-
- 5月 31, 2023
-
-
由 Nao Hashizume 创作于
-
- 5月 11, 2023
-
-
由 Nao Hashizume 创作于
-
- 4月 24, 2023
-
-
由 Marcel van Remmerden 创作于
Changelog: changed
-
- 2月 06, 2023
-
-
由 Ash McKenzie 创作于
Changelog: changed
-
- 11月 14, 2022
-
-
由 Anatoli Babenia 创作于
-
由 Anatoli Babenia 创作于
-
由 Anatoli Babenia 创作于
-
由 Anatoli Babenia 创作于
-
由 Anatoli Babenia 创作于
It should really go into some `timer.sh` script.
-
由 Anatoli Babenia 创作于
Because `init:` can skipped on restarts or with prebuilds. https://www.gitpod.io/docs/configure/workspaces/tasks
-
由 Anatoli Babenia 创作于
-
由 Anatoli Babenia 创作于
-
- 11月 09, 2022
-
-
由 Anatoli Babenia 创作于
-
- 10月 03, 2022
-
-
由 George Tsiolis 创作于
Changelog: changed
-
- 7月 06, 2022
-
-
- 6月 24, 2022
-
-
由 nao.hashizume 创作于
-
- 5月 26, 2022
-
-
由 Ash McKenzie 创作于
-
- 5月 20, 2022
-
-
由 K M 创作于
-
- 5月 16, 2022
-
-
由 Ash McKenzie 创作于
-
- 3月 24, 2022
-
-
由 Marcel van Remmerden 创作于
-
- 2月 28, 2022
-
-
由 Lukas Eipert 创作于
We currently force the static webpack compilation in GitPod. This behaviour is annoying if someone changes frontend assets, because all of GitLab needs to be recompiled, which is time consuming. This enables the normal webpack dev server, but with live reload disabled. enabling live reload is being tracked here: https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/1444
-
- 12月 13, 2021
-
-
由 Ash McKenzie 创作于
-
- 11月 09, 2021
-
-
由 Evan Read 创作于
-
- 10月 26, 2021
-
-
由 Bogdan Denkovych 创作于
Usually, developers run a single test locally. Disabling eager loading by default in test environment should increase productivity since it saves around 10 seconds: With `eager_load` as `true`: ```bash bogdanvlviv@lenovo:~/gitlab-development-kit/gitlab$ bin/rspec spec/models/users_statistics_spec.rb Run options: include {:focus=>true} All examples were filtered out; ignoring {:focus=>true} Test environment set up in 5.122837013 seconds ...... Finished in 8.51 seconds (files took 16.46 seconds to load) 6 examples, 0 failures ``` With `eager_load` as `false`: ```bash bogdanvlviv@lenovo:~/gitlab-development-kit/gitlab$ bin/rspec spec/models/users_statistics_spec.rb Run options: include {:focus=>true} All examples were filtered out; ignoring {:focus=>true} Test environment set up in 5.013345478 seconds ...... Finished in 8.24 seconds (files took 7.18 seconds to load) 6 examples, 0 failures ``` Inspired by https://github.com/rails/rails/pull/43508. It is important to eager load app before deploying it to catch any issues with constants loading. I see that we disable eager_loading on CI, https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30368/diffs#c1e8bf49d38a49639de4f3b2f3cef9ebdbe50dd4_16_26 For mentioned reason above I thik we should enable eager loading on CI. @rymai What do you think about that? I also found that we 'Speed up backend tests in Gitpod environment', https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68482. /cc @splattael Remove `GITLAB_TEST_EAGER_LOAD: "0"` for scripts/setup-test-env It doesn't make any difference for this script. See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/72964#note_713013642 Document `GITLAB_TEST_EAGER_LOAD`. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/343751
-
- 10月 12, 2021
-
-
由 Ash McKenzie 创作于
-
- 8月 30, 2021
-
-
由 Ash McKenzie 创作于
-
- 8月 18, 2021
-
-
由 Peter Leitzen 创作于
By setting the environment variable `GITLAB_TEST_EAGER_LOAD=false` disable Rails' eager loading of class in the `test` environment which improves the load time of specs.
-
- 8月 05, 2021
-
-
由 Ash McKenzie 创作于
-
由 Ash McKenzie 创作于
-
- 8月 04, 2021
-
-
由 Marcel van Remmerden 创作于
-
- 7月 06, 2021
-
-
由 Lukas 'Eipi' Eipert 创作于
-
- 4月 27, 2021
-
-
由 Lukas 'Eipi' Eipert 创作于
-
- 1月 27, 2021
-
-
由 Ash McKenzie 创作于
-
由 Ash McKenzie 创作于
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-