Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Conversation

@cazfletch
Copy link
Contributor

No description provided.

Simon Stone and others added 30 commits July 6, 2017 09:39
* 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>
davek-at-ibm and others added 28 commits August 2, 2017 09:28
* Fix Big Memory Leak

Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com>

* Dynamic Composer allocation when needed

Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com>
There is nothing unique about identity cards so they need to
be referenced by uuids

Contributes to #902

Signed-off-by: James Taylor <jamest@uk.ibm.com>
* first pass

* Add suport for queries and fixes for unhandled exceptions

* final prototype updates

* test updates

* updates

* updates

*  final corrections to the code

* change default business network

* docs

* review changes

* fixes for the review comments and split out systest into 2 again

* force build

* clean up some systests
Added a table to show all historian records
…es#1724)

* Added new queries tutorial file

images to be added in assets/img

* Add query images and mp4s for this tutorial

* Minor amends....

* remove Composer 'version-specific' mentions with 'latest'

* Added codeblock for NetworkControl ACL

* Updated privileged user paragraph and npm support level
* Bump version to 0.11.0 for release

Signed-off-by: James Taylor <jamest@uk.ibm.com>

* Correct .mp4 video filename for Playground import

* fullstop missing

* Add some firm warnings to not use v0.6 of Fabric

* Fix version of loopback-boot (davidkel's fix for the REST server)

Signed-off-by: James Taylor <jamest@uk.ibm.com>
…pinner replaces (hyperledger-archives#1751)

- Tried `padding: 5% 12%`, but inconsistent results
- insert missing `checkScroll` directive that had been accidentally removed in a recent `git merge`
* Edge BNA export fix

* Fixing unit tests

* Test 2


Test 3
Added identity card screen

contributes to hyperledger/composer#1412

(cherry picked from commit e0be8e3)
…ves#1521)

Updated login screen to edit connection profiles

contributes to hyperledger/composer#1425

(cherry picked from commit 1765179)
* header panel changes

* edit panels and prevent ability to create a new BN through playground

(cherry picked from commit d88fb7d)
* header panel changes

* edit panels and prevent ability to create a new BN through playground

(cherry picked from commit 1c86b47)
* - 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

(cherry picked from commit 1ae43be)
…ger-archives#1612)

during identity card import

Contributes to #902

Signed-off-by: James Taylor <jamest@uk.ibm.com>

(cherry picked from commit e9c35b1)
* 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>

(cherry picked from commit 5e2c3e8)
* 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>

(cherry picked from commit db6adf7)
Also makes action buttons circular and adds import button

Signed-off-by: James Taylor <jamest@uk.ibm.com>

(cherry picked from commit b94b304)
…rchives#1668)

* 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>

(cherry picked from commit f66ae64)
Added deploy business network to id cards

(cherry picked from commit 1cddcc5)
…ledger-archives#1736)

with a web profile now share a fixed connection profile, and
other connection profile names are now prefixed with a hash of
the connection profile object.

Also adds a function to get an idcard with required role and
updates the connection profile service to avoid overwriting
existing connection profiles.

Contributes to #902

Signed-off-by: James Taylor <jamest@uk.ibm.com>

(cherry picked from commit fac9547)
@cazfletch cazfletch merged commit 7fcdeee into hyperledger-archives:identities Aug 4, 2017
@cazfletch cazfletch deleted the update-identities-to-master branch September 6, 2017 09:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.