Skip to content
Snippets Groups Projects
  1. Sep 18, 2024
  2. Sep 15, 2024
    • Georges Racinet's avatar
      CI/CD wait-check: rules · 29437e6d40a1
      Georges Racinet authored
      The idea is to run on triggered pipelines only in regular operation
      29437e6d40a1
    • Georges Racinet's avatar
      CI/CD: wait for Omnibus image availability · 0ee184eca5b2
      Georges Racinet authored
      If that is enough, it will spare us the morning retry after
      each Omnibus release build and open up more automation.
      
      Of course figuring why registry.h.n takes time between the
      image build/push and its retrievability would be nice, but would
      take unbounded time.
      0ee184eca5b2
  3. Sep 13, 2024
  4. Sep 10, 2024
  5. Sep 06, 2024
  6. Sep 05, 2024
  7. Oct 01, 2022
  8. Jul 29, 2023
    • Georges Racinet's avatar
      Test raw blob access by OID · defda61e2d46
      Georges Racinet authored
      Noticed while working on RHGitaly `BlobService.GetBlob` (singular)
      that it was never called by running these functional tests.
      And, indeed, this uncovered a problem with `limit=0` as we
      were about to merge hgitaly!175
      defda61e2d46
  9. Sep 19, 2023
  10. Sep 04, 2024
  11. Aug 30, 2024
  12. Sep 04, 2024
  13. Aug 29, 2024
  14. Sep 04, 2024
  15. Aug 29, 2024
  16. Aug 25, 2024
  17. Aug 09, 2024
    • Georges Racinet's avatar
      Initial login: fixed password finalization · 6bf728441c12
      Georges Racinet authored
      Previously, `TimeoutError` was raised (and not catched) before the
      check whether the current page is the one requiring password finalization.
      
      Using a dedicated exception rather than solving the condition in
      `sign_in_page_login()` so that it does not recurse and we do not risk an
      infinite loop.
      6bf728441c12
  18. Aug 24, 2024
  19. Aug 23, 2024
  20. Aug 19, 2024
    • Georges Racinet's avatar
      Test for topic becoming the default branch · 65fad349af13
      Georges Racinet authored
      After reproducing heptapod#714 with a browser, we tried with the API.
      It turns out there already was a test commiting files to a topic, and
      it does reproduce. Running the test with `--heptapod-hg-git` shows that it
      happens only with native repositories. It smells like a consequence of
      the drop of the conversion to Git
      65fad349af13
  21. Aug 22, 2024
  22. Aug 15, 2024
  23. Aug 12, 2024
    • Georges Racinet's avatar
      test_project_image_file: URL has changed · 963a2c36bc13
      Georges Racinet authored
      The API response `url` field is still despite the leading slash
      to be interpreted relatively to the project URL, but the latter
      is now a technical one, based on the project ID.
      963a2c36bc13
  24. Aug 13, 2024
Loading