Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to byfn.sh exec, fix bug in networkUp function #3

Closed
wants to merge 23 commits into from

Commits on Jul 6, 2017

  1. [FAB-5197]Check all prop-responses in balance-transfer

    "balance-transfer" app doesn't check all of the proposal responses.
    
    An app sends a transaction proposal to multiple peers and get
    multiple responses. However, the only first response
    "proposalResponses[0]" is checked repeatedly in the loop.
    
    This patch fixes the code to check all of the array value of
    proposalResponses correctly.
    
    Change-Id: Id61e691eb4d1c3a6c4a7a390584dfd74f1fc6196
    Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
    yuki-kon committed Jul 6, 2017
    1 Configuration menu
    Copy the full SHA
    70bff28 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. [FAB-5287] NodeSDK - fix sample

    Sample should use 'fcn' not 'functionName'
    in the sample curl calls and sample app.
    
    Change-Id: I4be92a0394fdf579195e9566d049aac0862d5888
    Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
    harrisob committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    e0db341 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. [FAB-5311] Fix spelling error

    Fix spelling error in instantiate-chaincode.js
    
    Fix Issue # 5311.
    
    Change-Id: Ib8654e2d12a6e3d138406d0bb8738e37ebee90d1
    Signed-off-by: GeorgeLindsell <lindsellgeorge@gmail.com>
    glindsell committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    6422fc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Merge "[FAB-5197]Check all prop-responses in balance-transfer"

    christo4ferris authored and Gerrit Code Review committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    0611471 View commit details
    Browse the repository at this point in the history
  2. Merge "[FAB-5287] NodeSDK - fix sample"

    christo4ferris authored and Gerrit Code Review committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    d9e2d5c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Merge "[FAB-5311] Fix spelling error"

    christo4ferris authored and Gerrit Code Review committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    1153988 View commit details
    Browse the repository at this point in the history
  2. [FAB-5155]Fix README.md in "balance-transfer" example

    The README in "balance-transfer" should be fixed in the section:
    https://github.com/hyperledger/fabric-samples/tree/master/
    balance-transfer#running-the-sample-program
    
    1. Broken link
    There is a link to "Sample REST APIs Requests" which is broken.
    This is linked to non-existent path on fabric-sdk-node repository.
    I believe the intended link is to
    https://github.com/hyperledger/fabric-samples/tree/master/
    balance-transfer#sample-rest-apis-requests
    
    2. Instruction to start node application.
    There is no instruction to start node application.
    If we execute the REST APIs according to the current README,
    we can't get any responses since node application is not working.
    We need to execute the following steps before calling REST APIs.
    
     - npm install
     - PORT=4000 node app
    
    fix repo names
    
    Change-Id: I9ec0ec18bb36addd6c8371481dc8cfe645053ec6
    Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
    Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
    yuki-kon authored and christo4ferris committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    6cce07c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. FAB-5392 Fix path issue for Git Bash users

    Git Bash is a prereq for Windows users
    required to run the various sample
    scripts.  Git Bash by default will
    convert paths and this causes the
    issue identified by FAB-5392.
    
    Luckily Git Bash provides supports an
    environment variable to override this
    behavior.
    
    Change-Id: I66e52eb2953c0dcc9f04903a1fd1fd94d19b75ce
    Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
    mastersingh24 committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    a7e83fc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. FAB-5412 add fabric-preload.sh script

    Add a script to allow users to preload the Fabric docker
    images without having to run the curl command in the RTD.
    
    Change-Id: I3b6c682c3e2ab1f230f7af8c3ce0b95bbb8fd024
    Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
    christo4ferris committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    134549a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. [FAB-5394] Introduce Delay as configurable variable

    Introduce delay as configurable variable for byfn.sh
    
    Change-Id: I8ab05f44c68b36bd95f175c9b5f5091d11fa7083
    Signed-off-by: Krishna Harsha Voora <krishvoor@in.ibm.com>
    krishvoor committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    7778837 View commit details
    Browse the repository at this point in the history
  2. [FAB-5130] Invalid syntax in docker compose files

    This patch set deletes unused docker-compose environment variables.
    Now CouchDB section in docker-compose file uses DB_URL env variables.
    But the variables are not used in CouchDB container.
    
    Change-Id: I8e84255e1ea00498b787bdd4042cdb909a96667c
    Signed-off-by: Nao Nishijima <nao.nishijima@hal.hitachi.com>
    Nao Nishijima committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    2f4e9b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. [FAB-5303] Further balance-transfer code optimization

    - Made it possible to deploy the app (both the client and fabric
      backend) to a location other than localhost
    - Made it possible to work with a backend over grpc instead of always
      assuming grpcs
    - Made the list of target peers for instantiate and invoke calls
      to be optional
    - Enabled target networks to be controlled by an env variable
    
    Change-Id: Ie394cf7e8f6ed47d970d4be992f2f6a0394fff7f
    Signed-off-by: Jim Zhang <jzhang@us.ibm.com>
    jimthematrix committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    79cb041 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Merge "[FAB-5394] Introduce Delay as configurable variable"

    christo4ferris authored and Gerrit Code Review committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    6b99925 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. [FAB-5576] -f flag to choose docker-compose on byfn.sh

    Using the -f flag is possible to specify the docker-compose file to use on the
    byfn.sh script to have a standar way to test the different configurations for
    the samples project. The defautl is 'docker-compose-cli.yaml'
    
    -h output updated as well.
    
    Fix Issue # FAB-5576.
    
    Change-Id: I8766ab930f05d9c4934b149872b9de3a299ff345
    Signed-off-by: dsanchezseco <d.seco@protonmail.com>
    dsanchezseco committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    5921140 View commit details
    Browse the repository at this point in the history
  2. [FAB-5603] fixed missing f option on switch

    fixed the unrecognized option on byfn.sh script when
    providing the docker-compose file to start the network
    
    Fix Issue # FAB-5603
    
    Change-Id: I74234c53d8f82cbf2678f80aa3a898c3ec51c422
    Signed-off-by: dsanchezseco <d.seco@protonmail.com>
    dsanchezseco committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    be773d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2017

  1. Merge "[FAB-5130] Invalid syntax in docker compose files"

    mastersingh24 authored and Gerrit Code Review committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    cb3e7f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. [FAB-56431]: Add dependency for couchdb into peer.

    Currently peer and couchdb containers started simulateously, while
    clearly peer depends on availability of the state db, therfore this
    commit add dependency declaration into docker-compose.yaml file to make
    sure to start couchdb before peer container.
    
    Change-Id: Id2302a32fba9234d04ef3f4e6bd24ac92a766995
    Signed-off-by: Artem Barger <bartem@il.ibm.com>
    C0rWin committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    2571c96 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Merge "[FAB-5603] fixed missing f option on switch"

    C0rWin authored and Gerrit Code Review committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    6e09679 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. FAB-5056 enable couchdb test in byfn e2e script

    update byfn.sh script to enable couchdb tests. Follow the
    below steps from first-network dir
    
    ./byfn.sh -m generate -c ibmblockchain
    ./byfn.sh -m up -c ibmblockchain -s couchdb
    ./byfn.sh -m down
    
    Change-Id: If84e744b35a96fa1ed314dff0abf845ab363fcbb
    Signed-off-by: rameshbabu <rameshbabu.thoomu@gmail.com>
    rameshthoomu committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    7f1c2f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Merge "[FAB-5303] Further balance-transfer code optimization"

    yacovm authored and Gerrit Code Review committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    9cd3f54 View commit details
    Browse the repository at this point in the history
  2. Merge "[FAB-5155]Fix README.md in "balance-transfer" example"

    jimthematrix authored and Gerrit Code Review committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    bb84299 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Merge "FAB-5056 enable couchdb test in byfn e2e script"

    binhn authored and Gerrit Code Review committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    419a083 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. updated byfn.sh to pass DELAY to docker compose in networkUp exec (fi…

    …rst network). ran dos2unix against byfn.sh, script.sh, fabric-preload.sh to make them executable
    Bob Dill committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    b19816b View commit details
    Browse the repository at this point in the history