-
Notifications
You must be signed in to change notification settings - Fork 241
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
Merging from master #1122
Closed
kiiadi
wants to merge
62
commits into
feature/webstorm-support
from
kiiadi/merge-webstorm-from-master
Closed
Merging from master #1122
kiiadi
wants to merge
62
commits into
feature/webstorm-support
from
kiiadi/merge-webstorm-from-master
Conversation
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
…Pipeline presence (#989)
…d in the project. (#1029)
* Fix the refresh vfs in ReadAction bug. * Use sam build folder to avoid recursive copying.
* Linux unit tests enable local caches * Linux integration tests use 2.0 image, and apt install python instead of compiling * Make sure CI is set on all builds * Add console plain, since console doesnt support ANSI codes
* Show error message nicely when AWS credential file is not valid instead of erroring out.
…button (#896) * Resolve some TODOs to simplify the LambdaBuilder logic * Make sure all exceptions get mapped into CompletableFuture.completeExceptionally
#1056) * Enable using the presence of a requirements.txt to determine if a method is a handler in Python * This allows us to not rely on source roots but instead matches what SAM build will do, which is look for the requirements.txt at the codeUri location * Fix broken test that had incorrect assertion and behavior * Fix tests not testing the correct things
* Push coverage to CodeCov
* Add test artifact saving for linux-based CI jobs
* No functional changes were made
…1096) * This pushes the network call itself to a background thread while showing a progress bar that we are doing something. This is what is suggested by https://github.com/JetBrains/intellij-community/blob/62d0e1a5010fef3369d91b670a3cc7b11ac73ba1/platform/platform-api/src/com/intellij/execution/process/OSProcessHandler.java#L105
* Fix the ui tests since 192 changes JBTabs to a brand new system
* In 192, we were showing that we were triggering reentrant indexing. Since we only use this for Java handler completion, we will remove it.
* 2.7.x introduces a new Apache version. This version of Apache breaks URLs that have no path, but have query parameters.
* Add library test in Gradle UI test and change the importing behavior to background async.
…1110) * JetBrain's Invoker is forced to run under a read action, fork the Invoker and AsyncTreeModel (and supporting classes) to remove that requirement * Increase min version to drop 183 EAP builds, implement abstract method that wasnt implemented in earlier versions
I already had a PR for this #1120 |
d1c2c30
to
a5990c6
Compare
Codecov Report
@@ Coverage Diff @@
## feature/webstorm-support #1122 +/- ##
===========================================================
Coverage ? 45.35%
Complexity ? 655
===========================================================
Files ? 185
Lines ? 6544
Branches ? 973
===========================================================
Hits ? 2968
Misses ? 3214
Partials ? 362
Continue to review full report at Codecov.
|
Will-ShaoHua
pushed a commit
to Will-ShaoHua/aws-toolkit-jetbrains
that referenced
this pull request
Mar 17, 2023
* API rename * Add optout header to new GenerateCompletions API
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.