-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump ts and fix some polymorphic code. and by fix I mean lie to compiler. (#927) * http basic auth built in (#921) * cluster auth settings in cluster configuration * compose request decorator with cluster auth headers * update docs * simplify auth headers merging * lift returned value to Promise to simplify * missing tests * move docs * simplify test construction * cli refactor (#924) * main menu for cli * utils for commander * create server as a function with explicit dependencies * util for loading file, soon will talk to commander * explicit default value * explicit dependencie on timekeeper getter * we always post process loaded files so enforce that intypes * create express app in function with explicit dependencies * implement commands * be careful to what "this" is bound * use relative path because sources endpoint is placed on server-root directory not a file system root * add required option for time attribute for json files * columns from json files are loaded later so we can't check for time column at the start * add verbose option for config verification * refactor a little * handle version read failure * pass command to server so we can recover from errors * lint fixes * native data cubes dimensions are loaded after introspection so we can't check for dimension on cube creation * auth is optional * pass parsed cluster credentials to sources config * add "Basic" prefix to encoded credentials header * handle errors when loading config file * remove config.ts file * remove old comments * "generic" parse credentials * remove port from introspection * runTurnilo util * add few tests (#931) * add few tests * match npm scripts with new commands to check CI * fix deploy workflows with new commands * more documentation (#936) * more documentation * Update src/server/cli/options.ts Co-authored-by: Marcin Kuthan <marcin.kuthan@allegro.pl> * Update src/server/cli.ts Co-authored-by: Marcin Kuthan <marcin.kuthan@allegro.pl> * Update README.md Co-authored-by: Marcin Kuthan <marcin.kuthan@allegro.pl> * Update README.md Co-authored-by: Piotr Szczepanik <piter75@gmail.com> * update more docs Co-authored-by: Marcin Kuthan <marcin.kuthan@allegro.pl> Co-authored-by: Piotr Szczepanik <piter75@gmail.com> * remove legacy tests (#937) * remove legacy tests * keep mocha setup file * log on stdout only new config and exit process after succesful introspection (#939) Co-authored-by: Marcin Kuthan <marcin.kuthan@allegro.pl> Co-authored-by: Piotr Szczepanik <piter75@gmail.com>
- Loading branch information
1 parent
a0d738f
commit 3e325d4
Showing
71 changed files
with
1,190 additions
and
2,754 deletions.
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
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
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
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
File renamed without changes
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
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
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
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
Oops, something went wrong.