-
Notifications
You must be signed in to change notification settings - Fork 28
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
v233 #222
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
Bumps the dependencies group with 2 updates: [github.com/owenrumney/go-sarif/v2](https://github.com/owenrumney/go-sarif) and [github.com/spf13/viper](https://github.com/spf13/viper). Updates `github.com/owenrumney/go-sarif/v2` from 2.2.2 to 2.3.0 - [Release notes](https://github.com/owenrumney/go-sarif/releases) - [Changelog](https://github.com/owenrumney/go-sarif/blob/main/.goreleaser.yml) - [Commits](owenrumney/go-sarif@v2.2.2...v2.3.0) Updates `github.com/spf13/viper` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/owenrumney/go-sarif/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Lost during migration from endpoint.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](golang/net@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the dependencies group with 1 update: [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty). - [Commits](mattn/go-isatty@v0.0.19...v0.0.20) --- updated-dependencies: - dependency-name: github.com/mattn/go-isatty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Refactor and Extract CI/CD-related code in 'core/container.go' and 'core/core_test.go' files. Test file modifications are extensive and mainly include renaming, method extraction, and cleanup to improve readability and organization of test conditions. The CI/CD code extraction made the 'PrepareContainerEnvSettings' method cleaner and more focused. Consequentially, the 'cmd/pull.go' file is updated to use the refactored method. Changes also include extracting the 'QODANA_*' environment variables to a separate function for better modularity. Revisions in the '.github/workflows/ci.yml' file includes replacing 'QODANA_TOKEN' with 'QODANA_LICENSE_ONLY_TOKEN' to reflect changes in token handling. Additionally, 'core/ide.go' and 'cmd/pull.go' have minor changes to reflect the decoupling of Qodana environment and CI/CD related settings.
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/google/uuid](https://github.com/google/uuid) | `1.3.1` | `1.4.0` | | [github.com/liamg/clinch](https://github.com/liamg/clinch) | `1.6.4` | `1.6.6` | | [github.com/pterm/pterm](https://github.com/pterm/pterm) | `0.12.69` | `0.12.70` | | [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) | `3.23.9` | `3.23.10` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.8.0` | Updates `github.com/google/uuid` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](google/uuid@v1.3.1...v1.4.0) Updates `github.com/liamg/clinch` from 1.6.4 to 1.6.6 - [Release notes](https://github.com/liamg/clinch/releases) - [Commits](liamg/clinch@v1.6.4...v1.6.6) Updates `github.com/pterm/pterm` from 0.12.69 to 0.12.70 - [Release notes](https://github.com/pterm/pterm/releases) - [Changelog](https://github.com/pterm/pterm/blob/master/CHANGELOG.md) - [Commits](pterm/pterm@v0.12.69...v0.12.70) Updates `github.com/shirou/gopsutil/v3` from 3.23.9 to 3.23.10 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v3.23.9...v3.23.10) Updates `github.com/spf13/cobra` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/liamg/clinch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/pterm/pterm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
By default in container we will disable .NET Framework completely.
- in qodana we don't open project via activities, flag must be enabled when we would want to do that - see in intellij f036cf057bed40c54545826909e27f090667af06 com.jetbrains.python.sdk.PythonSdkUpdater#dropUpdaterInHeadless
Bumps the dependencies group with 2 updates: [github.com/boyter/scc/v3](https://github.com/boyter/scc) and [github.com/pterm/pterm](https://github.com/pterm/pterm). Updates `github.com/boyter/scc/v3` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/boyter/scc/releases) - [Changelog](https://github.com/boyter/scc/blob/master/.goreleaser.yml) - [Commits](boyter/scc@v3.1.0...v3.2.0) Updates `github.com/pterm/pterm` from 0.12.70 to 0.12.71 - [Release notes](https://github.com/pterm/pterm/releases) - [Changelog](https://github.com/pterm/pterm/blob/master/CHANGELOG.md) - [Commits](pterm/pterm@v0.12.70...v0.12.71) --- updated-dependencies: - dependency-name: github.com/boyter/scc/v3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/pterm/pterm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Closing in favour of #223 |
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.