Skip to content

Commit

Permalink
Implementation of the Traced Services (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
  • Loading branch information
moritzsternemann and PSchmiedmayer authored Apr 15, 2022
1 parent 8c2fd79 commit e0e6308
Show file tree
Hide file tree
Showing 71 changed files with 4,086 additions and 752 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This source file is part of the Apodini Template open source project
# This source file is part of the Apodini HotROD example open source project
#
# SPDX-FileCopyrightText: 2021 Paul Schmiedmayer and the project authors (see CONTRIBUTORS.md) <paul.schmiedmayer@tum.de>
# SPDX-FileCopyrightText: 2022 Paul Schmiedmayer and the project authors (see CONTRIBUTORS.md) <paul.schmiedmayer@tum.de>
#
# SPDX-License-Identifier: MIT
#
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

This source file is part of the Apodini Template open source project
This source file is part of the Apodini HotROD example open source project

SPDX-FileCopyrightText: 2021 Paul Schmiedmayer and the project authors (see CONTRIBUTORS.md) <paul.schmiedmayer@tum.de>
SPDX-FileCopyrightText: 2022 Paul Schmiedmayer and the project authors (see CONTRIBUTORS.md) <paul.schmiedmayer@tum.de>

SPDX-License-Identifier: MIT
Binary file added .github/images/hotrod-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions .github/images/hotrod-ui.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

This source file is part of the Apodini HotROD example open source project

SPDX-FileCopyrightText: 2022 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <paul.schmiedmayer@tum.de>

SPDX-License-Identifier: MIT

Binary file added .github/images/jaeger-dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions .github/images/jaeger-dag.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

This source file is part of the Apodini HotROD example open source project

SPDX-FileCopyrightText: 2022 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <paul.schmiedmayer@tum.de>

SPDX-License-Identifier: MIT

Binary file added .github/images/jaeger-trace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions .github/images/jaeger-trace.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

This source file is part of the Apodini HotROD example open source project

SPDX-FileCopyrightText: 2022 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <paul.schmiedmayer@tum.de>

SPDX-License-Identifier: MIT

33 changes: 0 additions & 33 deletions .github/pull_request_template.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/release-drafter.yml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/build-and-test.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# This source file is part of the Apodini open source project
#
# SPDX-FileCopyrightText: 2021 Paul Schmiedmayer and the project authors (see CONTRIBUTORS.md) <paul.schmiedmayer@tum.de>
#
# SPDX-License-Identifier: MIT
#

name: Build

on:
push:
branches:
- develop
workflow_dispatch:

jobs:
build_and_test:
name: Build and Test
uses: Apodini/.github/.github/workflows/build-and-test.yml@v1
with:
packagename: ApodiniHotRODExample
test: false
docker-compose-test:
name: Docker Compose Test
uses: Apodini/.github/.github/workflows/docker-compose-test.yml@v1
with:
testscript: test.sh
34 changes: 0 additions & 34 deletions .github/workflows/docker-compose.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/docker.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#
# This source file is part of the Apodini open source project
#
# SPDX-FileCopyrightText: 2021 Paul Schmiedmayer and the project authors (see CONTRIBUTORS.md) <paul.schmiedmayer@tum.de>
#
# SPDX-License-Identifier: MIT
#

name: Pull Request

on:
pull_request:
workflow_dispatch:

jobs:
build_and_test:
name: Build and Test
uses: Apodini/.github/.github/workflows/build-and-test.yml@v1
with:
packagename: ApodiniHotRODExample
test: false
reuse_action:
name: REUSE Compliance Check
uses: Apodini/.github/.github/workflows/reuse.yml@v1
swiftlint:
name: SwiftLint
uses: Apodini/.github/.github/workflows/swiftlint.yml@v1
docker-compose-test:
name: Docker Compose Test
uses: Apodini/.github/.github/workflows/docker-compose-test.yml@v1
with:
testscript: test.sh
22 changes: 0 additions & 22 deletions .github/workflows/release-drafter.yml

This file was deleted.

Loading

0 comments on commit e0e6308

Please sign in to comment.