Ecosyste.ms: OpenCollective

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

GLab [Archived]

Archived: An open-source GitLab command line tool bringing GitLab's cool features to your command line
Collective - Host: opensource - https://opencollective.com/glab - Website: https://glab.rtfd.io - Code: https://github.com/profclems/glab

Merge branch 'trunk' into respect-title-desc

github.com/profclems/glab - 641ad3a79fabdea68d006acf7297f21a41f1dbf2 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #581 from profclems/feat-manpages

feat(cmd/gen-docs): manpage generation from cobra

github.com/profclems/glab - cb1df207871d7c87410f5f18f4f0c86ea9d59f70 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #584 from maxice8/nightwalk

feat(commands/mr/create): use tracking branch as target branch if not given

github.com/profclems/glab - b7e755a6ab79addfbfa0679f810a0310d42deab8 authored almost 4 years ago by Clement Sam <[email protected]>
fix tests

github.com/profclems/glab - 31657e018a2d1bddabb0530c8a75548592249fc8 authored almost 4 years ago by Clement Sam <[email protected]>
test(commands/mr/create): print actual error from stderr if error occurs

github.com/profclems/glab - 6116a9233dc2ef3076fbda58d1399af94cd1c5fc authored almost 4 years ago by Clement Sam <[email protected]>
add function to get target branch

Refactored the part of the code in runE that determines the target branch
and created a separate...

github.com/profclems/glab - 46d2c0c5643e29332b6bf27add6313563815383b authored almost 4 years ago by Clement Sam <[email protected]>
feat(commands/mr/create): use tracking branch as target branch if not given

github.com/profclems/glab - aa202abe8b694b0a95fe10938b6cc7690337eb73 authored almost 4 years ago by Leo <[email protected]>
makefile: add manpage target

github.com/profclems/glab - da4276bbe78c35ee4f1ab866aee6a0fe51738c5a authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #572 from solidnerd/docs-alpine

docs: update alpine installation for alpine > 3.13

github.com/profclems/glab - b2922a72dcf07f25a95046cdd3e9ff0afc2e1ff3 authored almost 4 years ago by Clement Sam <[email protected]>
fix labels in issue templates

github.com/profclems/glab - 75e51165673ad3369a804d3546e21841cb76ead5 authored almost 4 years ago by Clement Sam <[email protected]>
update .gitignore

github.com/profclems/glab - 86b9e6679a9204fcaa026be3d052113370f7581c authored almost 4 years ago by Clement Sam <[email protected]>
feat(cmd/gen-docs): manpage generation from cobra

Closes #580

github.com/profclems/glab - a7b60d9efd16a1d11afd40c931f969d6c4fcf6f1 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #579 from maxice8/update-mr-target-branch

feat(commands/mr/update): add --target-branch flag

github.com/profclems/glab - 16e1b0f25986d4566f4c31d50b731ab7086bb774 authored almost 4 years ago by maxice8 <[email protected]>
feat(commands/mr/update): add --target-branch flag

this allows changing the target branch of a merge request

github.com/profclems/glab - 949e784a0185f0efff6fcf280565e4a81716e1fe authored almost 4 years ago by Leo <[email protected]>
Merge pull request #578 from zemzale/chore-upate-tview

chore(deps): Update rivo/tview to newest verison

github.com/profclems/glab - b6933b426346c40f73a71ea290c144e56b71927d authored almost 4 years ago by zemzale <[email protected]>
chore(deps): Update rivo/tview to newest verison

github.com/profclems/glab - 9c1018321c2720a47129ea29c1d518b6629d79fd authored almost 4 years ago by Alberts Zemzale <[email protected]>
Merge pull request #576 from maxice8/fix-unassign

Fix unassign

github.com/profclems/glab - a97419cc44374a63ed09c48c34b293671a9bc508 authored almost 4 years ago by maxice8 <[email protected]>
test(commands/mr/create): test new codepaths

