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

Updates and collection management fixes #5072

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

BlackDex
Copy link
Collaborator

Fix collections not editable by managers

Since a newer version of the web-vault we use manager were not able to create sub collections anymore.
This was because of some missing details in the response of some json objects.

This commit fixes this by using the to_json_details instead of the to_json

Fixes #5066
Fixes #5044

Update crates and GitHub Actions

  • Updated all the crates
  • Updated all the GHA dependencies
  • Configured the trivy workflow to only run on the main repo and not on forks
    Also selected a random new scheduled date so it will not run at the same time as all other forks.
    The two changes should help running this scan every day without failing, and also prevent the same for new or updated forks.

Since a newer version of the web-vault we use manager were not able to create sub collections anymore.
This was because of some missing details in the response of some json objects.

This commit fixes this by using the `to_json_details` instead of the `to_json`

Fixes dani-garcia#5066
Fixes dani-garcia#5044
- Updated all the crates
- Updated all the GHA dependencies
- Configured the trivy workflow to only run on the main repo and not on forks
  Also selected a random new scheduled date so it will not run at the same time as all other forks.
  The two changes should help running this scan every day without failing, and also prevent the same for new or updated forks.
@dani-garcia dani-garcia merged commit e354176 into dani-garcia:main Oct 11, 2024
5 checks passed
@BlackDex BlackDex deleted the updates-and-collection-fixes branch October 11, 2024 16:58
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.

[BUG] Users unable to create nested collections
2 participants