-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
data-collectors/radelt/src/main/java/com/opendatahub/bdp/radelt/Main.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt; | ||
|
||
import org.springframework.boot.SpringApplication; | ||
|
4 changes: 4 additions & 0 deletions
4
...ors/radelt/src/main/java/com/opendatahub/bdp/radelt/dto/aktionen/AktionenResponseDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.aktionen; | ||
|
||
import java.util.List; | ||
|
4 changes: 4 additions & 0 deletions
4
...tors/radelt/src/main/java/com/opendatahub/bdp/radelt/dto/aktionen/RadeltChallengeDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.aktionen; | ||
|
||
import java.util.Date; | ||
|
4 changes: 4 additions & 0 deletions
4
...s/radelt/src/main/java/com/opendatahub/bdp/radelt/dto/aktionen/RadeltChallengeMetric.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.aktionen; | ||
|
||
import java.time.LocalDateTime; | ||
|
4 changes: 4 additions & 0 deletions
4
...tors/radelt/src/main/java/com/opendatahub/bdp/radelt/dto/aktionen/RadeltStatisticDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.aktionen; | ||
|
||
public class RadeltStatisticDto { | ||
|
4 changes: 4 additions & 0 deletions
4
...rc/main/java/com/opendatahub/bdp/radelt/dto/organisationen/OrganisationenResponseDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.organisationen; | ||
|
||
public class OrganisationenResponseDto { | ||
|
4 changes: 4 additions & 0 deletions
4
.../main/java/com/opendatahub/bdp/radelt/dto/organisationen/RadeltChallengeStatisticDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.organisationen; | ||
|
||
import java.time.LocalDateTime; | ||
|
4 changes: 4 additions & 0 deletions
4
...ors/radelt/src/main/java/com/opendatahub/bdp/radelt/dto/organisationen/RadeltDataDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.organisationen; | ||
|
||
import java.util.List; | ||
|
4 changes: 4 additions & 0 deletions
4
.../src/main/java/com/opendatahub/bdp/radelt/dto/organisationen/RadeltOrganisationenDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.organisationen; | ||
|
||
|
||
|
4 changes: 4 additions & 0 deletions
4
...delt/src/main/java/com/opendatahub/bdp/radelt/dto/organisationen/RadeltStatisticsDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.organisationen; | ||
|
||
import java.util.List; | ||
|
4 changes: 4 additions & 0 deletions
4
data-collectors/radelt/src/main/java/com/opendatahub/bdp/radelt/dto/utils/DataTypeUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.utils; | ||
|
||
import java.util.ArrayList; | ||
|
4 changes: 4 additions & 0 deletions
4
...ctors/radelt/src/main/java/com/opendatahub/bdp/radelt/dto/utils/MappingUtilsAktionen.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.utils; | ||
|
||
import java.util.List; | ||
|
4 changes: 4 additions & 0 deletions
4
...radelt/src/main/java/com/opendatahub/bdp/radelt/dto/utils/MappingUtilsOrganisationen.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.utils; | ||
|
||
import org.springframework.web.reactive.function.client.WebClientRequestException; | ||
|
4 changes: 4 additions & 0 deletions
4
data-collectors/radelt/src/main/java/com/opendatahub/bdp/radelt/dto/utils/SlugUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// SPDX-FileCopyrightText: NOI Techpark <[email protected]> | ||
// | ||
// SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
package com.opendatahub.bdp.radelt.dto.utils; | ||
|
||
public class SlugUtils { | ||
|