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 pull request #549 from maxice8/mr-list-more

Implement more listing options in `mr list`

github.com/profclems/glab - c2ae3757f09d53fa2d8dc6351b967fc2e84530e2 authored almost 4 years ago by maxice8 <[email protected]>
Merge pull request #545 from maxice8/checkout-track-the

feat(commands/mr/checkout): add --set-upstream-to flag

github.com/profclems/glab - 5993e23507c27b4b66afe7b2d6deca41a744ecc7 authored almost 4 years ago by maxice8 <[email protected]>
Merge pull request #548 from maxice8/issue-list-more

Issue list more

github.com/profclems/glab - 6360c1d9f0fbc74a09df5bea7db26fcaf98c0ce8 authored almost 4 years ago by maxice8 <[email protected]>
Merge pull request #550 from maxice8/display-mr

feat(commands/mr/utils): use Mangenta for merged MRs

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

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

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

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

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

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

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

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

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

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

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

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

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

github.com/profclems/glab - 85a745b74128697f9b3a833575057be3c0e11f31 authored almost 4 years ago by Leo <[email protected]>
fix bug risks

github.com/profclems/glab - 642901ac289280752ef656b445661739bef2d16b authored almost 4 years ago by Clement Sam <[email protected]>
feat(command/issueutils/utils): add helper functions to parse issue args

github.com/profclems/glab - e078a3c11ce2e604447b06410c7927ee4dcdc25c authored almost 4 years ago by Clement Sam <[email protected]>
feat(command/issue): adjust to use new helper functions

Allow issue argument to be a URL

github.com/profclems/glab - 7c8a5337e66f0ebfb301fd9895c43f393ba226c7 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #538 from maxice8/more-examples-in-mr

Add more EXAMPLES for mr subcommands

github.com/profclems/glab - 54324abb8447a43bcb716e04422de4c27d66c708 authored almost 4 years ago by maxice8 <[email protected]>
Merge pull request #539 from maxice8/more-examples-in-label

Add EXAMPLES in subcommands of `label`

github.com/profclems/glab - 33f8a24a30ad01ea2403f0afe54361406968bf03 authored almost 4 years ago by maxice8 <[email protected]>
Merge pull request #540 from maxice8/more-examples-in-repo

Add EXAMPLES for subcommands in `repo/project`

github.com/profclems/glab - 216167cc8c67be6daf0f15d2772714928f930c03 authored almost 4 years ago by maxice8 <[email protected]>
Merge pull request #543 from maxice8/approve-more-exact

fix(commands/mr/approve): use a more precise description for --sha

github.com/profclems/glab - b94ac3d2ceafbee01f5b8d70de25f50ba73b17b5 authored almost 4 years ago by maxice8 <[email protected]>
feat(commands/mr/diff): add EXAMPLES

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

github.com/profclems/glab - 80fe333632d87b4d720d88cef3dd0ffed1665c21 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/delete): update EXAMPLES

github.com/profclems/glab - 2dfc20e1526f6cf66022a043b8b8039d7c0ba195 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/revoke): add EXAMPLES

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

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

github.com/profclems/glab - f6414f5e9ad3e67a17aee5149420a6b4a640c541 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/merge): update EXAMPLES

github.com/profclems/glab - da09679a4257e43901ccbd5865c62ea481c7a5f5 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/issues): update EXAMPLES

github.com/profclems/glab - 3adffbec8371a447d68c3bdf63470746196b6ca6 authored almost 4 years ago by Leo <[email protected]>
fix(commands/mr/approve): add sigil to denote shell in examples

github.com/profclems/glab - 46cf2b5e51e6ef786d67b97969d8498515963cf4 authored almost 4 years ago by Leo <[email protected]>
fix(commands/mr/rebase): remove alias claimed by mr/merge

github.com/profclems/glab - 53d91317275b7035603ab178eeac29a863dfa8e9 authored almost 4 years ago by Leo <[email protected]>
feat(commands/mr/checkout): add EXAMPLES

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

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

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

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

github.com/profclems/glab - 410d1e9f66b9f7ccbe8303ccfc7c31ffccd0e70c authored almost 4 years ago by Leo <[email protected]>
fix(commands/mr/approve): use a more precise description for --sha

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

github.com/profclems/glab - 04a68f98ab3fdf1b636f537ca6e4cded6cdc7ead authored almost 4 years ago by Leo <[email protected]>
feat(commands/project/fork): add EXAMPLES

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

