1. 10 1月, 2023 2 次提交
  2. 07 1月, 2023 2 次提交
  3. 05 1月, 2023 2 次提交
    • R
      Python tests: skip the session hooks if --collect-only is used (#5550) · 0ea14d23
      Roman Donchenko 提交于
      Turns out that #5456 had a nasty side effect. Session hooks are called
      when pytest is run with `--collect-only` (even though no tests are
      actually run in this case), and Visual Studio Code periodically runs
      `pytest --collect-only` in order to learn what tests exist in the
      project. As a result, it keeps restarting the services and restoring the
      database in the background.
      
      Work around this by skipping all logic in the hooks if `--collect-only`
      is in the options.
      0ea14d23
    • M
      Type filed description added, general task configurator update (#5547) · 1071e237
      Mariia Acoca 提交于
      Task configurator documentation page updated:
      - Converted content into tables
      - Updated screenshot
      - Added description of new fields and functions
      1071e237
  4. 03 1月, 2023 4 次提交
  5. 02 1月, 2023 1 次提交
  6. 01 1月, 2023 1 次提交
    • M
      Fix docker command (#5541) · 470336e8
      Maxim Zhiltsov 提交于
      Follow up for #5538 
      
      The previous fix fixed the situation for local environments, but broke
      the CI. This PR tries to use another way.
      470336e8
  7. 31 12月, 2022 4 次提交
  8. 30 12月, 2022 3 次提交
  9. 29 12月, 2022 6 次提交
  10. 28 12月, 2022 5 次提交
  11. 26 12月, 2022 1 次提交
  12. 23 12月, 2022 3 次提交
  13. 22 12月, 2022 1 次提交
  14. 20 12月, 2022 3 次提交
  15. 17 12月, 2022 2 次提交