-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impl console v2 #3936
Closed
Closed
Impl console v2 #3936
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Changed Welcome icon in sidedar Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: coduz <[email protected]>
Signed-off-by: coduz <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
…o impl-consoleV2
Signed-off-by: coduz <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: coduz <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
…d session token authentication Signed-off-by: coduz <[email protected]>
…ch extension on authentication API definition to extend authentication support Signed-off-by: coduz <[email protected]>
Signed-off-by: coduz <[email protected]>
…n api Signed-off-by: coduz <[email protected]>
…ion api Signed-off-by: coduz <[email protected]>
…n api Signed-off-by: coduz <[email protected]>
Signed-off-by: coduz <[email protected]>
Signed-off-by: coduz <[email protected]>
Signed-off-by: coduz <[email protected]>
Signed-off-by: coduz <[email protected]>
Signed-off-by: coduz <[email protected]>
Signed-off-by: mtomic <[email protected]>
Device packages view
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: mtomic <[email protected]>
Also excluded .spec.ts files from tsconfig.json; probably we will need to use a different tsconfig.json specific for testing to include them only in test npm goal. Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: mtomic <[email protected]>
Signed-off-by: mtomic <[email protected]>
Signed-off-by: mtomic <[email protected]>
Signed-off-by: mtomic <[email protected]>
Device configuration services
Signed-off-by: mtomic <[email protected]>
Device Modals and Breadcrumbs
…Breadcrumbs Revert "Device Modals and Breadcrumbs"
Signed-off-by: Claudio Mezzasalma <[email protected]>
router.post("/oauth/authenticate", oauthLogin.oauthLogin); | ||
|
||
let api = new routes.Api(); | ||
router.all("/api/*", api.api); |
Check failure
Code scanning / CodeQL
Missing rate limiting High
This route handler performs , but is not rate-limited.
authorization
Error loading related location
Loading router.all("/api/*", api.api); | ||
|
||
let index: routes.Index = new routes.Index(); | ||
router.get("*", index.index); |
Check failure
Code scanning / CodeQL
Missing rate limiting High
This route handler performs , but is not rate-limited.
a file system access
Error loading related location
Loading
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is just a "save point" of the
impl-consoleV2
branch.The branch will be deleted to cleanup active branches on Kapua and this PR can be immediately closed