9 Commits

Author SHA1 Message Date
Bernd Ahlers
0a410a3255 Add support for parsing GitHub API PR URLs 2025-03-03 11:28:54 +01:00
Bernd Ahlers
de2900f74c Fix linter hints 2024-04-03 18:55:57 +02:00
Bernd Ahlers
bcbae96236 Support GitHub URLs with credentials and remove/redact them 2023-03-29 17:02:05 +02:00
Bernd Ahlers
d580127551 Add changelog management commands (#31)
* Update cobra and viper to their latest versions
* Start a changelog command
* Start changelog release command
* Add Document360 specific HTML formatter
* Add "new" command to create a new changelog entry
* Hide unfinished changelog release command for now
* Use Go version 1.19
* Update golang.org/x/sys to fix build error
* Clean workspace after each build
* Disable CGO for tests
* Remove wrong git checkout
* Update dependencies
2022-08-31 13:37:09 +02:00
Bernd Ahlers
72b8cd19d8 Support PR HTTP URLs for the --pull-requests option of checkout
This makes it possible to use a full HTTP URL to a pull request.
2020-12-17 13:18:35 +01:00
Bernd Ahlers
0ff8279521 Fix repository detection for --pull-requests in checkout command 2020-08-03 15:47:50 +02:00
Bernd Ahlers
d5da855b34 Fix SSH/HTTPS repo URL handling
Use the transport of the given graylog-project URL to decide how to
clone all other repositories.

Also remove obsolete --use-ssh and --use-https flags from bootstrap command.

Fixes #4
2017-05-04 11:10:58 +02:00
Bernd Ahlers
9e6369006a Add a module-override option to the checkout command
This can be used to override the revision for a module in the given
manifest.
2017-04-29 17:34:49 +02:00
Bernd Ahlers
80ebf85e88 Initial commit 2017-04-07 17:11:08 +02:00