Permalink
Commits on Aug 8, 2018
  1. Bump os-conductor

    brew committed Aug 8, 2018
Commits on Aug 7, 2018
  1. Bump os-viewer

    brew committed Aug 7, 2018
  2. Bump os-explorer

    brew committed Aug 7, 2018
Commits on Aug 6, 2018
  1. Bump os-conductor

    brew committed Aug 6, 2018
Commits on Aug 2, 2018
  1. Bump os-viewer

    brew committed Aug 2, 2018
Commits on Aug 1, 2018
Commits on Jul 27, 2018
  1. Bump os-data-importers

    brew committed Jul 27, 2018
  2. Bump various apps

    brew committed Jul 27, 2018
Commits on Jul 23, 2018
Commits on Jul 13, 2018
  1. Bump versions for several apps

    brew committed Jul 13, 2018
Commits on Jul 6, 2018
Commits on Jul 5, 2018
Commits on Jul 4, 2018
  1. Add port 8080 to README

    brew committed Jul 4, 2018
  2. Serve frontend on port 8080

    brew committed Jul 4, 2018
    Previously serving on port 80, which is too likely to conflict with
    other web servers that may be running on a developer's machine.
Commits on Jul 2, 2018
Commits on May 22, 2018
Commits on May 17, 2018
  1. Remove commented out service

    brew committed May 17, 2018
Commits on Apr 30, 2018
  1. Bump python apps that use Flask

    brew committed Apr 30, 2018
    These app have had their Flask version pinned as part of
    openspending/openspending#1353
Commits on Apr 23, 2018
  1. Update admin and explorer

    brew committed Apr 23, 2018
Commits on Apr 13, 2018
Commits on Apr 10, 2018
  1. Update admin and conductor

    brew committed Apr 10, 2018
    These update the run_hooks behaviour and remove a now unused env var.
Commits on Mar 26, 2018
  1. Bump os-admin version

    brew committed Mar 26, 2018
Commits on Mar 23, 2018
  1. Add OS_S3_PORT to dev-services compose

    brew committed Mar 23, 2018
    os-conductor needs to specify the port fakeS3 is running on to connect
    properly. This can be specified in the local .env file, but as
    dev-services always uses fakes3, this should be specified on the
    os-conductor service environment here too.
Commits on Mar 16, 2018
Commits on Mar 15, 2018
  1. Use postgres 10 for dev services

    brew committed Mar 15, 2018
    9.4 doesn't start up as cleanly.
  2. Remove commented out lines

    brew committed Mar 15, 2018
  3. Change dev Postgres version to match production

    brew committed Mar 15, 2018
    And a couple of other minor changes
    
    Part of openspending/openspending#1340.
Commits on Mar 12, 2018
  1. Add notes for use in production to README

    brew committed Mar 12, 2018