Skip to content

Commit

Permalink
Remove inspectit-ocelot-demo from repository (#1384)
Browse files Browse the repository at this point in the history
* Remove inspectit-ocelot-demo folder

* Remove demo-specific CI tasks

* Remove ignoring references to demo-folder

* Remove project from settings.gradle

* Update documentation for new demo location

* Remove reference to deleted job in circleci

* Restructure demo documentation

* Re-add section about Docker for Windows with note
  • Loading branch information
aaronweissler authored Apr 12, 2022
1 parent 36af3f1 commit 90846fd
Show file tree
Hide file tree
Showing 52 changed files with 62 additions and 72,475 deletions.
17 changes: 1 addition & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ jobs:
working_directory: ~/inspectit
steps:
- attach_repo
- run: cd repo && ./gradlew assemble bootJarWithFrontend packageDemo :inspectit-ocelot-core:cyclonedxBom :inspectit-ocelot-configurationserver:cyclonedxBom :inspectit-ocelot-eum-server:cyclonedxBom :inspectit-ocelot-eum-server:bootJar -PbuildVersion=${CIRCLE_TAG}
- run: cd repo && ./gradlew assemble bootJarWithFrontend :inspectit-ocelot-core:cyclonedxBom :inspectit-ocelot-configurationserver:cyclonedxBom :inspectit-ocelot-eum-server:cyclonedxBom :inspectit-ocelot-eum-server:bootJar -PbuildVersion=${CIRCLE_TAG}
- run: mkdir artifacts
- run: cp ~/inspectit/repo/inspectit-ocelot-agent/build/inspectit-ocelot-agent-${CIRCLE_TAG}.jar ~/inspectit/artifacts
- run: cp ~/inspectit/repo/inspectit-ocelot-demo/build/inspectit-ocelot-demo-${CIRCLE_TAG}.zip ~/inspectit/artifacts
- run: cp ~/inspectit/repo/components/inspectit-ocelot-configurationserver/build/libs/inspectit-ocelot-configurationserver-${CIRCLE_TAG}.jar ~/inspectit/artifacts
- run: cp ~/inspectit/repo/components/inspectit-ocelot-eum-server/build/libs/inspectit-ocelot-eum-server-${CIRCLE_TAG}.jar ~/inspectit/artifacts
- run: mkdir boms
Expand Down Expand Up @@ -123,15 +122,6 @@ jobs:
- run: docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_PASSWORD
- run: docker push

publish_dashboards_to_marketplace:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/inspectit/repo/inspectit-ocelot-demo/grafana/marketplace
steps:
- run:
command: |
chmod +x ~/inspectit/repo/resources/upload-all-dashboards.sh
~/inspectit/repo/resources/upload-all-dashboards.sh
# Deploy pre-release documentation
deploy-master-documentation:
docker:
Expand Down Expand Up @@ -237,11 +227,6 @@ workflows:
<<: *filter_release
requires:
- checkout
- publish_dashboards_to_marketplace:
filters:
<<: *filter_release
requires:
- checkout
- publish_github_release:
filters:
<<: *filter_release
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/agent_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- master
paths-ignore:
- 'components/**'
- 'inspectit-ocelot-demo/**'
- 'inspectit-ocelot-documentation/**'
- 'resources/**'

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@
/.nb-gradle/

/working_directory/
inspectit-ocelot-demo/configuration-server/users.db
2 changes: 0 additions & 2 deletions inspectit-ocelot-demo/.env

This file was deleted.

4 changes: 0 additions & 4 deletions inspectit-ocelot-demo/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions inspectit-ocelot-demo/build.gradle

This file was deleted.

17 changes: 0 additions & 17 deletions inspectit-ocelot-demo/configuration-server/agent_mappings.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 90846fd

Please sign in to comment.