Skip to content

5.11.0#385

Open
lbr38 wants to merge 1 commit into
mainfrom
devel
Open

5.11.0#385
lbr38 wants to merge 1 commit into
mainfrom
devel

Conversation

@lbr38
Copy link
Copy Markdown
Owner

@lbr38 lbr38 commented May 27, 2026

Changes:

  • Fixed Bug: plain modules.yaml repositories are broken during mirroring #384
  • Allowed dots and spaces in group names [Enhancement] Allow a dots '.' in repo names #381
  • Added a CI to validate Source repository templates @Cloud-Kid
  • Added a way to customize metadata strings in Release files for Debian repositories Feature Request: Changeable Label for deb repositories #359
  • Added API route for environment management:
  • Added additional API routes for snapshot management:
    • GET /api/v2/snapshot/{id}/diff?id={snapshotId2} (compare two snapshots and list added/removed packages)
  • Added additional API routes for host management:
    • GET /api/v2/host/{id}/installed (get installed package for a host)
    • GET /api/v2/host/{id}/updates (get available updates for a host)
  • Added API routes for tasks management:
    • GET /api/v2/tasks/ (list all tasks)
    • GET /api/v2/tasks/running (list running tasks)
    • GET /api/v2/tasks/scheduled (list scheduled tasks)
    • GET /api/v2/tasks/queued (list queued tasks)
    • GET /api/v2/tasks/done (list done tasks)
    • GET /api/v2/task/{id} (list task details)
    • POST /api/v2/task/{id}/stop (stop a running task)
    • POST /api/v2/task/{id}/enable (enable a recurrent task)
    • POST /api/v2/task/{id}/disable (disable a recurrent task)
    • DELETE /api/v2/task/{id}/delete (delete a recurrent task)
  • Code refactoring and cleanup, typo fixes
  • Various UI fixes and improvements

@lbr38 lbr38 force-pushed the devel branch 2 times, most recently from c7d6e46 to 0f5db48 Compare May 27, 2026 09:31
Comment thread .github/workflows/phpstan.yml Fixed
@lbr38 lbr38 marked this pull request as ready for review May 28, 2026 14:13
commit 8c2d756
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 27 11:26:58 2026 +0200

    patch

commit 02438ed
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 27 11:24:38 2026 +0200

    patch

commit 6c4e9c2
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 27 11:23:18 2026 +0200

    patch

commit 1bac1fd
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Fri May 22 16:37:43 2026 +0200

    patch

commit 268e49a
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Fri May 22 10:31:29 2026 +0200

    patch

commit cf820ad
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Fri May 22 10:26:47 2026 +0200

    patch

commit a812018
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Fri May 22 10:24:10 2026 +0200

    patch

commit e22f39f
Merge: d1f06e6 75573ea
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Thu May 21 18:38:36 2026 +0200

    Merge pull request #375 from Cloud-Kid/improve-empty-states

    Improve empty states

commit d1f06e6
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Thu May 21 18:37:26 2026 +0200

    patch

commit 358a566
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 19 17:43:26 2026 +0200

    patch

commit 7e195a1
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 19 17:42:18 2026 +0200

    patch

commit 9b9245f
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 18 18:48:29 2026 +0200

    5.11.0

commit 1b91d11
Merge: de4fe05 ffee6e3
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Sat May 16 11:09:31 2026 +0200

    Merge pull request #374 from Cloud-Kid/validate-source-repository-templates

    Validate source repository templates in CI

commit 75573ea
Author: Cloud-Kid <49484832+Cloud-Kid@users.noreply.github.com>
Date:   Mon May 11 11:22:14 2026 +0200

    Improve empty states

commit ffee6e3
Author: Cloud-Kid <49484832+Cloud-Kid@users.noreply.github.com>
Date:   Mon May 11 11:22:42 2026 +0200

    Validate source repository templates in CI
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