Skip to content
Snippets Groups Projects
  1. Jul 27, 2022
    • Lukas Eipert's avatar
      Gitpod image integration test · ee3eab83
      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
      ee3eab83
  2. Jul 06, 2022
  3. Jun 24, 2022
  4. May 26, 2022
  5. May 19, 2022
  6. May 16, 2022
  7. Mar 24, 2022
  8. Feb 28, 2022
  9. Dec 13, 2021
  10. Nov 08, 2021
  11. Oct 26, 2021
    • Bogdan Denkovych's avatar
      Do not `eager_load` by default in the test environment · 2d1eacec
      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...
      2d1eacec
  12. Oct 12, 2021
  13. Aug 30, 2021
  14. Aug 18, 2021
  15. Aug 05, 2021
  16. Aug 04, 2021
  17. Jul 06, 2021
  18. Apr 27, 2021
  19. Jan 27, 2021
  20. Nov 17, 2020
  21. Nov 11, 2020
  22. Nov 10, 2020
  23. Oct 26, 2020
  24. Oct 25, 2020
  25. Oct 16, 2020