Matt Bell
|
dbeffb6a0b
|
commands: CLI Parse: Don't parse args until after creating request
|
2014-11-04 02:04:49 -08:00 |
|
Matt Bell
|
586a019fbf
|
commands: Fixed Request#CheckArguments not erroring when required arguments were missing
|
2014-11-04 02:04:49 -08:00 |
|
Matt Bell
|
405cfd9762
|
commands/http: Made parser/client handle variadic arguments
|
2014-11-04 02:04:49 -08:00 |
|
Matt Bell
|
2c8fc8564c
|
commands/cli: Made parser handle variadic arguments
|
2014-11-04 02:04:49 -08:00 |
|
Matt Bell
|
e8d0cbff1d
|
commands: Check argument validity when running commands
|
2014-11-04 02:04:49 -08:00 |
|
Matt Bell
|
ee2c76992a
|
commands/cli: Open argument files when creating Requests (Moved out of HTTP client)
|
2014-11-04 02:04:48 -08:00 |
|
Matt Bell
|
f7aa2b9f10
|
commands: Renamed ArgPath to ArgFile
|
2014-11-04 02:04:48 -08:00 |
|
Matt Bell
|
40858b43ed
|
commands/http: Added stream argument handling to client and request parser
|
2014-11-04 02:04:48 -08:00 |
|
Matt Bell
|
39c78fbe06
|
commands: Fixed tests
|
2014-11-04 02:04:48 -08:00 |
|
Matt Bell
|
3a8d60cc61
|
commands: Removed inpout stream from Request
|
2014-11-04 02:04:48 -08:00 |
|
Matt Bell
|
827f1dd0b0
|
commands: Changed Request arguments to a []interface{}
|
2014-11-04 02:04:48 -08:00 |
|
Matt Bell
|
30e968754e
|
commands/cli: Error if no subcommand matched
|
2014-11-04 02:04:48 -08:00 |
|
Matt Bell
|
83b2ba00e9
|
commands: Removed Command#Private field
|
2014-11-04 02:04:48 -08:00 |
|
Matt Bell
|
c0d3edd4f9
|
commands/cli: Made Parse handle multiple root commands
|
2014-11-04 02:04:47 -08:00 |
|
Matt Bell
|
cfa56dde82
|
commands/http: Error if trying to run private command
|
2014-11-04 02:04:47 -08:00 |
|
Matt Bell
|
abcebb0bc2
|
commands/http: Improved client error handling
|
2014-11-04 02:04:47 -08:00 |
|
Matt Bell
|
ea09268044
|
commands/http: 404 when trying to call root command
|
2014-11-04 02:04:47 -08:00 |
|
Matt Bell
|
1e0cabd4db
|
commands/http: Pass root command in as field instead of statically depending on core/commands
|
2014-11-04 02:04:47 -08:00 |
|
Matt Bell
|
460387fc3b
|
commands: Added 'Private' field to Command
|
2014-11-04 02:04:47 -08:00 |
|
Matt Bell
|
b61cfd9224
|
commands: Don't error when marshalling empty Responses
|
2014-11-04 02:04:47 -08:00 |
|
Brian Tiger Chow
|
4911dc069a
|
refactor(commands) swap argument order to match Http(w, r) idiom
|
2014-11-04 02:04:47 -08:00 |
|
Brian Tiger Chow
|
b1bf60b877
|
fix(cmd/ipfs2, commands) imports
|
2014-11-04 02:04:46 -08:00 |
|
Matt Bell
|
c0a9871d48
|
commands/http: Made HTTP client unmarshal response values based on the Command#Type
|
2014-11-04 02:04:46 -08:00 |
|
Matt Bell
|
ef290faa88
|
commands: Added a Type field for defining output struct formats
|
2014-11-04 02:04:46 -08:00 |
|
Matt Bell
|
6302356e15
|
commands: Fixed tests
|
2014-11-04 02:04:46 -08:00 |
|
Matt Bell
|
32a2959348
|
commands/http: Don't try to parse HTTP response into a Response, just read the output
|
2014-11-04 02:04:46 -08:00 |
|
Matt Bell
|
714e13b63a
|
commands/http: Explicitly define the MIME types for each encoding
|
2014-11-04 02:04:46 -08:00 |
|
Matt Bell
|
b54801cc10
|
commands: Added plaintext marshalling to Response#Marshal()
|
2014-11-04 02:04:46 -08:00 |
|
Matt Bell
|
38f8f1c279
|
commands: Added a Format function to Command, for creating human-readable output based on a Response
|
2014-11-04 02:04:46 -08:00 |
|
Matt Bell
|
81f29257a1
|
commands: Gave Requests a reference to the command they are being called on
|
2014-11-04 02:04:46 -08:00 |
|
Matt Bell
|
507192ef6e
|
commands/http: Use request body as command input stream
|
2014-11-04 02:04:45 -08:00 |
|
Matt Bell
|
42633e5d40
|
commands/http: Send request arguments in client requests
|
2014-11-04 02:04:45 -08:00 |
|
Matt Bell
|
753162529a
|
commands/http: Parse command args
|
2014-11-04 02:04:45 -08:00 |
|
Matt Bell
|
52bc8bd422
|
commands/http: Moved http request parsing into a Parse function
|
2014-11-04 02:04:45 -08:00 |
|
Matt Bell
|
29b96b64a5
|
commands/http: Made Handler set request contexts
|
2014-11-04 02:04:45 -08:00 |
|
Matt Bell
|
289bce6bdb
|
commands: Added Request#SetContext()
|
2014-11-04 02:04:45 -08:00 |
|
Matt Bell
|
48bd73c530
|
commands/http: Made client load RPC host from config
|
2014-11-04 02:04:45 -08:00 |
|
Matt Bell
|
20f86c01ce
|
commands: Added Context() to Request
|
2014-11-04 02:04:45 -08:00 |
|
Matt Bell
|
b033e33293
|
commands: Fixed test
|
2014-11-04 02:04:44 -08:00 |
|
Matt Bell
|
53e1359871
|
commands: Silently skip unrecognized options, it should be up to the transport to decide if they cause an error
|
2014-11-04 02:04:44 -08:00 |
|
Matt Bell
|
43c61a4e4b
|
commands/http: Moved HTTP RPC handler into commands/http
|
2014-11-04 02:04:44 -08:00 |
|
Matt Bell
|
8b61daa1db
|
commands/http: Moved HTTP RPC into commands/http package
|
2014-11-04 02:04:44 -08:00 |
|
Matt Bell
|
a65c99e71e
|
commands: Added Request#Options so consumers can iterate through provided options
|
2014-11-04 02:04:44 -08:00 |
|
Matt Bell
|
e8b37acda3
|
commands: Simplified Error string output
|
2014-11-04 02:04:44 -08:00 |
|
Matt Bell
|
3cebd2176e
|
commands: Made Response implement io.Reader
|
2014-11-04 02:04:44 -08:00 |
|
Matt Bell
|
94683bb6b2
|
commands: Removed unused output stream field from Response
|
2014-11-04 02:04:43 -08:00 |
|
Matt Bell
|
19e5fbae70
|
commands: Made Response#Error return an *Error instead of an error
|
2014-11-04 02:04:43 -08:00 |
|
Juan Batiz-Benet
|
184c25430b
|
go-vet friendly codebase
- distinguish log.Error and log.Errorf functions
- Initialize structs with field names
- A bit of unreachable code (defers)
|
2014-10-25 03:46:39 -07:00 |
|
Matt Bell
|
4303dccee9
|
commands: Added Request#SetStream
|
2014-10-21 18:27:39 -07:00 |
|
Matt Bell
|
12a6a87b2c
|
commands/cli: Made Parse return a Request (again)
|
2014-10-21 18:27:05 -07:00 |
|
Juan Batiz-Benet
|
d464e3d143
|
commands: go fmt
|
2014-10-21 18:16:04 -07:00 |
|
Matt Bell
|
dd81bf630f
|
commands: Fixed tests
|
2014-10-21 18:07:49 -07:00 |
|
Matt Bell
|
ca44d0da2c
|
commands: Removed Command#Register and exported Subcommands so subcommands can be defined statically
|
2014-10-21 18:05:54 -07:00 |
|
Matt Bell
|
6ff98df9c1
|
commands: Do command collision check in GetOptions
|
2014-10-21 18:00:26 -07:00 |
|
Matt Bell
|
4f10f03660
|
commands: Fixed tests
|
2014-10-21 16:15:22 -07:00 |
|
Matt Bell
|
dd84a3eb44
|
commands: Got rid of Response#Stream() in favor of setting value to a io.Reader
|
2014-10-21 16:15:06 -07:00 |
|
Matt Bell
|
b65a5bacbe
|
commands: Made Error implement error interface
|
2014-10-21 15:25:47 -07:00 |
|
Matt Bell
|
8786878fdb
|
commands: Fixed tests
|
2014-10-21 15:25:01 -07:00 |
|
Matt Bell
|
4896123c14
|
commands: Export command Run function
|
2014-10-21 15:24:39 -07:00 |
|
Matt Bell
|
71ff571ecf
|
commands/cli: Made Parse return component fields instead of a Request
|
2014-10-20 17:02:25 -07:00 |
|
Matt Bell
|
b022ba4a3a
|
commands: Fixed tests
|
2014-10-20 14:39:23 -07:00 |
|
Matt Bell
|
7bd7ed6d52
|
commands: Added output stream field to Response
|
2014-10-20 14:38:36 -07:00 |
|
Matt Bell
|
c0b28dc19d
|
commands: Added input stream field to Request
|
2014-10-20 14:38:09 -07:00 |
|
Juan Batiz-Benet
|
b10fc2cc50
|
turned req + res into interfaces
|
2014-10-20 11:49:07 -07:00 |
|
Juan Batiz-Benet
|
bbef82f4fa
|
"enc" -> EncShort
|
2014-10-20 08:00:28 -07:00 |
|
Juan Batiz-Benet
|
4986600e54
|
parsePath no err
|
2014-10-20 08:00:28 -07:00 |
|
Juan Batiz-Benet
|
92528ba764
|
Sub -> Subcommand
|
2014-10-20 07:55:23 -07:00 |
|
Juan Batiz-Benet
|
84fa7bc46d
|
AddOptionNames func
|
2014-10-20 07:53:55 -07:00 |
|
Juan Batiz-Benet
|
09d2277f0a
|
f -> run, Function type.
|
2014-10-20 07:53:54 -07:00 |
|
Juan Batiz-Benet
|
7673ce6f65
|
fmt, lint, + vet commands/
|
2014-10-20 07:53:14 -07:00 |
|
Matt Bell
|
a9fa767b09
|
commands/cli: Added test for detecting duplicate options
|
2014-10-20 07:04:55 -07:00 |
|
Matt Bell
|
117af86ca7
|
commands/cli: Error if there are duplicate values for an option
|
2014-10-20 07:04:55 -07:00 |
|
Matt Bell
|
b48b12e425
|
commands/cli: Fixed test for new parsing
|
2014-10-20 07:04:55 -07:00 |
|
Matt Bell
|
f87c418eee
|
commands/cli: Refactored CLI parsing to match go tooling conventions
|
2014-10-20 07:04:54 -07:00 |
|
Matt Bell
|
e5e121a6b1
|
commands: Made Request#Option also return an existence bool
|
2014-10-20 07:04:54 -07:00 |
|
Matt Bell
|
4f06c6fdba
|
commands: Formatted code
|
2014-10-20 07:04:54 -07:00 |
|
Matt Bell
|
d2176c05eb
|
commands: Added Command#Get
|
2014-10-20 07:04:54 -07:00 |
|
Matt Bell
|
c054fb3655
|
commands: Added simple Command#Resolve test
|
2014-10-20 07:04:54 -07:00 |
|
Matt Bell
|
4af61ad994
|
commands: Added Command#Resolve
|
2014-10-20 07:04:54 -07:00 |
|
Matt Bell
|
4b0f44e441
|
commands: Fixed tests
|
2014-10-20 07:04:54 -07:00 |
|
Matt Bell
|
09311d4bab
|
commands: Added 'NewEmptyRequest'
|
2014-10-20 07:04:54 -07:00 |
|
Matt Bell
|
968ec344e5
|
commands/cli: Made Parse return a Request object instead of separate values
|
2014-10-20 07:04:53 -07:00 |
|
Matt Bell
|
7a36278dbc
|
commands: Allow setting Request fields in NewRequest
|
2014-10-20 07:04:53 -07:00 |
|
Matt Bell
|
47eea7fd93
|
commands: Added a option validation test for convertible string values
|
2014-10-20 07:04:53 -07:00 |
|
Matt Bell
|
1e8719e7f4
|
commands: Fixed tests
|
2014-10-20 07:04:53 -07:00 |
|
Matt Bell
|
c575b5087a
|
commands: Added option value conversion, and moved option validation logic into Request#convertOptions
|
2014-10-20 07:04:53 -07:00 |
|
Matt Bell
|
e1a4b8d668
|
commands: Added Request#SetPath method
|
2014-10-20 07:04:53 -07:00 |
|
Matt Bell
|
793a8de9c2
|
commands: Refactored to make Request contain command path
|
2014-10-20 07:04:53 -07:00 |
|
Matt Bell
|
86bc450b20
|
commands/cli: Pass option definitions as an argument to parseOptions
|
2014-10-20 07:04:53 -07:00 |
|
Matt Bell
|
97b8719075
|
commands/cli: Removed parser string handling since the go runtime handles it for us automatically
|
2014-10-20 07:04:53 -07:00 |
|
Matt Bell
|
5d9fa93c85
|
commands/cli: Added test for single-dash option value
|
2014-10-20 07:04:53 -07:00 |
|
Matt Bell
|
66e6da3ddd
|
commands/cli: Added value parsing for single-dash options
|
2014-10-20 07:04:52 -07:00 |
|
Matt Bell
|
08885c0ced
|
commands/cli: Fixed tests for refactor
|
2014-10-20 07:04:52 -07:00 |
|
Matt Bell
|
bb32633136
|
commands/cli: Refactored parsing to always get the command path at the beginning of the CLI input
|
2014-10-20 07:04:52 -07:00 |
|
Matt Bell
|
66b0727de6
|
commands/cli: Renamed parse functions to parse*
|
2014-10-20 07:04:52 -07:00 |
|
Matt Bell
|
1b35615824
|
commands: Made Command#GetOption method, for getting all options for a given command path
|
2014-10-20 07:04:52 -07:00 |
|
Matt Bell
|
f437230d88
|
commands/cli: Added path/args test
|
2014-10-20 07:04:52 -07:00 |
|
Matt Bell
|
4bd3a77778
|
commands/cli: Added path/args parsing
|
2014-10-20 07:04:52 -07:00 |
|
Matt Bell
|
b3eecf4f64
|
commands/cli: Added simple option parser test
|
2014-10-20 07:04:52 -07:00 |
|
Matt Bell
|
bf328181cd
|
commands/cli: Added CLI option parsing
|
2014-10-20 07:04:52 -07:00 |
|
Matt Bell
|
43670971d8
|
commands: Formatted code
|
2014-10-20 07:04:52 -07:00 |
|
Matt Bell
|
94ca2642a1
|
commands: Added test for Response error marshalling
|
2014-10-20 07:04:51 -07:00 |
|
Matt Bell
|
aa592cec80
|
commands: Added error marshalling to Response
|
2014-10-20 07:04:51 -07:00 |
|
Matt Bell
|
01938ac574
|
commands: Updated Response test to use safer option setting
|
2014-10-20 07:04:51 -07:00 |
|
Matt Bell
|
308ee5c949
|
commands: Added Request#SetOption so we can set options with multiple names
|
2014-10-20 07:04:51 -07:00 |
|
Matt Bell
|
808d9c1912
|
commands: Wrote tests for Response marshalling
|
2014-10-20 07:04:51 -07:00 |
|
Matt Bell
|
a3a843759b
|
commands: Added marshalling to Response
|
2014-10-20 07:04:51 -07:00 |
|
Matt Bell
|
95b0dd29f8
|
commands: Added an Error struct for creating marshallable errors
|
2014-10-20 07:04:51 -07:00 |
|
Matt Bell
|
d1595ce34c
|
commands: Added basic methods to Request
|
2014-10-20 07:04:51 -07:00 |
|
Matt Bell
|
df034c9c0b
|
commands: Updated Command tests for new Response API
|
2014-10-20 07:04:51 -07:00 |
|
Matt Bell
|
b2ee05a0be
|
commands: Updated Command to use Response for output rather than (interface{}, error)
|
2014-10-20 07:04:50 -07:00 |
|
Matt Bell
|
f31fd53df9
|
commands: Added Response
|
2014-10-20 07:04:50 -07:00 |
|
Matt Bell
|
97ce60f8a4
|
commands: Added global options list to command tests
|
2014-10-20 07:04:50 -07:00 |
|
Matt Bell
|
d7e9afc801
|
commands: Use global options when registering and calling commands
|
2014-10-20 07:04:50 -07:00 |
|
Matt Bell
|
47ebf174f4
|
commands: Created a list of global options (for options owned by commands package)
|
2014-10-20 07:04:50 -07:00 |
|
Matt Bell
|
e593c180fe
|
commands: Added tests for Command.Register
|
2014-10-20 07:04:50 -07:00 |
|
Matt Bell
|
5b18844c06
|
commands: Check for option name collisions
|
2014-10-20 07:04:50 -07:00 |
|
Matt Bell
|
dd682963a2
|
commands: Wrote tests for command option validation
|
2014-10-20 07:04:50 -07:00 |
|
Matt Bell
|
15b7388c0e
|
commands: Request struct
|
2014-10-20 07:04:49 -07:00 |
|
Matt Bell
|
30ea427b7b
|
commands: Created Option struct
|
2014-10-20 07:04:49 -07:00 |
|
Matt Bell
|
dd2a10509f
|
commands: Implemented Command
|
2014-10-20 07:04:49 -07:00 |
|