Commit Graph

30 Commits

Author SHA1 Message Date
Martin Karkowski
4535821e8c Adapting Arrow-Functions 2022-07-23 07:34:38 +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
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
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
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
06792b7e42 fixing RpcManager 2022-01-03 19:13:51 +01:00
Martin Karkowski
223b72be79 running formater 2021-12-04 08:25:26 +01:00
Martin Karkowski
9f44b24161 Updating lib 2021-11-12 08:57:03 +01:00
Martin Karkowski
bf38f4a5e7 Adapting setContent 2021-10-19 21:27:30 +02:00
Martin Karkowski
4094695ade Makeshure a new line is added everytime
Signed-off-by: Martin Karkowski <m.karkowski@dozema.local>
2021-10-18 21:41:59 +02:00
Martin Karkowski
bd09efba45 Adapting default buffersize to 0 2021-10-18 21:19:10 +02:00
Martin Karkowski
2fdb4cc84f Fixing Loggers 2021-10-18 08:02:46 +02:00
Martin Karkowski
e426ce516e Fixing Browser and adding waitfor 2021-09-17 09:14:55 +02:00
Martin Karkowski
9c31645521 Adding event logger 2021-09-09 07:36:01 +02:00
f073782035 Adding index files for library 2021-08-30 06:40:28 +02:00
Martin Karkowski
712785e4a9 fixing file logger 2021-07-29 16:07:32 +02:00
Martin Karkowski
2b2be1733e Fixing logger and compile error 2021-07-27 14:43:28 +02:00
Martin Karkowski
e11b7feee9 Adding File-Logger for services 2021-05-21 19:21:53 +02: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
c8c721b1c9 Moving Files and fix the Server Architecture 2020-11-12 17:07:05 +01:00
martin
ea4297b8c8 allowing to set global logging level 2020-11-07 11:55:29 +01:00
martin
c9338a557d adding logs and fixing bugs of _subscribeToResult and _subscribeToService => No all modes of the Event layer works 2020-11-07 11:23:36 +01:00
Martin Karkowski
2a390a965f Fixing Loader 2020-11-07 01:45:20 +01:00
Martin Karkowski
fa579251d9 Adapt Logger 2020-11-06 14:17:47 +01:00
Martin Karkowski
ca30b55c9b Moving Files and adding Comments 2020-11-06 09:10:30 +01:00
Martin Karkowski
bdc485977d Adding linked Dispatcher 2020-08-26 00:11:26 +02:00
Martin Karkowski
d325c07c6c Fixing Open-Api Creation.
Provinding Swagger UI.
2020-08-25 10:21:55 +02:00