Skip to content

Commit

Permalink
Rename repository and move actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikhr committed Feb 8, 2024
1 parent b237096 commit cd1290c
Show file tree
Hide file tree
Showing 110 changed files with 1,375 additions and 4,071 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/add-matcher-npm"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/add-matcher-npm"
},
"keywords": [
"ghactions",
Expand All @@ -24,9 +24,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"type": "commonjs",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/add-matcher-npm/setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* eslint-disable node/no-unpublished-require */
const setup = require("../../libraries/gh-actions-setup/setup.cjs");

setup(__dirname);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/create-rebase-pr-branch"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/create-rebase-pr-branch"
},
"author": "TH-NETII Rasch Solutions <fredrik.rasch@gmail.com> (https://thnetii.td.org.uit.no)",
"maintainers": [
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"files": [
"action.yml"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/get-workflow-id"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/get-workflow-id"
},
"keywords": [
"ghactions",
Expand All @@ -20,9 +20,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"type": "commonjs",
"files": [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/gh-actions-dotnet-info"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/gh-actions-dotnet-info"
},
"keywords": [
"ghactions",
Expand All @@ -21,9 +21,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"type": "commonjs",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const formatterPath = path.join(__dirname, "formatter.js");

const {
bindCoreHelpers,
} = require("../../lib/gh-actions-core-helpers/index.cjs");
} = require("../../libraries/gh-actions-core-helpers/index.cjs");

const core = bindCoreHelpers(require("@actions/core"));

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/gh-actions-eslint"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/gh-actions-eslint"
},
"keywords": [
"ghactions",
Expand All @@ -21,9 +21,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"type": "commonjs",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/gh-actions-eslint/setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* eslint-disable node/no-unpublished-require */
const setup = require("../../libraries/gh-actions-setup/setup.cjs");

setup(__dirname);
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/gh-actions-exec"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/gh-actions-exec"
},
"keywords": [
"ghactions",
Expand All @@ -20,9 +20,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"type": "commonjs",
"files": [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/gh-actions-npm"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/gh-actions-npm"
},
"keywords": [
"ghactions",
Expand All @@ -20,9 +20,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"type": "commonjs",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { getExecOutput } = require("@actions/exec");

const {
bindCoreHelpers,
} = require("../../lib/gh-actions-core-helpers/index.cjs");
} = require("../../libraries/gh-actions-core-helpers/index.cjs");

const {
getInputEx: getInput,
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/gh-actions-prettier"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/gh-actions-prettier"
},
"keywords": [
"ghactions",
Expand All @@ -21,9 +21,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"files": [
"action.yml",
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/gh-actions-prettier/setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* eslint-disable node/no-unpublished-require */
const setup = require("../../libraries/gh-actions-setup/setup.cjs");

setup(__dirname);
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/gh-actions-ratelimit-check"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/gh-actions-ratelimit-check"
},
"keywords": [
"ghactions",
Expand All @@ -20,9 +20,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"files": [
"action.yml"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/gh-actions-sleep-until"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/gh-actions-sleep-until"
},
"keywords": [
"ghactions",
Expand All @@ -20,9 +20,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"type": "commonjs",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { exec } = require("@actions/exec");
const tscJson = require("setup-node/.github/tsc.json");
const {
bindCoreHelpers,
} = require("../../lib/gh-actions-core-helpers/index.cjs");
} = require("../../libraries/gh-actions-core-helpers/index.cjs");

const {
getInputEx: getInput,
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/gh-actions-tsc"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/gh-actions-tsc"
},
"keywords": [
"ghactions",
Expand All @@ -20,9 +20,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"type": "commonjs",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/gh-actions-tsc/setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* eslint-disable node/no-unpublished-require */
const setup = require("../../libraries/gh-actions-setup/setup.cjs");

setup(__dirname);
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "run/git-user-config"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/git-user-config"
},
"keywords": [
"ghactions",
Expand All @@ -22,9 +22,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"type": "commonjs",
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable node/no-unpublished-require */
const {
bindCoreHelpers,
} = require("../../lib/gh-actions-core-helpers/index.cjs");
} = require("../../libraries/gh-actions-core-helpers/index.cjs");

const core = bindCoreHelpers(require("@actions/core"));

Expand Down
4 changes: 4 additions & 0 deletions .github/actions/git-user-config/setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* eslint-disable node/no-unpublished-require */
const setup = require("../../libraries/gh-actions-setup/setup.cjs");

setup(__dirname);
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const httpClientModule = require("@actions/http-client");
// eslint-disable-next-line node/no-unsupported-features/es-syntax, node/no-missing-import
const msalNode = import("@azure/msal-node");

const buildMsalClient = require("../../lib/gh-actions-msal-client");
const buildMsalClient = require("../../libraries/gh-actions-msal-client");

const utils = require("./utils");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const core = require("@actions/core");
const httpClientModule = require("@actions/http-client");
const { BearerCredentialHandler } = require("@actions/http-client/lib/auth");

const buildGhaHttpClient = require("../../lib/gh-actions-http-client");
const buildGhaHttpClient = require("../../libraries/gh-actions-http-client");

const { debug, info } = core;
const { HttpClientError } = httpClientModule;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const msalNodeModule = import("@azure/msal-node");

const {
bindCoreHelpers,
} = require("../../lib/gh-actions-core-helpers/index.cjs");
const buildGhaHttpClient = require("../../lib/gh-actions-http-client");
} = require("../../libraries/gh-actions-core-helpers/index.cjs");
const buildGhaHttpClient = require("../../libraries/gh-actions-http-client");

const { saveStateEx: saveState } = bindCoreHelpers(ghaCore);
const { HttpClientError } = httpClientModule;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const httpClientModule = require("@actions/http-client");

const {
bindCoreHelpers,
} = require("../../lib/gh-actions-core-helpers/index.cjs");
const buildGhaHttpClient = require("../../lib/gh-actions-http-client");
} = require("../../libraries/gh-actions-core-helpers/index.cjs");
const buildGhaHttpClient = require("../../libraries/gh-actions-http-client");

const ghaHelpers = bindCoreHelpers(ghaCore);
const { GhaHttpClient } = buildGhaHttpClient(ghaCore, httpClientModule);
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/github-actions.git",
"directory": "lib/ms-idp-workflow-run-auth"
"url": "git+https://github.com/thnetii/ci-cd.git",
"directory": ".github/actions/ms-idp-workflow-run-auth"
},
"author": {
"name": "TH-NETII Rasch Solutions",
Expand All @@ -15,9 +15,9 @@
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/github-actions/issues"
"url": "https://github.com/thnetii/ci-cd/issues"
},
"homepage": "https://github.com/thnetii/github-actions#readme",
"homepage": "https://github.com/thnetii/ci-cd#readme",
"license": "MIT",
"files": [
"action.yml",
Expand Down
Loading

0 comments on commit cd1290c

Please sign in to comment.