Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
be2dd30
homepage and support pages stackoverflow changes
May 2, 2017
291c10e
Merge branch 'master' into master
May 3, 2017
4d3dc97
Merge branch 'master' of github.com:hyperledger/composer
May 3, 2017
d6b1d8c
typography changes for readme section
May 3, 2017
2d21278
Merge branch 'master' of github.com:winslet/composer
May 3, 2017
2c409cd
Merge branch 'master' of github.com:hyperledger/composer
May 3, 2017
162d1ea
Merge branch 'master' of github.com:hyperledger/composer
May 4, 2017
0487da0
initial dropdown styling
May 4, 2017
74ebc48
code cleanup for dropdown component
May 4, 2017
570a064
further code cleanup for dropdowns
May 4, 2017
3aefd3f
added comments
May 4, 2017
743808d
Merge branch 'master' of github.com:hyperledger/composer
May 4, 2017
937544a
Merge branch 'master' of github.com:hyperledger/composer
May 5, 2017
ad41b28
new loading page
May 5, 2017
1f17d55
Merge branch 'master' into master
winslet May 5, 2017
ee0a03c
code mirror background colour change
May 5, 2017
0bc8615
Merge branch 'master' of github.com:hyperledger/composer
May 5, 2017
efaab4a
Merge branch 'master' of github.com:winslet/composer
May 5, 2017
3a80e90
select state in code mirror colour change
May 5, 2017
d7b60ed
table heading spacing change and transaction button alignment fix
May 5, 2017
a04c2d0
header padding changes
May 5, 2017
40710bc
Merge branch 'master' into master
winslet May 5, 2017
6e57e68
Merge branch 'master' of github.com:hyperledger/composer
May 16, 2017
1dba672
Merge branch 'master' of github.com:winslet/composer
May 16, 2017
aac33ec
notification typography changes
May 17, 2017
00f1c0f
Merge branch 'master' of github.com:hyperledger/composer
May 17, 2017
0647bf6
Merge branch 'master' into master
Jakeeyturner May 17, 2017
dd65d77
Merge branch 'master' of github.com:hyperledger/composer
May 22, 2017
375809e
Merge branch 'master' of github.com:winslet/composer
May 22, 2017
aefe783
minor updates to the code section styling in the docs.
May 22, 2017
6c31766
new 404 page and styles + homepage callout width fix
May 23, 2017
f732c0d
Merge branch 'master' into master
cazfletch May 24, 2017
9bd6790
Merge branch 'master' of github.com:hyperledger/composer
May 25, 2017
8650463
Merge branch 'master' of github.com:winslet/composer
May 25, 2017
bf41064
Merge branch 'master' of github.com:hyperledger/composer
May 26, 2017
b509ef4
typography fix for side-nav
May 26, 2017
3956455
button svg spacing and colour fixes
May 26, 2017
79e62a8
Merge branch 'master' of github.com:hyperledger/composer
Jun 12, 2017
7310a72
Merge branch 'master' of github.com:hyperledger/composer
Jun 16, 2017
1d24d98
merging recent changes
Jun 26, 2017
a7c732f
merge
Jun 29, 2017
862a951
Merge branch 'master' of github.com:hyperledger/composer
Jun 29, 2017
f16a24c
Merge branch 'master' of github.com:hyperledger/composer
Jul 13, 2017
f8950ab
Merge branch 'master' of github.com:hyperledger/composer
Jul 18, 2017
f31988a
Merge branch 'master' of github.com:hyperledger/composer
Jul 20, 2017
ba0698d
jsdoc readme fix
Jul 20, 2017
512d63c
support page fix
Jul 20, 2017
1446c87
support page new name
Jul 20, 2017
5364764
async fix for loading copy button
Jul 20, 2017
4b544c6
conref fix in query docs
Jul 20, 2017
42997de
playground tutorial ACL fix, sample network default update
Jul 20, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/composer-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"basic-sample-network": "^0.1.0",
"basic-sample-network": "^0.1.2",
"bootstrap": "4.0.0-alpha.5",
"browserfs": "^1.1.0",
"buffer-loader": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/composer-website/jekylldocs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<link href="{{site.baseurl}}/assets/css/new-style.min.css" rel="stylesheet">
<link href="{{site.baseurl}}/assets/css/grid-layout.min.css" rel="stylesheet">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script async type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.6.0/clipboard.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.6.0/clipboard.min.js"></script>
{% endif %}
</head>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Note: Queries are supported by the {{site.data.conrefs.hlf_full}} v1.0, embedded

## Types of Queries

{site.data.conrefs.composer}} supports two types of queries: named queries and dynamic queries. Named queries are specified in the business network definition and are exposed as GET methods by the composer-rest-server component. Dynamic queries may be constructed dynamically at runtime within a Transaction Processor function, or from client code.
{{site.data.conrefs.composer_full}} supports two types of queries: named queries and dynamic queries. Named queries are specified in the business network definition and are exposed as GET methods by the composer-rest-server component. Dynamic queries may be constructed dynamically at runtime within a Transaction Processor function, or from client code.

## Writing Named Queries

Expand All @@ -47,9 +47,9 @@ The named query below is defined in terms of 3 parameters:

```
query Q18 {
description: "Select all drivers aged older than PARAM"
statement:
SELECT org.acme.Driver
description: "Select all drivers aged older than PARAM"
statement:
SELECT org.acme.Driver
WHERE (_$ageParam < age)
ORDER BY [lastName ASC, firstName DESC]
LIMIT _$limitParam
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
index-order: 909
layout: default
title: API Documentation
section: reference
layout: default
exception: API
excerpt: The Client, Admin, and Runtime components of Hyperledger Composer contain [JavaScript APIs](../jsdoc/index.html) for application integration.
sidebar: sidebars/accordion-toc0.md
excerpt: The Client, Admin, and Runtime components of Hyperledger Composer contain [JavaScript APIs](../jsdoc/index.html) for application integration.
index-order: 909
---

# Hyperledger Composer API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ rule Default {
resource: "org.acme.mynetwork.*"
action: ALLOW
}

rule SystemACL {
description: "System ACL to permit all access"
participant: "org.hyperledger.composer.system.Participant"
operation: ALL
resource: "org.hyperledger.composer.system.**"
action: ALLOW
}
```

This access control simply allows all participants access to all resources.
Expand Down