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

v233 #222

Closed
wants to merge 48 commits into from
Closed

v233 #222

wants to merge 48 commits into from

Conversation

tiulpin
Copy link
Member

@tiulpin tiulpin commented Dec 2, 2023

No description provided.

dependabot bot and others added 30 commits October 16, 2023 18:19
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]>
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.
tiulpin and others added 18 commits November 22, 2023 19:28
- 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]>
@tiulpin
Copy link
Member Author

tiulpin commented Dec 2, 2023

Closing in favour of #223

@tiulpin tiulpin closed this Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants