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

Gnome 47 #75

Merged
merged 14 commits into from
Sep 23, 2024
Merged

Gnome 47 #75

merged 14 commits into from
Sep 23, 2024

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    32e3911 View commit details
    Browse the repository at this point in the history
  2. build: use meson subpackage to fetch apk-polkit-client if needed

    This is mostly relevant when doing API changes on the client, as it
    simplifies development by much
    pabloyoyoista committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e3bdfa9 View commit details
    Browse the repository at this point in the history
  3. gs-plugin-apk: adapt to new launch async API

    We stop using "has_management_plugin", since it was remove upstream
    for packagekit and ostree. Basically since it would be nuts to have
    this plugin installed alonside any other of those.
    pabloyoyoista committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c1a1119 View commit details
    Browse the repository at this point in the history
  4. gs-plugin-apk: adapt to new async add repository apps or "sources"

    Includes a fix for the tests too
    pabloyoyoista committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    25c7f61 View commit details
    Browse the repository at this point in the history
  5. gs-plugin-apk: adapt to new async add updates API

    Nothing remarkable here
    pabloyoyoista committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5345740 View commit details
    Browse the repository at this point in the history
  6. gs-plugin-apk: make sure the list-apps query is always valid

    This is a pattern taken from upstream
    pabloyoyoista committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1d3d051 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    562cbb6 View commit details
    Browse the repository at this point in the history
  8. gs-self-test: remove non-useful comment

    This function no longer exists!
    pabloyoyoista committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b4ae1c4 View commit details
    Browse the repository at this point in the history
  9. gs-plugin-apk: adapt to new async del apps API

    packagekit plugin is forcing a refine, I wonder if we should too
    pabloyoyoista committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    98c2389 View commit details
    Browse the repository at this point in the history
  10. tests: use a shell wrapper instead of pytest to run the tests

    This is mostly to improve the debugging experience. It is often very
    useful to run tests with gdb, and the pytest method makes it
    impossible to do correctly without many changes. By having a wrapper,
    it is as simple as calling the wrapper with the extra meson arguments
    pabloyoyoista committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    085c8b0 View commit details
    Browse the repository at this point in the history
  11. tests: improve tests a bit

    Making it easier to distinguish id and name, and checking it in more
    places
    pabloyoyoista committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7c77c15 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f46af00 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    279fd48 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. gs-plugin-apk: fix searching for packages without metadata

    By setting the proper list to the task
    pabloyoyoista committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ffcd91e View commit details
    Browse the repository at this point in the history