Commit Graph

123 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
Martin Karkowski
d240840d4e # 1.3.5
- reverting 1.3.3
  - Added:
    - `helpers/stringMethods`: Added the function `varifyString`
  - Modified:
    - `dispatcher/instanceManager/InstanceManager`: Adapting the name of the instance to use a valid instance name.
    - `dispatcher/rpcManager/rpcManager`: Adapting the name of the service to use a valid service name.
    - `cli/runNopeBackend`: Adapting the name of the service to use a valid service name.

# 1.3.6
  - Added:
    - `cli/runNopeBackend`: Added the a helper to add varify the `name`. (see modifications in `dispatcher/InstanceManager/InstanceManager`, `dispatcher/RpcManager/NopeRpcManager`)
  - Modified:
    - `helpers/stringMethods`: added function `union` and `difference`.
    - `helpers/setMethods`: added function `varifyString`.
    - `types/nope/nopeDispatcher.interface`: Added option `forceUsingValidVarNames`
  - Fixes:
    - `types/nope/nopeInstanceManager.interface`: Fixed the typing of `getInstancesOfType` and `createInstance`

# 1.3.7
  - Fixes:
    - `helpers/mapMethods`: Fixing `tranformMap`. Now correctly assigning `onlyValidProps`
2022-08-23 09:50:45 +02:00
Martin Karkowski
a5760014a3 Providing update. 2022-08-16 16:45:30 +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
2b9f5d6913 adding commits from main dir 2022-07-17 22:26:33 +02:00
39d7fe720e Backup 2022-07-07 09:14:22 +02:00
935b6a7abf # 1.1.1
- Added:
  - Added `internalInstances: INopeObservable<string[]>` to `InstanceManager`.:
  - Added dev-depencies for libraries.
- Modified:
  - Modified `addAllBaseServices` now includes some options, which can be used to determine the specific service to load.
2022-06-27 11:46:29 +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
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
2cd0ff596f Using deepEqual in observables. 2022-02-01 12:59:27 +01:00
eda224bd55 Fixing Typings 2022-02-01 08:20:16 +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
35bf6f9e54 fixing minor issues 2022-01-21 16:17:40 +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
8085bf037a fixing bugs 2022-01-17 19:23:00 +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
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
93bdc62e59 Adding the Options to adapt the times afterwards 2022-01-05 17:49:45 +01:00
7db8693fd6 Moving Files 2022-01-04 12:42:44 +01:00
2cf27ad4b3 Creating StatusManager 2022-01-04 12:40:40 +01:00
53579aed5c running formater 2022-01-03 16:46:36 +01:00
9d740582e4 Merge branch 'lib' of https://github.com/anti-held-333/nope-backend into lib
# Conflicts:
#	lib/RpcManager/NopeRpcManager.spec.ts
#	lib/RpcManager/NopeRpcManager.ts
#	lib/types/nope/nopeCommunication.interface.ts
#	lib/types/nope/nopeDispatcher.interface.ts
#	lib/types/nope/nopeRpcManager.interface.ts
2022-01-03 16:44:39 +01:00
Martin Karkowski
223b72be79 running formater 2021-12-04 08:25:26 +01:00
Martin Karkowski
b47d0cb772 Adding Pubsub. And Test cases 2021-11-14 23:16:07 +01:00
Martin Karkowski
9f44b24161 Updating lib 2021-11-12 08:57:03 +01:00
Martin Karkowski
7a537d8382 git backup current version 2021-10-29 22:10:16 +02:00
Martin Karkowski
bf38f4a5e7 Adapting setContent 2021-10-19 21:27:30 +02: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
666936f719 Adding Fix for multiple requested Instances 2021-10-18 07:56:41 +02:00
Martin Karkowski
cfc26f627b Adapting Changelog and fixing Warn element 2021-10-15 17:04:32 +02:00
Martin Karkowski
80ebd5577a Adding the possibility to select the default selector 2021-10-15 08:16:53 +02:00