Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / micro-toolkit/api-generator-js issues and pull requests
#100 - Improvement/revisit log levels
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#99 - Revert "Revert "update project dependencies""
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#98 - Fix/route loading
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#97 - Revert "Revert "added logging information helpfull for debug""
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#96 - Revert "added logging information helpfull for debug"
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#95 - added logging information helpfull for debug
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
- 1 comment
#94 - Revert "update project dependencies"
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#93 - Revisit log levels
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: enhancement
#92 - Improve logging messages
Issue -
State: open - Opened by pjanuario over 8 years ago
Labels: enhancement, ready
#91 - use dot notation for logger names and micro namespace
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#90 - Change loggers name space to include micro and dot notation
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: enhancement
#89 - update project dependencies
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#88 - Update project dependencies
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: enhancement
#87 - Refactor the handlers test to their own test files
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: enhancement
#86 - Improvement/refactor
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#85 - Feature/support count on relations
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#84 - Support count on relations
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: enhancement
#83 - Added unit test for a custom status code in a nonstandard action
Pull Request -
State: closed - Opened by nickve28 over 8 years ago
#82 - Custom status for custom routes support
Pull Request -
State: closed - Opened by nickve28 over 8 years ago
- 1 comment
#81 - Fix/status codes reply
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#80 - API generator handlers should use response status codes
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: bug
#79 - remove custom request id middleware
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#78 - The request id middleware can be replaced by the original module
Issue -
State: closed - Opened by pjanuario over 8 years ago
#77 - replace request id middleware using a custom version
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#76 - Enforces integer limit and offset
Pull Request -
State: closed - Opened by dadah over 8 years ago
#75 - Updates dependencies due to log changes
Pull Request -
State: closed - Opened by dadah over 8 years ago
#74 - Fix/73 serialization error on model with parent
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#73 - When using a relation to a model that are associated to parent the code is broken
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: bug
#72 - Feature/support extra properties on non standard actions
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#71 - Support extra properties to flow to service on non standard actions
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: enhancement
#70 - update readme with access_token being excluded from payload by default
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#69 - fix #68 exclude access token by default on payload
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#68 - Exclude access_token from service payload by default
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: enhancement
#67 - fix #64 Feature/support non standard actions without
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
- 1 comment
#66 - Allow to exclude query string parameters from passing to services using configuration
Issue -
State: closed - Opened by pjanuario over 8 years ago
- 1 comment
Labels: enhancement
#65 - fixed item where standard httpver was not allowed in case of get
Pull Request -
State: closed - Opened by rolfst over 8 years ago
- 1 comment
#64 - Support non standard actions with get http verbs
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: enhancement
#63 - fix #62 - headers should be sent on get resource
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#62 - Claims aren't being sent on headers of get resource operation
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: bug
#61 - resource handler should pass the current user info as id parameter
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#60 - Feature 33 authenticated endpoints
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#59 - fix #58 the success delete action should return 204 without content body
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#58 - Success delete actions status code should be 204
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: bug
#57 - fix #56 the endpoints should be lower case when model is camel case
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#56 - Support metadata models with compound names
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: bug
#55 - Feature 52
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#54 - fix #51 - added request id middleware
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#53 - Fix 50
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#52 - Add partial response feature
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: enhancement
#51 - Add request id generator middleware
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: enhancement
#50 - Errors response should have the following format
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: bug
#49 - fix #48 the call needs to resolve with the payload only
Pull Request -
State: closed - Opened by pjanuario over 8 years ago
#48 - On non standard calls the output is not mapped properly
Issue -
State: closed - Opened by pjanuario over 8 years ago
Labels: bug
#47 - fix #10 - support node.js 5
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#46 - support node.js 4
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
- 1 comment
#45 - Codeclimate fix report
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#44 - Codeclimate
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#43 - added service state badges
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#42 - extract common integration tests setup into proper helper
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#41 - fix #40 support models without resource endpoint
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#40 - Support serialization without self link fullfilled
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement
#39 - update zss client package
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#38 - fix #37 - added support to include prefixs on routes
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#37 - Support path prefix
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement
#36 - Refactor tests
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#35 - fix #34 - handlers should execute next handler after finishing their execution
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#34 - The handlers should call next to execute middlewares
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: bug
#33 - Support authenticated resource endpoints such as /me
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement
#32 - Implement 31
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#31 - Support subresources
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement
#30 - Feature 29
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#29 - Support specific actions per model
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement
#28 - Update readme
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#27 - Add bump script
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#26 - Added bump script configuration
Issue -
State: closed - Opened by pjanuario almost 9 years ago
- 1 comment
Labels: enhancement
#25 - fix #24 - the error doesnt contain a body property anymore
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#24 - Due to changes done in micro client handler isnt retrieving proper errors
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: bug
#23 - Update dependencies
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#22 - fix #17 - the call should be done to list and not all
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#21 - fix #19 - the call had a typo
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#20 - Improve tests for client module
Issue -
State: open - Opened by pjanuario almost 9 years ago
Labels: enhancement, ready
#19 - API micro toolkit client have a bug in the client call
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: bug
#18 - fix #17 - the action should be list and service verb should be the same
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#17 - The list action is executing a request to a all verb instead of list
Issue -
State: closed - Opened by pjanuario almost 9 years ago
- 1 comment
Labels: bug
#16 - Support to exclude parameters from service request using global config
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement
#15 - Support forwarding request claims
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement
#14 - Support to forward request claims
Issue -
State: closed - Opened by pjanuario almost 9 years ago
- 1 comment
Labels: enhancement
#13 - added support to exclude parameters from service request using global…
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
- 1 comment
#12 - added support to forward request claims
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
- 1 comment
#11 - fix #5 - added id check on test stub
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#10 - Support node.js version 5
Issue -
State: closed - Opened by pjanuario almost 9 years ago
- 1 comment
#9 - Support node.js version 4
Issue -
State: closed - Opened by pjanuario almost 9 years ago
#8 - fix #6 added travis configs
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#7 - fix #4 - check on test that proper id is being sent to client
Pull Request -
State: closed - Opened by pjanuario almost 9 years ago
#6 - Add CI to library
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement
#5 - GET /v1/users/:id should check for a specific on id on stub
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement
#4 - GET /v1/tasks/:id should check for a specific on id on stub
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement
#3 - Several tests arent using chai expectation because it wasnt working properly
Issue -
State: open - Opened by pjanuario almost 9 years ago
Labels: enhancement, ready
#2 - Replace jshint with eslint
Issue -
State: open - Opened by pjanuario almost 9 years ago
Labels: enhancement, ready
#1 - Create README.md with the information on how to use the API generators
Issue -
State: closed - Opened by pjanuario almost 9 years ago
Labels: enhancement