Skip to content
Snippets Groups Projects
  1. Nov 16, 2021
  2. Nov 15, 2021
  3. Nov 05, 2021
  4. Nov 04, 2021
  5. Oct 29, 2021
    • Jayesh's avatar
      Deprecate /origin/releases route · 5d56274d
      Jayesh authored
      This fix deprecates and redirects /origin/releases?origin_url=<url> and
      /origin/<url>/releases to /snapshot/releases/
      - test fixes
      - documentation changes
      
      Related to T3608
      Fixes T3688
      5d56274d
    • Jayesh's avatar
      Deprecate /origin/branches route · a7412223
      Jayesh authored
      This fix deprecates and redirects /origin/branches?origin_url=<url> and
      /origin/<url>/branches to /snapshot/branches/
      - test fixes
      - documentation changes
      
      Related to T3608
      Fixes T3687
      a7412223
  6. Oct 28, 2021
  7. Oct 26, 2021
  8. Oct 25, 2021
  9. Oct 22, 2021
    • Jayesh's avatar
      Deprecate /origin/log route · 0c04ede6
      Jayesh authored
      This fix deprecates and redirects /origin/log?origin_url=<url> and
      /origin/<url>/log to /snapshot/log/
      - Generic function to redirect to a new route.
      - Generic logic to forward url args and query params.
      - Initial tests for snapshot view.
      - Documentation updates
      
      Related to T3608
      0c04ede6
  10. Oct 21, 2021
  11. Oct 20, 2021
  12. Oct 19, 2021
  13. Oct 15, 2021
    • Antoine Lambert's avatar
      tests: Ensure failing test with random fixture data can be reproduced · 61b80b8b
      Antoine Lambert authored
      Some tests input data returned by swh-web fixtures are sampled from
      filtered objects stored in a static test archive.
      
      In order to reproduce any failing test with the same fixture data:
      
      - add a new autouse function scope fixture setting the random seed
        to current time before each test execution and putting that seed
        in cache
      
      - implement custom pytest reporting which adds a new section detailing
        the random seeds used for each failing test and the pytests commands
        to reproduce the failures
      
      - add a new pytest option --swh-web-random-seed enabling to explicitly
        specify the random seed that will be used to run the tests
      61b80b8b
    • Antoine Lambert's avatar
      tests/conftest: Put filtered input data in cache · efbf0cdc
      Antoine Lambert authored
      Some tests input data returned by fixtures are sampled from filtered
      objects stored in a static test archive.
      
      In order to avoid repeating the same filtering operations multiple
      times, put these filtered data in cache.
      efbf0cdc
  14. Oct 14, 2021
  15. Oct 13, 2021
  16. Oct 12, 2021
  17. Oct 11, 2021
Loading