Skip to content
Snippets Groups Projects
  1. Mar 27, 2025
  2. Mar 16, 2025
  3. Mar 15, 2025
  4. Mar 13, 2025
  5. Mar 11, 2025
  6. Mar 09, 2025
  7. Mar 07, 2025
  8. Mar 04, 2025
  9. Mar 01, 2025
    • Georges Racinet's avatar
      f6d5d427
    • Georges Racinet's avatar
      CI/CD: running only relevant tests for hg-git · 2bf8b663
      Georges Racinet authored
      Heptapod 17.9 will have the "finalization" of the native migration,
      hence there should not be any single remaining hg-git based project,
      except if the finalization failed and the instance is started with
      the option of running post_deployment migrations only after deployment.
      
      Of course people should not proceed in this case, but they might notice only
      at the next migration landmark version, which is 17.11
      
      With this, we trim down the functional tests in the hg-git case to
      
      - backup tests
      - tests that require hg-git explicitly (mostly native migration)
      2bf8b663
    • Georges Racinet's avatar
      DockerHeptapod: fixed psql call · 431f6eb8
      Georges Racinet authored
      Perhaps was it working in a previous version, but nowadays the
      positional argument would be the DB user name, not the DB name.
      431f6eb8
  10. Feb 28, 2025
  11. Feb 23, 2025
  12. Feb 20, 2025
  13. Feb 17, 2025
    • Georges Racinet's avatar
      Export/import: testing the case of auxiliary Git repository · 4954fdbd
      Georges Racinet authored
      These should be carried over by the export/import sequence, even
      though the mirror definitions apparently are not.
      
      We need FS access, because there is no other way to access the
      auxiliary Git repository for checks - barring setting up yet another
      mirror, which would be vastly overdone.
      
      Final validation for heptapod#2052
      4954fdbd
  14. Feb 11, 2025
  15. Feb 05, 2025
    • Georges Racinet's avatar
      Adaptation for drop of hpd_short_display_id in Rails UI · e71390c3
      Georges Racinet authored
      In heptapod!997, we stopped using the Heptapod SHA display methods that
      replace Git hashes by Mercurial hashes from the web app, so of course
      we have to stop testing the hashes in the `hg-git` case (which is on life
      support, with the finalization of the general migration due for this cycle).
      
      On top of that, there was a side effect for native Projects:
      Mercurial SHAs are now truncated according to the GitLab standard
      (8 nybbles instead of previously 11). We adapt the tests accordingly,
      by introducing a `short_node` method on `hg.LocalRepo` to make later
      changes easier if needed.
      e71390c3
    • Georges Racinet's avatar
      MergeRequest: adaptation of commit copy button label · 1deee7e5
      Georges Racinet authored
      The layout changed for GitLab 17.9, and is actually easier to
      query.
      1deee7e5
  16. Jan 28, 2025
  17. Jan 26, 2025
  18. Jan 25, 2025
  19. Jan 24, 2025
  20. Jan 23, 2025
  21. Nov 07, 2024
  22. Jan 21, 2025
    • Georges Racinet's avatar
      Merged stable branch into default for native wikis · 5f6bd177
      Georges Racinet authored
      The test for backup of Git repositories used internally for mirroring
      is brought by this merge, and had to be modified because the Git repository
      is not filled at push time in the 17.7 version, but upon mirroring. Hence
      we needed to setup a mirror.
      5f6bd177
Loading