Skip to content

Commit

Permalink
Handover repo to OpenAPI Clients Factory project
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Mar 15, 2024
1 parent 624e36b commit fb70f2c
Show file tree
Hide file tree
Showing 233 changed files with 4,422 additions and 4,279 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
node-version: '20'
- uses: ./.github/actions/ci-action
- run: npm install -g gh-pages
- run: CACHE_DIR=/tmp gh-pages --dist doc/ --user "pakkunbot <[email protected]>" --repo "https://cliffano:${{ secrets.STUDIO_GITHUB_TOKEN }}@github.com/cliffano/swaggy-jenkins.git"
- run: CACHE_DIR=/tmp gh-pages --dist doc/ --user "pakkunbot <[email protected]>" --repo "https://cliffano:${{ secrets.STUDIO_GITHUB_TOKEN }}@github.com/oapicf/swaggy-jenkins.git"
2 changes: 1 addition & 1 deletion .github/workflows/publish-doc-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- run: >-
CACHE_DIR=/tmp gh-pages --dist doc/ --user "pakkunbot
<[email protected]>" --repo "https://cliffano:${{ secrets.STUDIO_GITHUB_TOKEN
}}@github.com/cliffano/swaggy-jenkins.git"
}}@github.com/oapicf/swaggy-jenkins.git"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Modify JavaScript client's API build URL to not encode URI component
- Switch build system to use Swaggy C
- Upgrade OpenAPI Generator to 7.4.0
- Handover repo to OpenAPI Clients Factory project

## 2.0.0 - 2022-06-04
### Added
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img align="right" src="https://raw.github.com/cliffano/swaggy-jenkins/master/avatar.jpg" alt="Avatar"/>
<img align="right" src="https://raw.github.com/oapicf/swaggy-jenkins/master/avatar.jpg" alt="Avatar"/>

[![Build Status](https://github.com/cliffano/swaggy-jenkins/actions/workflows/ci-workflow.yaml/badge.svg)](https://github.com/cliffano/swaggy-jenkins/actions/workflows/ci-workflow.yaml)
[![Build Status](https://github.com/oapicf/swaggy-jenkins/actions/workflows/ci-workflow.yaml/badge.svg)](https://github.com/oapicf/swaggy-jenkins/actions/workflows/ci-workflow.yaml)
<br/>

Swaggy Jenkins
Expand Down Expand Up @@ -67,5 +67,5 @@ Presentations:

Related Projects:

* [swaggy-jenkins-cli](http://github.com/cliffano/swaggy-jenkins-cli) - CLI utility tool for Swaggy Jenkins
* [swaggy-jenkins-cli](http://github.com/oapicf/swaggy-jenkins-cli) - CLI utility tool for Swaggy Jenkins
* [swaggy-c](http://github.com/cliffano/swaggy-c) - Builder for Swagger CodeGen-generated API clients in multiple languages
3 changes: 2 additions & 1 deletion clients/ada-server/conf.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{

"gitUserId": "oapicf",
"gitRepoId": "swaggy-jenkins"
}
2 changes: 1 addition & 1 deletion clients/ada-server/generated/web/swagger/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"contact" : {
"email" : "[email protected]",
"name" : "Cliffano Subagio",
"url" : "http://github.com/cliffano/swaggy-jenkins"
"url" : "http://github.com/oapicf/swaggy-jenkins"
},
"description" : "Jenkins API clients generated from Swagger / Open API specification",
"title" : "Swaggy Jenkins",
Expand Down
3 changes: 2 additions & 1 deletion clients/ada/conf.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{

"gitUserId": "oapicf",
"gitRepoId": "swaggy-jenkins"
}
3 changes: 2 additions & 1 deletion clients/android/conf.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{

"gitUserId": "oapicf",
"gitRepoId": "swaggy-jenkins"
}
3 changes: 2 additions & 1 deletion clients/apache2/conf.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{

"gitUserId": "oapicf",
"gitRepoId": "swaggy-jenkins"
}
3 changes: 2 additions & 1 deletion clients/apex/conf.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{

"gitUserId": "oapicf",
"gitRepoId": "swaggy-jenkins"
}
3 changes: 2 additions & 1 deletion clients/asciidoc/conf.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{

"gitUserId": "oapicf",
"gitRepoId": "swaggy-jenkins"
}
Loading

0 comments on commit fb70f2c

Please sign in to comment.