-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* archive media
* should be only place that needs null check
* revert to dynamic
* fixes #701
* use readme for unreleased
* verify oldest version
* bump vertx
* determine locale
* translate
* bump
* impl guide marks
* #610
* url can be censored
* fix modified check
* dev id will always be system
* ability to get sw version
* #695
* sw 9 uses endpoint_resp_time instead of endpoint_avg
* basic py coding for LCP
* basic py coding for LCP
* formatting
* correct defaults
* sw 9 compatability
* use guide marks
* fix isModified (handles override=true)
* sw 9 compatability
* use guide marks
* override can't be modified
* single page portals
preload views
* remove spp-skywalking-reroute header
add spp-platform-request header
changed port 5445 to 12800 for live-platform
* fix isModified
* changed port 5445 to 12800 for live-platform
* impl failing endpoint indicator for SW oap
* live platform supports endpoint id and endpoint name subs
* send events directly to subs
* bump
* bump
* bump
* bump
* /graphql/spp endpoint
* bump
* correct
* use SourceMarkerPlugin.getConfig
* test
* dev commands + booster ui
* move portal logic
* initial url
* using dev commands
* using dev commands
* relative icon
* handle missing resource
* impl instruments dev commands
* bump
* clean
* bump
* refactor
* bump
* bump
* new command command
* new command command
* refactor dev commands
* sort/filter commands
* refactor
* use more memory
* bump intellij
* refactor
* bump
* command config
* boot-time command
* remove suspend
* impl library check
* impl watch-variable
* smaller default description font size
* fix commander
* bump
* with submodules
* test
* limit to commander
* limit to commander
* fix plugin verify
* bump
* bump
* fix plugin verify
* revert version
* create kotlin guide marks
* don't show control bar on kt fields
* don't show control bar on kt properties
* work on class expressions
* bump
* revert
* bump
* removed
* bump
* paint hints/require command params
* more strict
* can show on local properties
* works in mono repo
* bump
* bump
* impl rest
* bump
* bump
* unused
* bump
* get by project
* add kotlin version
* Update build.yml
* fix autocomplete tab/enter
* use internal portal
* bump
* bump
- Loading branch information
1 parent
a2a55bb
commit 7322ee5
Showing
61 changed files
with
892 additions
and
1,854 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,8 @@ jobs: | |
# Check out current repository | ||
- name: Fetch Sources | ||
uses: actions/[email protected] | ||
with: | ||
submodules: true | ||
|
||
# Validate wrapper | ||
- name: Gradle Wrapper Validation | ||
|
@@ -108,9 +110,11 @@ jobs: | |
name: pluginVerifier-result | ||
path: ${{ github.workspace }}/plugin/build/reports/pluginVerifier | ||
|
||
# Run Qodana inspections | ||
- name: Qodana - Code Inspection | ||
uses: JetBrains/[email protected] | ||
# # Run Qodana inspections | ||
# - name: Qodana - Code Inspection | ||
# uses: JetBrains/[email protected] | ||
# with: | ||
# upload-result: false | ||
|
||
# Prepare plugin archive content for creating artifact | ||
- name: Prepare Plugin Artifact | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "test/e2e/example-web-app"] | ||
path = test/e2e/example-web-app | ||
url = https://github.com/sourceplusplus/example-web-app | ||
[submodule "commander"] | ||
path = commander | ||
url = https://github.com/sourceplusplus/jetbrains-commander |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.