Skip to content

Commit 40c2af6

Browse files
Merge branch 'openSUSE:master' into fix-notifications-api-parameter-mismatch
2 parents ece4385 + c1dca97 commit 40c2af6

File tree

115 files changed

+2620
-524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+2620
-524
lines changed

.github/workflows/brakeman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
container: ruby:3.4.2
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Install Brakeman
1515
run: |
1616
gem install --no-format-executable brakeman -v 7.1.1

.github/workflows/create_diffend_io_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717
- name: Create Diffend.io Links and Comment Text

.github/workflows/dependency-review-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: Dependency Review
1515
uses: actions/dependency-review-action@v4
1616
with:

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Gitleaks
1414
run: |
1515
docker run --user $(id -u):1000 -v .:/path ghcr.io/gitleaks/gitleaks:latest dir /path -v -c /path/gitleaks.toml

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@v5 # tag=v3.0.0
28+
uses: actions/checkout@v6 # tag=v3.0.0
2929
with:
3030
persist-credentials: false
3131

@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # tag=v3.29.5
60+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # tag=v3.29.5
6161
with:
6262
sarif_file: results.sarif

.github/workflows/set_warnings_about_migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
comment_on_pr:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you see a glaring flaw within the Open Build Service, resist the urge to
2323
jump into the code and make sweeping changes right away. We know it can be
2424
tempting, but especially for large, structural changes(bug fixes or features)
2525
it's a wiser choice to first discuss them on the
26-
developer [mailing list](https://lists.opensuse.org/obs-devel).
26+
buildservice [mailing list](https://lists.opensuse.org/archives/list/[email protected]/).
2727
It may turn out that someone is already working on this or that someone already
2828
has tried to solve this and hit a roadblock, maybe there even is a good reason
2929
why that flaw exists. If nothing else, a discussion of the change will usually
@@ -128,7 +128,7 @@ The Open Build Service developer community is here for you. If you are stuck
128128
with some problem or decision, have no time to drive a pull-request over the
129129
finishing line or if you just want to ask a simple question just get in contact
130130
with us in the pull-request, over the
131-
developer [mailing list](https://lists.opensuse.org/obs-devel) or our
131+
buildservice [mailing list](https://lists.opensuse.org/archives/list/[email protected]/) or our
132132
IRC channel (irc://irc.libera.chat/openSUSE-buildservice).
133133
134134
# How to Review Code Submissions

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ involving the following steps:
3737
## Comments on this Policy
3838

3939
If you have suggestions on how this process could be improved, please contact the `Open Build Service` team at
40-
the [obs-devel mailinglist](https://lists.opensuse.org/obs-devel/)
40+
the [buildservice mailinglist](https://lists.opensuse.org/archives/list/[email protected]/)

dist/t/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
66
apparition (0.6.0)
77
capybara (~> 3.13, < 4)
88
websocket-driver (>= 0.6.5)
@@ -20,15 +20,15 @@ GEM
2020
matrix (0.4.3)
2121
mini_mime (1.1.5)
2222
mini_portile2 (2.8.9)
23-
nokogiri (1.18.9)
23+
nokogiri (1.18.10)
2424
mini_portile2 (~> 2.8.2)
2525
racc (~> 1.4)
26-
public_suffix (6.0.2)
26+
public_suffix (7.0.0)
2727
racc (1.8.1)
28-
rack (3.1.18)
28+
rack (3.2.4)
2929
rack-test (2.2.0)
3030
rack (>= 1.3)
31-
regexp_parser (2.10.0)
31+
regexp_parser (2.11.3)
3232
rspec-core (3.13.6)
3333
rspec-support (~> 3.13.0)
3434
rspec-expectations (3.13.5)

src/api/.database_consistency.todo.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,7 @@ AttribNamespace:
3535
id:
3636
PrimaryKeyTypeChecker:
3737
enabled: false
38-
name:
39-
ColumnPresenceChecker:
40-
enabled: false
41-
LengthConstraintChecker:
42-
enabled: false
4338
AttribNamespaceModifiableBy:
44-
attrib_namespace_user_role_all_index:
45-
UniqueIndexChecker:
46-
enabled: false
4739
id:
4840
PrimaryKeyTypeChecker:
4941
enabled: false
@@ -54,38 +46,20 @@ AttribType:
5446
default_values:
5547
ForeignKeyCascadeChecker:
5648
enabled: false
57-
description:
58-
LengthConstraintChecker:
59-
enabled: false
6049
id:
6150
PrimaryKeyTypeChecker:
6251
enabled: false
63-
index_attrib_types_on_attrib_namespace_id_and_name:
64-
UniqueIndexChecker:
65-
enabled: false
66-
issue_list:
67-
ThreeStateBooleanChecker:
68-
enabled: false
6952
name:
7053
LengthConstraintChecker:
7154
enabled: false
72-
type:
73-
LengthConstraintChecker:
74-
enabled: false
7555
AttribTypeModifiableBy:
7656
attrib_type:
7757
ForeignKeyChecker:
7858
enabled: false
79-
attrib_type_user_role_all_index:
80-
UniqueIndexChecker:
81-
enabled: false
8259
id:
8360
PrimaryKeyTypeChecker:
8461
enabled: false
8562
AttribValue:
86-
attrib_id:
87-
NullConstraintChecker:
88-
enabled: false
8963
id:
9064
PrimaryKeyTypeChecker:
9165
enabled: false

0 commit comments

Comments
 (0)