This is an automated email from the ASF dual-hosted git repository.

assafpinhasi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git.


    from 7e10ab9  allow empty services/pipelines sections in liminal.yml
     add c7f6f7b  moving to airflow official docker, building liminal into 
docker during  compose up
     add 73f5039  fix compose empty container, compose network name, some 
headerfiles
     add 1ec0e85  remove restart from postgres which makes it bounce back after 
killing the compose
     add 91b29a3  Merge pull request #7 from apache/official_docker_merge

No new revisions were added by this update.

Summary of changes:
 MANIFEST.in                                        |   1 -
 NOTICE                                             |   5 +
 README.md                                          |  11 +-
 dev/RELEASE.md                                     | 698 +++++++++++++++++++++
 .../runners/airflow/tasks/spark.py => dev/sign.sh  |  24 +-
 liminal/core/environment.py                        |  20 +
 scripts/Dockerfile-airflow                         |  28 +
 scripts/__init__.py                                |  14 +
 scripts/docker-compose.yml                         |  83 ++-
 scripts/liminal                                    |  61 +-
 scripts/package.sh                                 |  60 --
 .../requirements-airflow.txt                       |   0
 setup.py                                           |  16 +-
 13 files changed, 920 insertions(+), 101 deletions(-)
 create mode 100644 NOTICE
 create mode 100644 dev/RELEASE.md
 copy liminal/runners/airflow/tasks/spark.py => dev/sign.sh (65%)
 mode change 100644 => 100755
 create mode 100644 scripts/Dockerfile-airflow
 create mode 100644 scripts/__init__.py
 delete mode 100755 scripts/package.sh
 rename requirements-airflow.txt => scripts/requirements-airflow.txt (100%)

Reply via email to