Skip to content

Commit

Permalink
0.129.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogerheijde committed Nov 16, 2022
1 parent b21485a commit 924564a
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog Hiber API

#### Upcoming Changes
### 0.129 (2022-11-14)

##### EasypulseService

- Fix a bug where the Easypulse.Fields call could report incorrect fields, because it assumed all modems were using the
new parser format.

##### OrganizationService

- Add `database_info` field to prepare for separate databases for organizations.

### 0.128 (2022-11-07)

Expand Down
16 changes: 16 additions & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

When adding an entry to the changelog, a separate file should be made in this directory for that entry. This prevents
merge conflicts on releases with the changelog file. On a release, all files in this directory that are in the correct
format, will be added to the `CHANGELOG.md` file in the parent directory in lexicographical order.
The format of the filename should be:
```
WEB-<DESCRIPTIVE_NAME>.md
```
where `<DESCRIPTIVE_NAME>` can be anything that describes the change. A typical format
would be to use `WEB-<TICKET_NUMBER>-<DESCRIPTION>` where `<TICKET_NUMBER>` is the Jira ticket number that this change
refers to. If there are files in the directory that are not in the correct format, the CircleCI build will fail.

Finally, be wary of headers used in the changes. The text in a file will be added directly to `CHANGELOG.md`, so any
headers used here should be smaller than the headers for the version number in that file. If they are not (meaning less
than 4 #'s) the CircleCI build will fail.
7 changes: 7 additions & 0 deletions docs/html/currentuser.html
Original file line number Diff line number Diff line change
Expand Up @@ -3846,6 +3846,13 @@ <h3 id="hiber.organization.Organization">Organization</h3>
<td><p> </p></td>
</tr>

<tr>
<td>database_info</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p> </p></td>
</tr>

</tbody>
</table>

Expand Down
7 changes: 7 additions & 0 deletions docs/html/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -22519,6 +22519,13 @@ <h3 id="hiber.organization.Organization">Organization</h3>
<td><p> </p></td>
</tr>

<tr>
<td>database_info</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p> </p></td>
</tr>

</tbody>
</table>

Expand Down
7 changes: 7 additions & 0 deletions docs/html/modem.html
Original file line number Diff line number Diff line change
Expand Up @@ -7241,6 +7241,13 @@ <h3 id="hiber.organization.Organization">Organization</h3>
<td><p> </p></td>
</tr>

<tr>
<td>database_info</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p> </p></td>
</tr>

</tbody>
</table>

Expand Down
7 changes: 7 additions & 0 deletions docs/html/modem_transfer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7916,6 +7916,13 @@ <h3 id="hiber.organization.Organization">Organization</h3>
<td><p> </p></td>
</tr>

<tr>
<td>database_info</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p> </p></td>
</tr>

</tbody>
</table>

Expand Down
7 changes: 7 additions & 0 deletions docs/html/organization.html
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,13 @@ <h3 id="hiber.organization.Organization">Organization</h3>
<td><p> </p></td>
</tr>

<tr>
<td>database_info</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p> </p></td>
</tr>

</tbody>
</table>

Expand Down
1 change: 1 addition & 0 deletions docs/md/currentuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ of any modems and related data.
| created_at | [ hiber.Timestamp](#hibertimestamp) | none |
| updated_at | [ hiber.Timestamp](#hibertimestamp) | none |
| features | [repeated hiber.organization.Organization.Feature](#hiberorganizationorganizationfeature) | none |
| database_info | [ string](#string) | none |

### hiber.organization.Organization.Address

Expand Down
1 change: 1 addition & 0 deletions docs/md/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -4467,6 +4467,7 @@ of any modems and related data.
| created_at | [ hiber.Timestamp](#hibertimestamp) | none |
| updated_at | [ hiber.Timestamp](#hibertimestamp) | none |
| features | [repeated hiber.organization.Organization.Feature](#hiberorganizationorganizationfeature) | none |
| database_info | [ string](#string) | none |

### hiber.organization.Organization.Address

Expand Down
1 change: 1 addition & 0 deletions docs/md/modem.md
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@ of any modems and related data.
| created_at | [ hiber.Timestamp](#hibertimestamp) | none |
| updated_at | [ hiber.Timestamp](#hibertimestamp) | none |
| features | [repeated hiber.organization.Organization.Feature](#hiberorganizationorganizationfeature) | none |
| database_info | [ string](#string) | none |

### hiber.organization.Organization.Address

Expand Down
1 change: 1 addition & 0 deletions docs/md/modem_transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ of any modems and related data.
| created_at | [ hiber.Timestamp](#hibertimestamp) | none |
| updated_at | [ hiber.Timestamp](#hibertimestamp) | none |
| features | [repeated hiber.organization.Organization.Feature](#hiberorganizationorganizationfeature) | none |
| database_info | [ string](#string) | none |

### hiber.organization.Organization.Address

Expand Down
1 change: 1 addition & 0 deletions docs/md/organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ of any modems and related data.
| created_at | [ hiber.Timestamp](#hibertimestamp) | none |
| updated_at | [ hiber.Timestamp](#hibertimestamp) | none |
| features | [repeated Organization.Feature](#organizationfeature) | none |
| database_info | [ string](#string) | none |

### Organization.Address

Expand Down
2 changes: 2 additions & 0 deletions organization.proto
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ message Organization {
Timestamp updated_at = 10;

repeated Feature features = 11;

string database_info = 12;
}

/* Selection object for child organizations.
Expand Down

0 comments on commit 924564a

Please sign in to comment.