Skip to content

Commit

Permalink
Rename all and redesign landing page (#348)
Browse files Browse the repository at this point in the history
* Rename all and redesign landing page
* Build trigger
* Renameyml and md files
* Upgrade COMET-SDK to 27.0.0
  • Loading branch information
lxatstariongroup authored May 13, 2024
1 parent e4cd0bc commit 14ec79e
Show file tree
Hide file tree
Showing 1,113 changed files with 3,390 additions and 3,356 deletions.
4 changes: 2 additions & 2 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 COMET

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/COMET-WebServices-Community-Edition`)
1. Configure the upstream repo (`git remote add upstream git://github.com/STARIONGROUP/COMET-WebServices-Community-Edition`)
1. Checkout development
1. Create a local branch (`git checkout -b myBranch`) from development
1. Work on your feature
Expand Down Expand Up @@ -46,7 +46,7 @@ When you're ready to go you should confirm that you are up to date and rebased w
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.

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/COMET-WebServices-Community-Edition/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/COMET-WebServices-Community-Edition/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 COMET Web Services
- [ ] I have searched [open](https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/issues) and [closed](https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
- [ ] I have searched [open](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/issues) and [closed](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/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/COMET-WebServices-Community-Edition/pulls) open
- [ ] I have verified that I am following the COMET-SDK [code style guidelines](https://raw.githubusercontent.com/RHEAGROUP/COMET-WebServices-Community-Edition/master/.github/CONTRIBUTING.md)
- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/pulls) open
- [ ] I have verified that I am following the COMET-SDK [code style guidelines](https://raw.githubusercontent.com/STARIONGROUP/COMET-WebServices-Community-Edition/master/.github/CONTRIBUTING.md)
- [ ] I have provided test coverage for my change (where applicable)

### Description
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: add RHEA GitHub nuget feed
run: dotnet nuget add source https://nuget.pkg.github.com/RHEAGROUP/index.json -n GHRHEA -u gh -p ${{ secrets.GH_PR_TOKEN }} --store-password-in-clear-text
- name: add Starion GitHub nuget feed
run: dotnet nuget add source https://nuget.pkg.github.com/STARIONGROUP/index.json -n GHRHEA -u gh -p ${{ secrets.GH_PR_TOKEN }} --store-password-in-clear-text

- name: Restore dependencies
run: dotnet restore COMET-WebServices.sln
Expand All @@ -38,7 +38,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
dotnet tool install --global dotnet-sonarscanner
dotnet sonarscanner begin /k:"RHEAGROUP_CDP4-COMET-WebServices-Community-Edition" /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_CDP4-COMET-WebServices-Community-Edition" /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 COMET-WebServices.sln --no-restore /p:ContinuousIntegrationBuild=true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
with:
languages: ${{ matrix.language }}

- name: add RHEA GitHub nuget feed
run: dotnet nuget add source https://nuget.pkg.github.com/RHEAGROUP/index.json -n GHRHEA -u gh -p ${{ secrets.GH_PR_TOKEN }} --store-password-in-clear-text
- name: add Starion GitHub nuget feed
run: dotnet nuget add source https://nuget.pkg.github.com/STARIONGROUP/index.json -n GHRHEA -u gh -p ${{ secrets.GH_PR_TOKEN }} --store-password-in-clear-text

- name: Install dependencies
run: dotnet restore COMET-WebServices.sln
Expand Down
4 changes: 2 additions & 2 deletions CDP4Authentication.Tests/CDP4Authentication.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Company>Starion Group S.A.</Company>
<Title>CDP4Authentication.Tests</Title>
<Description>CDP4-COMET Data-Model Object Relational Mapping</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Copyright>Copyright © Starion Group S.A.</Copyright>
<Authors>Sam Gerené, Alex Vorobiev, Alexander van Delft</Authors>
<Configurations>Debug;Release</Configurations>
<LangVersion>latest</LangVersion>
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication.Tests/EncryptionUtilsTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="EncryptionUtilsTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="EncryptionUtilsTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/AuthenticationPerson.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AuthenticationPerson.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="AuthenticationPerson.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/AuthenticatorConfig.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AuthenticatorConfig.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="AuthenticatorConfig.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/AuthenticatorProperties.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AuthenticatorProperties.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="AuthenticatorProperties.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/AuthenticatorWspProperties.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AuthenticatorWspProperties.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="AuthenticatorWspProperties.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/CDP4Authentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Company>Starion Group S.A.</Company>
<Title>CDP4Authentication-CE</Title>
<Version>8.0.0</Version>
<Description>CDP4-COMET Library to support the implementation of authentication</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Copyright>Copyright © Starion Group S.A.</Copyright>
<Authors>Sam Gerené, Alex Vorobiev, Alexander van Delft</Authors>
<RepositoryUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition.git</RepositoryUrl>
<RepositoryUrl>https://github.com/STARIONGROUP/CDP4-SDK-Community-Edition.git</RepositoryUrl>
<Configurations>Debug;Release</Configurations>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<LangVersion>latest</LangVersion>
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/Contracts/AuthenticatorConnector.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AuthenticatorConnector.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="AuthenticatorConnector.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/Contracts/AuthenticatorPlugin.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AuthenticatorPlugin.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="AuthenticatorPlugin.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/EncryptionUtils.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="EncryptionUtils.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="EncryptionUtils.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="IAuthenticationPluginInjector.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="IAuthenticationPluginInjector.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/Interfaces/IAuthenticatorConnector.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="IAuthenticatorConnector.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="IAuthenticatorConnector.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/Interfaces/IAuthenticatorPlugin.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="IAuthenticatorPlugin.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="IAuthenticatorPlugin.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/Interfaces/IAuthenticatorProperties.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="IAuthenticatorProperties.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="IAuthenticatorProperties.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
6 changes: 3 additions & 3 deletions CDP4Authentication/Interfaces/IAuthenticatorWspProperties.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="IAuthenticatorWspProperties.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2024 RHEA System S.A.
// <copyright file="IAuthenticatorWspProperties.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate
//
// This file is part of CDP4-COMET Webservices Community Edition.
// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C.
// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C.
//
// The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public
Expand Down
4 changes: 2 additions & 2 deletions CDP4DatabaseAuthentication/CDP4DatabaseAuthentication.csproj
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>
<Company>Starion Group S.A.</Company>
<Title>CDP4DatabaseAuthentication-CE</Title>
<Version>8.0.0</Version>
<Description>CDP4-COMET Database authentication</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Copyright>Copyright © Starion Group S.A.</Copyright>
<Authors>Sam Gerené, Alex Vorobiev, Alexander van Delft</Authors>
<Configurations>Debug;Release</Configurations>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down
Loading

0 comments on commit 14ec79e

Please sign in to comment.