Skip to content

Commit

Permalink
fix(cicd): fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
sfopsbot committed Dec 15, 2023
1 parent d7b4ca9 commit b445702
Show file tree
Hide file tree
Showing 20 changed files with 43 additions and 43 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
with:
job-environment: 'build-docker'
suffix-tag: ${{ github.run_id }}
repo: 'dxatscale'
image: 'sfpowerscripts-rc'
repo: 'flxbl-io'
image: 'sfp-rc'
secrets:
username: ${{ secrets.DOCKER_USERNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -60,7 +60,7 @@ jobs:
with:
job-environment: 'build-docker'
suffix-tag: ${{ github.run_id }}
repo: 'dxatscale'
repo: 'flxbl-io'
dockerFileName: 'sfp-lite'
image: 'sfp-lite-rc'
secrets:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: ./.github/workflows/sfpowerscripts-promote-docker.yml
with:
job-environment: 'sfpowerscripts-alpha-docker'
repo: 'dxatscale'
repo: 'flxbl-io'
new-tag: alpha
image: 'sfpowerscripts-rc'
secrets:
Expand All @@ -101,7 +101,7 @@ jobs:
uses: ./.github/workflows/sfpowerscripts-promote-docker.yml
with:
job-environment: 'sfpowerscripts-alpha-docker'
repo: 'dxatscale'
repo: 'flxbl-io'
new-tag: alpha
image: 'sfp-lite-rc'
secrets:
Expand All @@ -126,7 +126,7 @@ jobs:
uses: ./.github/workflows/sfpowerscripts-promote-docker.yml
with:
job-environment: 'sfpowerscripts-beta-docker'
repo: 'dxatscale'
repo: 'flxbl-io'
new-tag: beta
image: 'sfp-lite-rc'
secrets:
Expand All @@ -139,7 +139,7 @@ jobs:
uses: ./.github/workflows/sfpowerscripts-promote-docker.yml
with:
job-environment: 'sfpowerscripts-beta-docker'
repo: 'dxatscale'
repo: 'flxbl-io'
new-tag: beta
image: 'sfpowerscripts-rc'
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sfpowerscripts-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
dockerFileName:
type: string
required: false
default: sfpowerscripts
default: sfp
image:
type: string
required: false
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Creating an issue is the simplest form of contributing to the project. But there

## Issues <a id="issues"></a>

Please only create issues for bug reports or feature requests at [sfp repo](https://github.com/flxblio/sfp). Issues discussing any other topics may be closed by the project’s maintainers without further explanation.
Please only create issues for bug reports or feature requests at [sfp repo](https://github.com/flxbl-io/sfp). Issues discussing any other topics may be closed by the project’s maintainers without further explanation.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Deciders: Azlam, Alan <!-- optional -->
* Date: <!-- optional -->

Issue [Issue #476](https://github.com/flxblio/sfp/issues/476) <!-- optional -->
Issue [Issue #476](https://github.com/flxbl-io/sfp/issues/476) <!-- optional -->

## Context and Problem Statement

Expand Down
2 changes: 1 addition & 1 deletion decision records/003-dependency-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Context and Problem Statement
As the number of packages increases in large scale projects, with multiple dependencies, updating package versions and dependencies manually is time consuming and takes great care to update dependencies one by one.

Other solutions encountered were local bash scripts as documented in both the issue https://github.com/flxblio/sfp/issues/638 raised and in the discussions has here: https://github.com/dxatscale/sfpowerscripts/discussions/468
Other solutions encountered were local bash scripts as documented in both the issue https://github.com/flxbl-io/sfp/issues/638 raised and in the discussions has here: https://github.com/dxatscale/sfpowerscripts/discussions/468

## Solution
The dependency manager should utilise the SemVer incrementation style https://semver.org/ and be of a similar method to the ‘lerna version’ command. It should prompt the user for the version either for individual packages or for all packages in the sfdx-project.json: (major, minor, patch, custom).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Deciders: Azlam, Alan <!-- optional -->
* Date: <!-- optional -->

Issue [Issue #632](https://github.com/flxblio/sfp/issues/632)
Issue [Issue #715](https://github.com/flxblio/sfp/issues/715)
Issue [Issue #632](https://github.com/flxbl-io/sfp/issues/632)
Issue [Issue #715](https://github.com/flxbl-io/sfp/issues/715)


## Context and Problem Statement
Expand Down
2 changes: 1 addition & 1 deletion decision records/release/001-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Deciders: Azlam, Alan <!-- optional -->
* Date: 23/03/21 <!-- optional -->

Issue: [Issue #452](https://github.com/flxblio/sfp/issues/452) <!-- optional -->
Issue: [Issue #452](https://github.com/flxbl-io/sfp/issues/452) <!-- optional -->

## Context and Problem Statement

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Deciders: Azlam, Alan <!-- optional -->
* Date: 23/03/21 <!-- optional -->

Issue: [Issue #452](https://github.com/flxblio/sfp/issues/452) <!-- optional -->
Issue: [Issue #452](https://github.com/flxbl-io/sfp/issues/452) <!-- optional -->

## Context and Problem Statement

Expand Down
2 changes: 1 addition & 1 deletion decision records/release/003-release-autorollback.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Status: Proposed <!-- optional -->


Issue: [Issue #478](https://github.com/flxblio/sfp/issues/478) <!-- optional -->
Issue: [Issue #478](https://github.com/flxbl-io/sfp/issues/478) <!-- optional -->

## Context and Problem Statement

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/sfp-lite.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ ARG NODE_MAJOR=18

LABEL org.opencontainers.image.description "sfp is a build system for modular development in Salesforce."
LABEL org.opencontainers.image.licenses "MIT"
LABEL org.opencontainers.image.url "https://github.com/flxblio/sfp"
LABEL org.opencontainers.image.url "https://github.com/flxbl-io/sfp"
LABEL org.opencontainers.image.documentation "https://docs.flxbl.io"
LABEL org.opencontainers.image.revision $GIT_COMMIT
LABEL org.opencontainers.image.vendor "Flxbl"
LABEL org.opencontainers.image.source "https://github.com/flxblio/sfp"
LABEL org.opencontainers.image.source "https://github.com/flxbl-io/sfp"
LABEL org.opencontainers.image.title "Flxbl sfp lite docker image - January 24"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ARG NODE_MAJOR=18

LABEL org.opencontainers.image.description "sfp is a build system for modular development in Salesforce."
LABEL org.opencontainers.image.licenses "MIT"
LABEL org.opencontainers.image.url "https://github.com/flxblio/sfp"
LABEL org.opencontainers.image.url "https://github.com/flxbl-io/sfp"
LABEL org.opencontainers.image.documentation "https://docs.flxbl.io"
LABEL org.opencontainers.image.revision $GIT_COMMIT
LABEL org.opencontainers.image.vendor "DX@Scale"
LABEL org.opencontainers.image.source "https://github.com/flxblio/sfp"
LABEL org.opencontainers.image.source "https://github.com/flxbl-io/sfp"
LABEL org.opencontainers.image.title "DX@Scale sfpowercripts docker image - January 24"


Expand Down
6 changes: 3 additions & 3 deletions packages/apexlink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.2",
"description": "Wrappers around @nawforce's apexlink java pom ",
"author": "flxblio",
"homepage": "https://github.com/flxblio/sfp",
"homepage": "https://github.com/flxbl-io/sfp",
"license": "MIT",
"main": "lib/index",
"types": "lib/index",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/flxblio/sfp.git"
"url": "git+https://github.com/flxbl-io/sfp.git"
},
"publishConfig": {
"access": "public"
Expand All @@ -45,6 +45,6 @@
"spec-test": "FORCE_COLOR=true jest -i packages/apexlink/tests/ApexDependencyCheckImpl.test.ts --verbose true --coverage --detectOpenHandles"
},
"bugs": {
"url": "https://github.com/flxblio/sfp/issues"
"url": "https://github.com/flxbl-io/sfp/issues"
}
}
6 changes: 3 additions & 3 deletions packages/sfdx-process-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.2",
"description": "Wraps around SFDXCommand to exeute it using a subprocess",
"author": "flxbl",
"homepage": "https://github.com/flxblio/sfp#readme",
"homepage": "https://github.com/flxbl-io/sfp#readme",
"license": "MIT",
"main": "lib/index",
"types": "lib/index",
Expand All @@ -24,7 +24,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/flxblio/sfp.git"
"url": "git+https://github.com/flxbl-io/sfp.git"
},
"publishConfig": {
"access": "public"
Expand All @@ -35,6 +35,6 @@
"compile": "tsc -b tsconfig.json"
},
"bugs": {
"url": "https://github.com/flxblio/sfp/issues"
"url": "https://github.com/flxbl-io/sfp/issues"
}
}
10 changes: 5 additions & 5 deletions packages/sfp-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
</p>

![Version](https://img.shields.io/npm/v/@flxblio/sfp.svg)
[![GitHub stars](https://img.shields.io/github/stars/flxblio/sfp)](https://github.com/flxblio/sfp/stargazers/)
[![GitHub contributors](https://img.shields.io/github/contributors/flxblio/sfp.svg)](https://github.com/flxblio/sfp/graphs/contributors/)
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/flxblio/sfp/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/flxblio/sfp)](https://github.com/flxbl-io/sfp/stargazers/)
[![GitHub contributors](https://img.shields.io/github/contributors/flxblio/sfp.svg)](https://github.com/flxbl-io/sfp/graphs/contributors/)
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/flxbl-io/sfp/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

[![DeepScan grade](https://deepscan.io/api/teams/10234/projects/12959/branches/208838/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=10234&pid=12959&bid=208838)
Expand All @@ -29,7 +29,7 @@ A build system for package based development in Salesforce, delivered as a node
There are lot more features to explore. Read more at https://docs.flxblio.io

The project is delivered as a <b>CLI</b> that can be deployed in any CI/CD system, The module is available in [NPM](https://www.npmjs.com/package/@flxblio/sfp) or can be
used by using the [docker image](https://github.com/flxblio/sfp/pkgs/container/sfp)
used by using the [docker image](https://github.com/flxbl-io/sfp/pkgs/container/sfp)



Expand Down Expand Up @@ -58,7 +58,7 @@ npm i -g @flxblio/sfp

#### Docker

Docker images for sfp are available at [GitHub Container Registry](https://github.com/flxblio/sfp/pkgs/container/sfp).
Docker images for sfp are available at [GitHub Container Registry](https://github.com/flxbl-io/sfp/pkgs/container/sfp).

We recommend using the sfp docker image to avoid breakages in your CI/CD pipelines due to updates in sfp or any of its dependencies such as the SFDX CLI.

Expand Down
6 changes: 3 additions & 3 deletions packages/sfp-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bin": {
"sfp": "./bin/run"
},
"bugs": "https://github.com/flxblio/sfp/issues",
"bugs": "https://github.com/flxbl-io/sfp/issues",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -91,7 +91,7 @@
"/resources",
"/oclif.manifest.json"
],
"homepage": "https://github.com/flxblio/sfp",
"homepage": "https://github.com/flxbl-io/sfp",
"keywords": [
"flxblio",
"sfp-cli",
Expand Down Expand Up @@ -165,7 +165,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/flxblio/sfp.git",
"url": "https://github.com/flxbl-io/sfp.git",
"directory": "packages/sfp-cli"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/flxblio/sfp/blob/develop/packages/sfp-cli/resources/releasedefinition.schema.json",
"$id": "https://github.com/flxbl-io/sfp/blob/develop/packages/sfp-cli/resources/releasedefinition.schema.json",
"title": "release definition",
"description": "The definition for a release using sfp orchestrator",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/flxblio/sfp/blob/develop/packages/sfp-cli/resources/releasedefinitiongenerator.schema.json",
"$id": "https://github.com/flxbl-io/sfp/blob/develop/packages/sfp-cli/resources/releasedefinitiongenerator.schema.json",
"title": "release definition generator",
"description": "The definition for generating a release defintion using generator command",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/flxblio/sfp/blob/develop/packages/sfp-cli/resources/sfdx-project.schema.json",
"$id": "https://github.com/flxbl-io/sfp/blob/develop/packages/sfp-cli/resources/sfdx-project.schema.json",
"title": "sfp DX Project File",
"description": "The properties and shape of the SFDX project enhanced for sfp",
"type": "object",
Expand Down
6 changes: 3 additions & 3 deletions packages/sfplogger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/flxblio/sfp.git"
"url": "git+https://github.com/flxbl-io/sfp.git"
},
"author": "flxblio",
"license": "MIT",
"bugs": {
"url": "https://github.com/flxblio/sfp/issues"
"url": "https://github.com/flxbl-io/sfp/issues"
},
"homepage": "https://github.com/flxblio/sfp/tree/main/packages/sfplogger#readme",
"homepage": "https://github.com/flxbl-io/sfp/tree/main/packages/sfplogger#readme",
"keywords": [
"logger",
"sfp",
Expand Down
6 changes: 3 additions & 3 deletions packages/sfprofiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"permissions"
],
"author": "flxblio",
"homepage": "https://github.com/flxblio/sfp",
"homepage": "https://github.com/flxbl-io/sfp",
"license": "MIT",
"main": "lib/sfprofiles",
"types": "lib/sfprofiles",
Expand All @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/flxblio/sfp.git"
"url": "git+https://github.com/flxbl-io/sfp.git"
},
"scripts": {
"build": "pnpm run clean && pnpm run compile",
Expand All @@ -32,7 +32,7 @@
"clearCache": "jest --clearCache"
},
"bugs": {
"url": "https://github.com/flxblio/sfp/issues"
"url": "https://github.com/flxbl-io/sfp/issues"
},
"devDependencies": {
"@babel/core": "7.18.2",
Expand Down

0 comments on commit b445702

Please sign in to comment.