SHA256
1
0
forked from pool/glab
glab/glab.changes

217 lines
9.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Apr 24 09:39:13 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Trim filler wording and duplicate info (present in License field).
-------------------------------------------------------------------
Mon Apr 24 06:39:15 UTC 2023 - kastl@b1-systems.de
- Update to version 1.28.1:
* docs: Update installation_options.md
* docs: update string for merge request flag on repo
* docs: et cetera without dots
* docs: Update README.md - fix punctuation
* fix: Disable breaking test for CI Lint endpoint
* chore: fix broken link
* chore: improve documentation visibility
* chore: replace README badges with native project badges
* fix: add newline to auth status command output
* test: fix Test_getFromKeyring not passing in CI
* test: fix assertion order, clear token in keyring test
* chore: update use-keyring flag description
* test: add tests for loading and storing tokens in keyring
* chore: update docs, fix lint error
* chore: replace native keyring with os keyring in login argument
desc
* docs: regenerate the docs
* feat: add support for token storage in encrypted keychains
-------------------------------------------------------------------
Thu Apr 13 17:43:20 UTC 2023 - pdostal@suse.com
- Update to version 1.28.0:
* chore: simpler installation method from binary if Go is available
* fix: Change platform generating code
* fix: purposely adding the "v" goreleaser strips out
* refactor: default check_update true on new install
* chore: modify MIT license and inspiration
* feat(incident): add `incident close` command
* refactor: move issue/close to issuable/close
-------------------------------------------------------------------
Thu Apr 06 03:28:33 UTC 2023 - kastl@b1-systems.de
- Update to version 1.27.1:
* chore: upgrade go-gitlab to 0.81.0
* chore: fix testing repo to a local GitLab one
* feat(docs): Add aliases to gen-docs
-------------------------------------------------------------------
Mon Apr 03 12:48:31 UTC 2023 - kastl@b1-systems.de
- Update to version 1.27.0:
* chore: security release merge
* fix: markdown fence shell script needs to be "shell"
* feat(pagination): add pagination to user events
* chore: update golang/x/net package
* fix(variable set): scope for group variables
* refactor(test): replace os.Setenv with t.Setenv in tests
* docs: configuration for self-signed certs
* fix(test): use gray256 color in tests when enabled
* fix(color): fix gray color for 256 color terminal
* test(glab auth login): use temp config for test
* docs: fix link to issue command in index
* fix(issue): display list of comments in raw format
* docs(config): clarify config help
* docs(readme): clarify config file location and environment
variables
* feat(label): display label colors in the list
* security: Remove configuration import for old locations
-------------------------------------------------------------------
Wed Mar 15 08:08:40 UTC 2023 - kastl@b1-systems.de
- set tar and recompress services to "buildtime"
- use obscpio file for local go-modules run
- cleanup spec file, remove old %go macros
- Update to version 1.26.0:
* Merge security fix for v1.26.0 release
* refactor(test): use http constants in tests
* refactor: use HTTP constants in code
* chore: Remove profclems/glab from .goreleaser.yml
* chore: add debug environment variable to Makefile
* chore: remove build date and add architecture
* refactor(project): Stop requsting for README when viewing
project on web
* docs: add guidelines for triaging bugs
* chore: Modify UserAgent to be more like other CLIs
* docs: self-managed doc improvements
* docs: fix link to issue command in README
* chore(ci/test): separate integration tests
* docs: update core commands with links
* fix(issue create): better error message when users are not
members
* docs: reword homebrew section
* docs: Build jump list of core commands
* docs(installation): Add asdf-vm to install options
* feat: variable export
* docs: specify [flags] position in clone command
* feat(schedule): Add command to run schedules
* refactor: use strings.Join in comma separated list functions
* fix(repo): URL encode branch name when viewing on web
* refactor(test): combine issue/incident list tests
* refactor(issue/view): extract issuable/list package
* fix(project): Remove repo override functionality
* chore: Add test-race make target
* ci: lock down go lint image version
* docs: Add Fedora to installation options
* docs: Updating instructions for homebrew release
* ci(coverage): report correct coverage
* fix(ci): Fix issue where `ci get` fails if user is not
maintainer
* fix: check-update command output to StdErr
* refactor(test): adjust issuable tests to cover both types
* refactor(issue/view): extract issuable/view package
* chore: Expose make gen-docs task
* chore: Run tests in different Go versions
* fix: making sure homebrew doesn't try to open a browser
* test: fix timing issue with release tests
-------------------------------------------------------------------
Wed Mar 15 06:53:12 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- adapt to new URL https://gitlab.com/gitlab-org/cli
- BuildRequire go1.18
-------------------------------------------------------------------
Tue Feb 07 14:07:31 UTC 2023 - pdostal@suse.com
- Update to version 1.25.3:
* Update .gitlab-ci.yml file
* Update .gitlab-ci.yml file
* chore: better omit test and chores from changelog
* fix: Adding git name/email for homebrew
* docs: update installation instructions for windows
* test(project): add missing project tests
* fix(project): fixes issue with filtering with starred and membership
* fix(mr): Fixed EOF error when todo is called multiple times
-------------------------------------------------------------------
Accepting request 945470 from home:Orville:Devel - Update to version 1.22.0: * feat: Add group flag to mr list command (#931) * chore: Update Arch README link to official repos * fix: Write aliases to symlink if it exists (#930) * added push mirror and command (#887) * feature: Read config directory from GLAB_CONFIG_DIR (#921) * feature: add variable update command (#902) * feat(mr): Only output MR URL to stdout if output is not a TTY (#883) * fix(mr_create/issue_create): add encoding to title and change description encoding (#871) * fix: add linebreak to check-output msg (#895) * mr: deprecate `mr for` command * Require Go 1.17+ (#898) * feature: add variable delete command (#890) * Add support for terminal hyperlinks (#852) * Update docs for `ci run` to include passing variables * commands/project/create: fix typo * update dependencies (#884) * fix: allow setting variable without using --value (#881) * fix: obsolete % char for weights * fix(mr-create): escape titles in new MR preview URLs * fix(ci status): add check for pending pipelines * refactor: rename Squash to SquashBeforeMerge * Handle invalid job id * Apply improvements from code review * feat(command/ci/retry): Add new command to retry CI jobs * Update README.md * Update README.md * docs(README): add awesome-go badge to README * fix: weird condition when prompt disabled * feat(mr update): add --squash parameter * fix ci pipeline view incorrect timestamp being used * ci: fix the linter by targeting the pull request instead of the target * refactor: rename Squash to SquashBeforeMerge * chore: remove colon * docs(template): use different header styles for the Pull Request template * feat(mr create): add --squash parameter * docs(mr create): remove doc entry as it's automatically generated * docs(mr create): add --reviewer parameter to docs * feat(mr create): add --reviewer parameter * chore: use errors.Is instead of error equality * docs(readme): update Fosshost.org logo location * add remoteName flag to 'create project' command * fix(ci trace): exit normally when prompts are interrupted * docs: remove --autofill references * docs(update): v1.21.1 OBS-URL: https://build.opensuse.org/request/show/945470 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=6
2022-01-11 03:43:26 +01:00
Tue Jan 11 02:28:38 UTC 2022 - Orville Q. Song <orville@anislet.dev>
- Update to version 1.22.0:
* feat: Add group flag to mr list command (#931)
* chore: Update Arch README link to official repos
* fix: Write aliases to symlink if it exists (#930)
* added push mirror and command (#887)
* feature: Read config directory from GLAB_CONFIG_DIR (#921)
* feature: add variable update command (#902)
* feat(mr): Only output MR URL to stdout if output is not a TTY (#883)
* fix(mr_create/issue_create): add encoding to title and change description encoding (#871)
* fix: add linebreak to check-output msg (#895)
* mr: deprecate `mr for` command
* Require Go 1.17+ (#898)
* feature: add variable delete command (#890)
* Add support for terminal hyperlinks (#852)
* Update docs for `ci run` to include passing variables
* commands/project/create: fix typo
* update dependencies (#884)
* fix: allow setting variable without using --value (#881)
* fix: obsolete % char for weights
* fix(mr-create): escape titles in new MR preview URLs
* fix(ci status): add check for pending pipelines
* refactor: rename Squash to SquashBeforeMerge
* Handle invalid job id
* Apply improvements from code review
* feat(command/ci/retry): Add new command to retry CI jobs
* Update README.md
* Update README.md
* docs(README): add awesome-go badge to README
* fix: weird condition when prompt disabled
* feat(mr update): add --squash parameter
* fix ci pipeline view incorrect timestamp being used
* ci: fix the linter by targeting the pull request instead of the target
* refactor: rename Squash to SquashBeforeMerge
* chore: remove colon
* docs(template): use different header styles for the Pull Request template
* feat(mr create): add --squash parameter
* docs(mr create): remove doc entry as it's automatically generated
* docs(mr create): add --reviewer parameter to docs
* feat(mr create): add --reviewer parameter
* chore: use errors.Is instead of error equality
* docs(readme): update Fosshost.org logo location
* add remoteName flag to 'create project' command
* fix(ci trace): exit normally when prompts are interrupted
* docs: remove --autofill references
* docs(update): v1.21.1
-------------------------------------------------------------------
Tue Jan 4 08:12:22 UTC 2022 - Orville Q. Song <orville@anislet.dev>
- Fix for reproducible builds
-------------------------------------------------------------------
Sun Dec 05 11:42:32 UTC 2021 - Orville Q. Song <orville@anislet.dev>
- Update to version 1.21.1:
* fix debian packaging installer location
* auth login use OverridableDefault
* Login using default hostname string
* Move glinstance to pkg
* {go.mod,go.sum}: update dependencies
* api: fix wrong comment
* fix: error 404 when creating release
* Handle paginated response in pipeline.GetPipelineJobs
* Update ssh-key.go
* feat(cmdutils): Add group milestones to the prompt
-------------------------------------------------------------------
Sat Dec 4 16:39:53 UTC 2021 - Orville Q. Song <orville@anislet.dev>
- Init glab Package
An open-source GitLab command line tool bringing GitLab's cool features to your command line.
Current Version: v1.21.1
Commit Hash: 5cb2858d1fb7a5317e89259fc4ac135414e99be2