Skip to content

Commit 2db7a00

Browse files
authored
Deleted the Vehicle Sample App (#198)
Deleted the Vehicle Sample App as it's no longer required. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 461207b commit 2db7a00

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+4
-2281
lines changed

eachdist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[lintroots]
66
extraroots=scripts/, sample-applications/, contract-tests/images/
7-
subglob=*.py,tests/,test/,src/*, simple-client-server, vehicle-dealership-sample-app, applications/django/**
7+
subglob=*.py,tests/,test/,src/*, simple-client-server, applications/django/**
88

99
[testroots]
1010
extraroots=tests/

performance-tests/src/test/java/io/opentelemetry/containers/ImageServiceContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import org.testcontainers.containers.wait.strategy.Wait;
1717
import org.testcontainers.utility.DockerImageName;
1818

19+
// TODO: The vehicle sample app doesn't exist anymore so this needs to be cleaned up
1920
public class ImageServiceContainer {
2021

2122
private static final Logger logger = LoggerFactory.getLogger(ImageServiceContainer.class);

performance-tests/src/test/java/io/opentelemetry/containers/VehicleInventoryServiceContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import org.testcontainers.utility.DockerImageName;
2121
import org.testcontainers.utility.MountableFile;
2222

23+
// TODO: The vehicle sample app doesn't exist anymore so this needs to be cleaned up
2324
public class VehicleInventoryServiceContainer {
2425

2526
private static final Logger logger =

sample-applications/vehicle-dealership-sample-app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

sample-applications/vehicle-dealership-sample-app/ImageServiceApp/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

sample-applications/vehicle-dealership-sample-app/ImageServiceApp/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

sample-applications/vehicle-dealership-sample-app/ImageServiceApp/ImageServiceApp/asgi.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

sample-applications/vehicle-dealership-sample-app/ImageServiceApp/ImageServiceApp/settings.py

Lines changed: 0 additions & 135 deletions
This file was deleted.

sample-applications/vehicle-dealership-sample-app/ImageServiceApp/ImageServiceApp/urls.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

sample-applications/vehicle-dealership-sample-app/ImageServiceApp/ImageServiceApp/wsgi.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)