Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Crespo committed Nov 2, 2018
2 parents 6ca6aad + dfdd594 commit d423dcc
Show file tree
Hide file tree
Showing 130 changed files with 2,199 additions and 5,093 deletions.
1 change: 1 addition & 0 deletions .env-devel
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ DOCKER_GID=1001
RUN_DOCKER_ENGINE_ROOT=0
#--------
OSPARC_PUBLIC_URL=http://osparc01.itis.ethz.ch:9081
PUBLISHED_HOST_NAME=osparc01.itis.ethz.ch
POSTGRES_ENDPOINT=postgres:5432
POSTGRES_USER=simcore
POSTGRES_PASSWORD=simcore
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ test:
make run_test
make after_test

PLATFORM_VERSION=3.18
PLATFORM_VERSION=3.19

push_platform_images:
${DOCKER} login masu.speag.com
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# osparc-simcore platform

[![Waffle.io - Columns and their card count](https://badge.waffle.io/ITISFoundation/osparc-simcore.svg?columns=Backlog,In%20Progress,Review,Done)](https://waffle.io/ITISFoundation/osparc-simcore)
[![Build Status](https://travis-ci.org/ITISFoundation/osparc-simcore.svg?branch=master)](https://travis-ci.org/ITISFoundation/osparc-simcore)
[![Waffle.io - Columns and their card count](https://badge.waffle.io/ITISFoundation/osparc-simcore.svg?columns=all)](https://waffle.io/ITISFoundation/osparc-simcore)
[![Requirements Status](https://requires.io/github/ITISFoundation/osparc-simcore/requirements.svg?branch=master)](https://requires.io/github/ITISFoundation/osparc-simcore/requirements/?branch=master)


## Overview

Expand Down Expand Up @@ -31,12 +33,5 @@
```


## Development

- To run linters in host machine

```bash
make pylint
```

**WARNING** This application is still under development and still not suitable for production purposes.
4 changes: 2 additions & 2 deletions docs/comp-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ All nodes are described with the following data structure:

```json
{
"pipeline_id" : uid,
"project_id" : uid,
"node_id" : uid,
"image" : {
"name" : dockerregistry.module.name
Expand Down Expand Up @@ -73,7 +73,7 @@ Two tables are created, one to represent the dag and one to represent every node
Every link to an node A is represented as follows:

``
pipeline_id.nodeA_id.key
project_id.nodeA_id.key
``

This handles the case of files and values.
Expand Down
35 changes: 0 additions & 35 deletions packages/deploy-tools/Makefile

This file was deleted.

8 changes: 0 additions & 8 deletions packages/deploy-tools/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/deploy-tools/requirements.txt

This file was deleted.

58 changes: 0 additions & 58 deletions packages/deploy-tools/setup.py

This file was deleted.

Empty file.
13 changes: 0 additions & 13 deletions packages/deploy-tools/src/deploytools/cli.py

This file was deleted.

42 changes: 0 additions & 42 deletions packages/deploy-tools/src/deploytools/merge.py

This file was deleted.

34 changes: 0 additions & 34 deletions packages/deploy-tools/src/deploytools/readers.py

This file was deleted.

112 changes: 0 additions & 112 deletions packages/deploy-tools/src/deploytools/swarm_composer.py

This file was deleted.

Loading

0 comments on commit d423dcc

Please sign in to comment.