Skip to content

Commit

Permalink
[Update] to Starion Group
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Apr 27, 2024
1 parent 814d0f7 commit 90c62e2
Show file tree
Hide file tree
Showing 136 changed files with 523 additions and 700 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We would like to start with saying thank you for wanting to contribute to ReqIFS

1. [Fork](http://help.github.com/forking/) on GitHub
1. Clone your fork locally
1. Configure the upstream repo (`git remote add upstream git://github.com/RHEAGROUP/ReqIFSharp`)
1. Configure the upstream repo (`git remote add upstream git://github.com/STARIONGROUP/ReqIFSharp`)
1. Checkout development
1. Create a local branch (`git checkout -b myBranch`) from development
1. Work on your feature
Expand Down Expand Up @@ -44,9 +44,9 @@ When you're ready to go you should confirm that you are up to date and rebased w

1. `git push origin myBranch`
1. Send a descriptive [Pull Request](https://help.github.com/articles/creating-a-pull-request/) on GitHub - making sure you have selected the correct branch in the GitHub UI!
1. Wait for @samatrhea to merge your changes in.
1. Wait for @samatstarion to merge your changes in.

And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/RHEAGROUP/ReqIFSharp/wiki) once it has been pulled in
And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/STARIONGROUP/ReqIFSharp/wiki) once it has been pulled in

## Style Guidelines

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

- [ ] I have written a descriptive issue title
- [ ] I have verified that I am running the latest version of the ReqIFSharp
- [ ] I have searched [open](https://github.com/RHEAGROUP/ReqIFSharp/issues) and [closed](https://github.com/RHEAGROUP/ReqIFSharp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
- [ ] I have searched [open](https://github.com/STARIONGROUP/ReqIFSharp/issues) and [closed](https://github.com/STARIONGROUP/ReqIFSharp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported

### Description
<!-- A description of the bug or feature -->
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Prerequisites

- [ ] I have written a descriptive pull-request title
- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/RHEAGROUP/ReqIFSharp/pulls) open
- [ ] I have verified that I am following the ReqIFSharp [code style guidelines](https://raw.githubusercontent.com/RHEAGROUP/ReqIFSharp/master/.github/CONTRIBUTING.md)
- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/STARIONGROUP/ReqIFSharp/pulls) open
- [ ] I have verified that I am following the ReqIFSharp [code style guidelines](https://raw.githubusercontent.com/STARIONGROUP/ReqIFSharp/master/.github/CONTRIBUTING.md)
- [ ] I have provided test coverage for my change (where applicable)

### Description
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
dotnet tool install --global dotnet-sonarscanner
dotnet sonarscanner begin /k:"RHEAGROUP_reqifsharp" /o:"rheagroup" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./CoverageResults/coverage.opencover.xml"
dotnet sonarscanner begin /k:"STARIONGROUP_reqifsharp" /o:"stariongroup" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./CoverageResults/coverage.opencover.xml"
- name: Build
run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ReqIFSharp
Copyright 2021 RHEA System S.A.
Copyright 2021-2024 Starion Group S.A.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<img src="https://raw.githubusercontent.com/RHEAGROUP/reqifsharp/master/reqifsharp-logo.png" width="350">
<img src="https://raw.githubusercontent.com/STARIONGROUP/reqifsharp/master/reqifsharp-logo.png" width="350">

ReqIFSharp is a C# library for reading and writing ReqIF documents. ReqIFSharp is used in RHEA products such as [COMET](https://www.rheagroup.com/services-solutions/system-engineering/concurrent-design/) and a web based ReqIF [Viewer](https://viewer.reqifsharp.org). Read more about it here: https://www.reqifsharp.org
ReqIFSharp is a C# library for reading and writing ReqIF documents. ReqIFSharp is used in Starion products such as [CDP4-COMET](https://www.rheagroup.com/services-solutions/system-engineering/concurrent-design/) and a web based ReqIF [Viewer](https://viewer.reqifsharp.org). Read more about it here: https://www.reqifsharp.org

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=coverage)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=coverage)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)

