Skip to content

Commit

Permalink
Add more loggers and remove currentProject (#23)
Browse files Browse the repository at this point in the history
* new organization files

* Remove theia git dependency

* New estructure tested in devcontainer

* Add new code again

* remove old folder

* Add correct deployment api url

* Delete un used file secrets

* Add new changes scafolding deployment and run local

* Merge files

* Add service_id and keycloakToken

* Add Service_id and keycloakToken to Widget

* Solve error invalid JSON

* Fix JSON parse problem

* Fix error non contact to api

* Fix response fetch and change stateKeycloakToken retrieve method

* Fix system settings obtains token

* Remove duplicated yarn.lock

* Fix:  Add listener to onStart method

* Fix: add loggers for test results

* Move get token at the time communication is started

* Remove logger when launch new deployments

* Add more loggers

---------

Co-authored-by: goncalorolo <[email protected]>
  • Loading branch information
OneLifeDesigning and goncalorolo authored May 29, 2023
1 parent 0e457af commit 69d917e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export declare class SmartCLIDEDeploymentWidgetContribution extends AbstractView
private readonly monacoQuickInputService;
protected readonly commandService: CommandService;
settings: Settings;
handleTokenInfo: ({ data }: any) => void;
handleTokenInfo({ data }: any): void;
constructor();
registerCommands(commands: CommandRegistry): void;
registerMenus(menus: MenuModelRegistry): void;
Expand Down
Loading

0 comments on commit 69d917e

Please sign in to comment.