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

server: Dispatch default collection items #149

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

warusadura
Copy link
Collaborator

@warusadura warusadura commented Oct 29, 2024

And, Collection::new() now takes an additional parameter: locked. Based on this the locked status of a collection is determined. When the daemon is executed with the -l option, default collection and its items will be in unlocked status.

server/src/collection.rs Outdated Show resolved Hide resolved
server/src/collection.rs Outdated Show resolved Hide resolved
server/src/collection.rs Show resolved Hide resolved
server/src/service.rs Outdated Show resolved Hide resolved
server/src/service.rs Outdated Show resolved Hide resolved
server/src/service.rs Outdated Show resolved Hide resolved
server/src/service.rs Outdated Show resolved Hide resolved
server/src/item.rs Show resolved Hide resolved
server/src/service.rs Outdated Show resolved Hide resolved
server/src/collection.rs Outdated Show resolved Hide resolved
server/src/collection.rs Outdated Show resolved Hide resolved
server/src/collection.rs Outdated Show resolved Hide resolved
server/src/item.rs Outdated Show resolved Hide resolved
server/src/collection.rs Outdated Show resolved Hide resolved
server/src/collection.rs Outdated Show resolved Hide resolved
server/src/collection.rs Outdated Show resolved Hide resolved
server/src/collection.rs Outdated Show resolved Hide resolved
This removes the connection attribute from Service.
And add object_server()

Signed-off-by: Dhanuka Warusadura <dhanuka@gnome.org>
@warusadura warusadura force-pushed the dispatch_items branch 2 times, most recently from fbb6cc9 to 5539c54 Compare October 29, 2024 16:36
And, Collection::new() now takes an additional parameter: locked. Based
on this the locked status of a collection is determined. When the daemon is
executed with the -l option, default collection and its items will be in
unlocked status.

Signed-off-by: Dhanuka Warusadura <dhanuka@gnome.org>
@bilelmoussaoui bilelmoussaoui merged commit 30b6981 into bilelmoussaoui:main Oct 29, 2024
7 checks passed
@warusadura warusadura deleted the dispatch_items branch October 31, 2024 16:54
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.

2 participants