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

[Bug]: JetBrains DataGrip has wrong ID set in manifest #757

Open
2 tasks done
DanGough opened this issue Oct 18, 2024 · 0 comments
Open
2 tasks done

[Bug]: JetBrains DataGrip has wrong ID set in manifest #757

DanGough opened this issue Oct 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@DanGough
Copy link
Contributor

What happened?

JetBrainsDataGrip.json is returning results for JetBrain CLion instead.

Change:

"DataGrip": "CL"

To:

"DataGrip": "DG"

To resolve!

Version

2410.1490

What PowerShell edition/s are you running Evergreen on?

Windows PowerShell

Which operating system/s are you running Evergreen on?

Windows 10+

Have you reviewed the documentation?

Verbose output

Get-EvergreenApp JetBrainsDataGrip -Verbose
VERBOSE: Function path: C:\Users\DanGough\OneDrive - Patch My PC\Documents\PowerShell\Modules\Evergreen\2410.1490\Apps\Get-JetBrainsDataGrip.ps1
VERBOSE: Function exists: C:\Users\DanGough\OneDrive - Patch My PC\Documents\PowerShell\Modules\Evergreen\2410.1490\Apps\Get-JetBrainsDataGrip.ps1.
VERBOSE: Dot sourcing: C:\Users\DanGough\OneDrive - Patch My PC\Documents\PowerShell\Modules\Evergreen\2410.1490\Apps\Get-JetBrainsDataGrip.ps1.
VERBOSE: Get-FunctionResource: read application resource strings from [C:\Users\DanGough\OneDrive - Patch My PC\Documents\PowerShell\Modules\Evergreen\2410.1490\Manifests\JetBrainsDataGrip.json]
VERBOSE: Calling: Get-JetBrainsDataGrip.
VERBOSE: Get-JetBrainsApp: Get application details for: DataGrip
VERBOSE: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: MaximumRedirection: 2.
VERBOSE: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: DisableKeepAlive: True.
VERBOSE: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: Uri: https://data.services.jetbrains.com/products/releases?code=CL&latest.
VERBOSE: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: UseBasicParsing: True.
VERBOSE: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/127.0.2651.105.
VERBOSE: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: Method: Default.
VERBOSE: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: ContentType: application/json; charset=utf-8.
VERBOSE: Requested HTTP/1.1 GET with 0-byte payload
VERBOSE: Received HTTP/1.1 response of content type application/json of unknown size
VERBOSE: Content encoding: utf-8
VERBOSE: ConvertTo-DateTime: Converting: [2024-09-18].
VERBOSE: ConvertTo-DateTime: Attempting to convert date format to: en-GB.
VERBOSE: ConvertTo-DateTime: Returning date: [18/09/2024].
VERBOSE: Get-FileType: found extension: [exe]

Version : 2024.2.2
Build   : 242.22855.75
Edition : DataGrip
Sha256  : https://download.jetbrains.com/cpp/CLion-2024.2.2.exe.sha256
Date    : 18/09/2024
Size    : 1262812704
Type    : exe
URI     : https://download.jetbrains.com/cpp/CLion-2024.2.2.exe
@DanGough DanGough added the bug Something isn't working label Oct 18, 2024
aaronparker added a commit that referenced this issue Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant