Skip to content

Commit

Permalink
Aeproject Release 15.10.2019 (#241)
Browse files Browse the repository at this point in the history
* Update/update docs (#227)

* Update the documentation and sdk version

* Update documentation and sdk version

* add docs link

* renamed documentation folder, and fixed error comment on init test

* removed unnecessary comment

* added git_ignore in artifacts and constants

* added tsc to  travis

* removed package-lock.json

* added package-lock.json to ignore file and amended test assertion due to changes in the sdk

* removed only

* changed travis

* debug compile test

* changed node version

* change travis script

* commented addaccount in node as breaking node to fully fund predefined wallets

* show docker images on compilation test

* show docker images on compilation test

* changed max time for running node

* added console.logs

* removed stoping node

* changed command for checking docker health

* removed only

* test

* removed only

* debug

* debug

* change travis ci docker version

* changed travis file

* changed travis file

* test

* test

* test

* test

* test

* test

* removed only

* debug

* debug

* debug1

* debug2

* debug3

* debug 4

* debug node

* compile only

* removed update version of docker in travis

* should pass travis ci

* refactor

* check default version of docker-compose

* test

* added versioning of docker-compose

* changed docker compose version to 1.18.0

* changed docker compose version to 1.19.0

* changed docker compose version to 1.20.0

* removed only

* remove logging docker version

* Feature/forgae init prompt user action (#234)

* temp commit

* update some notification text

* fix conflicts, add test

* add react to shape.md

* fix comment: rename function's name

* implement prompt function

* merge conflicts

* when try to copy a file and it exists, prompt for user action

* implemented user prompt

* remove unnecessary code: 'process.exit(0)'

* rename forgae to aeproject after merge conflicts

* added tests

* fix expected error msg (deploy cmd), fix AEproject Test - sophia tests

* show correct 'exited code', improve 'test.js' tests

* test travis for exited code

* propmpt for docker files, fix test

* refactor re-inited test

* remove '.only'

* Add lima support, update the sdk (#240)
  • Loading branch information
maptuhec committed Oct 15, 2019
1 parent 02933d8 commit e88e8ee
Show file tree
Hide file tree
Showing 57 changed files with 676 additions and 27,789 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -6,3 +6,5 @@ contractLogFile.log
.DS_Store
lerna-debug.log
test/.DS_Store
package-lock.json
packages/**/package-lock.json
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

21 changes: 15 additions & 6 deletions .travis.yml
@@ -1,8 +1,11 @@
language:
- node_js
node_js:
- 9.5.0
- node_js:
before_install:
# Install certain version of docker-compose
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- npm install -g lerna
# Repo for Yarn
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
Expand All @@ -11,13 +14,19 @@ before_install:
- sudo apt-get install -y -qq yarn
cache:
yarn: true
services:
- docker
install:
- npm install
- lerna bootstrap
- cd packages/aeproject-cli
- yarn link
- cd ..
- cd aeproject-lib
- npm run tsc
- cd ../..
services:
- docker
script:
- npm test
- npm test

env:
- DOCKER_COMPOSE_VERSION=1.20.0
2 changes: 0 additions & 2 deletions doc/developer-documentation/forgae-config-1/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions doc/developer-documentation/forgae-config-1/history.md

This file was deleted.

0 comments on commit e88e8ee

Please sign in to comment.