Commit Graph

69 Commits

Author SHA1 Message Date
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
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
20112adbe5 # 1.2.0
- Added:
  - `lib/cli/nope` adding scan for ui service
  - `lib/decorators/container`: Main Container, holding all `methods` and `classes`. Use `getCentralDecoratedContainer()` to get this decorator.
  - `types/nope/nopePackage.interface` added `IClassDescription` which contains the class description used in the Package Description.
  - `logger/nopeLogger`: added methods: `enabledFor`, `enableFor`, `shouldLog`
  - `package.json`: installed types of `ace` text editor.
  - `ui/helpers.browser`: Created `convertInstanceRenderPage` and `IUiDefinition`
  - `ui/helpers.nodejs`: Added a Helper to write the Ui-File (`writeUiFile`) and parse its arguments (`readInwriteUiFileArgs`)
  - `ui/index.*`: Crated the corresponding exports.
- Modified:
  - `lib/decorators/*` Adding the main `container` where every function, service method etc is added. All decorators now safe the decorated elements in the container.
  - `helpers/json`: Adding `BEGIN_STR` and `END_STR` for parsing functions as constants.
  - `logger/eventLogging`: simplify `useEventLogger`
  - `logger/index.browser`: Adating exports.
  - `loader/loadPackages`: Modifing `IPackageConfig` now extends Partial the `IPackageDescription`
  - `types/ui/editor/IEditPage`: adapting Type of `getData` to `T`->`any`. Adapting the return of `getPorts` (The Ports will be generated in the ui then)
  - `types/ui/editor/helpers.interface`: Adapting the `w2ui` and added `w2uiHelpers` and added `ace`. Rearanging `IRenderData` element. to compact the data.
  - `types/ui/editor/render.callbacks`: Rearange the Generic Type of `TRenderInstancePage` and Renaming `TCreatorPage` to `TInstanceManagerPage`. Adapting the `option` of `TInstanceManagerPage` regarding the `createInstance` and `instances`
  - `types/ui/editor/index`: Adapting the Exports.
  - `lib/index.browser`: Exporting `ui` elements
  - `lib/index.nodejs`: Exporting `ui` elements
  - `lib/types/index`: Exporting `ui` elements
- Fixes:
  - `types/nope/nopeInstanceManager.interface`: Fixing Type of createInstance. Now the Type `I` extends `INopeModule` instead of being set to `IGenericNopeModule`
2022-07-02 11:30:10 +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
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