Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-12-02)

### Bug Fixes

* add circleci support ([92ba7e3](92ba7e3))
* add json compact serilog ([ec81271](ec81271))
* add missing values for tests ([8555520](8555520))
* copy appsettings ([83155fa](83155fa))
* make sure Url.Action still works ([80c0177](80c0177))
* only build api and site ([1090e3d](1090e3d))
* point to correct default api endpoint ([58b87f9](58b87f9))
* redirect oic to hash oic ([d468208](d468208))
* redirect to idp on auth request ([1e2da40](1e2da40))
* remap port of sql server ([9d15098](9d15098))
* remove unnecessary comma ([edfe11b](edfe11b))
* rename ef context ([c8151e3](c8151e3))
* require appsettings ([1db0710](1db0710))
* run sql on default port ([bd60593](bd60593))
* run tests against localhost ([0ba8bf1](0ba8bf1))
* see if build works without pack ([bd4f40a](bd4f40a))
* see if build works without tests ([df5f0c8](df5f0c8))
* title is Wegwijs ([eda763a](eda763a))
* use different connstrings for fixtures ([babddd0](babddd0))
* use hasAnyOfRoles ([14d54c4](14d54c4))
* use local docker db as default ([41da3db](41da3db))
* use nullable GUIDs for optional values ([d756739](d756739))
* use staging uris as default ([15d9d6c](15d9d6c))

### Features

* add agentschap zorg en gezondheid ([bf77a0b](bf77a0b))
* add api ([7289d19](7289d19))
* add command timeout ([58348f7](58348f7))
* add compensating action runner, not in sln! ([62423a8](62423a8))
* add configuration db ([511a8f8](511a8f8))
* add default cors ([143ef58](143ef58))
* add default datadog settings ([77d0f3b](77d0f3b))
* add delegation projections ([5c70117](5c70117))
* add domain ([b913220](b913220))
* add elasticsearch ([e4434bf](e4434bf))
* add es projections ([f61c4ca](f61c4ca))
* add event rewriter, not in sln! ([2164dd0](2164dd0))
* add file splitter ([70caa4b](70caa4b))
* add infrastructure ([803e7e6](803e7e6))
* add magda wcf ([607e132](607e132))
* add reporting projections ([355a4bb](355a4bb))
* add sql projection tables ([96a9a5d](96a9a5d))
* add tests ([eaede7f](eaede7f))
* add ui ([b7069b5](b7069b5))
* add upgrader for namespace move ([d62fde8](d62fde8))
* add vlaanderen be notifier ([30e0284](30e0284))
* developer is always 'in role' ([0f17c3d](0f17c3d))
* remove appInsights ([bfd9053](bfd9053))
* remove unused AuthSettings ([caa77bc](caa77bc))
* serialize events by full name ([456b11f](456b11f))
* use empty cert when configured cert can't be found ([474b77f](474b77f))
  • Loading branch information
release-bot committed Dec 2, 2019
1 parent 1090e3d commit 505c61c
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# 1.0.0 (2019-12-02)


### Bug Fixes