github.com/profclems/glab - e2c7f2345fbd52d532ce5accd4a57103b6757624 authored almost 4 years ago by Leo <[email protected]>
Merge pull request #537 from maxice8/better-help

feat(commands/issue): add EXAMPLES and ARGUMENTS

github.com/profclems/glab - 631e7d834f466763afa119d9f5e1ebb7979be18b authored almost 4 years ago by maxice8 <[email protected]>
feat(commands/mr): add EXAMPLES and ARGUMENTS

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

github.com/profclems/glab - 74b4f6d2c243c2247c8ed5ee1774d9e3eff96693 authored almost 4 years ago by Leo <[email protected]>
Merge pull request #536 from profclems/help-cleanup

clean up help topics

github.com/profclems/glab - 450c85cc2e15a597b339734d86feeda6eae32a3d authored almost 4 years ago by Clement Sam <[email protected]>
clean up help topics

github.com/profclems/glab - c5d088fd16561cb849f97cb562f6651ee5872016 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #525 from profclems/ch-gitlab-issues

chore(ci): add github action to get GitLab Issues

github.com/profclems/glab - 455dc3895d74426c606d2f1e3a2f9db47470f404 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #535 from profclems/help-feedback

Add feedback topic to help

github.com/profclems/glab - c6d8c66120cd708b0548c62ec57fea9e8c529253 authored almost 4 years ago by Clement Sam <[email protected]>
Add feedback topic to help

github.com/profclems/glab - ed617a915b27e81b9bc779288ec73c95c3e6ecb3 authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #534 from profclems/fix-issue-remote

fix(issue/command): error casting glrepo.Interface to glrepo.Remote

github.com/profclems/glab - e7c6bc256e907b974df155a7f90b97cd28b1d9b8 authored almost 4 years ago by Clement Sam <[email protected]>
fix(issue/command): error casting glrepo.Interface to glrepo.Remote

Folow up to #454

Resolves #533

github.com/profclems/glab - 511af03d633616b089849cd103954affc6dcb5a2 authored almost 4 years ago by Clement Sam <[email protected]>
chore(ci): add github action to get GitLab Issues

github.com/profclems/glab - 575d7d4412f11f1fd8de0d0363a01863904147ae authored almost 4 years ago by Clement Sam <[email protected]>
Merge pull request #532 from maxice8/mrutils-tests

test(commands/mr/mrutils): use correct path in testing

github.com/profclems/glab - 1e6837431c365acd6085668bd6b2a46fee367f33 authored almost 4 years ago by maxice8 <[email protected]>
test(commands/mr/mrutils): test path for GetOpenMRForBranch

github.com/profclems/glab - c18a73d3050f074649894e0cc8147e8ea6a3bcc8 authored almost 4 years ago by Leo <[email protected]>
test(commands/mr/mrutils): test DisplayAllMRs()

github.com/profclems/glab - 8273b9acc15fdcbe99a618ce7e2732d2d0764a1e authored almost 4 years ago by Leo <[email protected]>
test(commands/mr/mrutils): use correct path in testing

github.com/profclems/glab - 41c014e4e787bc5cd0ef1e7fec3185ec7213309b authored almost 4 years ago by Leo <[email protected]>
Merge pull request #531 from maxice8/mrutils-tests

Tests for mrutils

github.com/profclems/glab - 1839a229a7d58245442e4c62e067c06079a21b3d authored almost 4 years ago by maxice8 <[email protected]>
test(commands/mr/mrutils): test MRFromArgsWithOpts()

github.com/profclems/glab - a2d1be3c23d94266e182abde557cfcc75343e2ad authored almost 4 years ago by Leo <[email protected]>
refactor(commands/mr/mrutils): make GetOpenMRForBranch() a variable

so it can be overriden pretty easily

github.com/profclems/glab - eb9f64a93bc980c0050378eacb509f7b9230e0b0 authored almost 4 years ago by Leo <[email protected]>
test(commands/mr/mrutils): test GetOpenMRForBranch()

github.com/profclems/glab - 274d58f0e966a539f549eb655f6196547f4d6793 authored almost 4 years ago by Leo <[email protected]>
refactor(commands/mr/mrutils): use `Select` from the prompt pkg

this allows for mocking which enables us to write tests for this
package

