Commit Graph

62 Commits

Author SHA1 Message Date
4791914998 # 1.0.33
- Modified:
  - cli.runNopeBackend: added the flag "noBaseServices" to prevent providing the base-services
  - communication.getLayer.nodejs/browser: adding default value for logger
  - dispatcher.getDispatcher: changed option "constructorClass" to "dispatcherConstructorClass"
  - helpers.limit.spec: Adapted Timings
  - loader.getPackageLoader.nodejs/browser: Changed the options.
2022-04-08 08:10:39 +02:00
44dcfee9a5 # 1.0.28
- Fixes:
  - communication.layer.events: -> fixing receivingOwnMessages.
  - runNopeBackend -> if io-server is used, no configuration file is loaded
2022-03-22 21:22:37 +01:00
39c50061dc # 1.0.26
- Fixes:
  - pub-sub-system: Fixed `_notify` and `_partialMatchingUpdate`
- Added:
  - pub-sub-system: Listeners receive now: topicOfContent (the path of the data that is extracted), topicOfChange (the path of the data that emitted teh update), topicOfSubscription (the subscription.),
  - nope repl: Added the context `nope`
2022-03-21 13:45:08 +01:00
f0032eef63 - Fixes:
- log-to-file: is now storing the last logs as well
  - nope-package-loader: is transmitting the correct parameters.
- Optimazations:
  - nope-package-loader: now storing elements with stringifyWithFunctions and is capable to read functions.
  - pub-sub-system: Adding partial changes of the topic structure. This speeds up the entire system.
2022-03-19 07:39:34 +01:00
bb89d6b3b5 Enabling Profiling and small bug-fixes 2022-03-18 09:06:45 +01:00
dc4cc0ef50 fixing issues 2022-01-26 13:03:03 +01:00
09268ab20a Using Formater to clean code 2022-01-25 20:44:42 +01:00
c42dec645a Fixing Tests.
Fixing mapMethods,
Adding additional Tests
Fixing Testing Location in package.json
2022-01-25 20:43:17 +01:00
08dfc238af fixing issues and adding comments 2022-01-18 08:01:50 +01:00
fce545d2c4 Fixing to update stuff to the library 2022-01-17 18:53:06 +01:00
9e00eafda8 small fixes 2022-01-17 18:06:10 +01:00
f93b861fbc removing old files. 2022-01-17 15:39:48 +01:00
7eb4848f7f removing lib related stuff 2022-01-17 13:03:55 +01:00
d785f72667 Merge branch 'dev' of https://github.com/anti-held-333/nope-backend into lib
# Conflicts:
#	lib/cli/runNopeBackend.ts
#	lib/dispatcher/nopeDispatcher.ts
#	lib/types/nope/nopeDispatcher.interface.ts
#	modules/wamo/src/wamo.basemodule.module.ts
#	modules/wamo/src/wamo.converter.module.ts
#	modules/wamo/src/wamo.lineManager.module.ts
#	modules/wamo/src/wamo.transportManager.simple.module.ts
2022-01-16 20:38:45 +01:00
Martin Karkowski
223b72be79 running formater 2021-12-04 08:25:26 +01:00
Martin Karkowski
ab1fb07ccc Enabling MQTT 2021-10-20 21:06:46 +02:00
e6d36956b6 fixing service-creator 2021-10-20 18:40:44 +00:00
Martin Karkowski
6ed07ae626 Fixing Bridge 2021-10-19 10:01:00 +02:00
Martin Karkowski
545258eddb Adding addtional Parameters for runNopeBackend,
Adding partial time-options
2021-10-18 20:46:06 +02:00
Martin Karkowski
09677083aa Adding File-Logger 2021-10-18 07:56:24 +02:00
Martin Karkowski
469bd65c41 Adding Option of different socket 2021-10-17 12:15:30 +02:00
Martin Karkowski
b2d3d19ad8 fixing issue 2021-10-15 16:59:56 +02:00
Martin Karkowski
bf52b51f90 Fixing error 2021-10-15 16:34:56 +02:00
Martin Karkowski
80ebd5577a Adding the possibility to select the default selector 2021-10-15 08:16:53 +02:00
1bcb48ef1e Fixing Library export 2021-09-03 07:42:37 +02:00
Martin Karkowski
d0d1b38d8c Basic fixes 2021-08-26 19:40:46 +02:00
Martin Karkowski
9a9f235e8b Updating to version 0.9.7 2021-08-17 17:52:46 +02:00
Martin Karkowski
b43ae96cb9 Adding library settings 2021-08-04 18:17:23 +02:00
Martin Karkowski
a2268087ca adding force-emit flag 2021-08-04 14:55:56 +02:00
Martin Karkowski
35a75dfc3f Make shure the service is started 2021-07-29 15:49:57 +02:00
Martin Karkowski
36bfe36467 Adding additional Start Command 2021-07-29 15:27:35 +02:00
Martin Karkowski
79a3512753 adding autorestart 2021-07-28 15:35:40 +02:00
Martin Karkowski
8102ad1bc7 Fixing communication. Adding interact-tool 2021-07-28 10:42:30 +02:00
Martin Karkowski
8005399a74 Fixing issues with layer 2021-05-21 19:37:32 +02:00
Martin Karkowski
4fd3c08441 Fixing updater 2021-05-21 09:43:07 +02:00
Martin Karkowski
ba19a4463a Fixing Log of Helper File 2021-05-21 09:36:44 +02:00
Martin Karkowski
09198a3b35 Updating createService File 2021-05-21 09:33:49 +02:00
995b15e942 Fixing shutdowns 2021-05-13 13:26:45 +02:00
Martin Karkowski
0971185e7b Fixing launcher and services and its description 2021-04-23 17:20:57 +02:00
Martin Karkowski
b6065273ca Fixing imports 2021-04-22 07:58:13 +02:00
b3a6bfea5a Fixing Layers 2021-04-12 07:09:47 +02:00
Martin Karkowski
c02d08b408 Fixing Layers 2021-03-24 07:50:36 +01:00
Martin Karkowski
1d3446d979 Fixing the bridge 2021-03-19 19:17:39 +01:00
Martin Karkowski
b43733d065 updating Service Structure 2021-02-26 11:07:29 +01:00
Martin Karkowski
41ee7f8d10 adding default config for wamo, adding service tab to cli tool 2021-02-09 10:26:07 +01:00
Martin Karkowski
097c9b5bb2 Adding possibility to add multiple layers 2021-02-05 11:53:33 +01:00
Martin Karkowski
7a4b5a07fd adding cactus and fixing nope-cli 2021-01-21 16:20:59 +01:00
9186a0655f adding new cli helper. this cli helper is unified 2021-01-21 08:38:44 +01:00
Martin Karkowski
4ec27adfe8 Helper to create Services 2021-01-08 16:58:55 +01:00
Martin Karkowski
efcb8669a0 fixing cli tool and allow calling function. 2021-01-08 08:56:01 +01:00