github.com/profclems/glab - be38aeeb6af701112c2b256951365313a96cf540 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/create): tell users which flags --autofill respects

github.com/profclems/glab - 1afa8073cdfcc0dd9a31937b106a06114447beb3 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/create): err when --title, --description and --autofill are used

they are mutually exclusive

github.com/profclems/glab - a467d0db6a13a33c98a904f1c47a036b0cbaa592 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/create): respect --title and --description on --autofill

github.com/profclems/glab - 24330c3299f3c50f346fecaf255a9d9baab0d3c5 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/update): make --unassign work

github.com/profclems/glab - d4b64abeed77dd44bfd94c05d0247fe14ad91278 authored almost 4 years ago by Leo <[email protected]>
fix(commands/mr/update): don't try to use UserAssignment on --unassign

turns out it causes segfaults here because we are dealing with a nil
pointer and also if worked ...

github.com/profclems/glab - d6c4026f0a81fd55c17c083712b8f857af13469e authored almost 4 years ago by Leo <[email protected]>
fix(command/issue/update): fix unassigning users

github.com/profclems/glab - 9884aaac497c472f38133898af68258c7d1764d9 authored almost 4 years ago by Leo <[email protected]>
refactor(commands/issue/update): don't try to use ToReplace to unassign

Turns out that 0 is not a valid username:

