Commit Graph

92 Commits

Author SHA1 Message Date
2b9f5d6913 adding commits from main dir 2022-07-17 22:26:33 +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
39d7fe720e Backup 2022-07-07 09:14:22 +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
ed608e613e adding author 2022-06-28 07:21:05 +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
02c7ac9e5d Fixing Master interface. 2022-04-20 14:31:31 +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
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
eda224bd55 Fixing Typings 2022-02-01 08:20:16 +01:00
dc4cc0ef50 fixing issues 2022-01-26 13:03:03 +01:00
35bf6f9e54 fixing minor issues 2022-01-21 16:17:40 +01:00
79227d5950 Adding comments and adapting imports 2022-01-19 18:38:43 +01:00
469e6601ba adding comments 2022-01-19 08:25:23 +01:00
ba9f7e5c17 adding wiki 2022-01-18 21:51:19 +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
bcd490bd3d Updating Interfaces, and rpc manager and writing nope-core 2022-01-07 18:12:08 +01:00
8b4b528009 Moving Definitions 2022-01-04 12:58:20 +01:00
06792b7e42 fixing RpcManager 2022-01-03 19:13:51 +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
d8359a4cc0 Adding RPC Manager 2022-01-03 16:27:05 +01:00
01b955e6f9 automatic formating 2021-12-23 11:49:15 +01:00
6980b0117b writing rpc manager 2021-12-23 11:48:06 +01:00
Martin Karkowski
223b72be79 running formater 2021-12-04 08:25:26 +01:00
Martin Karkowski
aa569c5d6b Adding Merging Data 2021-11-25 08:43:02 +01:00
Martin Karkowski
5abe77f92c Adding onPublishersChanged, and publishers 2021-11-17 07:27:02 +01:00
Martin Karkowski
bca4898e28 Adding the events, to know, which data is present 2021-11-16 22:15:39 +01:00
Martin Karkowski
a2054a6a3e Backup before version 2 2021-11-16 21:41:08 +01:00
Martin Karkowski
65dbe90870 Fixing PubSub 2021-11-16 10:35:06 +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
80ebd5577a Adding the possibility to select the default selector 2021-10-15 08:16:53 +02:00
08007c169e Allow cors 2021-09-04 13:45:52 +02:00
ce66d18fc0 Adapting formats 2021-08-30 06:40:51 +02:00
f073782035 Adding index files for library 2021-08-30 06:40:28 +02:00
Martin Karkowski
9a9f235e8b Updating to version 0.9.7 2021-08-17 17:52:46 +02:00
Martin Karkowski
e5f9aed248 fixing and adding mqtt 2021-08-04 14:56:37 +02:00