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

Rename D-Installer to Agama #507

Closed
wants to merge 38 commits into from
Closed

Rename D-Installer to Agama #507

wants to merge 38 commits into from

Conversation

imobachgs
Copy link
Member

D-Installer is now Agama. So let's try to rename everything to the new name.

@coveralls
Copy link

coveralls commented Mar 28, 2023

Coverage Status

Coverage: 73.464% (+0.09%) from 73.37% when pulling fccf58a on agama into 5941b54 on master.

@imobachgs imobachgs force-pushed the agama branch 2 times, most recently from 97042bc to f1ed0b3 Compare March 28, 2023 18:44
@@ -54,7 +54,7 @@ def commit
end

def current_installation_phase
dbus_phase = dbus_object["org.opensuse.DInstaller.Manager1"]["CurrentInstallationPhase"]
dbus_phase = dbus_object["org.opensuse.Agama1.Manager"]["CurrentInstallationPhase"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

watch out, the autorename did not work right here

it should be Agama.Manager1 for consistency with the other interfaces

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not exactly. We have a root service, which is called org.opensuse.Agama1. Manager belongs to that service. We might consider renaming the service in the future, but I would keep it as It is by now.

Thanks for checking the changes!

.DInstaller.Storage1.DASD.Format
.Agama1.ServiceStatus
.Agama1.Progress
.Agama1.Validation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also these 3, I believe we want .Agama.Foo1

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really, the idea is to have the version number in the service name.

@@ -138,7 +138,7 @@ def safe_run(&block)
end

def busy_error
::DBus.error("org.opensuse.DInstaller.Error.Busy")
::DBus.error("org.opensuse.Agama1.Error.Busy")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
::DBus.error("org.opensuse.Agama1.Error.Busy")
::DBus.error("org.opensuse.Agama.Error1.Busy")

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same that the rest.

@imobachgs
Copy link
Member Author

Closed in favor of #509.

@imobachgs imobachgs closed this Mar 30, 2023
@dgdavid dgdavid deleted the agama branch March 31, 2023 15:34
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.

None yet

4 participants