Skip to content

Commit c46382a

Browse files
authored
sysd: central capabilities instead of single flags (#762)
* more generic capabilities api * gen * add rs * cleanup * move sysd caps * add caps to inspect * only cache when active * add git attributes * fix tests * fix psso * bump swift grpc * add swift dependabot dependabot/dependabot-core#7694 (comment) * ??? idk why this is an issue here * hmmm
1 parent 8930399 commit c46382a

Some content is hidden

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

65 files changed

+780
-567
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ee/psso/Bridge/Generated/** linguist-generated
2+
pkg/pb/** linguist-generated
3+
src/generated/** linguist-generated
4+
vnd/** linguist-vendored

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ updates:
4949
open-pull-requests-limit: 10
5050
assignees:
5151
- BeryJu
52+
- package-ecosystem: "swift"
53+
directory: "/ee/psso/authentikPlatform.xcodeproj"
54+
schedule:
55+
interval: daily
56+
time: "04:00"
57+
open-pull-requests-limit: 10
58+
assignees:
59+
- BeryJu

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ windows-sys = "0.61.2"
4444

4545
[target.'cfg(windows)'.dependencies]
4646
eventlog = "0.4.0"
47+
windows-registry = "0.6.0"
4748

4849
[target.'cfg(unix)'.dependencies]
4950
syslog = "7.0.0"

ee/psso/Bridge/Generated/agent.pb.swift

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ee/psso/Bridge/Generated/agent_auth.grpc.swift

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ee/psso/Bridge/Generated/agent_auth.pb.swift

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ee/psso/Bridge/Generated/agent_cache.grpc.swift

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ee/psso/Bridge/Generated/agent_cache.pb.swift

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ee/psso/Bridge/Generated/agent_ctrl.grpc.swift

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)