-
Notifications
You must be signed in to change notification settings - Fork 176
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
cli refactor #924
Merged
+637
−432
Merged
cli refactor #924
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
0b1c27e
main menu for cli
adrianmroz-allegro ad2ff34
utils for commander
adrianmroz-allegro 37b5372
create server as a function with explicit dependencies
adrianmroz-allegro daee927
util for loading file, soon will talk to commander
adrianmroz-allegro 6762ded
explicit default value
adrianmroz-allegro 071eb9e
explicit dependencie on timekeeper getter
adrianmroz-allegro 595f97d
we always post process loaded files so enforce that intypes
adrianmroz-allegro 728b892
create express app in function with explicit dependencies
adrianmroz-allegro e15686e
implement commands
adrianmroz-allegro 42dcf79
be careful to what "this" is bound
adrianmroz-allegro 6bf4d07
use relative path because sources endpoint is placed on server-root d…
adrianmroz-allegro 03aadce
add required option for time attribute for json files
adrianmroz-allegro 5a7ee5b
columns from json files are loaded later so we can't check for time c…
adrianmroz-allegro d9cb767
add verbose option for config verification
adrianmroz-allegro 8a26004
refactor a little
adrianmroz-allegro 187af65
handle version read failure
adrianmroz-allegro 4624297
pass command to server so we can recover from errors
adrianmroz-allegro 62d3f9d
lint fixes
adrianmroz-allegro 797031e
native data cubes dimensions are loaded after introspection so we can…
adrianmroz-allegro b53f60c
auth is optional
adrianmroz-allegro 3824804
pass parsed cluster credentials to sources config
adrianmroz-allegro a5074a1
add "Basic" prefix to encoded credentials header
adrianmroz-allegro 5c06a04
handle errors when loading config file
adrianmroz-allegro db3f0df
remove config.ts file
adrianmroz-allegro 2086543
remove old comments
adrianmroz-allegro 968c487
"generic" parse credentials
adrianmroz-allegro 317bbc1
remove port from introspection
adrianmroz-allegro 2ad61df
runTurnilo util
adrianmroz-allegro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
create express app in function with explicit dependencies
commit 728b892214429900a321f104c9318919ce6ca4d4
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is just a refactor, from module scope variable to function that creates this variable with explicit dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I trust you :) The modifications in app.ts file are not possible to review.