Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / alexgarzao/ms-gen issues and pull requests
#59 - Now is possible to specify the expected status code for each test
Issue -
State: closed - Opened by alexgarzao over 8 years ago
Labels: enhancement
#58 - Must be used type and format to define the correct Golang type
Issue -
State: closed - Opened by alexgarzao over 8 years ago
Labels: bug
#57 - Make the code responsible to test each method/operation
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#56 - In the tests, generate code to send valid e invalid requests
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#55 - When building the source, uses asc order to build methods, parameters, and so on
Issue -
State: closed - Opened by alexgarzao over 8 years ago
Labels: enhancement
#54 - Create the test template code based on the POC of tests
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#53 - Create the POC of tests
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#52 - Service name must be informed
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#51 - For required fields, generate code to valid if the field is present in the request
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#50 - Test: Delete with one parameter, with data in body, result code 200
Issue -
State: open - Opened by alexgarzao over 8 years ago
#49 - Test: Delete with one parameter, with data in body, result code 204
Issue -
State: open - Opened by alexgarzao over 8 years ago
#48 - Test: Delete with one parameter, without data in body, result code 200
Issue -
State: open - Opened by alexgarzao over 8 years ago
#47 - Test: Delete with one parameter, without data in body, result code 204
Issue -
State: open - Opened by alexgarzao over 8 years ago
#46 - Improve the sample code to show how to return 200, 204, 304, 400, and 404
Issue -
State: open - Opened by alexgarzao over 8 years ago
Labels: enhancement
#45 - Test: Put with one parameter, with data in body, result code 200
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#44 - Test: Put with one parameter, with data in body, result code 204
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#43 - Test: Put with one parameter, without data in body, result code 200
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#42 - Test: Put with one parameter, without data in body, result code 204
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#41 - Test: Post with arguments in the body, returning some result values in 200 and 400
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#40 - When there are more than 1 operation in one path, only one method is generated
Issue -
State: closed - Opened by alexgarzao over 8 years ago
Labels: bug
#39 - Test: POST method, without parameters, that can return 200 or 400
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#38 - GET Test: Result code 400, and returning an error
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#37 - GET Test: Result code 200 and 400, one parameter in query
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#36 - When getting parameters in query, it's necessary realize the decode to the correct type
Issue -
State: open - Opened by alexgarzao over 8 years ago
Labels: enhancement
#35 - When getting parameters in query, the following lines are generated a lot of times
Issue -
State: open - Opened by alexgarzao over 8 years ago
- 1 comment
Labels: enhancement
#34 - GET Test: Result code 200, 2 query parameters, returning N results
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#33 - GET Test: Result code 200, 1 query parameter, returning N results
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#32 - GET Test: Result code 200, 1 query parameter, returning 1 result
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#31 - TEST: Get method, without parameters, and returning fields with different types
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#30 - Generate correct code for a second get method
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#29 - Only create a request/response struct if defined in the API
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#28 - Config -a or -api to specify swagger definition file
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#27 - Read -o config (where the source must be generated)
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#26 - Build the code to be sure that everything is ok
Issue -
State: open - Opened by alexgarzao over 8 years ago
#25 - Run gofmt in the generated code
Issue -
State: open - Opened by alexgarzao over 8 years ago
#24 - Generate the config.yaml for the first API sample
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#23 - Create the config.yaml template code
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#22 - Generate the service.go code for the first API sample
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#21 - Create the service.go template code
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#20 - Generate the first get_method.go code based on the first API sample
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#19 - Create the generic get_method.go template code
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#18 - Generate the main.go code for the first API sample
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#17 - Create the main.go template code
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#16 - Generate the db_model.go code for the first API sample
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#15 - Create the db_model.go template code
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#14 - Generate the db.go code for the first API sample
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#13 - Create the db.go template code
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#12 - Refactor: Api class must load and fill all data necessary in the templates
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#11 - Generate the requests.go code for the first API sample
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#10 - Create the requests.go template code
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#9 - Source base path must be created when necessary
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#8 - Function to create the source base path
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#7 - Generate the definitions.go code for the first API sample
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#6 - Create the definitions.go template code
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#5 - Generate Makefile code for the first API sample
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#4 - Load the first API definition in the generator
Issue -
State: closed - Opened by alexgarzao over 8 years ago
Labels: enhancement
#3 - Define the first API test to be generated
Issue -
State: closed - Opened by alexgarzao over 8 years ago
Labels: enhancement
#2 - Create the Makefile template code
Issue -
State: closed - Opened by alexgarzao over 8 years ago
#1 - Create a microservice in go to be the base to do the templates
Issue -
State: closed - Opened by alexgarzao over 8 years ago
Labels: enhancement