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

V0.6 #20

Closed
wants to merge 32 commits into from
Closed

V0.6 #20

wants to merge 32 commits into from

Conversation

shijumathai
Copy link

Description

Motivation and Context

Fixes #

How Has This Been Tested?

Checklist:

  • [] I have added a Signed-off-by.
  • [] I have either added documentation to cover my changes or this change requires no new documentation.
  • [] I have either added unit tests to cover my changes or this change requires no new tests.
  • [] I have run golint and have fixed valid warnings in code I have added or modified. This tool generates false positives so you may choose to ignore some warnings. The goal is clean, consistent, and readable code.

Signed-off-by:

rameshbabu79 and others added 30 commits October 11, 2016 15:44
Existing membersrvc.yml file is having only 10 user credentials
of different types, it's very difficult to test on more than 10 peers.
Added type 1 and 4 user credentials to membersrvc yml file to support
more than 10 peers.

Change-Id: I30eee8167a6461839a380e7033e84fa9f4a138fb
Signed-off-by: rameshbabu <rameshbabu.thoomu@gmail.com>
created and updated custom searchbox.html file in mkdocs.yml file
also updated yaml file with strict parameter set to true to fail
the build on broken links.

https://jira.hyperledger.org/browse/FAB-385

Change-Id: Ibcd09beb22725e9dfaf1b9c4318a73904db71912
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
added v0.6 programming changes & new features
shortened lines to 80 chars
[ci skip]

Change-Id: I57487ce41defe96a135bf2ccd735fdb69b49b87a
Signed-off-by: Nick Gaski <ngaski@us.ibm.com>
This change set brings the v0.6 branch up-to-date will all busywork changes
that have been committed to master. This is part 1 of the busywork end-of-life
proposal documented as https://jira.hyperledger.org/browse/FAB-838.

Change-Id: I59ce2cd7a9eb9524ceada34d23dbf1590753ced8
Signed-off-by: Bishop Brock <bcbrock@us.ibm.com>
Workaround for issue with docker-compose returning the
service name instead of the container name. This behavior is
sporatic, so this workaround allows for the correct selection
of the desired container regardless of which value is returned
when stopping and starting a peer using 'docker stop/start'.

Change-Id: I5a8086c105d2c6971999fac0275835005be0c948
Signed-off-by: Latitia M Haskins <latitia.haskins@gmail.com>
GetRows exibits two kinds of errors
  . iterator gets closed asynchronously while chaincode
    is traversing rows
  . channel panic on iterator getting closed (this happens
    when chaincode does not drain the iterator completely)

The two issues are unrelated to each other. Typically the
first issue would kick in and users won't see the second.
For small tables users would see the second if the chaincode
does not read all rows.

First issue is fixed by removing the iterator.Close call in
the GetRows processing. Transaction clean up logic will close
it anyway.

Second issue is fixed by trapping the panic and recovering. This
is based on the fact that the panic can happen only from the
channel close.

NOTE - this is not checked into master yet as current master
       does not completely support Table yet.

Change-Id: I73697b7b5b91d809940c6a969281ecbb8042a763
Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com>
Add instructions to clarify use of LFID for all tools
and ensure that info on setting up your SSH public key
in Gerrit is prominent in CONTRIBUTING.md

Change-Id: I04ec5d549350137724bcc5b45cb953bca4da4b1e
Signed-off-by: Christopher Ferris <chris.ferris@gmail.com>
cherry-picking commit 70237c3.
Fix broken links and formatting issues on doc files
Include docker image and compose files to support docs
Update sample apps with environment settings
fix src and tag in dockerfile
fix docker image name in doc

Change-Id: Ife9ca8259b08b8a8c5bf55b67ec5ff33509db8ff
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
Cherry picked from master 158480c

Improve the documentation to make it easier to find things,
and to make the standalone sample development environment
more prominent.

Fixed broken link to SystemChaincodes/noop.md so that it is
integrated into the documentation.

Refactored the standalone doc to read better and to limit
line length to 80.

Added release notes.
Changed to starter-kit

Change-Id: Iea7fa205b970dc00014078d5cf4694be0444757b
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
Cherry picked from 88ce7f2

Current doc instructs user to run app.js file with "node app"
which does not work. Updated doc contains cmd line run instructions
and edits to app.js file if user does not want to pass cmd line
arguments.

