Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / inigolabs/fezzik issues and pull requests
#83 - Lessen unnecessary type restrictions
Pull Request -
State: open - Opened by achew22 10 months ago
#82 - Add typename to operation
Pull Request -
State: closed - Opened by soluchok 12 months ago
#81 - Fix signature in metainfo
Pull Request -
State: closed - Opened by soluchok 12 months ago
- 1 comment
#80 - Add union and interface support
Pull Request -
State: closed - Opened by soluchok about 1 year ago
#79 - Add type_map support
Pull Request -
State: closed - Opened by soluchok about 1 year ago
- 1 comment
#78 - Update examples by running go generate
Pull Request -
State: closed - Opened by soluchok about 1 year ago
- 1 comment
#77 - Add a specific(1.16) version to generate examples
Pull Request -
State: closed - Opened by soluchok about 1 year ago
- 1 comment
#76 - combine provided schema files instead of federating them
Pull Request -
State: closed - Opened by kolia-kaploniuk about 1 year ago
#75 - combine provided schema files instead of federating them
Pull Request -
State: closed - Opened by kolia-kaploniuk about 1 year ago
#74 - remove struct_tag_case configuration as it would break a server if field is named not the way it is named in the schema
Pull Request -
State: closed - Opened by kolia-kaploniuk about 1 year ago
#73 - remove struct_tag_case configuration as it would break a server if fi…
Pull Request -
State: closed - Opened by kolia-kaploniuk about 1 year ago
#72 - expose http client and endpoint for gqlclient struct
Pull Request -
State: closed - Opened by kreyyser over 1 year ago
#71 - generate only used inputs
Pull Request -
State: closed - Opened by kolia-kaploniuk over 1 year ago
#71 - generate only used inputs
Pull Request -
State: closed - Opened by kolia-kaploniuk over 1 year ago
#70 - update graphql-go-tools version
Pull Request -
State: closed - Opened by kolia-kaploniuk over 1 year ago
- 1 comment
#70 - update graphql-go-tools version
Pull Request -
State: closed - Opened by kolia-kaploniuk over 1 year ago
- 1 comment
#69 - object types fragments support
Pull Request -
State: closed - Opened by kolia-kaploniuk over 1 year ago
#69 - object types fragments support
Pull Request -
State: closed - Opened by kolia-kaploniuk over 1 year ago
#68 - subscription: Do not exit if no subscription
Pull Request -
State: closed - Opened by soluchok over 1 year ago
#68 - subscription: Do not exit if no subscription
Pull Request -
State: closed - Opened by soluchok over 1 year ago
#67 - subscription: Reconnection test
Pull Request -
State: closed - Opened by soluchok over 1 year ago
#67 - subscription: Reconnection test
Pull Request -
State: closed - Opened by soluchok over 1 year ago
#66 - subscription: Switch to hasura/go-graphql-client
Pull Request -
State: closed - Opened by soluchok over 1 year ago
- 1 comment
#66 - subscription: Switch to hasura/go-graphql-client
Pull Request -
State: closed - Opened by soluchok over 1 year ago
- 1 comment
#65 - subscription: Reconnection test
Pull Request -
State: closed - Opened by soluchok over 1 year ago
#65 - subscription: Reconnection test
Pull Request -
State: closed - Opened by soluchok over 1 year ago
#64 - subscription: Switch to hasura/go-graphql-client
Pull Request -
State: closed - Opened by soluchok over 1 year ago
#64 - subscription: Switch to hasura/go-graphql-client
Pull Request -
State: closed - Opened by soluchok over 1 year ago
#63 - autobind: support binding types to output
Pull Request -
State: closed - Opened by kolia-kaploniuk over 1 year ago
#62 - scalar_type_map : derive alias if same pkg name
Pull Request -
State: closed - Opened by kolia-kaploniuk almost 2 years ago
- 1 comment
#61 - subscription: remove mutexes, use sync.Map
Pull Request -
State: closed - Opened by adambenhassen almost 2 years ago
#60 - subscription: fix data race
Pull Request -
State: closed - Opened by adambenhassen almost 2 years ago
#59 - subscription: fix data race
Pull Request -
State: closed - Opened by adambenhassen almost 2 years ago
#58 - fix debug option propagation
Pull Request -
State: closed - Opened by kolia-kaploniuk almost 2 years ago
- 1 comment
#57 - debug option: print response body
Pull Request -
State: closed - Opened by kolia-kaploniuk almost 2 years ago
#56 - use external types for scalars
Pull Request -
State: closed - Opened by kolia-kaploniuk about 2 years ago
#55 - Adds subscription package
Pull Request -
State: closed - Opened by soluchok over 2 years ago
#54 - subscription: Connection parametres
Pull Request -
State: closed - Opened by soluchok over 2 years ago
#53 - autobind: supports inputs and enums
Pull Request -
State: closed - Opened by kolia-kaploniuk over 2 years ago
#52 - subscription support
Pull Request -
State: closed - Opened by soluchok over 2 years ago
#51 - Add support for aliases
Pull Request -
State: closed - Opened by ejoffe over 2 years ago
#50 - Query() takes GQLResponse as param
Pull Request -
State: closed - Opened by kolia-kaploniuk over 2 years ago
#49 - Merges schemas and removes duplicates
Pull Request -
State: closed - Opened by soluchok over 2 years ago
- 1 comment
#48 - Add code generated comment to first line
Pull Request -
State: closed - Opened by ejoffe over 2 years ago
#47 - Merges schemas and removes duplicates
Pull Request -
State: closed - Opened by soluchok over 2 years ago
#46 - add SetHttpClient method
Pull Request -
State: closed - Opened by ejoffe over 2 years ago
#45 - feat: Multi struct support
Pull Request -
State: closed - Opened by soluchok almost 3 years ago
#44 - Remove ID from builtin types
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
#43 - move generated query string into api function call
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
#42 - add generated comments with source location
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
#41 - full source filename in error messages
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
#40 - only panic in debug mode
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
#39 - inline input args
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
#38 - add json struct tag case format support for: camel, snake, kebob
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
#37 - change parser to vektah/gqlparser
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
#36 - improved error message
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Small
#35 - error list type instead of struct
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#34 - improved gql error type
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Medium
#33 - generate using yaml config
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 2 comments
Labels: Medium
#32 - rename github action
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#31 - embed templates into renderer
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Large
#30 - improved input and enum parser
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 2 comments
Labels: Small
#29 - code restructure and cleanup
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Large
#28 - fix client json fields
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Small
#27 - use jsoniter instead of encoding/json
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#26 - mod tidy
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#25 - fix pointer semantics
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Medium
#24 - return nil gqlerrors if no errors
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#23 - combine GQLErrors and error into one return
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Large
#22 - Cleanup Query function
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Large
#21 - implment error interface for GQLError
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#20 - gql client
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Large
#19 - make non required lists into pointers
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#18 - add Debug config to generate debug prints
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#17 - generator : camelcase input variable names
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Small
#16 - mocks : only generate Client interface mocks
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#15 - config : add flag to generate mocks
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#14 - config : add custom scalar builtin config
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#13 - config: accept list of schema and operation globs
Pull Request -
State: closed - Opened by ejoffe about 3 years ago
- 1 comment
Labels: Extra Small
#12 - move mocks package into generated client package
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
- 1 comment
Labels: Extra Small
#11 - generate testify/mocks using the mockery library
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
- 1 comment
Labels: Extra Large
#10 - rename ClientInterface to Client
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
- 1 comment
Labels: Extra Small
#9 - add client interface generation
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
- 1 comment
Labels: Small
#8 - change enum values from int to string
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
#7 - move examples to example dir
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
#6 - github action : add go generate step
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
- 1 comment
#5 - add http.client support
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
#4 - move tmpl files into local strings
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
#3 - go build github action
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
- 1 comment
#2 - update readme
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
- 1 comment
#1 - spr config update
Pull Request -
State: closed - Opened by ejoffe over 3 years ago
- 1 comment