This repository was archived by the owner on Mar 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 720
Update identities v2 #1674
Merged
cazfletch
merged 91 commits into
hyperledger-archives:identities
from
cazfletch:update-identities-v2
Jul 26, 2017
Merged
Update identities v2 #1674
cazfletch
merged 91 commits into
hyperledger-archives:identities
from
cazfletch:update-identities-v2
Jul 26, 2017
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Woooh changes.... * ToC changes * ToC changes * identity issue * TOC Update * Beta->RC * network deploy changes
* Fix alignment of transaction in view-transaction * Added footer to playground * Fixed Height issue and page loading issues
Contributes to #848 Signed-off-by: James Taylor <jamest@uk.ibm.com>
* Added assetdeclaration unit test * composer-common/lib/introspect unit tests
* fix event bug * Fixed problem where invalid events are emitted
* Rafactor of composer-common/factory - Re-work unit tests to simplify and improve test coverage. - Refactor Factory to remove code duplication. * Add includeOptionalFields option for Factory.newXX functions * Create sample array fields with only one element in InstanceGenerator Rather than creating three elements for every generated array field value: - For sample data, create a single element array. - For empty data, create an empty array. * Generate concrete type for references to abstract types. * Refactor InstanceGenerator to remove duplicate ID generation code. * Add 'Optional Properties' checkbox to create resource and new transaction dialogs
…s#1519) * Add Query file to playground. * Ability to add query file and tests.
* styling changes to READMEs * fixes * fixes * fixes
…perledger-archives#1544) * Fixed protractor tests * Prevent identifying fields in transaction and event model
…tion (hyperledger-archives#1534) * Updated Developer Tutorial removed version info and minor errata and tidy up * Updated Developer Tutorial package.json instruction
…edger-archives#1552) * comment out the exit * Move the PouchDB adapter plugin loading into the modules that need it * Pull out e2e tests into separate Travis build * Comment out e2e tests
This component is a modified NgbModal to allow content to slide in from the right of the screen Contributes to #649 Signed-off-by: James Taylor <jamest@uk.ibm.com>
* initial prototype Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com> * semver checking on upgrade Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com> * unit tests for cli Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com> * More unit tests Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com> * minor updates Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com> * restructure unit tests Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com> * feedback changes Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com> * fix merge issue where incorrect test got re-added Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com>
…C link. (hyperledger-archives#1652) * v.1 diagnosing and connector specific info * minor update * Readmefix, modelling and acl * Add in shortened accordion ToC * Merge remote-tracking branch 'hyperledger/master' into 6-7-17-ed # Conflicts: # packages/composer-website/jekylldocs/_includes/sidebars/managing.md * System ACL doc * More changes * last changes * RC -> v1.0, network start, runtime install, * Adding links to new commands * Update for modelling lang doc * hyper ledger fabric endorsing peer * Sort out the Doc titles. * Support link fixes, API link fixes.
Signed-off-by: James Taylor <jamest@uk.ibm.com>
…edger-archives#1655) * Enable event subscription in the LoopBack connector * Enable event subscription using WebSockets in the REST server
…-archives#1542) * Sort list of sample business networks Closes #1465 * Merge branch 'master' of github.com:/hyperledger/composer into issue-1456 Sort sample networks - npm changes * half done test * completed tests * Sorting final * Removed accidental file changes * Removed accidental file changes2
* Validation for queries * Merged changes and added new exception
* README.md File Editor * README editor + tests
* Removed images (for now) * Removed TLS certificates as these are in-lined in connection.json * JSDoc corrections * Moved some validation out of fromArchive() into constructor * Added validation for mandatory 'name' field in connection.json * Added package export for IdCard * Changed IdCard.getCredentials() * Renamed IdCard.getBusinessNetwork() to getBusinessNetworkName() * Renamed IdCard.getConnection() to getConnectionProfile() * Added IdCard.getEnrollmentCredentials() * getDescription() and getBusinessNetworkName() always return a String Signed-off-by: Mark S. Lewis <Mark_Lewis@uk.ibm.com>
…r-archives#1664) * Change to use digitalproperty and change sequence of things * Updated to emphasise non-privileged user for install Added before prereqs-ubuntu,sh description - as this should also be run as 'non-privileged' * Updated to show v1 defaults and example * Added issuer authority prerequisite info ; add biz connect sample code (replacing TODO)
Added identity card screen contributes to hyperledger/composer#1412
* Add WebSQL adapter to handle Safari (hyperledger-archives#1484) * Command changes ed (hyperledger-archives#1483) * Woooh changes.... * ToC changes * ToC changes * identity issue * TOC Update * Beta->RC * network deploy changes * Automatic version bump to 0.9.2 * homepage fixes (hyperledger-archives#1496) * Added footer to playground (hyperledger-archives#1478) * Fix alignment of transaction in view-transaction * Added footer to playground * Fixed Height issue and page loading issues * Improve wallet service test coverage (hyperledger-archives#1506) Contributes to #848 Signed-off-by: James Taylor <jamest@uk.ibm.com> * Tests updated to get the code coverage; and defects fixed that it found (hyperledger-archives#1502) * Complete PersistentModel API tests (resolves #930) (hyperledger-archives#1511) * composer-common/lib/introspect unit tests (hyperledger-archives#1507) * Added assetdeclaration unit test * composer-common/lib/introspect unit tests * Event validation (hyperledger-archives#1508) * fix event bug * Fixed problem where invalid events are emitted * PR for #796 (hyperledger-archives#1434) * Rafactor of composer-common/factory - Re-work unit tests to simplify and improve test coverage. - Refactor Factory to remove code duplication. * Add includeOptionalFields option for Factory.newXX functions * Create sample array fields with only one element in InstanceGenerator Rather than creating three elements for every generated array field value: - For sample data, create a single element array. - For empty data, create an empty array. * Generate concrete type for references to abstract types. * Refactor InstanceGenerator to remove duplicate ID generation code. * Add 'Optional Properties' checkbox to create resource and new transaction dialogs * Added svg transformation when showing event (hyperledger-archives#1512) * Changed Github to GitHub (hyperledger-archives#1520) * Issue 1332 - Enable query support in playground. (hyperledger-archives#1519) * Add Query file to playground. * Ability to add query file and tests. * Only deploy for tagged/release builds and the master branch (hyperledger-archives#1523) * Enable complex queries against nested properties (hyperledger-archives#1524) * update validation notes for query (hyperledger-archives#1528) * Styling changes to README & typography fixes (hyperledger-archives#1532) * styling changes to READMEs * fixes * fixes * fixes * Move to Hyperledger Fabric v1.0.0 (npm dependencies, system tests) (hyperledger-archives#1533) * Remove double scroll bar (hyperledger-archives#1527) * Fix ability to issue identity to none existent participant (hyperledger-archives#1526) * Prevent identifying fields in transaction and event model (#1517) (hyperledger-archives#1544) * Fixed protractor tests * Prevent identifying fields in transaction and event model * Updated tutorial guide, minor fixes to cmdline , package.json instruction (hyperledger-archives#1534) * Updated Developer Tutorial removed version info and minor errata and tidy up * Updated Developer Tutorial package.json instruction * Use workaround for jekyll issue #6221 (hyperledger-archives#1551) * Merge PRs 1548 + 1550, pull e2e tests out into separate build (hyperledger-archives#1552) * comment out the exit * Move the PouchDB adapter plugin loading into the modules that need it * Pull out e2e tests into separate Travis build * Comment out e2e tests
…ves#1521) Updated login screen to edit connection profiles contributes to hyperledger/composer#1425
* header panel changes * edit panels and prevent ability to create a new BN through playground
* header panel changes * edit panels and prevent ability to create a new BN through playground
* - add 'circular' class that, when combined with '.action' creates the circular hover state for action buttons - add a skeleton 'removeIdentity()' function * - implement a more flexible 'delete-confirm' modal - implement the 'removeIdentity' function, calling upon the walletService - write the unit tests for the new remove ID functionality
…ger-archives#1612) during identity card import Contributes to #902 Signed-off-by: James Taylor <jamest@uk.ibm.com>
* Common drawer component (hyperledger-archives#1562) This component is a modified NgbModal to allow content to slide in from the right of the screen Contributes to #649 Signed-off-by: James Taylor <jamest@uk.ibm.com> * Fix upload icon in file-import module (hyperledger-archives#1585) Also move file-import under common modules directory and remove unused references Signed-off-by: James Taylor <jamest@uk.ibm.com> # Conflicts: # packages/composer-playground/src/app/connection-profile/connection-profile.module.ts * Fix backdrop animation (hyperledger-archives#1595) Also add initial common styles for drawer content and include drawer module in app Signed-off-by: James Taylor <jamest@uk.ibm.com>
* Bump version to match master Signed-off-by: James Taylor <jamest@uk.ibm.com> * Add IdCard to composer-common package (#1415) (hyperledger-archives#1641) Signed-off-by: Mark S. Lewis <Mark_Lewis@uk.ibm.com>
Also makes action buttons circular and adds import button Signed-off-by: James Taylor <jamest@uk.ibm.com>
Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.