-
I have a global install of the generator-swiftserver package at version 4.0.0, which is therefore on my PATH on macOS, this means that npx when it runs doesn't get the latest version of the generator-…
-
This will requires looking at the following repos:
https://github.com/Kitura/generator-swiftserver-projects
https://github.com/IBM-Swift/generator-swiftserver
@dannys42 The https://github.c…
-
## Context and Description
The app is stuck on
> Creating Project
> Initialising template...
### Environment Details
* macOS Mojave, had the problem also with High Sierra
* Installed Xcode …
-
### Context & Description
We need to give the user the option to register a middleware in the generated application that will return the current codeable routes and models encoded as a swagger docume…
-
We discovered that there might be some defects with the reflection features in Swift. Is there another way around doing this?
https://github.com/IBM-Swift/GeneratedSwiftServer/blob/ff3aec549f03ccb6…
-
## Context and Description
Update the Kitura helm chart sample to include best practices for configuration, monitoring and deployment:
https://github.com/IBM/charts/tree/master/stable/ibm-swift-samp…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7957 |
|Radar | rdar://problem/32390056 |
|Original Repor…
-
The following repos need to be migrated from ibm-swift to kitura:
[https://github.com/IBM-Swift/generator-swiftserver-projects]()
[https://github.com/IBM-Swift/homebrew-kitura]()
These repos ar…
-
## Context and Description
After running `kitura init` to create a Swift app, I then ran `swift test` and the tests ran with 3 warnings but passed. (This is on swift version 5.1.3).
I then convert…
-
When I run `kitura create` to create a project with endpoints generated from a swagger file, I'm asked whether I would like to generate codable routes. If I select Yes, I still end up with raw routes…