Commit Graph

85 Commits

Author SHA1 Message Date
Martin Karkowski
4535821e8c Adapting Arrow-Functions 2022-07-23 07:34:38 +02:00
Martin Karkowski
a919968f9c # 1.2.2
- Modified:
  - renaming the following constants in  `lib/types/ui/editor/INodes`:
    - NODE_TYPE_CONSTANT = "node:data:constant";
    - NODE_TYPE_DATA_TO_TOKEN = "node:logic:data-to-token";
    - NODE_TYPE_FLOW_OPERATION = "node:logic:flow";
    - NODE_TYPE_PLACE = "node:logic:place";
    - NODE_TYPE_TOKEN_TO_DATA = "node:logic:token-to-data";
    - NODE_TYPE_TRANSITION = "node:logic:transition";
    - NODE_TYPE_VAR = "node:data:constant";
    - NODE_TYPE_MODULE = "node:module";
  - updating `TServiceGetPortsReturn` (adding `label` and removing `type`)and `IServiceEditPage` (remove `getPorts`) in  `lib/types/ui/editor/IServiceEditPage`
  - relocating `IUiDefinition` to `lib/types/ui/helpers.interface`
    - influences `lib/ui/helpers.browser` and `lib/ui/helpers.nodejs`

- fixing Link.bat
2022-07-15 15:56:16 +02:00
338a488ec7 updating to version 1.2.1 2022-07-05 08:32:11 +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
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
d67e1de191 v1.1.0 - adding ui types 2022-06-24 07:45:01 +02:00
ab6085a7e3 small fixes for the imports 2022-06-22 20:10:53 +02:00
2afbdb5a53 Formatting and adapting version. 2022-04-08 09:35:02 +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
daaa0fd51a # 1.0.29
- Added:
  - helpers.limit: limitedCalls -> Functinality to limit parallel calls.

# 1.0.30
- Added:
  - helpers.limit: getLimitedOptions -> Helper to get the correspondings options
  - helpers.limit.spec: Adding test cases

# 1.0.31
- Modified:
  - helpers.singleton: Prevent using symbols, to make global version work with local version.
2022-04-06 20:50:54 +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
bb89d6b3b5 Enabling Profiling and small bug-fixes 2022-03-18 09:06:45 +01:00
2cd0ff596f Using deepEqual in observables. 2022-02-01 12:59:27 +01:00
03b38f7f66 fixing docu 2022-01-28 14:38:33 +01:00
dc4cc0ef50 fixing issues 2022-01-26 13:03:03 +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
ba9f7e5c17 adding wiki 2022-01-18 21:51:19 +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
fce545d2c4 Fixing to update stuff to the library 2022-01-17 18:53:06 +01:00
585ece2d39 adapting namespace 2022-01-17 17:23:23 +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
79d2656f87 zwischen stand 2022-01-10 07:52:05 +01:00
e2dbb42cf9 remove grpc 2022-01-03 17:30:14 +01:00
Martin Karkowski
63491a5bef Adding formater 2021-11-25 08:41:16 +01:00
Martin Karkowski
b47d0cb772 Adding Pubsub. And Test cases 2021-11-14 23:16:07 +01:00
1bcb48ef1e Fixing Library export 2021-09-03 07:42:37 +02:00
953a4647c2 fixinx webpack 2021-09-02 08:20:26 +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
8102ad1bc7 Fixing communication. Adding interact-tool 2021-07-28 10:42:30 +02:00
Martin Karkowski
513b0a8541 Updating NPM 2021-07-27 12:55:02 +02:00
Martin Karkowski
15644f1a9e Adding Helpers to uninstall services etc. Fixing AMQP-Parallel example 2021-06-07 08:00:14 +02:00
Martin Karkowski
e11b7feee9 Adding File-Logger for services 2021-05-21 19:21:53 +02:00
Martin Karkowski
8e8b4a795c zwischenstnde 2021-05-20 09:55:56 +02:00
9062e9b0d1 Merge branch 'dev' of https://github.com/anti-held-333/nope-backend into dev
# Conflicts:
#	package.json
2021-05-13 10:06:20 +02:00
9f879e3a56 update and fix communication 2021-05-13 10:04:51 +02:00
Martin Karkowski
dc13779bff Implementing Tinkerforge Kit 2021-05-13 10:00:34 +02:00
Martin Karkowski
6e51504beb Updating Base-Element. Adding AGV 2021-05-04 16:51:27 +02:00
ac95c5f0a5 Adding an Updater-Module 2021-02-12 17:16:19 +01:00
Martin Karkowski
2e10d8e3ba Updating Packageloader 2021-02-12 15:54:57 +01:00
Martin Karkowski
9a9ddc9ac9 Wrting enhancement 2021-02-12 08:39:03 +01:00
Martin Karkowski
d903e84a04 Defining an generic module, which will execute random functions 2021-02-09 09:55:49 +01:00
Martin Karkowski
304b90fc97 changing dispatcherId to snake 2021-01-22 19:39:11 +01:00
Martin Karkowski
5ab747bd51 removing unused tools 2021-01-21 16:21:59 +01:00
9186a0655f adding new cli helper. this cli helper is unified 2021-01-21 08:38:44 +01:00