Skip to content

Commit de4445b

Browse files
wl-foundation-engineeringazunaVTheqianwang
authored
hotfix/TOPS-800: Renaming gsoft-inc organization to workleap in github. (#105)
* TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.githubusercontent.com/workleap * TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.githubusercontent.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 * TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows * Rename gsoft-inc to workleap --------- Co-authored-by: Mikael Nadeau <mikael.nadeau@workleap.com> Co-authored-by: He Qian Wang <heqian.wang@gsoft.com>
1 parent 90c140a commit de4445b

File tree

13 files changed

+18
-17
lines changed

13 files changed

+18
-17
lines changed

.github/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

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
linearb:
4444
needs: [ci]
45-
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
45+
uses: workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
4646
with:
4747
environment: development
4848
secrets: inherit

.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
@@ -29,7 +29,7 @@ jobs:
2929

3030
linearb:
3131
needs: [publish]
32-
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
32+
uses: workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
3333
with:
3434
environment: 'release'
3535
secrets: inherit

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
permissions:
1313
contents: read
1414
security-events: write
15-
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main
15+
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
@@ -6,7 +6,7 @@ Depending if the user chose the ValidateContract or GenerateContract development
66

77
- Install tools: [OasDiff](https://github.com/Tufin/oasdiff), [Spectral](https://github.com/stoplightio/spectral), [SwashbuckleCLI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore?tab=readme-ov-file#swashbuckleaspnetcorecli)
88
- Generate the OpenAPI specification file from the associated Web API
9-
- Validate OpenAPI spec with [Workleap Spectral rules](https://github.com/gsoft-inc/wl-api-guidelines)
9+
- Validate OpenAPI spec with [Workleap Spectral rules](https://github.com/workleap/wl-api-guidelines)
1010
- Compare the given OpenAPI specification file with the generated one
1111

1212
## How it works
@@ -17,7 +17,7 @@ For the TLDR version:
1717

1818
- The entry point is `ValidateOpenApiTask.ExecuteAsync()` and will be executed after the referencing project is built. This is defined in `./src/Workleap.OpenApi.MSBuild/msbuild/tools/Workleap.OpenApi.MSBuild.targets` as a `UsingTask.TaskName`
1919
- The default value are defined in the property group on the target `ValidateOpenApi` in this file `./src/Workleap.OpenApi.MSBuild/msbuild/tools/Workleap.OpenApi.MSBuild.targets`
20-
- Users can select whether to validate the API with frontend or backend ruleset depending on how they configure the `OpenApiServiceProfile` MSBuild property ([`backend` (default)](https://github.com/gsoft-inc/wl-api-guidelines/blob/main/.spectral.backend.yaml) or [`frontend`](https://github.com/gsoft-inc/wl-api-guidelines/blob/main/.spectral.frontend.yaml)).
20+
- Users can select whether to validate the API with frontend or backend ruleset depending on how they configure the `OpenApiServiceProfile` MSBuild property ([`backend` (default)](https://github.com/workleap/wl-api-guidelines/blob/main/.spectral.backend.yaml) or [`frontend`](https://github.com/workleap/wl-api-guidelines/blob/main/.spectral.frontend.yaml)).
2121

2222
## How to test locally
2323

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"github>gsoft-inc/renovate-config",
5-
"github>gsoft-inc/renovate-config:all-automerge.json"
4+
"github>workleap/renovate-config",
5+
"github>workleap/renovate-config:all-automerge.json"
66
],
77
"packageRules": [
88
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extends: [https://raw.githubusercontent.com/gsoft-inc/wl-api-guidelines/0.1.0/.spectral.yaml]
1+
extends: [https://raw.githubusercontent.com/workleap/wl-api-guidelines/0.1.0/.spectral.yaml]

src/Workleap.OpenApi.MSBuild/Spectral/SpectralRulesetManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
using Microsoft.Build.Framework;
1+
using Microsoft.Build.Framework;
22
using YamlDotNet.RepresentationModel;
33

44
namespace Workleap.OpenApi.MSBuild.Spectral;
55

66
internal sealed class SpectralRulesetManager
77
{
88
private const string WorkleapRulesetVersion = "0.9.0";
9-
private const string WorkleapRulesetDownloadUrlFormat = "https://raw.githubusercontent.com/gsoft-inc/wl-api-guidelines/{0}/.spectral.{1}.yaml";
9+
private const string WorkleapRulesetDownloadUrlFormat = "https://raw.githubusercontent.com/workleap/wl-api-guidelines/{0}/.spectral.{1}.yaml";
1010

1111
private readonly ILoggerWrapper _loggerWrapper;
1212
private readonly IHttpClientWrapper _httpClientWrapper;

0 commit comments

Comments
 (0)