* add circleci support ([92ba7e3](https://github.com/informatievlaanderen/organisation-registry/commit/92ba7e39775744717dbcfcbcc1c06a2226735c9d))
* add json compact serilog ([ec81271](https://github.com/informatievlaanderen/organisation-registry/commit/ec8127198b000231edb45d3bcbe319b4dcad3d2f))
* add missing values for tests ([8555520](https://github.com/informatievlaanderen/organisation-registry/commit/85555201e1b8f9a0de92beb715b253cdbde4c164))
* copy appsettings ([83155fa](https://github.com/informatievlaanderen/organisation-registry/commit/83155faae9e3c94fcf931ef1e12dd35ddcb9defe))
* make sure Url.Action still works ([80c0177](https://github.com/informatievlaanderen/organisation-registry/commit/80c01776a02804f0e57f0fd532eaa2dd7794c25e))
* only build api and site ([1090e3d](https://github.com/informatievlaanderen/organisation-registry/commit/1090e3d38dea520cda4c7aed28d9dbd126d852e4))
* point to correct default api endpoint ([58b87f9](https://github.com/informatievlaanderen/organisation-registry/commit/58b87f932e9186412f32d6c1fda6e933348e02ba))
* redirect oic to hash oic ([d468208](https://github.com/informatievlaanderen/organisation-registry/commit/d468208238271680802b04e10b95381cdeaa5d4f))
* redirect to idp on auth request ([1e2da40](https://github.com/informatievlaanderen/organisation-registry/commit/1e2da407f6f303240b6f1c1886ad50a6bfe0f004))
* remap port of sql server ([9d15098](https://github.com/informatievlaanderen/organisation-registry/commit/9d1509830f57d04ac5b5edacc242aa4ad5b71261))
* remove unnecessary comma ([edfe11b](https://github.com/informatievlaanderen/organisation-registry/commit/edfe11b9409ed4d865d717f22c1f49d71bf68c0e))
* rename ef context ([c8151e3](https://github.com/informatievlaanderen/organisation-registry/commit/c8151e3657d8a89f5a60425763b370a13d1954f5))
* require appsettings ([1db0710](https://github.com/informatievlaanderen/organisation-registry/commit/1db0710b67e99b8c0b3b7637d002b7846dd50eb8))
* run sql on default port ([bd60593](https://github.com/informatievlaanderen/organisation-registry/commit/bd6059385070a7f0d03dca46f139ed99086be6f4))
* run tests against localhost ([0ba8bf1](https://github.com/informatievlaanderen/organisation-registry/commit/0ba8bf124a5d37310e368bbe364f504419570878))
* see if build works without pack ([bd4f40a](https://github.com/informatievlaanderen/organisation-registry/commit/bd4f40a54f56197eb589aec2b3589d364defaeac))
* see if build works without tests ([df5f0c8](https://github.com/informatievlaanderen/organisation-registry/commit/df5f0c8b82c6586d2bec0f8cd76e7b9f7fd5a070))
* title is Wegwijs ([eda763a](https://github.com/informatievlaanderen/organisation-registry/commit/eda763af91313e9b2ecb4e3581843044bedc9726))
* use different connstrings for fixtures ([babddd0](https://github.com/informatievlaanderen/organisation-registry/commit/babddd06712016e7b184c1687453b40eb84d3dec))
* use hasAnyOfRoles ([14d54c4](https://github.com/informatievlaanderen/organisation-registry/commit/14d54c480fcc0ef63209bec676a5565be47f7a40))
* use local docker db as default ([41da3db](https://github.com/informatievlaanderen/organisation-registry/commit/41da3db76489d9b1b9a63e1cbb3329cfb72117b4))
* use nullable GUIDs for optional values ([d756739](https://github.com/informatievlaanderen/organisation-registry/commit/d756739cd24a0373db4ed5bd74e5937b3136f64e))
* use staging uris as default ([15d9d6c](https://github.com/informatievlaanderen/organisation-registry/commit/15d9d6ce0f5e9de69e03ae4f9834b48ed87c27e9))


### Features

* add agentschap zorg en gezondheid ([bf77a0b](https://github.com/informatievlaanderen/organisation-registry/commit/bf77a0bd9b34ea640e153e753f8cce3ba27b24df))
* add api ([7289d19](https://github.com/informatievlaanderen/organisation-registry/commit/7289d19ad57ad2e7eaff12984ae91819490a53ff))
* add command timeout ([58348f7](https://github.com/informatievlaanderen/organisation-registry/commit/58348f7c88097174bac5193a7652c12976b23220))
* add compensating action runner, not in sln! ([62423a8](https://github.com/informatievlaanderen/organisation-registry/commit/62423a84b8720b66e04c8683aecfbdfa9e77a5f1))
* add configuration db ([511a8f8](https://github.com/informatievlaanderen/organisation-registry/commit/511a8f8fe79fc4a0118b5f97cae65129d816dbb4))
* add default cors ([143ef58](https://github.com/informatievlaanderen/organisation-registry/commit/143ef58734af15df85cac9b7f7cee2b04ecba4ed))
* add default datadog settings ([77d0f3b](https://github.com/informatievlaanderen/organisation-registry/commit/77d0f3bac1d733ae4696e74e674ce32432de8d54))
* add delegation projections ([5c70117](https://github.com/informatievlaanderen/organisation-registry/commit/5c7011711956e9914ae6c1de74047ac166ae7304))
* add domain ([b913220](https://github.com/informatievlaanderen/organisation-registry/commit/b913220394ecec959f9b9ea405c844f708f967ac))
* add elasticsearch ([e4434bf](https://github.com/informatievlaanderen/organisation-registry/commit/e4434bf8277bb1dca6369d5adb4a8b364eef9a2c))
* add es projections ([f61c4ca](https://github.com/informatievlaanderen/organisation-registry/commit/f61c4cabf89c4501e0513e9757050530f7c41a88))
* add event rewriter, not in sln! ([2164dd0](https://github.com/informatievlaanderen/organisation-registry/commit/2164dd0881e46b69310640a979ff69d48a6d8a7e))
* add file splitter ([70caa4b](https://github.com/informatievlaanderen/organisation-registry/commit/70caa4b492579ae2c6c18395962a88781a8ea140))
* add infrastructure ([803e7e6](https://github.com/informatievlaanderen/organisation-registry/commit/803e7e6b66a939dc4823dbd2bf69487f7c17abff))
* add magda wcf ([607e132](https://github.com/informatievlaanderen/organisation-registry/commit/607e132a1e24755a321d9253a7842436a1d55a6d))
* add reporting projections ([355a4bb](https://github.com/informatievlaanderen/organisation-registry/commit/355a4bbf011f4a2c52dcd14e3886a55e97ffac04))
* add sql projection tables ([96a9a5d](https://github.com/informatievlaanderen/organisation-registry/commit/96a9a5deceff68a9d58c2f14f0d88147ecad361d))
* add tests ([eaede7f](https://github.com/informatievlaanderen/organisation-registry/commit/eaede7f7cb830aabb7fd631e2f3818542cb39c9a))
* add ui ([b7069b5](https://github.com/informatievlaanderen/organisation-registry/commit/b7069b58c92a0740beee05ab577d41da7ce3e0cb))
* add upgrader for namespace move ([d62fde8](https://github.com/informatievlaanderen/organisation-registry/commit/d62fde86b674118be87b421920f320399b5cc023))
* add vlaanderen be notifier ([30e0284](https://github.com/informatievlaanderen/organisation-registry/commit/30e028485b520046ee6b29ba17627e0c9fee62fe))
* developer is always 'in role' ([0f17c3d](https://github.com/informatievlaanderen/organisation-registry/commit/0f17c3de8e5efa22fde5b69e231f93bcf2997b4b))
* remove appInsights ([bfd9053](https://github.com/informatievlaanderen/organisation-registry/commit/bfd9053f30358e4c662da5e9db743b7100c9e9e2))
* remove unused AuthSettings ([caa77bc](https://github.com/informatievlaanderen/organisation-registry/commit/caa77bc6c6298b4c34799de51bb2ed7e6086b651))
* serialize events by full name ([456b11f](https://github.com/informatievlaanderen/organisation-registry/commit/456b11ff83d301093f9ed7c3a78c9f72b907f047))
* use empty cert when configured cert can't be found ([474b77f](https://github.com/informatievlaanderen/organisation-registry/commit/474b77f91eb64d361af418e3d60815ff0e30f620))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "organisation-registry",
"version": "2.15.3",
"version": "1.0.0",
"description": "Authentic organisation registry.",
"author": "Basisregisters Vlaanderen",
"license": "EUPL-1.2",
Expand Down

0 comments on commit 505c61c

Please sign in to comment.