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

chore: pass usage app name to coder ssh#442

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

Merged
f0ssel merged 6 commits intomainfromf0ssel/usage-app
Jun 25, 2024
Merged

Conversation

f0ssel
Copy link
Collaborator

@f0sself0ssel commentedJun 22, 2024
edited
Loading

Relies oncoder/coder#13637.

This signals to the CLI to track workspace usage with thejetbrains usage app name.

github-actions[bot] reacted with thumbs up emoji
@f0sself0ssel requested a review fromcode-asherJune 22, 2024 23:14
@f0ssel
Copy link
CollaboratorAuthor

f0ssel commentedJun 22, 2024
edited
Loading

Both locally and in CI I'm seeing this fail to build with the following error:

> Could not find com.jetbrains.gateway:JetBrainsGateway:233.14808-EAP-CANDIDATE-SNAPSHOT.
https://github.com/coder/jetbrains-coder/actions/runs/9628941608/job/26557738545?pr=442#step:5:329

Update:
Updating the version to233.15325-EAP-CANDIDATE-SNAPSHOT seemed to fix it.

code-asher reacted with thumbs up emoji

@github-actionsGitHub Actions
Copy link
Contributor

github-actionsbot commentedJun 24, 2024
edited
Loading

Qodana Community for JVM

2 new problems were found

Inspection nameSeverityProblems
Incorrect string capitalization🔶 Warning1
Redundant nullable return type🔶 Warning1

💡 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

Copy link
Member

@code-ashercode-asher left a comment
edited
Loading

Choose a reason for hiding this comment

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

It looks good to me! Though I mentioned this on the other PR but I think we will have to use the flag after all for Windows. We could check against the CLI version before adding the flag. There is some precedence for it here:

/**
* The supported features of the CLI.
*/
data classFeatures(
valdisableAutostart:Boolean =false,
)

// Autostart with SSH was added in 2.5.0.
disableAutostart= version>=SemVer(2,5,0),

f0ssel reacted with thumbs up emoji
@f0sself0ssel requested a review fromcode-asherJune 25, 2024 15:25
@f0ssel
Copy link
CollaboratorAuthor

@code-asher I've updated it to check the version and use the flag, thanks for the catch on the windows compatibility.

Copy link
Member

@code-ashercode-asher left a comment

Choose a reason for hiding this comment

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

Awesome!!

@f0sself0ssel merged commit950c3b1 intomainJun 25, 2024
@f0sself0ssel deleted the f0ssel/usage-app branchJune 25, 2024 18:40
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@code-ashercode-ashercode-asher 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
@f0ssel@code-asher

[8]ページ先頭

©2009-2025 Movatter.jp