Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Dec 28, 2021
1 parent 528a840 commit d98b122
Show file tree
Hide file tree
Showing 43 changed files with 17 additions and 3,558 deletions.
File renamed without changes.
123 changes: 0 additions & 123 deletions manifests/azure-petstoreservice-ci-cd-to-aks-pipeline.yml

This file was deleted.

19 changes: 0 additions & 19 deletions manifests/deployment.yml

This file was deleted.

51 changes: 0 additions & 51 deletions manifests/petstoreservice-deployment-everything-enabled.yml

This file was deleted.

31 changes: 0 additions & 31 deletions manifests/petstoreservice-deployment.yml

This file was deleted.

11 changes: 0 additions & 11 deletions manifests/petstoreservice-service-everything-enabled.yml

This file was deleted.

11 changes: 0 additions & 11 deletions manifests/petstoreservice-service.yml

This file was deleted.

10 changes: 0 additions & 10 deletions manifests/service.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public String exception(Model model, OAuth2AuthenticationToken token, HttpServle

this.sessionUser.getTelemetryClient().trackException(npe);

return "home";
return "exception";
}

@GetMapping(value = "/*")
Expand Down
16 changes: 16 additions & 0 deletions petstore/petstoreapp/src/main/resources/templates/exception.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">

<head lang="en" th:replace="fragments/head :: head"></head>

<body>
<div lang="en" th:replace="fragments/header :: header"></div>
<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<h1 class="display-4">
This generates a sample java.lang.NullPointerException for Telemetry purposes
</h1>
</div>
<div lang="en" th:replace="fragments/footer :: footer"></div>
</body>

</html>
61 changes: 0 additions & 61 deletions petstore/petstoreservice/.factorypath

This file was deleted.

27 changes: 0 additions & 27 deletions petstore/petstoreservice/.gitignore

This file was deleted.

Loading

0 comments on commit d98b122

Please sign in to comment.