You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Release version ${{ github.event.inputs.version }}
52
+
reviewers: ${{ github.actor }} # By default, we request a review from the person who triggered the workflow.
53
+
# Write a nice message to the user.
54
+
# We are claiming things here based on the `publish-new-release.yml` workflow.
55
+
# You should obviously adopt it to say the truth depending on your release workflow :)
56
+
body: |
57
+
Hi @${{ github.actor }}!
58
+
59
+
This pull request was created in response to a manual trigger of the release workflow here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}.
60
+
I've updated the changelog and bumped the versions in the manifest files in this commit: ${{ steps.make-commit.outputs.commit }}.
61
+
Merging this pull request will create a GitHub release and upload any assets that are created as part of the release build.
This pull request merges the main branch back into develop.
52
+
This happens to ensure that the updates that happend on the release branch, in particular, CHANGELOG and manifest updates, are also present on the develop branch.
53
+
# if needed, you can checkout the latest main here, build artifacts and publish / deploy them somewhere
54
+
# the create-release action has an output `upload_url` output that you can use to upload assets
- Improve propositions used in GraphQL queries to search for data [#102](https://github.com/building-envelope-data/api/pull/102)
169
+
- Further align database GraphQL schema and JSON schema [#103](https://github.com/building-envelope-data/api/pull/103)
170
+
- Flatten data HTTP resource trees to make them queryable with one query without having to know the trees depth [#108](https://github.com/building-envelope-data/api/pull/108)
171
+
- Only use `additionalItems` for tuple validation and **not** for list validation, use `uniqueItems` for lists of enumerated items, use `const` for one-valued enums, and don't have special this-property-has-no-value values for optional properties [#110](https://github.com/building-envelope-data/api/pull/110)
172
+
- Improve titles and descriptions of identifiers, name `uniqueId` of decentral identifiers `value`, and make identifiers be issued by databases instead of institutions [#107](https://github.com/building-envelope-data/api/pull/107)
173
+
- Clean-up the stakeholder JSON schema, in particular, how stakeholders are referenced in specific roles [#111](https://github.com/building-envelope-data/api/pull/111)
174
+
- Associate contact information and GnuPG keys with a person's and institution's affiliations [#112](https://github.com/building-envelope-data/api/pull/112)
175
+
- Check and correct usages of `oneOf`, `anyOf`, and `allOf`[#113](https://github.com/building-envelope-data/api/pull/113)
176
+
- Use specific instead of general and (almost) meaningless number definitions [#114](https://github.com/building-envelope-data/api/pull/114)
177
+
- Improve titles and descriptions in the JSON Schema for optical data [#115](https://github.com/building-envelope-data/api/pull/115)
178
+
- Improve documentation of approvals in the database GraphQL schema [#117](https://github.com/building-envelope-data/api/pull/117)
179
+
- Clean-up Dockerfile, in particular, remove notes regarding Python [#121](https://github.com/building-envelope-data/api/pull/121)
180
+
- Correct minor errors in database GraphQL API [#173](https://github.com/building-envelope-data/api/pull/173)
181
+
- Name `dataId``uuid`, remove `validity` from `*Data` and `DataApproval`, use parent identifier instead of child identifiers to describe tree structure, do not require response approvals to be created on the fly [#180](https://github.com/building-envelope-data/api/pull/180)
182
+
- Update GraphqL schema of metabase to match the current deployed version [#280](https://github.com/building-envelope-data/api/pull/280)
183
+
- Rename organization to `building-envelope-data` and API repository to `api`[#277](https://github.com/building-envelope-data/api/pull/277)
184
+
- Use acronyms to identify standardizers [#154](https://github.com/building-envelope-data/api/pull/154)
185
+
- Use JSON Schema Draft 2019-09 and upgrade tooling [#181](https://github.com/building-envelope-data/api/pull/181)
186
+
- Restructure `numbersWithUncertainty` to make the data less verbose[#195](https://github.com/building-envelope-data/api/pull/195),[#216](https://github.com/building-envelope-data/api/pull/216)
187
+
- Improve the structure of geometry.json [#205](https://github.com/building-envelope-data/api/pull/205)
188
+
- Improve the structure of calorimetricData.json [#209](https://github.com/building-envelope-data/api/pull/209)]
189
+
- Correct the requirements of `emergenceDirection`[#213](https://github.com/building-envelope-data/api/pull/213)
190
+
- Offer detailed definition of calorimetric fluxes [#222](https://github.com/building-envelope-data/api/pull/222)
191
+
- Add categories to `material`, `layer` and `unit` from EN 12216 [#223](https://github.com/building-envelope-data/api/pull/223) and from EN 13024-1, EN 14179, EN 1863, DIN 18008-5 [#224](https://github.com/building-envelope-data/api/pull/224)
192
+
- Add more mirrored values to `apis`[#238](https://github.com/building-envelope-data/api/pull/238)
193
+
- Add spectrum `ultraviolet` for integral values and improve the optical examples [#247](https://github.com/building-envelope-data/api/pull/247)
194
+
- Change propositions for lists and make parameter `where` optional [#260](https://github.com/building-envelope-data/api/pull/260)
195
+
196
+
### Removed
197
+
198
+
- Remove intermediate representation of optical data [#152](https://github.com/building-envelope-data/api/pull/152)
199
+
- Remove custom directions from optical data [#153](https://github.com/building-envelope-data/api/pull/153)
200
+
- Remove `validity` everywhere except of `method` which can depend for example on a standard [#219](https://github.com/building-envelope-data/api/pull/219)
201
+
202
+
### Fixed
203
+
204
+
- Fix the three phase method test by using enumerated standardizers instead of identifiers [#192](https://github.com/building-envelope-data/api/pull/192)
0 commit comments