Commit Graph

47 Commits

Author SHA1 Message Date
Martin Karkowski
2f6f71eb8f Correcting version in files. And adapting internal name of cli-parameter 2022-10-27 20:13:20 +02:00
a4ed621237 updating to version 1.4.2 2022-10-10 08:17:36 +02:00
Martin Karkowski
02f951aa7d # 1.3.13
- Fixes:
    - `cli/runNopeBackend`: Fixing parameter `preventVarifiedNames` no works correctly.

# 1.3.14
  - Fixes:
    - `helpers/ui/helpers.nodejs`: Adding the option `upload-ui`
    - `helpers/ui/helpers.nodejs`: Adding the option `upload-ui`

# 1.4.0
  - Modified:
    - asyncified all ui-related services.
    - Adapted ui-defintion of functions:
      - `autoGenBySchema` Helper to enable auto generating a configuration
      - `requiresProviderForRendering` Flag to indicate, that rendering the service configuration requires a provider itself. This for instance is the case, if some needs to be called.
    - `types/ui/editor/IServiceEditPage.ts`: Asnycify the Calls
    - `types/ui/editor/render.callbacks.ts`: Asnycify the Calls

# 1.4.1
  - Modified:
    - loading all files related to `*.functions.js`
      - Adapted the following files to implement that behavior:
        - `getCentralDecoratedContainer` in `lib\decorators\container.ts` -> now provides services as Map
        - `exportFunctionAsNopeService` in `lib\decorators\functionDecorators.ts` to work with the map.
        - `loadFunctions` in `lib\loader\loadPackages.ts` to match the interface of `loadPackages` and add the functions to the package-loader.
        - added the function `addDecoratedElements` in the package-loader and the interface.
2022-09-20 20:54:53 +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
8ce9334eab Switching to Version 1.3.1 2022-08-16 10:02:42 +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
02c7ac9e5d Fixing Master interface. 2022-04-20 14:31: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
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
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
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
9e00eafda8 small fixes 2022-01-17 18:06:10 +01:00
f93b861fbc removing old files. 2022-01-17 15:39:48 +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
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
a2268087ca adding force-emit flag 2021-08-04 14:55:56 +02:00
995b15e942 Fixing shutdowns 2021-05-13 13:26:45 +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
097c9b5bb2 Adding possibility to add multiple layers 2021-02-05 11:53:33 +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
Martin Karkowski
b1a2ca30a6 Fixing wamo agent 2021-01-04 19:12:17 +01:00
Martin Karkowski
18cd765020 changing logger, fixing beckhoff, adding eslint ... 2020-12-04 19:10:33 +01:00
martin
0131578ed4 adding formater 2020-11-23 07:09:31 +01:00
Martin Karkowski
a5b82ebb9e adding mqtt 2020-11-15 20:11:25 +01:00
Martin Karkowski
c8c721b1c9 Moving Files and fix the Server Architecture 2020-11-12 17:07:05 +01:00
martin
2591e2cbfb fixing io.sockets and starter to wait for the dispatcher to be ready 2020-11-11 18:24:21 +01:00
martin
e93e50c43c taking care of connection during creation 2020-11-11 18:11:37 +01:00
martin
2bf9abd447 fixing issues 2020-11-11 17:39:42 +01:00
Martin Karkowski
bbcaec5850 Fixing analyzer.
Fixing Communicators,
Fixing Package Loaders,
writing CLIs
2020-11-11 17:08:11 +01:00