Skip to content

Commit 7670012

Browse files
wl-foundation-engineeringazunaVTheqianwang
authored
hotfix/TOPS-800: Renaming gsoft-inc organization to workleap in github. (#38)
* TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing gsoft-inc.github.io by workleap.github.io * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing gsoft-inc.github.io by workleap.github.io * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows * TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows * TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows * Rename gsoft-inc to workleap --------- Co-authored-by: Mikael Nadeau <[email protected]> Co-authored-by: He Qian Wang <[email protected]>
1 parent a3ab3d7 commit 7670012

File tree

20 files changed

+38
-38
lines changed

20 files changed

+38
-38
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": [
44
"@changesets/changelog-github",
55
{
6-
"repo": "gsoft-inc/wl-openapi-typescript"
6+
"repo": "workleap/wl-openapi-typescript"
77
}
88
],
99
"commit": false,

.github/workflows/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-workflow-jira:
10-
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-jira-workflow.yml@main
10+
uses: workleap/wl-reusable-workflows/.github/workflows/reusable-jira-workflow.yml@main
1111
with:
1212
branch_name: ${{ github.head_ref }}
1313
secrets: inherit

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
linearb:
3636
needs: [release]
3737
if: ${{ needs.release.outputs.published == 'true' }}
38-
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
38+
uses: workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
3939
with:
4040
environment: 'release'
4141
secrets: inherit

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
call-workflow-semgrep:
1212
permissions:
1313
security-events: write
14-
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main
14+
uses: workleap/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @gsoft-inc/internal-developer-platform
1+
* @workleap/internal-developer-platform

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# wl-openapi-typescript
22

33
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)
4-
[![CI](https://github.com/gsoft-inc/wl-openapi-typescript/actions/workflows/ci.yml/badge.svg)](https://github.com/gsoft-inc/wl-openapi-typescript/actions/workflows/ci.yml)
4+
[![CI](https://github.com/workleap/wl-openapi-typescript/actions/workflows/ci.yml/badge.svg)](https://github.com/workleap/wl-openapi-typescript/actions/workflows/ci.yml)
55

66
Tools to generate TypeScript schemas from OpenAPI. It leverage [openapi-typescript](https://github.com/drwpow/openapi-typescript) and re-export types in a more user friendly way.
77

@@ -191,7 +191,7 @@ For more details on how to use see [openapi-typescript documentation](https://op
191191

192192
## Documentation
193193

194-
For documentations, please visit [our website](https://gsoft-inc.github.io/wl-openapi-typescript/).
194+
For documentations, please visit [our website](https://workleap.github.io/wl-openapi-typescript/).
195195

196196
The documentation is automatically generated on each release from the files in the docs directory.
197197

debug/src/codegen/v1/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** This file has been generated by @workleap/create-schemas (https://github.com/gsoft-inc/wl-openapi-typescript). Do not modify manually. */
1+
/** This file has been generated by @workleap/create-schemas (https://github.com/workleap/wl-openapi-typescript). Do not modify manually. */
22
import type { paths } from "./types.ts";
33
import _createClient from "openapi-fetch";
44

debug/src/codegen/v1/openapi-msw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** This file has been generated by @workleap/create-schemas (https://github.com/gsoft-inc/wl-openapi-typescript). Do not modify manually. */
1+
/** This file has been generated by @workleap/create-schemas (https://github.com/workleap/wl-openapi-typescript). Do not modify manually. */
22
import type { paths } from "./types.ts";
33
import { createOpenApiHttp } from "openapi-msw";
44

debug/src/codegen/v1/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** This file has been generated by @workleap/create-schemas (https://github.com/gsoft-inc/wl-openapi-typescript). Do not modify manually. */
1+
/** This file has been generated by @workleap/create-schemas (https://github.com/workleap/wl-openapi-typescript). Do not modify manually. */
22
export interface paths {
33
"/good-vibes-points/{userId}": {
44
parameters: {

docs/retype.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ poweredByRetype: false
77
input: ./src
88
output: ./dist
99

10-
url: https://gsoft-inc.github.io/wl-openapi-typescript/
10+
url: https://workleap.github.io/wl-openapi-typescript/
1111

1212
branding:
1313
title: OpenAPI TS
@@ -16,14 +16,14 @@ branding:
1616
favicon: ./resources/favicon.png
1717

1818
edit:
19-
repo: https://github.com/gsoft-inc/wl-openapi-typescript
19+
repo: https://github.com/workleap/wl-openapi-typescript
2020
base: ./apps/docs/src
2121
branch: main
2222

2323
links:
2424
- text: Github
2525
icon: mark-github
26-
link:https://gsoft-inc.github.io/wl-openapi-typescript
26+
link:https://workleap.github.io/wl-openapi-typescript
2727
target: blank
2828

2929
footer:
@@ -33,7 +33,7 @@ toc:
3333
depth: 2
3434

3535
hub:
36-
link: https://gsoft-inc.github.io/wl-idp-docs-hub/
36+
link: https://workleap.github.io/wl-idp-docs-hub/
3737
alt: Workleap's IDP homepage
3838

3939
start:

0 commit comments

Comments
 (0)