Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / atc-net/atc-rest-api-generator issues and pull requests

#127 - Feature/better handling of paging and list of simple datatytes

Pull Request - State: closed - Opened by davidkallesen about 3 years ago

#127 - Feature/better handling of paging and list of simple datatytes

Pull Request - State: closed - Opened by davidkallesen about 3 years ago

#126 - Add integration tests to Atc.Rest.ApiGenerator.CLI

Pull Request - State: closed - Opened by lupusbytes about 3 years ago

#126 - Add integration tests to Atc.Rest.ApiGenerator.CLI

Pull Request - State: closed - Opened by lupusbytes about 3 years ago

#125 - Generate DTO objects in separate project

Issue - State: open - Opened by cjakobsen about 3 years ago

#125 - Generate DTO objects in separate project

Issue - State: open - Opened by cjakobsen about 3 years ago

#124 - Added local smoke-test script - the script can be used to build and v…

Pull Request - State: closed - Opened by perkops about 3 years ago

#124 - Added local smoke-test script - the script can be used to build and v…

Pull Request - State: closed - Opened by perkops about 3 years ago

#123 - Hotfix/open api schema extensions missing array check

Pull Request - State: closed - Opened by davidkallesen about 3 years ago

#123 - Hotfix/open api schema extensions missing array check

Pull Request - State: closed - Opened by davidkallesen about 3 years ago

#122 - Hotfix/open api naming

Pull Request - State: closed - Opened by davidkallesen about 3 years ago

#122 - Hotfix/open api naming

Pull Request - State: closed - Opened by davidkallesen about 3 years ago

#121 - Feature/client model namespace and request body limit

Pull Request - State: closed - Opened by davidkallesen about 3 years ago

#121 - Feature/client model namespace and request body limit

Pull Request - State: closed - Opened by davidkallesen about 3 years ago

#120 - Feature/handle multi file upload

Pull Request - State: closed - Opened by perkops about 3 years ago

#119 - Add support for single file upload (as multipart)

Pull Request - State: closed - Opened by perkops about 3 years ago

#119 - Add support for single file upload (as multipart)

Pull Request - State: closed - Opened by perkops about 3 years ago

#118 - Feature/support file download

Pull Request - State: closed - Opened by perkops about 3 years ago

#118 - Feature/support file download

Pull Request - State: closed - Opened by perkops about 3 years ago

#117 - Feature/handle binary single file upload

Pull Request - State: closed - Opened by perkops about 3 years ago

#117 - Feature/handle binary single file upload

Pull Request - State: closed - Opened by perkops about 3 years ago

#116 - Add support for fileupload

Issue - State: closed - Opened by sjkp about 3 years ago - 2 comments

#116 - Add support for fileupload

Issue - State: closed - Opened by sjkp about 3 years ago - 2 comments

#115 - Feature/improve usings and namespace qualifications

Pull Request - State: closed - Opened by perkops about 3 years ago

#115 - Feature/improve usings and namespace qualifications

Pull Request - State: closed - Opened by perkops about 3 years ago

#114 - Feature/fix newline compare for unittest

Pull Request - State: closed - Opened by davidkallesen about 3 years ago

#113 - simplify some csproj settings

Pull Request - State: closed - Opened by SimonCropp about 3 years ago - 1 comment

#113 - simplify some csproj settings

Pull Request - State: closed - Opened by SimonCropp about 3 years ago - 1 comment

#112 - Bug/fix missing contract of array

Pull Request - State: closed - Opened by davidkallesen about 3 years ago

#111 - Misusing openApi spec for generic pagination

Issue - State: open - Opened by MogensFogh over 3 years ago
Labels: bug

#111 - Misusing openApi spec for generic pagination

Issue - State: open - Opened by MogensFogh over 3 years ago
Labels: bug

#110 - Add support for TimeSpan

Issue - State: open - Opened by kimlundjohansen over 3 years ago

