File hut.changes of Package hut
-------------------------------------------------------------------
Sat Nov  1 10:35:46 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 0.7.0:
  * Added:
    + git webhook handling
    + git setup command that configures a repository for "git send-email" via 
      the project config file
    + pages ACL handling
    + "Update" command for multiple resources
    + "count" flag for all list commands. The number of items that should be 
       fetched by hut can now be specified. This is especially useful when 
       redirecting "stdout" and not using the interactive pager.
  * Changed:
    + Some list commands, like ticket list and patchset list, support filtering
      by status now and will only show actionable items by default (proposed 
      patches, open tickets)
    + hut will check all git remotes now instead of just origin
-------------------------------------------------------------------
Sat Mar 22 14:51:53 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 0.6.0:
  - Project config: To make using hut a more seamless experience and help
    new contributors, a config file can be added to repositories.
  - Lots of new "hg" commands.
  - "update" commands for most resources.
  - Pager no longer messes up terminal on an internal error.
  - hut now checks whether "stdin" is an interactive terminal when it
    decides whether input should be read from "$EDITOR" or "stdin".
  - The deprecated not-found flag has been removed.
-------------------------------------------------------------------
Sat Jun  8 10:16:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Change upstream to the new location https://sr.ht/~xenrox/hut
- Update to version 0.5.0:
  - Upgrade dependencies
  - Update GraphQL schema
  - Upgrade hg schema
  - export/lists: add visibility
  - export/paste: ignore empty filenames
  - export/meta: write info.json file
  - export: fix writeExportStamp return value
  - client: remove unused Client.Hostname
  - import: accept multiple directories
  - config: use scfg decoder to read config file
  - todo ticket edit: new command
  - todo ticket list: Add status filtering
  - pager/editor: Use shlex to parse command
  - export/git: add readme and head
  - export/hg: add readme and nonPublishing
  - Add the import command
  - export: Support specifying services and resources
  - import: Fix wrong import path
- At least pretend we run some tests (there is almost no test
  coverage upstream).
- I believe _service should have all tests to "manual", not
  "localonly".
-------------------------------------------------------------------
Tue Dec 19 09:26:52 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 0.4.0
  * Pagination is now supported for all commands.
  * todo trackers can now be exported.
  * Comments are now displayed when showing a todo ticket.
  * Sharing builds secrets is now supported.
  * A new command to display lists subscriptions has been added.
  * The graphql command can perform file uploads.
-------------------------------------------------------------------
Thu Apr 13 19:51:06 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
- Update to version 0.3.0
   * Pagination is now supported across the board.
   * Improved support for Web hooks.
   * builds: add --edit to adjust build manifests using an editor
     before submitting, add artifacts sub-command, improve support
     for labels.
   * todo: add sub-command to create a new ticket and show a ticket.
   * git: add sub-command to update repository settings.
   * pages: the publish sub-command can now take directories as
     input and supports advanced site configuration.
   * lists: add sub-command to fetch archives.
- Fetch dependencies via service
-------------------------------------------------------------------
Sun Aug 14 22:56:13 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
- Correct bash completion package Supplements
- Specify shell completion package group
-------------------------------------------------------------------
Thu Jul 28 20:38:48 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
- Update to version 0.2.0
  * Add various user-webhooks
  * Add various tracker webhooks
  * Add ticket webhooks
  * Add various create and delete actions
  * Implement user-webhook ID completions
  * Fix broken endpoints
  * Add missing completions
  * Improve output of list commands
  * Update outdated schemas
  * export: new subcommand
  * lists patchset show: new subcommand
  * builds: Improve secret list output
-------------------------------------------------------------------
Sun Apr 17 17:32:55 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
- Update to version 0.1.0
  * First public release
  * Every major action across public services supported
-------------------------------------------------------------------
Sat Apr  9 21:04:18 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
- Use direct shell commands instead of indirect macros within the
  specfile
-------------------------------------------------------------------
Thu Apr  7 18:03:11 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
- Format spec file via osc service
-------------------------------------------------------------------
Tue Mar  8 20:20:59 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
- Update to latest master (Commit 70566f2)
- Rename release to 0 for now
-------------------------------------------------------------------
Mon Feb 28 21:04:30 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
- Update to latest master (Commit b12d9554)
- Package shell completions in own packages
- Use macro for make
- Do not hardcode prefix
-------------------------------------------------------------------
Sat Jan 15 16:54:10 UTC 2022 - JL K <me@jlk.one>
- Bump to go version 1.17 only
-------------------------------------------------------------------
Sat Jan 15 16:41:19 UTC 2022 - JL K <me@jlk.one>
- Init