Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/profclems/glab

The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983
https://github.com/profclems/glab

fix windows build

ac0af10ca830545c8c602ee0c7becf24760662b3 authored about 4 years ago by Clement Sam <[email protected]>
Merge branch 'trunk' into fix-lookpath

5a0815f143a40ca04955570bceb3448f80545064 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #328 from profclems/feat-api-command

feat(api): add api command to allow access to GitLab API

9eae91f2d98f4ef012ab8efcb64fae25839d037a authored about 4 years ago by Clement Sam <[email protected]>
add tests for execext

79644d091daed6465c76e9069e69ac43fd9a355c authored about 4 years ago by Clement Sam <[email protected]>
Ensure only $PATH is searched when switching to external commands

I added a work around to the exec.LookPath issue (https://github.com/golang/go/issues/38736) on ...

51c3e7d7124c70ecdef57a1f5015aca220780d1e authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #321 from profclems/dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.2.3

chore(deps): bump github.com/AlecAivazis/survey/v2 from 2.2.2 to 2.2.3

180702e172df74867db448e235f9fae9155615f8 authored about 4 years ago by Clement Sam <[email protected]>
flatten switch statement

84338708d98ad71f580356b3abeeca2f2f5f8e41 authored about 4 years ago by Clement Sam <[email protected]>
linting

96df46202d035347cceecdbca8d06d14d9483397 authored about 4 years ago by Clement Sam <[email protected]>
add tests

729188f6b42bbfb8358d4a8b6d01a019058da8d6 authored about 4 years ago by Clement Sam <[email protected]>
style/api: rehaul api client

acef960f04eca62813d78984d5eeb9db98d71d37 authored about 4 years ago by Clement Sam <[email protected]>
enhancements

dca5f961d531eb3c833a75abe9e0e990f59f47f7 authored about 4 years ago by Clement Sam <[email protected]>
add tests

345c66fab027cd2bcc4895ed6fdfacb3da27aa76 authored about 4 years ago by Clement Sam <[email protected]>
Merge branch 'trunk' into feat-api-command

a13f9cc7aedc20c08cee9d90e93c1118e7c45198 authored about 4 years ago by Clement Sam <[email protected]>
feat(api): add api command to allow access to gitlab api

c50f82edc08e4dea2e3959f533d90a83230efee9 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #315 from zemzale/b-mr-close-panic

fix(mr): Readd ability to close multiple MRs

48d09dfd41b0357f801a4454fc6dd0d8fff6323e authored about 4 years ago by zemzale <[email protected]>
Merge pull request #327 from profclems/fix-git-independent-commands

fix: git directory independent commands

80b8cd56f0e5dc69c9e73b31b6a940c4dbddf095 authored about 4 years ago by Clement Sam <[email protected]>
fix: git directory independent commands

This commit fixes issues with glab requiring commands that are git-independent to be run in a gi...

4465c1657f1b844b12cbb880678fe373014c030a authored about 4 years ago by Clement Sam <[email protected]>
fix(mr): Allow only one argument to mr commands

acf0b3e4049bed96b8037f7579243105c4a23576 authored about 4 years ago by Alberts Zemzale <[email protected]>
fix(mrutils): Allow for comma separated MR arguments

For backwards compatibility reasons, we gotta allow single, comma
separated argument passed to t...

6b004ed849d97e48fdf64b005c05e00538ade6ec authored about 4 years ago by Alberts Zemzale <[email protected]>
makefile: target dependencies enhancements

715cc9821c4da932106dad49eef72f8574f9c66b authored about 4 years ago by Clement Sam <[email protected]>
makefile: add more targets

e2d792c784b550a95f162fe9233bb46e2b941a55 authored about 4 years ago by Clement Sam <[email protected]>
fix(mr): Readd missing ability to delete multiple MRs

6182f8fe9a1e62c7025f139e1f80fee05be31d70 authored about 4 years ago by Alberts Zemzale <[email protected]>
fix(mr): Readd missing ability to reopen multiple MRs

There was ability to have reopen more then one MR. This was lost when
`mrutils.MRsFromArgs` was ...

0370779aa5383c53bca50fb49bb927b1c6265db7 authored about 4 years ago by Alberts Zemzale <[email protected]>
fix(mr): Readd ability to close multiple MRs

Ability to remove multiple MRs was there but it had gone missing when
implementing `MRFromArgs`....

31be5c15d685a897b72e28acbcfc4773d0f3cb58 authored about 4 years ago by Alberts Zemzale <[email protected]>
chore(deps): bump github.com/AlecAivazis/survey/v2 from 2.2.2 to 2.2.3

Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.2.2 to 2....

52faecea690e6cdfe3120ee82aca321410cbd8b9 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #316 from profclems/fix-mr-create-autofill

feat: use branch name as title if no commits are available for mr autofill

9b0868068e88acdec171aa07d6651df537b72986 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #317 from profclems/fix-tests

test: fix failing test on forks without 'profclems' namespace

e981bdf31d412cb87ff8baf049882977badac10f authored about 4 years ago by Clement Sam <[email protected]>
linting

d64eb557374c0c4003947bbbd5b4308abf4aaee9 authored about 4 years ago by Clement Sam <[email protected]>
test: fix failing test on forks without 'profclems' namespace

This PR changes the project directory used during test

Fixes #313

a6e16ed8fe5ed7bec11e7ca41c9f62d999840393 authored about 4 years ago by Clement Sam <[email protected]>
feat: use branch name as title if no commits are available for mr autofill

04f14d4d2703bc4c6c17a1fcb91aad5d38f4d531 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #312 from profclems/profclems-patch-1

deprecate `glab config init` in favour of `glab auth login`

1666742ac2b17b12a3288b13f619e87dd6208954 authored about 4 years ago by Clement Sam <[email protected]>
deprecate `glab config init` in favour of `glab auth login`

Add deprecation notice to `glab config init` command.

`glab auth login` has additional option...

461eba3b5fe71378260d78007f1adc0e738753b3 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #308 from profclems/fix-check-update

fix incorrect version info on check-update

1eecceee7450d554cda39c56d92b7afbcd204ff0 authored about 4 years ago by Clement Sam <[email protected]>
fix incorrect version info on check-update

Fixes #282

ff2e9365995e1eb25992a929afc0284d779248cd authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #307 from profclems/dependabot/go_modules/github.com/spf13/cast-1.3.1

chore(deps): bump github.com/spf13/cast from 1.3.0 to 1.3.1

1e7c17e47bd6c156d52c8b5408defaf55fb0892d authored about 4 years ago by Clement Sam <[email protected]>
chore(deps): bump github.com/spf13/cast from 1.3.0 to 1.3.1

Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.3.0 to 1.3.1.
- [Release not...

efcabf1ccfbc7b3744c9674fb2be8be919661b56 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #269 from profclems/dependabot/go_modules/github.com/spf13/cobra-1.1.1

chore(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1

bc7bafcc0538d2490f8a6181f464439bb3caf3ca authored about 4 years ago by clemsbot <[email protected]>
Merge pull request #303 from zemzale/feat-mr-for-with-label

feat(mr for): Add flag `--with-labels`

aec3ea23b97f9ab37f75b76e8fdccc27a55d3b30 authored about 4 years ago by clemsbot <[email protected]>
fix typo

365ec9ebfb77233b6967ab869fe11647e35daa3d authored about 4 years ago by Clement Sam <[email protected]>
Merge branch 'trunk' into dependabot/go_modules/github.com/spf13/cobra-1.1.1

f9ec2922845e05ba5c65e96e27f446dec4c781e7 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #306 from profclems/profclems-patch-1

docs: Update README.md

1b2efa499c9cda47a8e72544810c46c77efa2a90 authored about 4 years ago by Clement Sam <[email protected]>
add pkg to test coverage

d0bd867c6c96ff22a66a67f554315432e8c76e49 authored about 4 years ago by Clement Sam <[email protected]>
Update README.md

5c709f9705256cb9d4faac5e8e744b23e967bf40 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #305 from profclems/test-tableprinter

test: add test for tableprinter package

bd476a50a38fa8feb722f7c7704b79a238a81928 authored about 4 years ago by Clement Sam <[email protected]>
test: add test for text package

5ad109db81c3abb90228eef0535805596d9428d4 authored about 4 years ago by Clement Sam <[email protected]>
test: add tableprinter unit tests

100928b293a66c4b16f8e73aea304d968fdef2e0 authored about 4 years ago by Clement Sam <[email protected]>
tableprinter: clean up

5d9ccc8564d95adddae6859106493eb1cd0e2d6d authored about 4 years ago by Clement Sam <[email protected]>
test: fix alias list test

99db7eaf4f41f6ee764bfa91a7491d25f5c0f25f authored about 4 years ago by Clement Sam <[email protected]>
Redesign Tableprinter to adjust content based on terminal size

7506a8a837812a9a0fd0ea12d6d4ae7b55b3649e authored about 4 years ago by Clement Sam <[email protected]>
FEAT-MR ft(mr for): Add flag `--with-labels`

This flag allows user to create a merge request for an issue with the
same labels.

Fixes: #299

945c195b71aa21e9bdca19c31cbf687c757ce78b authored about 4 years ago by Alberts Zemzale <[email protected]>
Merge pull request #304 from profclems/style-iostream-package

style: switch remaining commands to iostream package

649b595c24f57fe94d735612181da2c5ef70ec9c authored about 4 years ago by Clement Sam <[email protected]>
fix tests

260de777e35ac443ff3c2c33b5f48e63ee21b553 authored about 4 years ago by Clement Sam <[email protected]>
fix lint errors

ba7dd20ba09f358caa4566977c66ec98096c2566 authored about 4 years ago by Clement Sam <[email protected]>
fix tests

b183ce57a6e5038e6dff61ff178bf6ba92f6cf43 authored about 4 years ago by Clement Sam <[email protected]>
style: reformat version output

aea733a6d9a997c271c6f6815552a68c4c502b85 authored about 4 years ago by Clement Sam <[email protected]>
fix lint errors

6a10c80d05a604d805f55f8b3af8d5294962082e authored about 4 years ago by Clement Sam <[email protected]>
style: switch remaining commands to iostream package

d048c6db89d1f2cec091cbd939cb2f6f3275793f authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #302 from mmatongo/trunk

docs(readme): Add KISS Linux install instructions.

c626ec5dc364a1c30d77cfe0cbc5c4027c764b44 authored about 4 years ago by Clement Sam <[email protected]>
Add KISS Linux install instructions.

ecac79d5d33beff4e398c331a70024304571289f authored about 4 years ago by Daniel M. Matongo <[email protected]>
test(issue/create): fix test

f793f9ae415590ba0d0eefb2b665cb193dd56cc6 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #298 from zemzale/fix-repo-search-argument

fix(repo search): Remove argument expectations

1fb77fdb7136b847e065eec3845328d4da4e9f61 authored about 4 years ago by Clement Sam <[email protected]>
fix(repo search): Remove argument expectations

Repo search documents that it expects no arguments. In reality the
command doesn't expect anythi...

4b6701f5fbd0100f7384c19e0751a3b71143c642 authored about 4 years ago by Alberts Zemzale <[email protected]>
Merge pull request #284 from zemzale/feat-user-events

feat: List user events

24a969cc5249720fac9c9f9eb8c68591d4739488 authored about 4 years ago by Clement Sam <[email protected]>
ft: Add created event type handling

017176f88f15d5e04f1a7f0066d5be5aa13845fd authored about 4 years ago by Alberts Zemzale <[email protected]>
ft: Use pager for event displaying

74cef4d038f58a5f553e73b3fcf17d3b274cdfef authored about 4 years ago by Alberts Zemzale <[email protected]>
Merge pull request #297 from profclems/dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.2.2

chore(deps): bump github.com/AlecAivazis/survey/v2 from 2.2.1 to 2.2.2

0a423c2ba9d2f43ff1c0e81b5cc0ec1395834a32 authored about 4 years ago by Clement Sam <[email protected]>
ft: Complete user events functionality

b7caf2ab070c8933492cdea642ec3d20df0482cf authored about 4 years ago by Alberts Zemzale <[email protected]>
chore(deps): bump github.com/AlecAivazis/survey/v2 from 2.2.1 to 2.2.2

Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.2.1 to 2....

c602cac4cf7fa720e86969b2d371cd87185c2bda authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update release.yml

ca4a0bdc2fecc8b7a2d239ed68de8f4cbfd24583 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #296 from vladimyr/homebrew

Use `glab` formula from default Homebrew formulae

426bd3a85e6ceb54d4ec6c5999db64e6d1d0270e authored about 4 years ago by Clement Sam <[email protected]>
chore: update release workflow to bump Homebrew formula

672052e385a55a09e597b1e8795884d174bca3f3 authored about 4 years ago by Dario Vladovic <[email protected]>
chore: update readme to use formula from default Homebrew formulae

44fb608778e2dda4445b4baa434dbd120161857b authored about 4 years ago by Dario Vladovic <[email protected]>
Merge pull request #294 from profclems/dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.2.1

chore(deps): bump github.com/AlecAivazis/survey/v2 from 2.2.0 to 2.2.1

ef2e1da69f69407e4b752cbaaaa2d984443fb0fa authored about 4 years ago by Clement Sam <[email protected]>
chore(deps): bump github.com/AlecAivazis/survey/v2 from 2.2.0 to 2.2.1

Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.2.0 to 2....

4a82912766bf7ab6b26deef938f707ef1ac76a8d authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #293 from guyfedwards/patch-1

docs: documentation link in readme

4b9e209dd21b6882ea55d1e82d98622b2f2a6323 authored about 4 years ago by Clement Sam <[email protected]>
docs: documentation link in readme

update link to readthedocs

0b402d6cb6bc26c760db4b5f5b8676641d56a90b authored about 4 years ago by Guy Edwards <[email protected]>
Merge pull request #292 from profclems/dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.2.0

chore(deps): bump github.com/AlecAivazis/survey/v2 from 2.1.1 to 2.2.0

825a2ad8e22ca09e6efaf93a8003a496a2e3ab97 authored about 4 years ago by Clement Sam <[email protected]>
chore(deps): bump github.com/AlecAivazis/survey/v2 from 2.1.1 to 2.2.0

Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.1.1 to 2....

ac85b1d46f4454ec885f9462955b75b27d057f4d authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: mr merge priviledge (#291)

* fix: mr merge priviledge

* test: add http responder for single mr endpoint

a3fda2e5815d1475db79c41e56c55a55092c2139 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #290 from profclems/style-auth

style: change authentication instruction

cb512960d443f941bcd3d44d3ac85c710ff7a894 authored about 4 years ago by Clement Sam <[email protected]>
linting

5c0e7821dfa287ab7ba2aeed9eaa530c7203f564 authored about 4 years ago by Clement Sam <[email protected]>
add todo message to deprecate config init flag

cde46ed243859c45d943bc1e41ce79a7f49b0073 authored about 4 years ago by Clement Sam <[email protected]>
style: change authentication instruction

Tell users to authenticate glab using `glab auth login` instead of `glab config init`

b2a23d86453546c26ffea79940a6b57c5f6008d4 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #289 from profclems/docs-update-readme

docs: update readme

e9f92f89740bb86a8befb30bdae6376da072fcff authored about 4 years ago by Clement Sam <[email protected]>
Update README.md

6178a6f9e732e0d442212e030f05548cf8c86e65 authored about 4 years ago by Clement Sam <[email protected]>
Delete .all-contributorsrc

2f596585d86ce9c33e52a4f4fe7eac358ec8a683 authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #288 from carlpett/fix-update-empty-alias

Remove empty alias for check-update

69a9c1a4864169a38715c4d16e28a40ae1b37d5e authored about 4 years ago by Clement Sam <[email protected]>
fix: remove empty alias for check-update

Unbreaks the bash-completion generation

Signed-off-by: Calle Pettersson <[email protected]>

c38d047578283c2708a210abc5cc45d662f679b7 authored about 4 years ago by Calle Pettersson <[email protected]>
Merge pull request #286 from debdolph/issue-285

Mention issue instead of merge request in description. Closes #285.

63627e6ab6a78870a830b26e9d9679e5146bd4cb authored about 4 years ago by Clement Sam <[email protected]>
Mention issue instead of merge request in description. Closes #285.

aa4109bbb803b3bfcce1eea63603da75ae9e25d2 authored about 4 years ago by Tom Teichler <[email protected]>
ft: Add api for getting current user events

9b7dee9e94a4f0c221618996eda2629c73df71c8 authored about 4 years ago by Alberts Zemzale <[email protected]>
ft: User even command

4d2f5ac08e85a7814934ef851a8c0ab8946683b6 authored about 4 years ago by Alberts Zemzale <[email protected]>
docs: update demo

5b9c10f72a91a72aa1e958794b5b658bb5c1470d authored about 4 years ago by Clement Sam <[email protected]>
chore(deps): bump github.com/xanzy/go-gitlab from 0.38.2 to 0.39.0 (#283)

Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.38.2 to 0.39.0.
-...

4bb96fadbceab7ee8e8fc34370eeae208a60c609 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: add a demo asciinema recording

c022aa2b8dde0a41755c5bd767f8dfb2e4f4cf61 authored about 4 years ago by Clement Sam <[email protected]>
ft: Add user command

8de085cb0fcfcc5f32187072975d9f77befc2595 authored about 4 years ago by Alberts Zemzale <[email protected]>
chore(goreleaser): set allow_different_binary_count to true

Release fails due to an update by goreleaser to allow to disable archive binary count check.
Set...

89ddaaa2856c1deb1dd5654619d8524cef7c7633 authored about 4 years ago by Clement Sam <[email protected]>
chore(goreleaser): set allow_different_binary_count to true

Release fails due to an update by goreleaser to allow to disable archive binary count check.
Set...

1eab26062b0ab92bf57df643479234815eb153c9 authored about 4 years ago by Clement Sam <[email protected]>
docs(update): latest

f0318a05efb7709e8b4cd4d47d708229fb86fdc5 authored about 4 years ago by github-actions <[email protected]>
feat: add mr diff command (#281)

* feat: add mr diff command

* fix mr docs

* add tests

* linting

* fix test

69faba779552a973d429cb7c0cb8b50793a5d880 authored about 4 years ago by Clement Sam <[email protected]>