github.com/profclems/glab - e684e29fd9a88e3a0418f2af31f2578b5be96d9f authored almost 4 years ago by Leo <[email protected]>
test(commands/mr/mrutils): test MRCheckErrors()

github.com/profclems/glab - 3226cc41ceace4468792396a3947dd15e572e3eb authored almost 4 years ago by Leo <[email protected]>
refactor(commands/mr/mrutils): adjust unsubscribed message

github.com/profclems/glab - d99a7b2c26b8478eac113d51758eba1b67ab2d11 authored almost 4 years ago by Leo <[email protected]>
test(commands/mr/mrutils): test DisplayMR() and MRState()

github.com/profclems/glab - 1d89a60629e2fde0c4dba31a004293fae3b06420 authored almost 4 years ago by Leo <[email protected]>
Merge pull request #527 from maxice8/respect-labels

Make LabelsPrompt() respect labels and not cache

github.com/profclems/glab - 42a2625b2d59a8763fd53acb6a998aa1013a18ce authored almost 4 years ago by maxice8 <[email protected]>
Merge pull request #529 from maxice8/mr-checkout

feat(commands/mr/checkout): accept OWNER:branch format for MRs

github.com/profclems/glab - 0c688d5191957149f7dc86facf1bba97028cd9e7 authored almost 4 years ago by maxice8 <[email protected]>
feat(commands/mr/checkout): accept OWNER:branch format for MRs

github.com/profclems/glab - 80ffb7326e57bba91981423ea022a2796725ba62 authored almost 4 years ago by Leo <[email protected]>
test(commands/cmdutils): add tests for ConfirmSubmission()

github.com/profclems/glab - 601fe28bb7871b33ce4062bab7cb0d5fa41fb114 authored almost 4 years ago by Leo <[email protected]>
refactor(command/cmdutils): rewrite ConfirmSubmission()

github.com/profclems/glab - 3c4ea9aa2fe73cde26bd7052c549176c1941e41c authored almost 4 years ago by Leo <[email protected]>
test(commands/cmdutils): test API failure in AssigneesPrompt()

github.com/profclems/glab - 316efd4005492ae48366b86b2ec3ede3dcb09749 authored almost 4 years ago by Leo <[email protected]>
chore(ci trace): Remove unused dependency to ciViewCmd

github.com/profclems/glab - 835c39f49999fc2f2db81e41908c0f5c5ee7f5a4 authored almost 4 years ago by Alberts Zemzale <[email protected]>
test(commands/cmdutils): Test LabelsPrompt()

github.com/profclems/glab - 99a43c99e25b8c684bf5f8cfa87bcc4c0ee0224b authored about 4 years ago by Leo <[email protected]>
refactor(commands/cmdutils): rewrite LabelsPrompt()

- Don't cache stuff anymore, Network requests are not very time
consuming.
- If no labels are ...

github.com/profclems/glab - d69a8a66d3e9062e3cb7061b9cad083714e4a296 authored about 4 years ago by Leo <[email protected]>
feat(commands/cmdutils): make LabelsPrompt() respect existing labels

github.com/profclems/glab - 12162b165f31dcd16500e57c152cfaaa554b5361 authored about 4 years ago by Leo <[email protected]>
Merge pull request #518 from maxice8/hostname-validator

Hostname validator

github.com/profclems/glab - 1c17a7d6f677e7e40f3f9af60a3ddc87b8873cd8 authored about 4 years ago by maxice8 <[email protected]>
Merge pull request #520 from maxice8/assignee-easier

more friendly assignees experience

github.com/profclems/glab - 880db389418b3ccf1c9ca810eaae8800b78ba28d authored about 4 years ago by maxice8 <[email protected]>
test(commands/cmdutils): AssigneesPrompt() should respect command flags

github.com/profclems/glab - 2c31afe3db18d1f0d1f73ec7ef38759237da6b2b authored about 4 years ago by Leo <[email protected]>
Merge pull request #523 from profclems/dependabot/go_modules/github.com/jarcoal/httpmock-1.0.7

chore(deps): bump github.com/jarcoal/httpmock from 1.0.6 to 1.0.7

github.com/profclems/glab - 4a8810eac4395f1afffe743597383c241922105d authored about 4 years ago by Clement Sam <[email protected]>
Merge pull request #522 from profclems/dependabot/go_modules/github.com/xanzy/go-gitlab-0.41.0

chore(deps): bump github.com/xanzy/go-gitlab from 0.40.2 to 0.41.0

