Conversation
c7d6e46 to
0f5db48
Compare
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
POST/api/v2/environment/{env}/point(point an environment to an existing snapshot) Feature Request: API access to update environment tags #354GET/api/v2/snapshot/{id}/diff?id={snapshotId2}(compare two snapshots and list added/removed packages)GET/api/v2/host/{id}/installed(get installed package for a host)GET/api/v2/host/{id}/updates(get available updates for a host)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)