Commit Graph

520 Commits

Author SHA1 Message Date
Martin Karkowski
d2be54d69a # 1.3.8
- Modified:
    - `helpers/limit`: Now providing an logger level in the options, results in creating a logger and logging the desired messages in the provided level.

# 1.3.9
  - Fixing:
    - `helpers/limit`: Now enrows all functions provided.
2022-08-23 12:34:00 +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
8ce9334eab Switching to Version 1.3.1 2022-08-16 10:02:42 +02:00
Martin Karkowski
ae2204d470 Adding comments 2022-08-16 09:46:57 +02:00
Martin Karkowski
70e17ec2f1 Merge branch 'master' of https://github.com/anti-held-333/nope-backend 2022-08-03 13:18:50 +02:00
Martin Karkowski
3463f0f89f autoformat code 2022-08-03 13:18:26 +02:00
462b9f5015 adding comments 2022-08-02 22:56:08 +02:00
388f566eae adding comments 2022-08-02 22:33:38 +02:00
eb0625be1a fixing issues with callbacks 2022-08-02 22:32:08 +02:00
fe66f41ddd auto formating 2022-08-02 22:31:48 +02:00
ba752f4142 fixing lark for js-files and its transformer 2022-07-25 07:37:31 +02:00
46b0a49241 fixing switch-cases and arrow-functions, that they can be parsed 2022-07-25 07:36:40 +02:00
Martin Karkowski
7f65859258 Updating helper 2022-07-23 07:39:56 +02:00
Martin Karkowski
976f2d06e5 Adding Post-Processor 2022-07-23 07:34:58 +02:00
Martin Karkowski
4535821e8c Adapting Arrow-Functions 2022-07-23 07:34:38 +02:00
Martin Karkowski
7ba81c09b1 Adding Debug info 2022-07-21 23:31:31 +02:00
Martin Karkowski
6302f2d2ed Updating Helpers 2022-07-21 23:31:19 +02:00
Martin Karkowski
6870b27829 Making Working TS 2022-07-21 22:13:56 +02:00
9870c095ce fixing lark for js-files 2022-07-18 07:53:42 +02:00
4f7933d21a using js-code for py. 2022-07-17 22:50:00 +02:00
2b9f5d6913 adding commits from main dir 2022-07-17 22:26:33 +02:00
7898317d4a going to version 1.3.0 2022-07-17 22:24:55 +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
6eaeeb760e fixing version 2022-07-02 11:30:34 +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
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
ee1d690dc8 # 1.0.32
- Fixes:
  - helpers.singleton: work with `Symbol.for`
  - symbols.symbols: work with `Symbol.for`
2022-04-06 20:58:25 +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
60c4c4fe6e Adding Logos 2022-03-22 21:19:29 +01:00
d911380511 # 1.0.27
- Fixes:
  - helpers.jsonSchemaMethods: -> renamed flatten to nested.
- Added:
  - helpers.descriptors: -> parseFunctionToJsonSchema
  - helpers.jsonSchemaMethods: -> added `flattenSchema` and `reduceSchema`. This Function will create a nested JSON-Schema.
2022-03-22 10:12:32 +01:00
d81eddd7a6 Adding a Helper to idenfitify valid json-schemas. 2022-03-21 15:56:06 +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
168a640eb0 adding linux helpers 2022-03-21 08:15:05 +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
2cd0ff596f Using deepEqual in observables. 2022-02-01 12:59:27 +01:00
eda224bd55 Fixing Typings 2022-02-01 08:20:16 +01:00
03b38f7f66 fixing docu 2022-01-28 14:38:33 +01:00
dc4cc0ef50 fixing issues 2022-01-26 13:03:03 +01:00