Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ShawnClake/Apitax issues and pull requests
#73 - DefaultGit needs to be able to commit changes back to GitHub
Issue -
State: closed - Opened by ShawnClake over 6 years ago
Labels: bug, driver
#72 - Create LICENSE
Pull Request -
State: closed - Opened by ShawnClake over 6 years ago
#72 - Create LICENSE
Pull Request -
State: closed - Opened by ShawnClake over 6 years ago
#71 - Add null and none types to the grammar
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#70 - Add a mounted directory in Docker for sharing the logs to the host OS
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#69 - Log file isn't saving in Docker
Issue -
State: closed - Opened by ShawnClake over 6 years ago
Labels: bug
#69 - Log file isn't saving in Docker
Issue -
State: closed - Opened by ShawnClake over 6 years ago
Labels: bug
#68 - Authentication may require additional driver specific fields. ie. OpenStack requires 'project' to be specified in many cases
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#68 - Authentication may require additional driver specific fields. ie. OpenStack requires 'project' to be specified in many cases
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#67 - Add a way to import drivers from other Pip packages quickly.
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#67 - Add a way to import drivers from other Pip packages quickly.
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#66 - Running script() as async does not carry the log-prefix to the new script execution
Issue -
State: closed - Opened by ShawnClake over 6 years ago
Labels: bug
#66 - Running script() as async does not carry the log-prefix to the new script execution
Issue -
State: closed - Opened by ShawnClake over 6 years ago
Labels: bug
#65 - Add the following grammar: '--driver <someDriver>' to commandtax
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#65 - Add the following grammar: '--driver <someDriver>' to commandtax
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#64 - Add a drivers property to commands in scripts
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#63 - Add grammar for selecting the default driver to use for a script
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#63 - Add grammar for selecting the default driver to use for a script
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#62 - Add grammar to inject global scope variables into a callback
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#61 - Add a field to commandtax options for specifying an auth object. If none is specified, the default auth object will be used
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#61 - Add a field to commandtax options for specifying an auth object. If none is specified, the default auth object will be used
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#60 - Add an auth <someObj> method for setting the default auth of the script
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#60 - Add an auth <someObj> method for setting the default auth of the script
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#59 - Add an login(); method to the grammar which will take the expected authentication parameters as provided by the driver and return an auth object
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#58 - Add an endpoint('some Endpoint Name'); helper method to the grammar for injecting a URL based on the endpoint catalog for the driver
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#57 - Change the config header to be [Apitax] instead of [Config]
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#57 - Change the config header to be [Apitax] instead of [Config]
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#56 - Transform Config into a singleton for each unique path sent to it
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#56 - Transform Config into a singleton for each unique path sent to it
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#55 - Change grammar to add number as a parser rule such that we can distinguish between ints and floats
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#55 - Change grammar to add number as a parser rule such that we can distinguish between ints and floats
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#54 - int should be the default return type, not float
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#54 - int should be the default return type, not float
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#53 - Add grammar to allow $ to be used as part of a label
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#52 - Add a 'strict' option to commandtax which throws an error if the response is not good
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#52 - Add a 'strict' option to commandtax which throws an error if the response is not good
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#51 - Add grammar to manually throw errors to stop the program
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#51 - Add grammar to manually throw errors to stop the program
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#50 - Add grammar for optional script parameters - make all script parameters optional?
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#50 - Add grammar for optional script parameters - make all script parameters optional?
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#49 - Add async method to scriptax to execute the command in a new thread
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#49 - Add async method to scriptax to execute the command in a new thread
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#48 - Add a length method to the grammar for getting the size of a list
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#48 - Add a length method to the grammar for getting the size of a list
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#47 - In expressions, allow concatenation of string to numbers. If either expr(0) or expr(1) is a string, then convert the other to a string as well
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#47 - In expressions, allow concatenation of string to numbers. If either expr(0) or expr(1) is a string, then convert the other to a string as well
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#46 - Add options to the scriptax grammar
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#45 - Add stateful scripts
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#45 - Add stateful scripts
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#44 - Add 'input()' grammar for requesting input from the user.
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#44 - Add 'input()' grammar for requesting input from the user.
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#43 - Add keyword 'return' to grammar
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#43 - Add keyword 'return' to grammar
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#42 - Add an Apitax Driver which exposes commandtax plugin alias commands for getting the catalog etc.
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#42 - Add an Apitax Driver which exposes commandtax plugin alias commands for getting the catalog etc.
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#41 - Improve the driver plugin commandtax style. It's too ugly right now
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#40 - Create endpoints returning a catalog of domain plugin commands which are supported
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#40 - Create endpoints returning a catalog of domain plugin commands which are supported
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#39 - Add support for loading multiple drivers and choosing which driver to use based on a flag sent as part of the commandtax
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#39 - Add support for loading multiple drivers and choosing which driver to use based on a flag sent as part of the commandtax
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#38 - Add support for hot swapping the loaded driver
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#38 - Add support for hot swapping the loaded driver
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#37 - Add a buffered log class
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#37 - Add a buffered log class
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#36 - Add Driver Configurations
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#36 - Add Driver Configurations
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#35 - Incorporate the idea of Scriptax driver plugin scripts
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#35 - Incorporate the idea of Scriptax driver plugin scripts
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#34 - Add ApitaxTests driver commands
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#34 - Add ApitaxTests driver commands
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#33 - Handle API errors more effectively in the front end
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#33 - Handle API errors more effectively in the front end
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#32 - Add copy to clipboard button to Commandtax page
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#32 - Add copy to clipboard button to Commandtax page
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#31 - Organize Test Scripts
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#31 - Organize Test Scripts
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#30 - Fix .gitignore
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#29 - Create advanced edit page
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#28 - Add Save & Run button to code editor window in frontend
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#28 - Add Save & Run button to code editor window in frontend
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#27 - Add search, pagination, etc to Vue Table
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#27 - Add search, pagination, etc to Vue Table
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#26 - Create/Rename/Delete Script Files from Frontend
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#25 - Add a script code editor to the frontend
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#24 - Move execution timing and benchmarking into both the connector and script command
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#24 - Move execution timing and benchmarking into both the connector and script command
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#23 - Add a time method to grammar
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#23 - Add a time method to grammar
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#22 - Add a benchmark command
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#21 - Error/Log Summary attached to Connector
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#21 - Error/Log Summary attached to Connector
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#20 - Add a dynamic variable tester in the frontend
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#20 - Add a dynamic variable tester in the frontend
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#19 - Conditionally allow authentication on the frontend based upon whether the driver supports authentication
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#19 - Conditionally allow authentication on the frontend based upon whether the driver supports authentication
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#18 - Send frontend driver specific data
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#18 - Send frontend driver specific data
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#17 - Improve frontend navigation bar to utilize all of the new links
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#17 - Improve frontend navigation bar to utilize all of the new links
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#16 - Add statistics
Issue -
State: closed - Opened by ShawnClake over 6 years ago