Skip to content

Commit

Permalink
refactor: update organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Jul 12, 2024
1 parent e955317 commit f4853b5
Show file tree
Hide file tree
Showing 27 changed files with 180 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "flowr",
"projectOwner": "Code-Inspect",
"projectOwner": "flowr-analysis",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion .github/.commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@commitlint/config-angular"
],
"defaultIgnores": true,
"helpUrl": "https://github.com/Code-Inspect/flowr/blob/main/.github/CONTRIBUTING.md",
"helpUrl": "https://github.com/flowr-analysis/flowr/blob/main/.github/CONTRIBUTING.md",
"parserPreset": {
"parserOpts": {
"headerPattern": "^([^\\(\\):]*)(?:\\((.*)\\))?!?: (.*)$"
Expand Down
16 changes: 8 additions & 8 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

First of all: **Thank You for Every Contribution!**

On this page, you can find some guidelines and tips on how to contribute to *flowR*. If you have any questions or problems, feel free to open a [new issue](https://github.com/Code-Inspect/flowr/issues/new/choose) or email me directly at <florian.sihler@uni-ulm.de>.
On this page, you can find some guidelines and tips on how to contribute to *flowR*. If you have any questions or problems, feel free to open a [new issue](https://github.com/flowr-analysis/flowr/issues/new/choose) or email me directly at <florian.sihler@uni-ulm.de>.

- [How to Contribute](#how-to-contribute)
- [Obtaining the Source Code](#obtaining-the-source-code)
Expand All @@ -20,7 +20,7 @@ On this page, you can find some guidelines and tips on how to contribute to *flo

## Obtaining the Source Code

If you found a small typo or want to fix a minor wording problem, you can use GitHub's web interface to edit the file directly (e.g., to edit the main readme file, you can use [this link](https://github.com/Code-Inspect/flowr/edit/main/README.md)). In case you have never contributed to a project before or you are unsure how git works, [GitHub's guide][github-guide] is a good place to start.
If you found a small typo or want to fix a minor wording problem, you can use GitHub's web interface to edit the file directly (e.g., to edit the main readme file, you can use [this link](https://github.com/flowr-analysis/flowr/edit/main/README.md)). In case you have never contributed to a project before or you are unsure how git works, [GitHub's guide][github-guide] is a good place to start.

### Git-LFS Usage

Expand All @@ -31,13 +31,13 @@ We use [git-lfs](https://git-lfs.github.com/) to store large file blobs (like im
To clone the repository, you can use the following command:

```shell
git clone https://github.com/Code-Inspect/flowr.git
git clone https://github.com/flowr-analysis/flowr.git
```

If you prefer ssh, you can use the following command:

```shell
git clone git@github.com:Code-Inspect/flowr.git
git clone git@github.com:flowr-analysis/flowr.git
```

For more information on how to clone and work with a repository, please see [GitHub's guide][github-guide].
Expand Down Expand Up @@ -73,13 +73,13 @@ Linting project (local mode)...

</details>

If you have any questions, refer to the [wiki](https://github.com/Code-Inspect/flowr/wiki) or just email me at: <florian.sihler@uni-ulm.de>.
If you have any questions, refer to the [wiki](https://github.com/flowr-analysis/flowr/wiki) or just email me at: <florian.sihler@uni-ulm.de>.

## Commits and Commit Messages

We prioritize smaller commits over big-bang patches. Besides, we only enforce a basic message format for the commits.

With [#521](https://github.com/Code-Inspect/flowr/pull/521), we follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), configured by the [.github/.commitlintrc.json](https://github.com/Code-Inspect/flowr/blob/main/.github/.commitlintrc.json) and enforced by our [git-hooks](#git-hooks).<a href="#note1" id="note1ref"><sup>&lt;1&gt;</sup></a> In general, these commits have the following shape:
With [#521](https://github.com/flowr-analysis/flowr/pull/521), we follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), configured by the [.github/.commitlintrc.json](https://github.com/flowr-analysis/flowr/blob/main/.github/.commitlintrc.json) and enforced by our [git-hooks](#git-hooks).<a href="#note1" id="note1ref"><sup>&lt;1&gt;</sup></a> In general, these commits have the following shape:

```text
<type>(<scope(s)>): <subject>
Expand Down Expand Up @@ -137,10 +137,10 @@ With scopes, it could look like this:

All the basic style conventions are defined inside the `package.json` (with the help of the `eslint` package). Please make sure to adhere to them.

As indicated by [#238](https://github.com/Code-Inspect/flowr/issues/238) I decided to forbid `TODO`, `FIXME`, and `XXX` comments in code in favor of explicit *issues* directly on GitHub. Please do not try to get around that rule.
As indicated by [#238](https://github.com/flowr-analysis/flowr/issues/238) I decided to forbid `TODO`, `FIXME`, and `XXX` comments in code in favor of explicit *issues* directly on GitHub. Please do not try to get around that rule.

For more information on the linter, how to call it (and automatically deal with some of the issues raised),
please refer to the [Test](https://github.com/Code-Inspect/flowr/wiki/Linting-and-Testing) wiki page.
please refer to the [Test](https://github.com/flowr-analysis/flowr/wiki/Linting-and-Testing) wiki page.

## Releases

Expand Down
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Supported Versions

With the release of [v2.0.0](https://github.com/Code-Inspect/flowr/releases/tag/v2.0.0) on May 11, 2024, we only support versions `v2.x`.
With the release of [v2.0.0](https://github.com/flowr-analysis/flowr/releases/tag/v2.0.0) on May 11, 2024, we only support versions `v2.x`.

## Reporting a Vulnerability

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/broken-links-and-wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Setup the Environment"
uses: Code-Inspect/flowr/.github/actions/setup@main
uses: flowr-analysis/flowr/.github/actions/setup@main

- name: "Checkout Repository"
uses: actions/checkout@v4
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Check the README for broken links
uses: becheran/mlc@v0.17.0
with:
args: --do-not-warn-for-redirect-to "http*://github.com/Code-Inspect/*,http*://code-inspect.github.io/*" --ignore-links "http*://hub.docker.com/r/*" README.md
args: --do-not-warn-for-redirect-to "http*://github.com/flowr-analysis/*,http*://code-inspect.github.io/*" --ignore-links "http*://hub.docker.com/r/*" README.md

- name: Publish the Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v4
Expand All @@ -80,4 +80,4 @@ jobs:
uses: becheran/mlc@v0.17.0
if: ${{ always() && !failure() }}
with:
args: --do-not-warn-for-redirect-to "http*://github.com/Code-Inspect/*,http*://code-inspect.github.io/*" wiki/
args: --do-not-warn-for-redirect-to "http*://github.com/flowr-analysis/*,http*://code-inspect.github.io/*" wiki/
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
doc:
name: "Build and Deploy Documentation"
uses: Code-Inspect/flowr/.github/workflows/run.yaml@main
uses: flowr-analysis/flowr/.github/workflows/run.yaml@main
with:
r-version: ''
action: doc
4 changes: 2 additions & 2 deletions .github/workflows/full-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: "Full Test"
jobs:
lint:
name: "Linting (Full)"
uses: Code-Inspect/flowr/.github/workflows/run.yaml@main
uses: flowr-analysis/flowr/.github/workflows/run.yaml@main
with:
r-version: ''
action: lint-local
Expand All @@ -25,7 +25,7 @@ jobs:
- os: windows-latest
r-version: '4.4.0'
name: "Test Suite (full)"
uses: Code-Inspect/flowr/.github/workflows/run.yaml@main
uses: flowr-analysis/flowr/.github/workflows/run.yaml@main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.r-version }}-${{ matrix.os }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: "Run flowR's performance tests"
jobs:
performance-test:
name: "Run Performance Tests"
uses: Code-Inspect/flowr/.github/workflows/run.yaml@main
uses: flowr-analysis/flowr/.github/workflows/run.yaml@main
strategy:
fail-fast: true
matrix:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
needs: [ debug ]
name: "Linting (Local)"
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.base.ref != 'main' }}
uses: Code-Inspect/flowr/.github/workflows/run.yaml@main
uses: flowr-analysis/flowr/.github/workflows/run.yaml@main
with:
r-version: ''
action: lint-local
Expand All @@ -57,7 +57,7 @@ jobs:
needs: [ debug ]
name: "Test Suite (coverage)"
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.base.ref != 'main' }}
uses: Code-Inspect/flowr/.github/workflows/run.yaml@main
uses: flowr-analysis/flowr/.github/workflows/run.yaml@main
with:
action: test-full -- --forbid-only
coverage: true
Expand All @@ -77,7 +77,7 @@ jobs:
startsWith(github.event.head_commit.message, '[release:patch]')
)
}}
uses: Code-Inspect/flowr/.github/workflows/performance-test.yaml@main
uses: flowr-analysis/flowr/.github/workflows/performance-test.yaml@main
with:
push: false
secrets: inherit
Expand All @@ -90,10 +90,10 @@ jobs:
&& !failure()
&& (inputs.force-full || (github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main'))
}}
uses: Code-Inspect/flowr/.github/workflows/full-test.yaml@main
uses: flowr-analysis/flowr/.github/workflows/full-test.yaml@main

deploy-doc:
needs: [ test, full-test, performance-test ]
name: "Deploy Doc. (only on main)"
if: ${{ always() && !failure() && (inputs.force-full || (github.event_name == 'push' && github.ref == 'refs/heads/main')) }}
uses: Code-Inspect/flowr/.github/workflows/deploy-doc.yaml@main
uses: flowr-analysis/flowr/.github/workflows/deploy-doc.yaml@main
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
if: startsWith(github.event.head_commit.message, '[release:minor]') ||
startsWith(github.event.head_commit.message, '[release:major]') ||
startsWith(github.event.head_commit.message, '[release:patch]')
uses: Code-Inspect/flowr/.github/workflows/full-test.yaml@main
uses: flowr-analysis/flowr/.github/workflows/full-test.yaml@main

release:
name: "Release"
runs-on: ubuntu-latest
needs: ['full-test']
steps:
- name: "Setup the Environment"
uses: Code-Inspect/flowr/.github/actions/setup@main
uses: flowr-analysis/flowr/.github/actions/setup@main

- name: "Checkout Repository"
uses: actions/checkout@v4
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
# apparently, putting the message into an env variable first sanitizes it
# (see https://github.com/Code-Inspect/flowr/security/code-scanning/29)
# (see https://github.com/flowr-analysis/flowr/security/code-scanning/29)
MESSAGE: ${{ github.event.head_commit.message }}

- name: Ensure up-to-date Dependencies
Expand All @@ -75,7 +75,7 @@ jobs:
if: startsWith(github.event.head_commit.message, '[release:minor]') ||
startsWith(github.event.head_commit.message, '[release:major]') ||
startsWith(github.event.head_commit.message, '[release:patch]')
uses: Code-Inspect/flowr/.github/workflows/performance-test.yaml@main
uses: flowr-analysis/flowr/.github/workflows/performance-test.yaml@main
with:
push: true
ref: refs/tags/v${{ needs.release.outputs.version }}
Expand All @@ -84,5 +84,5 @@ jobs:
deploy-docker:
needs: ['performance-test']
name: "Deploy Docker (only on main)"
uses: Code-Inspect/flowr/.github/workflows/deploy-docker.yaml@main
uses: flowr-analysis/flowr/.github/workflows/deploy-docker.yaml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- name: "Setup the Environment"
uses: Code-Inspect/flowr/.github/actions/setup@main
uses: flowr-analysis/flowr/.github/actions/setup@main
with:
node-version: ${{ inputs.node-version }}
r-version: ${{ inputs.r-version }}
Expand Down
Loading

0 comments on commit f4853b5

Please sign in to comment.