Skip to content
Snippets Groups Projects

Validation of Heptapod 0.35.1

Merged Georges Racinet requested to merge topic/oldstable/bump-oldstable into branch/oldstable
  1. May 15, 2023
  2. Mar 13, 2023
  3. Mar 10, 2023
  4. Mar 08, 2023
  5. Mar 07, 2023
  6. Mar 06, 2023
  7. Feb 09, 2023
  8. Dec 16, 2022
  9. Nov 28, 2022
  10. Nov 24, 2022
  11. Nov 22, 2022
  12. Nov 10, 2022
  13. Oct 18, 2022
  14. Oct 17, 2022
    • Georges Racinet's avatar
      test_mergerequest_developer_cannot_merge: adapted to new display · c830b08a
      Georges Racinet authored
      Instead of a shaded, unclickable, "Merge" button, we now have
      this explicit message. Asserting the full message is a potential
      maintenance problem (no very clear id or attribute is present),
      yet is better than asserting that a button
      is not displayed (given that everything is async, we would have
      to wait enough for the assertion to be relevant).
      c830b08a
  15. Oct 16, 2022
    • Georges Racinet's avatar
      Adaptation for GitLab 15.1 · b771b626
      Georges Racinet authored
      The pipeline for this topic's MR is already running against a Docker image
      close to 15.1 (heptapod!426). It turns out that the file HTML input that
      was in the way to find the file uploader is no more.
      b771b626
  16. Oct 15, 2022
  17. Oct 16, 2022
  18. Oct 15, 2022
  19. Oct 14, 2022
  20. Oct 13, 2022
  21. Oct 01, 2022
  22. Sep 30, 2022
  23. Sep 27, 2022
  24. Sep 23, 2022
  25. Sep 22, 2022
  26. Sep 20, 2022
  27. Sep 15, 2022
    • Georges Racinet's avatar
      test_merge_requests: more precise XPath for the Merge button · 7d614a9c
      Georges Racinet authored
      The previous expression would match any button containing
      a span with text such as `Merge Requests`. That seems to
      appear between 14.10 and 15.0 (complicated by the fact that
      the `text()` method on the Selenium element doesn't seem
      to return all text fragments in the element).
      7d614a9c
  28. Jul 23, 2022
  29. Jul 21, 2022
  30. Jul 14, 2022
  31. Jul 13, 2022
  32. Jul 12, 2022
  33. Jul 11, 2022
    • Georges Racinet's avatar
      WIP: issue creation round-trip · fea647b3
      Georges Racinet authored
      This assumes that heptapod_api_import is available, so in practice
      that it's been installed in the tox virtualenv, so we'll need to
      find a way to provide it for CI. Maybe only for the "inside" jobs, with
      an additional pip install.
      
      Maybe in the long run we'll want to instead import from heptapod_test
      into the heptapod_api_import project. Meanwhile, this is good enough to
      support local development.
      fea647b3
  34. Jul 08, 2022
Loading