#110 - Add support for TimeSpan

Issue - State: open - Opened by kimlundjohansen over 3 years ago

#109 - Fix OpenApi yaml validation output

Pull Request - State: closed - Opened by rickykaare over 3 years ago

#109 - Fix OpenApi yaml validation output

Pull Request - State: closed - Opened by rickykaare over 3 years ago

#108 - Use host project as Domain project

Issue - State: open - Opened by kimlundjohansen over 3 years ago

#108 - Use host project as Domain project

Issue - State: open - Opened by kimlundjohansen over 3 years ago

#106 - Handle reserved characters in the request URI

Issue - State: open - Opened by kimlundjohansen over 3 years ago

#106 - Handle reserved characters in the request URI

Issue - State: open - Opened by kimlundjohansen over 3 years ago

#105 - Feature/exclude endpoint generation for csharp client

Pull Request - State: closed - Opened by davidkallesen over 3 years ago

#105 - Feature/exclude endpoint generation for csharp client

Pull Request - State: closed - Opened by davidkallesen over 3 years ago

#104 - Contract only for csharp generated client

Issue - State: closed - Opened by MogensFogh over 3 years ago
Labels: enhancement

#104 - Contract only for csharp generated client

Issue - State: closed - Opened by MogensFogh over 3 years ago
Labels: enhancement

#103 - Move project usings inside namespace. Closes #102

Pull Request - State: closed - Opened by egil over 3 years ago - 1 comment
Labels: bug

#103 - Move project usings inside namespace. Closes #102

Pull Request - State: closed - Opened by egil over 3 years ago - 1 comment
Labels: bug

#102 - Use qualified namespace for reserved type names as "Task"

Issue - State: closed - Opened by kimlundjohansen over 3 years ago - 1 comment
Labels: bug

#102 - Use qualified namespace for reserved type names as "Task"

Issue - State: closed - Opened by kimlundjohansen over 3 years ago - 1 comment
Labels: bug

#100 - Result factory methods uses IEnumerable instead of List for "array" type responses

Pull Request - State: closed - Opened by egil over 3 years ago - 1 comment
Labels: enhancement

#100 - Result factory methods uses IEnumerable instead of List for "array" type responses

Pull Request - State: closed - Opened by egil over 3 years ago - 1 comment
Labels: enhancement

#99 - All "result" types should take an IEnumerable<T> as input instead of List<T>.

Issue - State: closed - Opened by egil over 3 years ago
Labels: enhancement

#99 - All "result" types should take an IEnumerable<T> as input instead of List<T>.

Issue - State: closed - Opened by egil over 3 years ago
Labels: enhancement

#98 - The ToString on models now print the count of collections

Pull Request - State: closed - Opened by egil over 3 years ago
Labels: bug

#98 - The ToString on models now print the count of collections

Pull Request - State: closed - Opened by egil over 3 years ago
Labels: bug

#97 - Updated generator test harness to support providing a .json config file

Pull Request - State: closed - Opened by egil over 3 years ago - 1 comment
Labels: enhancement

#97 - Updated generator test harness to support providing a .json config file

Pull Request - State: closed - Opened by egil over 3 years ago - 1 comment
Labels: enhancement

#96 - Pattern validation for model properties, fixes #61

Pull Request - State: closed - Opened by egil over 3 years ago
Labels: bug

#96 - Pattern validation for model properties, fixes #61

Pull Request - State: closed - Opened by egil over 3 years ago
Labels: bug

#95 - Bug/94 header names

Pull Request - State: closed - Opened by egil over 3 years ago
Labels: bug

#95 - Bug/94 header names

Pull Request - State: closed - Opened by egil over 3 years ago
Labels: bug

#94 - Header names with `-` result in invalid property names

Issue - State: closed - Opened by egil over 3 years ago - 1 comment
Labels: bug

#94 - Header names with `-` result in invalid property names