github.com/profclems/glab - fc07f00d899d091a6851a54c19c387b76776665b authored about 4 years ago by Clement Sam <[email protected]>
test(commands/cmdutils): adapt tests to new AssigneesPrompt()

github.com/profclems/glab - 53c0ae7f16c56f92d4c34823ce0c41776e785a36 authored about 4 years ago by Leo <[email protected]>
refactor(commands/issue/create): use new AssigneesPrompt function

github.com/profclems/glab - b5738220083bc46bb134b0581e5249797d921373 authored about 4 years ago by Leo <[email protected]>
refactor(commands/mr/create): use new AssigneesPrompt

github.com/profclems/glab - e1d68365ed60039f350808afff50fd5a63eb5d18 authored about 4 years ago by Leo <[email protected]>
feat(commands/cmdutils): make AssigneesPrompt() interactive

github.com/profclems/glab - 445b21af73b16c396ec6d9d41b30bed182bc40a7 authored about 4 years ago by Leo <[email protected]>
feat(pkg/api/project): add support for listing project members

github.com/profclems/glab - 88fcd6c7a4b1aa6f686a76baccb320532498884c authored about 4 years ago by Leo <[email protected]>
chore(deps): bump github.com/jarcoal/httpmock from 1.0.6 to 1.0.7

Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.0.6 to 1.0.7.
- ...

github.com/profclems/glab - 426324088252b6d4a8c0fd60f7302b1c50acec00 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/xanzy/go-gitlab from 0.40.2 to 0.41.0

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

github.com/profclems/glab - 50d5aaa1d7d27268f9790c072d3d052095a92625 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #521 from profclems/test-mr-note

test: better tests for `note` on issue and mr

github.com/profclems/glab - 1e525180fd186ad604235465ae02925fea642c2c authored about 4 years ago by Clement Sam <[email protected]>
test: better tests for `note` on issue and mr

- Add more test cases
- Fixed a couple of bugs detected during the test
- Cleaned up unneeded co...

github.com/profclems/glab - 42448ad7eecf44d27f672cae68d49001178bf212 authored about 4 years ago by Clement Sam <[email protected]>
test(commands/auth/login): test official and known external instances

github.com/profclems/glab - d39c4088658530c9182b3cb269954ed8378829a8 authored about 4 years ago by Leo <[email protected]>
refactor(commands/auth/login): use backticks instead of double-quotes

github.com/profclems/glab - d58cc4890106a639739b584fb7d505198fe20e83 authored about 4 years ago by Leo <[email protected]>
Merge pull request #519 from maxice8/use-backticks-for-readability

test(*): use backticks inside strings that use double-quotes

github.com/profclems/glab - 0c73b8d572b6ad74e6b840a0707ca20a92875ca1 authored about 4 years ago by Clement Sam <[email protected]>
test(*): use backticks inside strings that use double-quotes

github.com/profclems/glab - 5d1d4abbed5bdbb78a133050f17e73dd45f23497 authored about 4 years ago by Leo <[email protected]>
test(commands/auth/login): update tests for new hostnameValidator

github.com/profclems/glab - 67597d92ea983ef7068d4386d8f33627240cb582 authored about 4 years ago by Leo <[email protected]>
refactor(commands/auth/login): use regexp match to validate hostname

According to the linux manual[1] a hostname can only be:

```
Valid characters for hostnames are...

github.com/profclems/glab - a31d7118768ef6607ff8412a018eac2741af3931 authored about 4 years ago by Leo <[email protected]>
test(commands/auth/login): add tests for hostnameValidator()

github.com/profclems/glab - 9f9c63ba0595d9f129ebf913b76e099f4ccfa9ca authored about 4 years ago by Leo <[email protected]>
refactor(commands/auth/login): forcefully convert interface to string

github.com/profclems/glab - 37d0b425756b7fa37bf53bbe42b5e7a332bd8d78 authored about 4 years ago by Leo <[email protected]>
Merge pull request #514 from maxice8/config-test

more tests

github.com/profclems/glab - 3ddfad2fec59462649f2335c9d1a66d43550268c authored about 4 years ago by maxice8 <[email protected]>
Merge pull request #513 from maxice8/unassign

Unassign

github.com/profclems/glab - f68a79fb340856b7583cd2f84831580394da2357 authored about 4 years ago by maxice8 <[email protected]>