## Installation

Expand All @@ -25,13 +25,13 @@ GitHub actions are used to build and test the library

Branch | Build Status
------- | :------------
Master | ![Build Status](https://github.com/RHEAGROUP/reqifsharp/actions/workflows/CodeQuality.yml/badge.svg?branch=master)
Development | ![Build Status](https://github.com/RHEAGROUP/reqifsharp/actions/workflows/CodeQuality.yml/badge.svg?branch=development)
Master | ![Build Status](https://github.com/STARIONGROUP/reqifsharp/actions/workflows/CodeQuality.yml/badge.svg?branch=master)
Development | ![Build Status](https://github.com/STARIONGROUP/reqifsharp/actions/workflows/CodeQuality.yml/badge.svg?branch=development)

# License

The reqifsharp library is provided to the community under the Apache License 2.0.

# Contributions

Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@rheagroup.com. You can find the CLA's in the CLA folder.
Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@stariongroup.eu. You can find the CLA's in the CLA folder.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="AttributeDefinitionExtensionsTestFixture.cs" company="RHEA System S.A.">
// <copyright file="AttributeDefinitionExtensionsTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2017-2024 RHEA System S.A.
// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="AttributeValueExtensionsTestFixture.cs" company="RHEA System S.A.">
// <copyright file="AttributeValueExtensionsTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2017-2024 RHEA System S.A.
// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="DatatypeDefinitionExtensionsTestFixture.cs" company="RHEA System S.A.">
// <copyright file="DatatypeDefinitionExtensionsTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2017-2024 RHEA System S.A.
// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="RelationGroupTypeExtensionsTestFixture.cs" company="RHEA System S.A.">
// <copyright file="RelationGroupTypeExtensionsTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2017-2024 RHEA System S.A.
// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecElementWithAttributesExtensionTestFixture.cs" company="RHEA System S.A.">
// <copyright file="SpecElementWithAttributesExtensionTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2017-2024 RHEA System S.A.
// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecObjectExtensionsTestFixture.cs" company="RHEA System S.A.">
// <copyright file="SpecObjectExtensionsTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2017-2024 RHEA System S.A.
// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecObjectTypeExtensionsTestFixture.cs" company="RHEA System S.A.">
// <copyright file="SpecObjectTypeExtensionsTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2017-2024 RHEA System S.A.
// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecRelationTypeExtensionsTestFixture.cs" company="RHEA System S.A.">
// <copyright file="SpecRelationTypeExtensionsTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2017-2024 RHEA System S.A.
// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecificationExtensionsTestFixture.cs" company="RHEA System S.A.">
// <copyright file="SpecificationExtensionsTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2017-2024 RHEA System S.A.
// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecificationTypeExtensionsTestFixture.cs" company="RHEA System S.A.">
// <copyright file="SpecificationTypeExtensionsTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2017-2024 RHEA System S.A.
// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Authors>Sam Gerene</Authors>
<Company>Starion Group S.A.</Company>
<Authors>Sam Gerené</Authors>
<Description>Nunit test suite for the ReqIFSharp.Extensions library</Description>
<Copyright>Copyright 2017-2024 RHEA System S.A.</Copyright>
<RepositoryUrl>https://github.com/RHEAGROUP/reqifsharp.git</RepositoryUrl>
<Copyright>Copyright 2017-2024 Starion Group S.A.</Copyright>
<RepositoryUrl>https://github.com/STARIONGROUP/reqifsharp.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Nullable>disable</Nullable>
<IsPackable>false</IsPackable>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ReqIFLoaderServiceTestFixture.cs" company="RHEA System S.A.">
// <copyright file="ReqIFLoaderServiceTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2021 RHEA System S.A.
// Copyright 2021 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 90c62e2

Please sign in to comment.