- Jul 27, 2022
-
-
Lukas Eipert authored
This commit is purely to integration test newer versions of the GitPod workspace image and not supposed to be merged. Changelog: changed
-
- Jul 06, 2022
-
-
Nao Hashizume authored
-
- Jun 24, 2022
-
-
nao.hashizume authored
-
- May 26, 2022
-
-
Ash McKenzie authored
-
- May 19, 2022
-
-
K M authored
-
- May 16, 2022
-
-
Ash McKenzie authored
-
- Mar 24, 2022
-
-
Marcel van Remmerden authored
-
- Feb 28, 2022
-
-
Lukas Eipert authored
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
-
- Dec 13, 2021
-
-
Ash McKenzie authored
-
- Nov 08, 2021
-
-
Evan Read authored
-
- Oct 26, 2021
-
-
Bogdan Denkovych authored
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...
-
- Oct 12, 2021
-
-
Ash McKenzie authored
-
- Aug 30, 2021
-
-
Ash McKenzie authored
-
- Aug 18, 2021
-
-
Peter Leitzen authored
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.
-
- Aug 05, 2021
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Aug 04, 2021
-
-
Marcel van Remmerden authored
-
- Jul 06, 2021
-
-
Lukas 'Eipi' Eipert authored
-
- Apr 27, 2021
-
-
Lukas 'Eipi' Eipert authored
-
- Jan 27, 2021
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 17, 2020
-
-
Marcel van Remmerden authored
-
- Nov 11, 2020
-
-
Marcel van Remmerden authored
This reverts merge request !47293
-
- Nov 10, 2020
-
-
Marcel van Remmerden authored
-
- Oct 26, 2020
-
-
Marcel van Remmerden authored
-
- Oct 25, 2020
-
-
Marcel van Remmerden authored
-
- Oct 16, 2020
-
-
Marcel van Remmerden authored
This reverts commit ca3fec83f16217354f4f3f4c81e3722904774b0c
-