Issue - State: closed - Opened by egil over 3 years ago - 1 comment
Labels: bug

#93 - Normalize API surface to use abstractions vs concrete implementations

Issue - State: open - Opened by egil over 3 years ago - 5 comments
Labels: enhancement, question

#93 - Normalize API surface to use abstractions vs concrete implementations

Issue - State: open - Opened by egil over 3 years ago - 5 comments
Labels: enhancement, question

#92 - Feature/extend property declaration syntax extensions

Pull Request - State: closed - Opened by perkops over 3 years ago

#92 - Feature/extend property declaration syntax extensions

Pull Request - State: closed - Opened by perkops over 3 years ago

#89 - Make property initializer for arrays dependent on required attribute.

Pull Request - State: closed - Opened by cjakobsen over 3 years ago

#89 - Make property initializer for arrays dependent on required attribute.

Pull Request - State: closed - Opened by cjakobsen over 3 years ago

#63 - Code generation based on Swagger Petstore v3 OpenAPI specifications

Issue - State: open - Opened by christianhelle over 3 years ago - 1 comment
Labels: enhancement, help wanted

#63 - Code generation based on Swagger Petstore v3 OpenAPI specifications

Issue - State: open - Opened by christianhelle over 3 years ago - 1 comment
Labels: enhancement, help wanted

#61 - Generator does not honor the "pattern" from a property

Issue - State: closed - Opened by perkops over 3 years ago - 1 comment
Labels: bug

#61 - Generator does not honor the "pattern" from a property

Issue - State: closed - Opened by perkops over 3 years ago - 1 comment
Labels: bug

#58 - Add support for controlling area name

Issue - State: open - Opened by cjakobsen over 3 years ago - 1 comment
Labels: enhancement

#57 - Fix versioning - broken by query parameter apparently

Issue - State: open - Opened by MrAndersPedersen almost 4 years ago - 1 comment
Labels: bug, question

#57 - Fix versioning - broken by query parameter apparently

Issue - State: open - Opened by MrAndersPedersen almost 4 years ago - 1 comment
Labels: bug, question

#51 - sorting using statements in generated handler tests

Issue - State: closed - Opened by davidkallesen over 3 years ago - 1 comment
Labels: enhancement

#49 - ToString bug -> should be a count, if the property is a List<x>

Issue - State: closed - Opened by davidkallesen over 3 years ago - 1 comment
Labels: bug

#49 - ToString bug -> should be a count, if the property is a List<x>

Issue - State: closed - Opened by davidkallesen over 3 years ago - 1 comment
Labels: bug

#48 - BUG: route with pluralization - e.g. subscriptions and subscription/{id} (without s) - broken

Issue - State: open - Opened by davidkallesen over 3 years ago - 1 comment
Labels: bug, enhancement, question

#45 - Code that generates e.g. AddRecipeHandlerStub should also support "Created", and not only "Ok"

Issue - State: open - Opened by davidkallesen over 3 years ago - 1 comment
Labels: bug, question

#45 - Code that generates e.g. AddRecipeHandlerStub should also support "Created", and not only "Ok"

Issue - State: open - Opened by davidkallesen over 3 years ago - 1 comment
Labels: bug, question

#26 - Add support for role based security in ATC generator.

Issue - State: closed - Opened by MrAndersPedersen almost 4 years ago - 6 comments
Labels: enhancement, design approved

#20 - API generator - rulesets for yaml tool (stoplight) (spectral...)

Issue - State: closed - Opened by MrAndersPedersen almost 4 years ago - 1 comment
Labels: enhancement

#12 - Reverse POCO object to yaml - Components

Issue - State: closed - Opened by MrAndersPedersen almost 4 years ago - 1 comment
Labels: enhancement

#6 - Better error reporting during code generation.

Issue - State: closed - Opened by MrAndersPedersen almost 4 years ago
Labels: enhancement