Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WIP ]Toolbox ramp up#532

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
fioan89 wants to merge15 commits intoasher/toolboxfromtoolbox-ramp-up
Closed

[WIP ]Toolbox ramp up#532

fioan89 wants to merge15 commits intoasher/toolboxfromtoolbox-ramp-up

Conversation

fioan89
Copy link
Collaborator

Work in progress to make the plugin load in the latest Toolbox versions (2.6.0).

github-actions[bot] and matifali reacted with thumbs up emoji
- toolbox can't load the plugin because  of serialization issues.- backgroundColors is no longer recognized
- include latest 2.6.0 builds
@github-actionsGitHub Actions
Copy link
Contributor

github-actionsbot commentedFeb 11, 2025
edited
Loading

Qodana Community for JVM

16 new problems were found

Inspection nameSeverityProblems
Unused symbol🔶 Warning11
Class member can have 'private' visibility◽️ Notice3
String concatenation that can be converted to string template◽️ Notice1
Function or property has platform type◽️ Notice1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register atQodana Cloud andconfigure the action
  2. UseGitHub Code Scanning with Qodana
  3. HostQodana report at GitHub Pages
  4. Inspect and useqodana.sarif.json (seethe Qodana SARIF format for details)

To get*.log files or any other Qodana artifacts, run the action withupload-result option set totrue,
so that the action will upload the files as the job artifacts:

      -name:'Qodana Scan'uses:JetBrains/qodana-action@v2023.3.2with:upload-result:true
Contact Qodana team

Contact us atqodana-support@jetbrains.com

- needed to build plugins for toolbox 2.6.0
- removed gateway api's no longer available in Toolbox 2.6.0- replaced it with a couple of new toolbox api libraries
- removed gateway api's no longer available in Toolbox 2.6.0- replaced it with a couple of new toolbox api libraries
- updated KSP to match Kotlin version- removed unused dependencies
- to reflect the new toolbox api
@bcpeinhardt
Copy link
Collaborator

@fioan89 hello!
Would you mind keeping a PR like this in Draft status until it's ready for review and then requesting my review when it's ready so I get a Github notification?

@fioan89fioan89 marked this pull request as draftFebruary 13, 2025 19:33
@fioan89
Copy link
CollaboratorAuthor

Sure, sorry about that.

@bcpeinhardt
Copy link
Collaborator

Don't be! I'm communicating it for the first time now 💀

- to reflect the new toolbox api
- like core-api, ui-api, remote-dev-api which should no longer be packaged.
- okhttp is no longer provided by Toolbox- with this commit we package our own libraries
- slf4j runtime is no longer provided by Toolbox- the sample code promotes the usage of service locator  to resolve a logger. However, this approach has a couple  of downsides, mainly it tightly couples all layers of code  because the service locator needs to be propagated from the  dev extension down to the lowest level of coder business  implementation.- instead, we now pack tinylog with slf4j bindings to avoid  classloading issues.
- quality of life improvement to automate some recurring manual tasks  like cleaning up the plugin install dir
- without the need to go through a "field accessor"- fixes some NPE when reading the url
@fioan89fioan89 marked this pull request as ready for reviewFebruary 18, 2025 18:58
fioan89 added a commit to coder/coder-jetbrains-toolbox that referenced this pull requestFeb 24, 2025
Initial skeleton for Coder integration with JetBrains Toolbox- the code is imported from coder/jetbrains-coder-coder/jetbrains-coder#532 can provide a betterview on the major changes compared with gateway
Copy link
Collaborator

@bcpeinhardtbcpeinhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Sorry for the delay on getting to this. I'm going to try and free up more time this week to collaborate@fioan89

@fioan89
Copy link
CollaboratorAuthor

no worries. This is a stale PR, I think I'll close it. Most of the action now happens athttps://github.com/coder/coder-jetbrains-toolbox-plugin

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@bcpeinhardtbcpeinhardtbcpeinhardt approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@fioan89@bcpeinhardt

[8]ページ先頭

©2009-2025 Movatter.jp