Skip to content

Commit a6b60ec

Browse files
chore(release)!: [skip ci] 1.0.0 released
1 parent f119ea8 commit a6b60ec

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

CHANGELOG.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
## 1.0.0 (2023-02-07)
2+
3+
4+
### Features
5+
6+
* create basic node red behavior ([38cf5b5](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/38cf5b589cced611d72bcd9ccb7950b03d842102))
7+
8+
9+
### Refactoring
10+
11+
* change file path ([1fbca2e](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/1fbca2eb23641ce6269cfa01cf8c521d751bdc33))
12+
* edit json keys to retrieve data ([dd87a78](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/dd87a78fb8193c38c8af06180cbbe72a9f3c7029))
13+
* modify some variable name ([cb16c37](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/cb16c37405a194575505d33e940a6acbdb8c5a67))
14+
15+
16+
### General maintenance
17+
18+
* add .env to .gitignore ([51fe8f6](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/51fe8f63a68816273af6a0c74b23279e3a947363))
19+
* add .gitignore ([0767c11](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/0767c11bf2b4f7086b2f74301efd7b93e283f04f))
20+
* add backup to gitignore ([8aa49ff](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/8aa49ffdb8e522c5791943df26db53bbbb94f7a4))
21+
* add Dockerfile ([0e2a3bf](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/0e2a3bfdd5ac2ad2cd2d1f3c78aa7e46068f68bb))
22+
* add documentation to run docker container correctly ([b8973e0](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/b8973e08cf34f3c8b9df2f4c7f8a6df68c35d6d8))
23+
* add guideline to start docker container ([55dfb4a](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/55dfb4afb25310807320050763ad289d9cf67799))
24+
* add inject node to simulate serial messages ([0c5226a](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/0c5226a47eec2d8d845495e52d7b13b0f56a704f))
25+
* add mergify.yml file ([1f82ccc](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/1f82ccc07a939337ba380ab91d1652895a790693))
26+
* add node function to set serial message ([6533012](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/6533012c3c898a78d9a0b0020e1be0cfd1741395))
27+
* add nodered platform ([ea5ed12](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/ea5ed12440258b5b0524472f074da4978816616f))
28+
* add nodes to save serials name ([cf39ae6](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/cf39ae6ee446502941643d3bcccfc99732fe6d4f))
29+
* add package.json file ([a3ea5bc](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/a3ea5bca84e8c78cf0b20638d740a2fbf0e90930))
30+
* add parsing of serial data ([5963397](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/596339786d282a57678a75d03294d91a8c2bc642))
31+
* add release.config.js file ([5b7b6a5](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/5b7b6a5f32391e7624773b0fa54a05040c4d6e87))
32+
* add renovate.json file ([1c364c7](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/1c364c7866b389af2b51d262ba3fe4e023e407b1))
33+
* add serial name to the serial nodes ([bfc71d5](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/bfc71d576bf7d1b05a616bba81c77c3b99fb4f3e))
34+
* add setting.js ([18ac0bd](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/18ac0bd8b60473e23b44e4870e5907604f5f4753))
35+
* add the copy of configFiles directory ([c9f1af2](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/c9f1af2a9aa6c15ec8a327697937a744a52354e9))
36+
* change json saved in arduino_room_mapping file ([ff5a475](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/ff5a4756355bf1bd0e2aedba8a29094375078035))
37+
* change permission to configFiles ([3cd56d2](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/3cd56d2bc3a762408e2c32e3275952f3c43fa51d))
38+
* change some variable name ([974fbe5](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/974fbe5163743dd384f9da1026fc8e842dbfffa2))
39+
* change variable to retrieve serial data ([8ca5763](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/8ca5763d5c3228a5ac3c0c68abdf50200cf9f571))
40+
* create bash script to run docker container ([48560ad](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/48560ad2961d2de77490cb50acce3e00810857c0))
41+
* createconfig files to manage actuator rooms and arduino ([0388c57](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/0388c576cb802e6f228aab9d2ba0e37c38f7b876))
42+
* delete copy of file in dockerfile ([b6f0eea](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/b6f0eeae880ff635f7c04f0f764f5e9815bf416e))
43+
* delete platform definition in dockerfile ([0c70ddf](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/0c70ddff571ee64a187b831e6f689167b026e7fb))
44+
* delete unused nodes function ([030c245](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/030c2458c58e616d1580a4ab0f8b7f96661fe607))
45+
* delete useless dependencies ([e6bc5f2](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/e6bc5f27d8edb1d6dc3e3b891864bf35ad6e4ed1))
46+
* deleteunused serial nodes ([e5ffbf5](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/e5ffbf5c2206874237ca415777218e145b55d532))
47+
* edit path file ([14c01cf](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/14c01cf8a73092d8c53b9cc1e27d5aa0b3c0b2e8))
48+
* edit path for package.json ([acb25cb](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/acb25cbf725ae9f49a20ccefddedb158446ca198))
49+
* edit path in read file and write file nodes ([80c4a4f](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/80c4a4fe846cd77e8b3e1726b3beb309f093c3c9))
50+
* edit path to get node-red settings file ([eded725](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/eded7252d01cf27ec3176872b8ee57c68f15398f))
51+
* edit serial name ([95d2090](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/95d209054bf4adc9414f59089db1d9f52167de7f))
52+
* modify env variable name ([851872f](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/851872f3e27659ba8d0af2527b9368c28053ca16))
53+
* move node red config files in data directory ([8c16079](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/8c1607993850d2af559847a7005ce5a542a04a11))
54+
* now bootstrap file clone the official node red image ([83ff0ae](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/83ff0ae4705c73d677b6a96a77b8e317d15db74a))
55+
* now the client is to specify using env variable ([f9cac02](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/f9cac0291138753b6cd8e4cd002f964c62651c55))
56+
* now the client secret is retrieved using an env variable ([4936570](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/49365702d68ef557e6453cf4afc9bef45aceaa0c))
57+
* now the request url to get token use an env variable to get the tenant id ([3d3d430](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/3d3d430ff4ca308b70b737f45e037a899aba8c07))
58+
* now the serial receive json instead a single string ([5d15c25](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/5d15c25c5c40da0181dd73413e8c78a9a6a53585))
59+
* remove node config from package.json ([a87b947](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/a87b947398acde33739d63ec59744b436e215a66))
60+
* update node to map rooms with arduino serials ([f4b345c](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/f4b345c0c40138484d526fb89453fcf0e23f6719))
61+
* update package.json for node-red config ([664d6f5](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/664d6f55546759d1fa6cd283df36591eb8ca0807))
62+
63+
64+
### Build and continuous integration
65+
66+
* add build-and-deploy workflow ([855082f](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/855082fc16abe2dea317c4dbebb09582610fc309))
67+
* add platform for docker build ([9f678bf](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/9f678bf34b72681e926ad0986ccdf2aef4a8b7c0))
68+
* add qemu and buildx actions ([6db15cf](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/6db15cfc1a0612feb7cbc0c9b4da8c45155e45fa))
69+
* change gihub token with deployment token ([eb59b10](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/eb59b10d293b6d2b4ccdf962df2fdfdc7c986668))
70+
* correct deployment token ([1f87ce6](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/1f87ce6d76117e8807d0874fdbbe722d146479a8))
71+
* delete creation of docker image ([f119ea8](https://github.com/SmartOperatingBlock/operating-block-gateway/commit/f119ea8fa3f3ebdfc52de8baddf02f5b33c596a3))

0 commit comments

Comments
 (0)