Fix Issue # FAB-576.

Change-Id: Ic4d23c9d90ef60a3db03dda34423679786b1b6f5
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
Signed-off-by: Leonard Harley <leonard.harley@impactchoice.com>
Cherry picked from fac2d2e

clean up video format
change Fabric to fabric
starter kit typos and edits
[ci skip]

Change-Id: I78aa2a9ed2c1e79a18ebcf8a19f27964a5d48959
Signed-off-by: Nick Gaski <ngaski@us.ibm.com>
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
* changes:
  doc edits - preview & starter kit
  Changed docs/nodeSDK/sample-standalone-app.md
  FAB-425 - improve initial experience
  Updates to the node SDK docs and sample files
Added releases.md and AttributesUsage API.md in mkdocs.yml file
also fixed broken links in index.md [ci skip]

Change-Id: I3650114d416aaffb8b3669353c7a6abd68ec9c9f
Signed-off-by: rameshbabu79 <rameshbabu.thoomu@gmail.com>
First pass. Adding new tests

This patchset is the code and tests executed for the v0.6
release of fabric. This code includes changes made for the
remote execution of specified behave tests in different
environments.

This includes adding more users to membersrvc for testing
a larger network.

Note changes include updating the directory structure to
accomodate additional test files. The Makefile also needs
to be updated to execute behave tests in the new location.

This structure will change in future versions of fabric.

Change-Id: I3a0fe01d989afadd11366748ecf285335c99c8cc
Signed-off-by: Latitia M Haskins <latitia.haskins@gmail.com>
fixed formatting and code snippets
[ci skip]

Change-Id: Ic4783ac4c70a64f404fc69076514735c329260bd
Signed-off-by: Nick Gaski <ngaski@us.ibm.com>
Changed "TODO" to link to 1.0 arch. doc

Change-Id: Icc6ec00ffdfd41a7d1ee784c9af590a0d4c4a12c
Signed-off-by: Joshua Horton <joshh@us.ibm.com>
[ci skip]
The JAVA SHIM is currently broken on architectures
other than x86_64. Hence commenting it out as an interim fix.
Also, using hyperledger/fabric-baseimage as base image for javaenv
as it is generally applicacable to all platforms.

Change-Id: If95385b790a6d874ff04480fbf713a5bd6d9ba1d
Signed-off-by: Srirama Sharma <sriramsh@in.ibm.com>
adjusted links to v0.6 branch
fixed hyperlink to interfaces.go
added new links
[ci skip]

Change-Id: I092e56adfd7cb0bf1dd905207164175cec59e641
Signed-off-by: Nick Gaski <ngaski@us.ibm.com>
Change-Id: I40669342b7b5cd6b71979a916175f50dd9950108
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
Fix v0.6 doc formatting errors in index.md

Change-Id: I5c14f5d4459af4cc54fdab71b98a4d9f125b1872
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
yacovm and others added 2 commits January 11, 2017 12:38
Removed instructions to retag baseimage
to "latest" in doc and .yaml files.
More explicit instructions for retagging peer
lines minimized to 80
curl commands updated to fix path to v0.6
[ci skip]

Change-Id: I89682ceb9f48188fc4b2bf738f8f87bfc26768f9
Signed-off-by: Nick Gaski <ngaski@us.ibm.com>
@ghost
Copy link

ghost commented Jan 23, 2017

Thank you for your contribution! This is a read only mirror, however. Please submit your change using gerrit.

you would need to check out the repo here: https://gerrit.hyperledger.org/r/#/admin/projects/fabric and make your edits, pushing them to gerrit

here is a walkthrough for zephyrproject which is much the same WRT setting up an LFID, adding ssh keys, etc:
https://www.zephyrproject.org/doc/1.1.0/collaboration/code/gerrit_accounts.html

feel free to ask on slack - https://slack.hyperledgerproject.org/ - I'm @ry there, feel free to ask me directly, or discuss in #fabric

one note: when you set up your LFID do not use social logins the first time, create the account and you can add social logins later

@ghost ghost closed this Jan 23, 2017
andrew-coleman pushed a commit to andrew-coleman/fabric that referenced this pull request Jul 12, 2022
Add ConsenterMapping support to configtxgen
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet