Commit Graph

21 Commits

Author SHA1 Message Date
a4ed621237 updating to version 1.4.2 2022-10-10 08:17:36 +02:00
Martin Karkowski
90783572b4 # 1.4.1
- Fixes:
    - Fixing time based issue in `ConnectivityManager` (using the now synced time for checkups)
      - `dispatchers.ConnectivityManager.ConnectivityManager`: fixing `_checkDispatcherHealth`
    - Fixing `extractUniqueValues` now it is possible to use different pathes for the `key` and `value`
      - `lib\helpers\mapMethods.ts` has been adapted
    - `lib\pubSub\nopePubSubSystem.ts` contains the following fixes:
      - fixing typo of method `updateMatching`
  - Modified:
    - `lib\pubSub\nopePubSubSystem.ts`:
      - throws error if `register` method doest not contain a topic.
      - Adapted the behavior of `_patternbasedPullData`. If no default default value is present -> the function returns an empty array.
2022-10-08 07:15:33 +02:00
Martin Karkowski
3463f0f89f autoformat code 2022-08-03 13:18:26 +02:00
46b0a49241 fixing switch-cases and arrow-functions, that they can be parsed 2022-07-25 07:36:40 +02:00
Martin Karkowski
4535821e8c Adapting Arrow-Functions 2022-07-23 07:34:38 +02:00
39d7fe720e Backup 2022-07-07 09:14:22 +02: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
35bf6f9e54 fixing minor issues 2022-01-21 16:17:40 +01:00
08dfc238af fixing issues and adding comments 2022-01-18 08:01:50 +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
79d2656f87 zwischen stand 2022-01-10 07:52:05 +01:00
bcd490bd3d Updating Interfaces, and rpc manager and writing nope-core 2022-01-07 18:12:08 +01:00
Martin Karkowski
223b72be79 running formater 2021-12-04 08:25:26 +01:00
Martin Karkowski
5abe77f92c Adding onPublishersChanged, and publishers 2021-11-17 07:27:02 +01:00
Martin Karkowski
bca4898e28 Adding the events, to know, which data is present 2021-11-16 22:15:39 +01:00
Martin Karkowski
a2054a6a3e Backup before version 2 2021-11-16 21:41:08 +01:00
Martin Karkowski
65dbe90870 Fixing PubSub 2021-11-16 10:35:06 +01:00
Martin Karkowski
b47d0cb772 Adding Pubsub. And Test cases 2021-11-14 23:16:07 +01:00
Martin Karkowski
9b6788b47b Adding Rsx and decorator 2020-08-21 16:49:48 +02:00