-
Notifications
You must be signed in to change notification settings - Fork 0
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
HeinrichAD
authored and
HeinrichAD
committed
Jul 4, 2024
1 parent
00ce05c
commit e3139b7
Showing
193 changed files
with
4,508 additions
and
12,623 deletions.
There are no files selected for viewing
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,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Benedikt Franke <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
* | ||
!docker | ||
!fl_server | ||
|
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,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Benedikt Franke <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
root = true | ||
|
||
[*] | ||
|
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 +1,6 @@ | ||
# SPDX-FileCopyrightText: 2024 Benedikt Franke <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
* text=auto eol=lf |
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,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Benedikt Franke <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
name: Main | ||
|
||
on: | ||
|
@@ -50,6 +55,19 @@ jobs: | |
- name: Start type checking | ||
run: bash ./dev mypy | ||
|
||
license-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.10' | ||
cache: 'pip' | ||
- name: Install dependencies | ||
run: bash ./dev install -e ".[all]" | ||
- name: Start license check | ||
run: bash ./dev licenses | ||
|
||
coverage: | ||
runs-on: ubuntu-latest | ||
services: | ||
|
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,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Benedikt Franke <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
/builds/ | ||
/logs/ | ||
/out/ | ||
|
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,8 @@ | ||
// SPDX-FileCopyrightText: 2024 Benedikt Franke <[email protected]> | ||
// SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]> | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// Reference: https://github.com/DavidAnson/markdownlint | ||
// Rules: https://github.com/DavidAnson/markdownlint#rules--aliases | ||
// Exception: https://github.com/DavidAnson/markdownlint#configuration | ||
|
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,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Benedikt Franke <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
repos: | ||
- repo: https://github.com/pycqa/flake8 | ||
rev: 6.0.0 | ||
|
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: fl-demonstrator | ||
Upstream-Contact: | ||
Benedikt Franke <[email protected]> | ||
Florian Heinrich <[email protected]> | ||
Source: https://github.com/DLR-KI/fl-demonstrator | ||
|
||
# Sample paragraph, commented out: | ||
# | ||
# Files: src/* | ||
# Copyright: $YEAR $NAME <$CONTACT> | ||
# License: ... |
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: 2024 Benedikt Franke <[email protected]> | ||
// SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]> | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
{ | ||
"recommendations": [ | ||
"batisteo.vscode-django", | ||
|
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,9 +1,22 @@ | ||
// SPDX-FileCopyrightText: 2024 Benedikt Franke <[email protected]> | ||
// SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]> | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Launch", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/manage.py", | ||
"args": [ | ||
"runserver" | ||
] | ||
}, | ||
{ | ||
"name": "Serve Documentation", | ||
"type": "python", | ||
|
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: 2024 Benedikt Franke <[email protected]> | ||
// SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]> | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
{ | ||
"cSpell.allowCompoundWords": true, | ||
"cSpell.language": "en,scientific-terms-us", | ||
|
Oops, something went wrong.