```console
foo@bar:~$ glab issue update --unassign
fa...

github.com/profclems/glab - f2608e475b5361ac728d74ac15b8f7384568fd8b authored almost 4 years ago by Leo <[email protected]>
Merge pull request #575 from profclems/ref-issue-view

refactor `issue view` package

github.com/profclems/glab - ec09de913ba8b86dd463ec502b8f660ea30a4a31 authored almost 4 years ago by Clement Sam <[email protected]>
refactor `issue view` package

Enhancement to help work on #322

github.com/profclems/glab - 5a1db67f821d69c520c0b00b5cc4a768ccd5b172 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #571 from profclems/feat-auth-status

feat: add auth status command

github.com/profclems/glab - 136432eec149d9087521db820e791de4f75739ef authored almost 4 years ago by Clement Sam <[email protected]>
test: add more tests for auth status

github.com/profclems/glab - 050e5deda1c0c25a1fc1ca5ff3cbd5cccec0adec authored almost 4 years ago by Clement Sam <[email protected]>
docs: update alpine installtion for alpine > 3.13

Signed-off-by: solidnerd <[email protected]>

github.com/profclems/glab - f84898bc78b65228301c0317747c82dd11a82b4c authored almost 4 years ago by solidnerd <[email protected]>
test: add tests for auth status

github.com/profclems/glab - 191349f63dd1b85c7279fc74b5bb043b393d126d authored almost 4 years ago by Clement Sam <[email protected]>
feat: add auth status command

github.com/profclems/glab - d52b76a779e5f20678dfd1e1e769949204e61dc9 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #566 from maxice8/web-for-mr

Web for mr

github.com/profclems/glab - d2d3d3545da797389745fd62b95cdd8514ac9ce8 authored almost 4 years ago by Clement Sam <[email protected]>
chore(deps): bump github.com/xanzy/go-gitlab from 0.41.0 to 0.42.0 (#564)

github.com/profclems/glab - e8d62f056aee1d07bea8ac53e8d4a41144655ca7 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#567)

github.com/profclems/glab - ead2f1d157d42b253779de58263d2bc721dd48a4 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(commands/issue/create): add --web flag

github.com/profclems/glab - ea7d6e17fca3ec5187a40f96e5fa58dcb21b3a99 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/create): add --web flag

github.com/profclems/glab - 42dac45830e3f9504507f2bd4d87ad0e85755840 authored almost 4 years ago by Leo <[email protected]>
style(scripts/install.sh): use macOS instead of Darwin

The `glab` release artifact for macOS has macOS instead of Darwin in the name for recent release...

github.com/profclems/glab - c0f79fb1382c631917373a4bb057564b66d19356 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #560 from profclems/ch-posix-script

chore(scripts): make quick installer script POSIX sh compliant

github.com/profclems/glab - 4e902225dfe9f78c29276328a99b3065fa1cab1e authored almost 4 years ago by Clement Sam <[email protected]>
docs(readme): change quick install instruction

github.com/profclems/glab - f0646ca416065ba21e318ccb0b70645596c761f4 authored almost 4 years ago by Clement Sam <[email protected]>
Enhacements

github.com/profclems/glab - 82f1628fe1875c551049f629bd27f8f9241d993c authored almost 4 years ago by Clement Sam <[email protected]>
rename quick_install.sh to install.sh

github.com/profclems/glab - f3497aa8f3d6e09d5c037ebc508d193cf4d1b370 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #563 from zemzale/chore-update-tview

chore(dependency): Update github.com/rivo/tview to the newest version

github.com/profclems/glab - b205855b639273c432573091b0b857c55fefcb31 authored almost 4 years ago by zemzale <[email protected]>
chore(dependency): Update github.com/rivo/tview to the newest version

github.com/profclems/glab - d92edf84e1bf2cf2287be83e3146a2cbbf7e3ea4 authored almost 4 years ago by Alberts Zemzale <[email protected]>
Merge pull request #559 from zemzale/feat-ci-view-pipline-status

feat(ci/view): Change color of failed pipelines that allow failure

github.com/profclems/glab - f4bfed451ddfd63c42d02dfeb856cbb38e2a2d73 authored almost 4 years ago by zemzale <[email protected]>
chore(scripts): make quick installer script POSIX sh compliant

Currently the quick install script isn't POSIX compliant and hence, works only
on bash.

In orde...

github.com/profclems/glab - a2c2534813d572353de2088ecc01695e21dcc6e2 authored almost 4 years ago by Clement Sam <[email protected]>
feat(ci/status): Change color for piplines that allow failure

github.com/profclems/glab - 320af65a619b6ddf854f5a7d033d60d2cf8ab7c1 authored almost 4 years ago by Alberts Zemzale <[email protected]>
feat(ci/view): Display orange color on allow failure

When jobs fail, but they are allowed to fail, their color changes to
orange in web UI.

github.com/profclems/glab - 7a7152794771b6134ebe2cbe9108f7cb8b41df81 authored almost 4 years ago by Alberts Zemzale <[email protected]>
Merge pull request #555 from profclems/feat-set-var

feat(commands/variable): add `variable set` command

github.com/profclems/glab - 05e7f7c769020bd8f09e01b346348b1b4a1d7eb0 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #541 from maxice8/more-examples-in-issues

add EXAMPLES for subcommands of `issue` subcommand

github.com/profclems/glab - 70b59d17799d03d8b9440e5575ae67e23a1c8721 authored almost 4 years ago by Clement Sam <[email protected]>
test: add tests 💥

github.com/profclems/glab - a05959ae107e60e4eacad380736de26531b8441f authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #530 from zemzale/chore-refactor-ci-view

refactor(ci/view): Clean up ci view code

github.com/profclems/glab - 844763ed7fad88a51a7c9a10c8d5733865d54eec authored almost 4 years ago by zemzale <[email protected]>
add function to validate key

github.com/profclems/glab - 13720e1b034c8b1f298bfa459c7fd9f1e3dd41d1 authored almost 4 years ago by Clement Sam <[email protected]>
test: add tests for isValidKey

github.com/profclems/glab - 378f8453c6eece5f5a831032a290ff313127ff18 authored almost 4 years ago by Clement Sam <[email protected]>
feat(commands/variable): add `variable set` command

Adds `variable set` command for creating GitLab environment variables.

Variable can be created ...

github.com/profclems/glab - e6acde7a6da2e9288951046e8aa8d37edb27c2cd authored almost 4 years ago by Clement Sam <[email protected]>
chore(ci view): Refactor command to not use globals

github.com/profclems/glab - 99db1669f89e8fbea668c1fd18d95b474e39d904 authored almost 4 years ago by Alberts Zemzale <[email protected]>
feat(commands/issue/reopen): add EXAMPLES

github.com/profclems/glab - 22b02861012f5e7bb71ad58e2acd1ebe299d9160 authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/view): add EXAMPLES

github.com/profclems/glab - a5ed09aaae9535b9399e4c895fd649b92fa375da authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/list): add EXAMPLES

github.com/profclems/glab - 6d393e39c67533e6ba2db193c63536c6cc04c708 authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/subscribe): add EXAMPLES

github.com/profclems/glab - 6edef1b5f79dbb3781227b1f4044a701b856b3d9 authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/unsubscribe): add EXAMPLES

github.com/profclems/glab - bbcb9ce82c8dec36121cda6b35977fdb9c8974bf authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/delete): add EXAMPLES

github.com/profclems/glab - a8614a0523084e81b0e7f7f0d50fdd3205c1fb54 authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/create): add EXAMPLES

github.com/profclems/glab - 23e7fbcbb8fa68e352067d7713aa7df316adb368 authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/close): add EXAMPLES

github.com/profclems/glab - e0f1b7e7512c9fb9ef2b14ebfdac68cbcab905b0 authored almost 4 years ago by Leo <[email protected]>
fix(commands/issue/close): don't claim alias claimed by issue unsubscribe

github.com/profclems/glab - dd2e230266906b089d3791cd35cdd7add671f26c authored almost 4 years ago by Leo <[email protected]>
Merge pull request #546 from profclems/feat-issue-url-arg

feat(command/issue): allow issue URL as argument

github.com/profclems/glab - 2ff41de4a990ae53cdd9bf86abde3ed397cb85dc authored almost 4 years ago by Clement Sam <[email protected]>
test: adapt tests to new changes

github.com/profclems/glab - c177751f9392a0dacd976c018eadbdb322b20e91 authored almost 4 years ago by Clement Sam <[email protected]>
feat(commands/issue/list): add --not-author flag

github.com/profclems/glab - 2fd8b04070415d866c5c5f64050b560e0e119a5a authored almost 4 years ago by Leo <[email protected]>
refactor(commands/issue/list): make --label a StringSliceVarP

allows using multiple `-l` and splitting by `,`

github.com/profclems/glab - f82ef1819cb7115bcb517d71ec44dc10cdc3e338 authored almost 4 years ago by Leo <[email protected]>
refactor(commands/issue/list): simplify --not-author and --not-assignee

github.com/profclems/glab - fd436a54abd9a8e203cb468aad618cdebb8cb59a authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/list): add --not-label flag

github.com/profclems/glab - a711713f32f558d33e15f00f1b17a12eff1e5a81 authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/list): add support for searching by --author

github.com/profclems/glab - 723d44afdb2de8a9f27a1e5e417a05cbb4651d93 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/list): add --author

github.com/profclems/glab - 1742854ee49834954c77fdfbe21a2ba63ea373a3 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/checkout): add --set-upstream-to flag

github.com/profclems/glab - 092cdd8a6e7a2d2a249e2d2b817729060065c11b authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/list): add --not-label flag

github.com/profclems/glab - df429bf32e3224e139600e3a224d6803ad009423 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/list): deprecate --open

github.com/profclems/glab - 18c31be2af9a8f2c8eaac456189e21e1b222bd63 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/list): add more EXAMPLES, fix old ones

github.com/profclems/glab - ca147fa8687b52498a27275cdbe8014c99c49c04 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/list): deprecate --mine

github.com/profclems/glab - 1ed91ddc719b3a7fa1bf4f3d83f8c7cc3e781595 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/list): add --search flag

github.com/profclems/glab - b4dbf05305e1d5db7d5b8344d24b7ad18bff2d31 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/list): add --draft

github.com/profclems/glab - adb7db23acb7cac2a9dd1748c8ab5535564957ea authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/list): add --source-branch and --target-branch flags

github.com/profclems/glab - 75ffb6a5ef002303fa20b9bae4765003f75aec8b authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/list): implement @me in --assignee and --author

github.com/profclems/glab - d1e00a3de60eeecbe8b6c274f26dfd2f5249d422 authored almost 4 years ago by Leo <[email protected]>
refactor(commands/issue/list): deprecate --mine in favour of @me

github.com/profclems/glab - a76cbeea984803142074898791aeaeaf8ba98e35 authored almost 4 years ago by Leo <[email protected]>
refactor(commands/issue/list): deprecate --opened flag

github.com/profclems/glab - c91dc46c30212c92b5af3abc4f6e90bcb8d47b4d authored almost 4 years ago by Leo <[email protected]>
fix(commands/issue/list): store --closed in the correct variable

github.com/profclems/glab - bae4b3c3d1bdfe70bd4e262a147475db2fbf3abc authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/list): add --not-assignee flag

github.com/profclems/glab - 0f16bb5945d3a95809f4748d9ea534e19a0a57f7 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/utils): use Mangenta for merged MRs

github.com/profclems/glab - d40f63f3bba4ff51489e1e9f13971ad52185581c authored almost 4 years ago by Leo <[email protected]>
fix: github action workflow

github.com/profclems/glab - ca2cab2bc4bac77c9b1cd03fa8e9f0302a9a62c0 authored almost 4 years ago by Clement Sam <[email protected]>
refactor(command/issue/list): simplify --author logic

github.com/profclems/glab - 3c594c8b56e74d0ac8aca5d619081cc75e7b71e9 authored almost 4 years ago by Leo <[email protected]>
fix: github action workflow

github.com/profclems/glab - 9138515735dcb0bb3fc5de8cd3528ca48304b054 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #552 from maxice8/issue-list

issue list

github.com/profclems/glab - cf6111171beccfa1307dd975b0e5a5ee5e38ffff authored almost 4 years ago by maxice8 <[email protected]>
Merge pull request #551 from maxice8/mr-list

mr list

github.com/profclems/glab - f5d8f9135408064fdc087653d4d3738d163923db authored almost 4 years ago by maxice8 <[email protected]>
refactor(commands/issue/list): simplify --not-author and --not-assignee

github.com/profclems/glab - e7c6fc2482d217c3ce643a41a63f481856eea917 authored almost 4 years ago by Leo <[email protected]>
refactor(command/issue/list): simplify --author logic

github.com/profclems/glab - fc67ff188b1fa99b9e927cea4c3d50e4a23f4c81 authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/list): add --not-assignee flag

github.com/profclems/glab - 8b3f0846efd860a61b5ecf4204c9a3518f408427 authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/list): add --not-author flag

github.com/profclems/glab - 77aede675e1c22aeffe4b6d96cdf0b937582e23e authored almost 4 years ago by Leo <[email protected]>
refactor(commands/issue/list): make --label a StringSliceVarP

allows using multiple `-l` and splitting by `,`

github.com/profclems/glab - f1095c6ea9c9e2b8335dce1bfd149fe043f1b80f authored almost 4 years ago by Leo <[email protected]>
feat(commands/issue/list): add --not-label flag

github.com/profclems/glab - abeffe3c89098f5716867c0d7dec5727bc5c07ea authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/list): add --not-label flag

github.com/profclems/glab - ba7de81314bf93e33bf6cee2c5f65848310a598f authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/list): add more EXAMPLES, fix old ones

github.com/profclems/glab - 1d8a3dea58332c9e385a648c5e9f4ac1333871e1 authored almost 4 years ago by Leo <[email protected]>