Skip to content

1.0.0

Compare
Choose a tag to compare
@AndreaGiulianelli AndreaGiulianelli released this 07 Feb 10:22
· 105 commits to main since this release

1.0.0 (2023-02-07)

Features

  • create basic node red behavior (38cf5b5)

Refactoring

  • change file path (1fbca2e)
  • edit json keys to retrieve data (dd87a78)
  • modify some variable name (cb16c37)

General maintenance

  • add .env to .gitignore (51fe8f6)
  • add .gitignore (0767c11)
  • add backup to gitignore (8aa49ff)
  • add Dockerfile (0e2a3bf)
  • add documentation to run docker container correctly (b8973e0)
  • add guideline to start docker container (55dfb4a)
  • add inject node to simulate serial messages (0c5226a)
  • add mergify.yml file (1f82ccc)
  • add node function to set serial message (6533012)
  • add nodered platform (ea5ed12)
  • add nodes to save serials name (cf39ae6)
  • add package.json file (a3ea5bc)
  • add parsing of serial data (5963397)
  • add release.config.js file (5b7b6a5)
  • add renovate.json file (1c364c7)
  • add serial name to the serial nodes (bfc71d5)
  • add setting.js (18ac0bd)
  • add the copy of configFiles directory (c9f1af2)
  • change json saved in arduino_room_mapping file (ff5a475)
  • change permission to configFiles (3cd56d2)
  • change some variable name (974fbe5)
  • change variable to retrieve serial data (8ca5763)
  • create bash script to run docker container (48560ad)
  • createconfig files to manage actuator rooms and arduino (0388c57)
  • delete copy of file in dockerfile (b6f0eea)
  • delete platform definition in dockerfile (0c70ddf)
  • delete unused nodes function (030c245)
  • delete useless dependencies (e6bc5f2)
  • deleteunused serial nodes (e5ffbf5)
  • edit path file (14c01cf)
  • edit path for package.json (acb25cb)
  • edit path in read file and write file nodes (80c4a4f)
  • edit path to get node-red settings file (eded725)
  • edit serial name (95d2090)
  • modify env variable name (851872f)
  • move node red config files in data directory (8c16079)
  • now bootstrap file clone the official node red image (83ff0ae)
  • now the client is to specify using env variable (f9cac02)
  • now the client secret is retrieved using an env variable (4936570)
  • now the request url to get token use an env variable to get the tenant id (3d3d430)
  • now the serial receive json instead a single string (5d15c25)
  • remove node config from package.json (a87b947)
  • update node to map rooms with arduino serials (f4b345c)
  • update package.json for node-red config (664d6f5)

Build and continuous integration

  • add build-and-deploy workflow (855082f)
  • add platform for docker build (9f678bf)
  • add qemu and buildx actions (6db15cf)
  • change gihub token with deployment token (eb59b10)
  • correct deployment token (1f87ce6)
  • delete creation of docker image (f119ea8)