Commit Graph

23 Commits

Author SHA1 Message Date
97a6031d32 updating to version 1.4.6 2022-11-05 22:22:06 +01:00
77630c315b updating to version 1.4.5 2022-11-01 20:55:43 +01:00
Martin Karkowski
881456b2ca # 1.4.4
- Modified:
    - Renamed the decorator `exportFunctionAsNopeService` -> `exportAsNopeService` and the Interface `IexportFunctionAsNopeServiceParameters` -> `IexportAsNopeServiceParameters`
    - `NopeInstanceManager` and `GenericWrapper`: Now receives a factory to generate the a `NopeEventEmitter`:
      - This affects a lot packages.
    - `NopeModule`:
      - renamed `listFunctions` to `listMethods`
      - renamed `functions` is now called `methods`
      - The Description format is being updated (`functions` is now called `methods`)
  - Fixes:
    - `NopeModule`:
      - Now disposes Emitters as Properties as well
      - `getIdentifierOf` checks event emitters as well now.
    - `GenericWrapper`:
      - Now automatically registers emitters as well.
  - Added:
    -  `NopeModule`: Added the method `listEvents` (to show the available Emitters registered as Properties.)
2022-10-29 07:52:14 +02:00
a4ed621237 updating to version 1.4.2 2022-10-10 08:17:36 +02:00
Martin Karkowski
fa234b9a9b # 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
2022-10-04 08:06:03 +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
2b9f5d6913 adding commits from main dir 2022-07-17 22:26:33 +02:00
39d7fe720e Backup 2022-07-07 09:14:22 +02:00
02c7ac9e5d Fixing Master interface. 2022-04-20 14:31:31 +02:00
2afbdb5a53 Formatting and adapting version. 2022-04-08 09:35:02 +02:00
f4d0460ec2 # 1.0.34
- Fixes:
  - dispatchers.ConnectivityManager.ConnectivityManager: fixing isMaster- Fixed
- Modified:
  - types.nope.ConnectivityManager.interface:
    - INopeStatusInfo.upTime =renamed=> connectedSince
    - INopeConnectivityManager added => "upTime" and "connectedSince"
  - dispatchers.ConnectivityManager.ConnectivityManager:
    - INopeConnectivityManager added "connectedSince" (which is expressed in the adapted Timestamp.)
- Added:
  - dispatchers.ConnectivityManager.ConnectivityManager.spec: Added Master - Test
2022-04-08 09:33:31 +02:00
c42dec645a Fixing Tests.
Fixing mapMethods,
Adding additional Tests
Fixing Testing Location in package.json
2022-01-25 20:43:17 +01:00
b99c1edc6c Adding comments and allowing base-services to be skipped 2022-01-20 12:59:32 +01:00
cf5aec61c0 Updating doku 2022-01-20 11:02:38 +01:00
79227d5950 Adding comments and adapting imports 2022-01-19 18:38:43 +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
207d06640c Updating Imports 2022-01-05 18:14:54 +01:00
ef74013f26 Rename the Files 2022-01-05 18:13:46 +01:00
59c800a43d Rename folder 2022-01-05 17:50:20 +01:00