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

Upgrade to GNOME 44+ compatibility #73

Merged
merged 5 commits into from
Oct 2, 2023
Merged

Upgrade to GNOME 44+ compatibility #73

merged 5 commits into from
Oct 2, 2023

Commits on Sep 14, 2023

  1. gs-plugin-apk: allow to upgrade only needing one list to set "after-s…

    …tate"
    
    This is to simplify the future change to the async API. Only having to
    take care of one list simplifies the work there. It should have no
    behavior change in the current code, apart from moving complexity from
    the after-math logic to the preparation one
    pabloyoyoista committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0cc5116 View commit details
    Browse the repository at this point in the history
  2. gs-self-test: do not depend on return value from gs_plugin_loader_job…

    …_process
    
    We don't really want to test the GS library API. What we want is to
    make sure that the apps we wanted updated are updated, and the ones
    that we didn't want updated stay as they were. Since we have the apps
    in the context, use them!
    pabloyoyoista committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    46cbb21 View commit details
    Browse the repository at this point in the history
  3. Port gs_plugin_update to new async variant

    This was quite trivial, and the only change in cycles 44 and 45, so a
    great success overall
    pabloyoyoista committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    94e285f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b00c274 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Run tests just on the session bus

    Avoid the system bus, since otherwise needs roots permissions, and is
    more cumbersome to setup
    pabloyoyoista committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7ea573d View commit details
    Browse the repository at this point in the history