Skip to content
#

open-horizon

Here are 9 public repositories matching this topic...

t-fine
t-fine commented Mar 1, 2022

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

johnwalicki
johnwalicki commented Mar 18, 2022

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

documentation good first issue
sf2ne
sf2ne commented Aug 20, 2021

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
TheMosquito
TheMosquito commented Feb 23, 2022

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

good first issue

Improve this page

Add a description, image, and links to the open-horizon topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more