FAQ | This is a LIVE service | Changelog

Skip to content

Commits on Source 3

  • Dr Rich Wareham's avatar
    feat: let renovate pin version of postgres used in CI and local dev · d8c80dac
    Dr Rich Wareham authored
    Add a `POSTGRES_DOCKER_IMAGE` variable which is used to specify the
    postgres image to use in CI for running tests. This variable will be
    respected both by CI jobs which spin up a GitLab CI service and pytest
    spinning up its own container.
    
    Teach renovate how to update this image.
    
    For local development, specify the version of the postgres image to be
    used. This then becomes visible to renovate for update.
    
    Renovate recognises that the same postgres dependency is used and so
    will naturally group updating `POSTGRES_DOCKER_IMAGE` and the use of
    `image: postgres:...` in the `docker-compose.yml` file together.
    
    The renovate configuration was tested locally in a [testing branch of
    the ballots webapp][1].
    
    [1]: https://gitlab.developers.cam.ac.uk/uis/devops/
      regent-house-ballots/ballots-webapp/-/commits/postgres-pin-experiment
    d8c80dac
  • Dr Abraham Martin's avatar
    Merge branch 'issue-117-pin-postgres' into 'master' · 877dcd5b
    Dr Abraham Martin authored
    feat: let renovate pin version of postgres used in CI and local dev
    
    Closes #117
    
    See merge request !127
    877dcd5b
  • release-it-bot's avatar
    chore(release): 2.17.0 · 35d80e64
    release-it-bot authored
    35d80e64
Loading