-
Updated
Mar 28, 2022 - Jupyter Notebook
open-horizon
Here are 9 public repositories matching this topic...
A message from Glen...
"It is unfortunate that the examples in the open-horizon/examples repo inconsistently use the horizon subdirectory and the policy subdirectory. I had forgotten how bad this was but today I am trying to write up something about how to use pattern and policy and I wanted to point at the examples repo but then rediscovered the inconsistency there."
The original reason f
What is the current documentation state?
The OH / IEAM documentation references Raspbian in several pages. It is now called Raspberry Pi OS. There are two flavors of it 32bit and 64bit. This GH issue should make changes to these markdown files:
docs/installing/adding_devices.md
docs/getting_started/faq.md
docs/getting_started/known_issues.md
Where is this stated
Description:
There are cases in the exchange unit tests where a POST/PUT/PATCH route test will not use a GET call or a database call to validate that the information was created and is consumable. For example:
test("POST /orgs/"+orgid+" - create org") {
// Try deleting it 1st, in case it is left over from previous test
var response = Http(URL+"/"+orgid).method("delete").head
The code here:
https://github.com/open-horizon/devops/blob/master/mgmt-hub/deploy-mgmt-hub.sh#L1351
never runs if even a simple and correctable error occurs. As a result, the user's credentials for the hub are essentially discarded (they are never given access to them). The user must then always start over from scratch in this situation instead of just fixing the error and continuing. Some examp
-
Updated
Jan 12, 2022 - Shell
-
Updated
Oct 25, 2021 - Java
-
Updated
Feb 14, 2022 - Go
Improve this page
Add a description, image, and links to the open-horizon topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the open-horizon topic, visit your repo's landing page and select "manage topics."