Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release of JetBrains Plugin #504

Merged
merged 8 commits into from
Nov 29, 2023
Merged

New release of JetBrains Plugin #504

merged 8 commits into from
Nov 29, 2023

Conversation

ahtrotta
Copy link
Contributor

@ahtrotta ahtrotta commented Nov 29, 2023

Merge develop into main

@ahtrotta ahtrotta self-assigned this Nov 29, 2023
Copy link

AppMap runtime code review

Summary Status
Failed tests ✅ All tests passed
API changes 🔧 1 non-breaking
Security flaws ✅ None detected
Performance problems ✅ None detected
Code anti-patterns ✅ None detected
New AppMaps 0️⃣ No new AppMaps

🔄 API changes

🔧 Non-breaking changes

These changes are backwards-compatible, according to the OpenAPI specification.

  • Add path /api/appmaps/create_upload
Detailed OpenAPI diff
--- base/openapi.yml	2023-11-05 00:04:42.000000000 +0000
+++ head/openapi.yml	2023-11-29 14:08:28.000000000 +0000
@@ -1,7 +1,5 @@
 # This document can be generated with the following command: 
-# npx @appland/appmap@latest openapi
-#
-# NOTE: You will need Node.js installed on your machine to run the above command
+#   appmap openapi
 #
 # Some helpful options:
 #   --output-file        output file name
@@ -9,7 +7,7 @@
 #   --openapi-version    version field of the OpenAPI document
 #
 # For more info, run:
-# npx @appland/appmap@latest openapi --help
+#   appmap openapi --help
 #
 # Visit our docs: https://appmap.io/docs/openapi.html
 #
@@ -17,6 +15,12 @@
 info:
   title: My project
   version: v1
-paths: {}
+paths:
+  /api/appmaps/create_upload:
+    post:
+      responses:
+        '200':
+          content: {}
+          description: OK
 components: {}

@ahtrotta ahtrotta requested a review from dustinbyrne November 29, 2023 14:22
@dustinbyrne dustinbyrne merged commit 646e4b8 into main Nov 29, 2023
10 checks passed
@appland-release
Copy link
Contributor

🎉 This PR is included in version 0.53.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants