Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into 25578-api-session-not-up-w…
Browse files Browse the repository at this point in the history
…hen-getting-monitoring-system-id
  • Loading branch information
szachovy committed Oct 24, 2024
2 parents dc31d33 + b17b3b0 commit db1125c
Show file tree
Hide file tree
Showing 395 changed files with 1,352 additions and 465 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/schema-migration-reportdb-test-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- id: files
uses: Ana06/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yard-doc-test-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.5.9'
ruby-version: '3.3'

- name: Install dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ reports/
# VS Code
java/.vscode/launch.json
python/.vscode
.vscode/launch.json
*.code-workspace

# Python
venv/
Expand Down
21 changes: 21 additions & 0 deletions .vscode/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Why are these files here?

We ship config files for VSCode out of the box for two main reasons:

1. for convenience, so linters, formatters, etc work right out of the box;
2. to reduce hit-and-run breaking changes in private repos where Github Actions are not available.

See [this Slack thread](https://suse.slack.com/archives/C02DDMY6R0R/p1724770544871309) for more context.

# How do I manage my own settings?

You can use a workspace file. VSCode allows you to store configuration, launch, etc settings in a workspace file which you can change independently from the directory settings. This is very similar to the regular `.vscode` directory setup.

There is a helper script provided at `scripts/generate-vscode-workspace.sh` which generates a new workspace file. After doing so, open the workspace file instead of the directory in VSCode and update the settings as needed.

```
$ ./scripts/generate-vscode-workspace.sh
Enter new workspace name [uyuni]:
Enter server hostname for launch configs [server.tf.local]:
$ open uyuni.code-workspace
```
32 changes: 32 additions & 0 deletions .vscode/launch.json.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug Taskomatic",
"request": "attach",
"hostName": "server.tf.local",
"port": 8001
},
{
"type": "java",
"name": "Debug Search Server",
"request": "attach",
"hostName": "server.tf.local",
"port": 8002
},
{
"type": "java",
"name": "Debug Tomcat",
"request": "attach",
"hostName": "server.tf.local",
"port": 8003
},
{
"type": "node-terminal",
"name": "Frontend Development Proxy",
"request": "launch",
"command": "yarn proxy server.tf.local"
}
]
}
44 changes: 32 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
{
"typescript.tsdk": "./web/html/src/node_modules/typescript/lib",
"[javascript][javascriptreact][typescript][typescriptreact][json][jsonc][css][less][scss][html]": {
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"typescript.tsdk": "${workspaceFolder}/web/html/src/node_modules/typescript/lib",
"[javascript][javascriptreact][typescript][typescriptreact][json][jsonc][css][less][scss][html]": {
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"css.lint.emptyRules": "ignore",
"less.lint.emptyRules": "ignore",
"scss.lint.emptyRules": "ignore",
},
"css.lint.emptyRules": "ignore",
"less.lint.emptyRules": "ignore",
"scss.lint.emptyRules": "ignore",
"sonarlint.connectedMode.project": {
"connectionId": "uyuni-project",
"projectKey": "uyuni-project_uyuni"
},
"java.test.config": {
"vmArgs": [
"-Drhn.config.dir=${workspaceFolder}/java/buildconf/test",
"-Dlog4j2.configurationFile=${workspaceFolder}/java/buildconf/test/log4j2.properties"
]
},
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx8G -Xms2G -Xlog:disable",
"java.checkstyle.configuration": "${workspaceFolder}/java/buildconf/checkstyle.xml",
"java.checkstyle.properties": {
"checkstyle.cache.file": "${workspaceFolder}/java/build/checkstyle.cache.src",
"checkstyle.header.file": "${workspaceFolder}/java/buildconf/LICENSE.txt",
"checkstyle.suppressions.file": "${workspaceFolder}/java/buildconf/checkstyle-suppressions.xml",
"javadoc.lazy": "false",
"javadoc.method.scope": "public",
"javadoc.type.scope": "package",
"javadoc.var.scope": "package"
}
}
6 changes: 6 additions & 0 deletions branding/spacewalk-branding.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 14 15:44:57 CEST 2024 - [email protected]

- version 5.1.1-0
* Bump version to 5.1.0

-------------------------------------------------------------------
Thu Apr 04 23:20:43 CEST 2024 - [email protected]

Expand Down
1 change: 0 additions & 1 deletion branding/spacewalk-branding.changes.releng.bump

This file was deleted.

2 changes: 1 addition & 1 deletion branding/spacewalk-branding.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%global tomcat_path %{wwwroot}/tomcat
%global wwwdocroot %{wwwroot}/htdocs
Name: spacewalk-branding
Version: 5.1.0
Version: 5.1.1
Release: 0
Summary: Spacewalk branding data
License: GPL-2.0-only AND OFL-1.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 14 15:46:10 CEST 2024 - [email protected]

- version 5.1.1-0
* Bump version to 5.1.0

-------------------------------------------------------------------
Wed Jul 31 17:45:44 CEST 2024 - [email protected]

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
%bcond_with test

Name: spacewalk-client-tools
Version: 5.1.0
Version: 5.1.1
Release: 0
Summary: Support programs and libraries for Spacewalk
License: GPL-2.0-only
Expand Down
6 changes: 6 additions & 0 deletions client/tools/mgr-push/mgr-push.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 14 15:38:18 CEST 2024 - [email protected]

- version 5.1.1-0
* Bump version to 5.1.0

-------------------------------------------------------------------
Fri May 03 14:25:28 CEST 2024 - [email protected]

Expand Down
1 change: 0 additions & 1 deletion client/tools/mgr-push/mgr-push.changes.releng.bump

This file was deleted.

2 changes: 1 addition & 1 deletion client/tools/mgr-push/mgr-push.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

%define pythonX %{?default_py3: python3}%{!?default_py3: python2}
Name: mgr-push
Version: 5.1.0
Version: 5.1.1
Release: 0
Summary: Package uploader for the Spacewalk
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion containers/init-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ LABEL org.opencontainers.image.description="This image initialize users, groups
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.version=5.1.0
LABEL org.opencontainers.image.version=5.1.1
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/init:${PRODUCT_VERSION}.%RELEASE%"
# endlabelprefix
Expand Down
6 changes: 6 additions & 0 deletions containers/init-image/init-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 14 17:21:55 CEST 2024 - [email protected]

- version 5.1.1
* Bump version to 5.1.0

-------------------------------------------------------------------
Thu Aug 01 18:02:35 CEST 2024 - [email protected]

Expand Down
1 change: 0 additions & 1 deletion containers/init-image/init-image.changes.releng.bump

This file was deleted.

2 changes: 1 addition & 1 deletion containers/proxy-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description: Uyuni proxy containers.
type: application
home: https://www.uyuni-project.org/
icon: https://www.uyuni-project.org/img/uyuni-logo.svg
version: 5.1.0
version: 5.1.1
10 changes: 10 additions & 0 deletions containers/proxy-helm/proxy-helm.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Oct 14 17:22:28 CEST 2024 - [email protected]

- version 5.1.1
* Remove the build tag with the release number
* Add registrySecret value to the Helm chart for authentication
(bsc#1231157)
* Fix labels indentation (bsc#1231150)
* Bump version to 5.1.0

-------------------------------------------------------------------
Thu Aug 01 18:04:20 CEST 2024 - [email protected]

Expand Down
1 change: 0 additions & 1 deletion containers/proxy-helm/proxy-helm.changes.cbosdo

This file was deleted.

3 changes: 0 additions & 3 deletions containers/proxy-helm/proxy-helm.changes.cbosdo.helm-fixes

This file was deleted.

1 change: 0 additions & 1 deletion containers/proxy-helm/proxy-helm.changes.releng.bump

This file was deleted.

2 changes: 1 addition & 1 deletion containers/proxy-httpd-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.name=proxy-httpd-image
LABEL org.opencontainers.image.version=5.1.0
LABEL org.opencontainers.image.version=5.1.1
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-httpd:${PRODUCT_VERSION}.%RELEASE%"
# endlabelprefix
Expand Down
7 changes: 7 additions & 0 deletions containers/proxy-httpd-image/proxy-httpd-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 14 17:23:21 CEST 2024 - [email protected]

- version 5.1.1
* Store proxy FQDN in rhn.conf for auth token use (bsc#1230255)
* Bump version to 5.1.0

-------------------------------------------------------------------
Thu Aug 01 18:05:50 CEST 2024 - [email protected]

Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion containers/proxy-salt-broker-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.name=proxy-salt-broker-image
LABEL org.opencontainers.image.version=5.1.0
LABEL org.opencontainers.image.version=5.1.1
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-salt-broker:${PRODUCT_VERSION}.%RELEASE%"
# endlabelprefix
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 14 17:24:06 CEST 2024 - [email protected]

- version 5.1.1
* Bump version to 5.1.0

-------------------------------------------------------------------
Thu Aug 01 18:07:03 CEST 2024 - [email protected]

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion containers/proxy-squid-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.name=proxy-squid-image
LABEL org.opencontainers.image.version=5.1.0
LABEL org.opencontainers.image.version=5.1.1
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-squid:${PRODUCT_VERSION}.%RELEASE%"
# endlabelprefix
Expand Down
6 changes: 6 additions & 0 deletions containers/proxy-squid-image/proxy-squid-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 14 17:24:21 CEST 2024 - [email protected]

- version 5.1.1
* Bump version to 5.1.0

-------------------------------------------------------------------
Thu Aug 01 18:08:05 CEST 2024 - [email protected]

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion containers/proxy-ssh-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.name=proxy-ssh-image
LABEL org.opencontainers.image.version=5.1.0
LABEL org.opencontainers.image.version=5.1.1
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-ssh:${PRODUCT_VERSION}.%RELEASE%"
# endlabelprefix
Expand Down
6 changes: 6 additions & 0 deletions containers/proxy-ssh-image/proxy-ssh-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 14 17:24:34 CEST 2024 - [email protected]

- version 5.1.1
* Bump version to 5.1.0

-------------------------------------------------------------------
Thu Aug 01 18:09:18 CEST 2024 - [email protected]

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion containers/proxy-tftpd-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.name=proxy-tftpd-image
LABEL org.opencontainers.image.version=5.1.0
LABEL org.opencontainers.image.version=5.1.1
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/proxy-tftpd:${PRODUCT_VERSION}.%RELEASE%"
# endlabelprefix
Expand Down
6 changes: 6 additions & 0 deletions containers/proxy-tftpd-image/proxy-tftpd-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 14 17:24:53 CEST 2024 - [email protected]

- version 5.1.1
* Bump version to 5.1.0

-------------------------------------------------------------------
Thu Aug 01 18:34:17 CEST 2024 - [email protected]

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion containers/server-attestation-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LABEL org.opencontainers.image.description="${PRODUCT} Confidential Computing at
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.version=5.1.0
LABEL org.opencontainers.image.version=5.1.1
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/server-attestation:${PRODUCT_VERSION}.%RELEASE%"
# endlabelprefix
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 14 17:25:18 CEST 2024 - [email protected]

- version 5.1.1
* Bump version to 5.1.0

-------------------------------------------------------------------
Thu Aug 01 18:36:32 CEST 2024 - [email protected]

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion containers/server-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description: Uyuni server containers.
type: application
home: https://www.uyuni-project.org/
icon: https://www.uyuni-project.org/img/uyuni-logo.svg
version: 5.1.0
version: 5.1.1
10 changes: 10 additions & 0 deletions containers/server-helm/server-helm.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Oct 14 17:25:54 CEST 2024 - [email protected]

- version 5.1.1
* Remove the build tag with the release number
* Add registrySecret value to the Helm chart for authentication
(bsc#1231157)
* Fix labels indentation (bsc#1231150)
* Bump version to 5.1.0

-------------------------------------------------------------------
Thu Aug 01 18:37:36 CEST 2024 - [email protected]

Expand Down
1 change: 0 additions & 1 deletion containers/server-helm/server-helm.changes.cbosdo

This file was deleted.

3 changes: 0 additions & 3 deletions containers/server-helm/server-helm.changes.cbosdo.helm-fixes

This file was deleted.

1 change: 0 additions & 1 deletion containers/server-helm/server-helm.changes.releng.bump

This file was deleted.

Loading

0 comments on commit db1125c

Please sign in to comment.