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

Delete gitlab-issues-to-github.yml

e5cbfb277bc067159dd31917c0f76469859a5acb authored over 2 years ago by Clement Sam <[email protected]>
Update README.md

2b5f3f5e391bf9b1a9109aae4f2f8d4bd44ce08d authored over 2 years ago by Clement Sam <[email protected]>
announce adoption by GitLab in the readme (#1017)

See #983

e8e55be1963fae9a04d745378cfa3d522895c81b authored over 2 years ago by Clement Sam <[email protected]>
'pipeline ci' is deprecated (#996)

https://github.com/profclems/glab/issues/372

012d68050a3439f7a4a7d5d253874d00d607fff3 authored over 2 years ago by meleu <[email protected]>
Merge pull request #981 from meleu/patch-1

fix broken link to "quick install"

f405b97e8e7948637d9b7999153a4aa3bf8b4a6b authored almost 3 years ago by zemzale <[email protected]>
leftover

8f68350562354e4df906d75f4d7c3674ac05163c authored almost 3 years ago by meleu <[email protected]>
fix broken link to "quick install"

df836a6462a74e9c739dfeb604a65eb92207a412 authored almost 3 years ago by meleu <[email protected]>
Merge pull request #952 from zemzale/feat-snippet-cmd

feat(snippet): Add command for creating snippets

7481d313c3921c7bd733300e17dc60377d7681e0 authored almost 3 years ago by zemzale <[email protected]>
feat(snippet): Add command for creating snippets

This adds a simple snippet creation command. This currently just allows
for creating snippets fr...

73ec6d7debb39981f75496a052c79ade8bbe90ad authored almost 3 years ago by Alberts Zemzale <[email protected]>
Merge pull request #973 from justin-f-perez/patch-1

fix: copypasta errors for `glab issue view --help`

0a739d22fb23146764af56b3185ad4034874365b authored almost 3 years ago by zemzale <[email protected]>
Merge pull request #976 from lpapp/doc-fix-labels

docs: change --labels to --label

2169df6488db969bffc857f2785bf560276770cb authored almost 3 years ago by zemzale <[email protected]>
fix: fix validation for GitLab 14.5 tokens (#971)

c05f1036c840c1dd9f42e56728d1d218b1e84660 authored almost 3 years ago by Eduardo Cardoso <[email protected]>
docs: change --labels to --label

The correct parameter seems to be --label (singular) as opposed to
--labels (plural).

It is a b...

5723818b94706152bcdcb94f9d40bdfa19d248f5 authored almost 3 years ago by Laszlo Papp <[email protected]>
docs: fix copypasta errors for `glab issue view`

* Fix copypasta in CLI `glab issue view --help`

b120f16a4292dac57dc5308f7a2d91a1e79150dc authored almost 3 years ago by justin-f-perez <[email protected]>
Merge pull request #975 from lpapp/issue-974

feat: provide /reviewer quick action

422fa4b17bc41e0f100ee0297a221cbe0d5c5e75 authored almost 3 years ago by zemzale <[email protected]>
feat: provide /reviewer quick action

This is when creating a merge request using the command line option
git mr create --reviewer -w....

545a8c1894de76dfdb72296473c81e9e20ed2df5 authored almost 3 years ago by Laszlo Papp <[email protected]>
Merge pull request #949 from zemzale/feat-time-issue-create

feat(issue): Add time tracking functionality

ce81f277e793ac618f6da773486f1606df2105e4 authored almost 3 years ago by zemzale <[email protected]>
fix(authentication): hostnamevalidator accepts folders (#961)

* fix(authentication): hostnamevalidator accepts folders

- the hostname validator did not acc...

dcb07ca39a3bc9d7b04edd9057e5321da7aafa03 authored almost 3 years ago by a333klm <[email protected]>
fix: Fail with a specific error when unauthenticated (#886)

* fix: Fail with a specific error when unauthenticated

If resolutions fails, return the error...

3c2b1e739924ea07b1bab5cae7af9ae4f2a85a85 authored almost 3 years ago by Calle Pettersson <[email protected]>
Specified Full Package name for winget Installation (#968)

WinGet Install needs full qualified package name:

22e379265ee4f114470e61ac5b8a20830f27ab67 authored almost 3 years ago by Henning Bredenkötter <[email protected]>
Merge pull request #951 from byteknacker/trunk

Change flag which causes errors in some shells

ff1032bb3a77d6efaa0878c88d693586ec4fbc0e authored almost 3 years ago by zemzale <[email protected]>
Make flag verbose for -o of grep command

e7da8f99d0b1042330b727ac61d7ba7b0b42c02b authored almost 3 years ago by Xiangyu John Wu <[email protected]>
Merge pull request #950 from zemzale/feat-snippets-api

feat(api): Add api wrappers for creating snippets

6e92e2753e9acca3260f1361b107f3bc769dba4d authored almost 3 years ago by zemzale <[email protected]>
Change wrong flag

8b8ceca34cdb0b4ba6fc8af5aa29a9d9cf48cb26 authored almost 3 years ago by Xiangyu John Wu <[email protected]>
feat(api): Add api wrappers for creating snippets

This adds two simple API wrappers for creating snippets for the user and
inside the project. Thi...

5429bb7f9df4de4bf96e7917220fe548e0e388ff authored almost 3 years ago by Alberts Zemzale <[email protected]>
feat(issue): Add time spent to create

This adds two more flags for issue create that allow to setup time
estimates and time spent valu...

98ec6d14539099acacad930b23125386c194932a authored almost 3 years ago by Alberts Zemzale <[email protected]>
feat(issue): Add time estimate setting when creating

This moves all the post creation actions into a separate function. This
now includes adding esti...

d8497073a3f78b984d41fd7ba2c4225171fb8da2 authored almost 3 years ago by Alberts Zemzale <[email protected]>
Merge pull request #947 from zemzale/feat-time-api

feat(api): Add issue time wrapper function

93ff2e4c074d293574cc5ae1eba9c362d7c29be2 authored almost 3 years ago by zemzale <[email protected]>
feat(api): Add issue time wrapper function

These are building blocks for adding time tracking functionality for
issues.

Issue #934

a150b459267f74af51e6bc0599d175156eff4475 authored almost 3 years ago by Alberts Zemzale <[email protected]>
fix: Don't show non-templates when asking chosing (#927)

* feat(git): Allow for overriding the TopLevelDir

This would allow us to use a different outp...

a5f4099291e9ce4f2b97493a71b59fdeb232a319 authored almost 3 years ago by zemzale <[email protected]>
feat: add transfer command (#929)

* Add command for transferring repositories

* minor fixes

Co-authored-by: Clement Sam <cle...

127e4df513acf6bb90d315c8cd9629a14ddc9cbb authored almost 3 years ago by Lucas Jenß <[email protected]>
fix: Example of glab ci list --status (#946)

2ccdff909432ed552ffeacaf5297b9064af029bb authored almost 3 years ago by Stéphane Wirtel <[email protected]>
feat: add `repo list` command (#906)

* Add repo list

* Fix title

* Add filters, add ssh urls

* linting

Co-authored-by: Br...

d520bb7f78a265140c28f874bffd9033723c48fc authored almost 3 years ago by cfebs <[email protected]>
goreleaser: witch to `use` instead of `use_buildx` (#944)

use_buildx is deprecated in favor of the more generalist use

https://goreleaser.com/deprecati...

5e0d9dcc76d0f8e647e9a1ee0004971f0c0464af authored almost 3 years ago by Clement Sam <[email protected]>
Add artifact download command (#910)

* feat: add artifact download command

* fix(command/ci/artifact): add error return in functio...

8d152825244c2ab612089e0212276490c57c9180 authored almost 3 years ago by João Pedro Pedroza <[email protected]>
Fix hyperlinks rendering in less (#936)

* Fix hyperlinks rendering in less

* Fix multi-append

* Fix logic of less env

882611d958e639c9e73df010b4c473324f1a3e06 authored almost 3 years ago by LitoMore <[email protected]>
feat(repo/clone): Add options for page and page size (#942)

This adds the missing options for setting page number and page size for
repo clone to allow for...

741a1fcbf1d32eb5b4bd52a41d965a4b2710fd4d authored almost 3 years ago by zemzale <[email protected]>
accept GITLAB_ACCESS_TOKEN (#940)

e018da7a8e43ffe664900392b3edb459e8446293 authored almost 3 years ago by JM <[email protected]>
Merge pull request #938 from alerque/arch-pacman

chore: Correct Arch Linux install command

1963b2e47c88e7def024ceef09c6c9468a1f03e7 authored almost 3 years ago by zemzale <[email protected]>
chore: Correct Arch Linux install command

* Use official package manager (pacman) instead of unsupported AUR
helper / pacman wrapper (ya...

c7c424eab7ca2fe34a1d859984e834e6df8c5467 authored almost 3 years ago by Caleb Maclennan <[email protected]>
docs(update): v1.22.0

75d947036cb631e3fd5ce98188618ccd21b156be authored almost 3 years ago by github-actions <[email protected]>
feat: Add group flag to mr list command (#931)

* feat: Add group flag to mr list command

This adds a flag for listing groups mrs. This works...

612ff864276e848c4cfdef187b5f16f5c52f3c25 authored almost 3 years ago by zemzale <[email protected]>
Merge pull request #937 from BreD1810/arch-readme-update

chore: Update Arch README link to official repos

ecd2c2a27ea4180ffd4419c02e6ff4039d7fc923 authored almost 3 years ago by zemzale <[email protected]>
chore: Update Arch README link to official repos

6d06b6a1655e12ddf4f571d493524b442a27a452 authored almost 3 years ago by Bradley Garrod <[email protected]>
fix: Write aliases to symlink if it exists (#930)

In cases where `aliases.yaml` was smylinked to some other place(dotfiles
for example), it would...

8a98e38ce9bf26813e0af573e41212b702d326be authored about 3 years ago by zemzale <[email protected]>
added push mirror and command (#887)

* added push mirror and command

* reformatted push code to separate from pull mirror

* res...

69fad1fe3feea33dbfb43b3ec9bee317d5408be1 authored about 3 years ago by Nikhil Jagtap <[email protected]>
feature: Read config directory from GLAB_CONFIG_DIR (#921)

When working with many different gitlab instances for different
projects, the global config qui...

e866496799db83a5a5ef939ed78509f3775167c1 authored about 3 years ago by Christian Kampka <[email protected]>
feature: add variable update command (#902)

9b44934c07d1a17d19fd26d5886a752d7cf06a30 authored about 3 years ago by Brady Mitchell <[email protected]>
feat(mr): Only output MR URL to stdout if output is not a TTY (#883)

* feat(mr): Only output MR URL to stdout if output is not a TTY

This enables "glab mr create ...

44287f0f03a03af97d9782a80cf2367d25b6dbf4 authored about 3 years ago by Calle Pettersson <[email protected]>
fix(mr_create/issue_create): add encoding to title and change description encoding (#871)

* fix(mr_create/issue_create): add encoding to title and change description encoding

- Preven...

a16cfe0eabbf53213f4ab411b8d41e15bca1d0e2 authored about 3 years ago by Kartikay Shandil <[email protected]>
fix: add linebreak to check-output msg (#895)

This fix adds a linebreak after the check-update output message.

Co-authored-by: Daniel Buøy-...

0c20a97b7ff4c41a73880abffbb0d622a2080ecd authored about 3 years ago by Spreadcat <[email protected]>
Merge pull request #900 from profclems/deprecate-mr-for

mr: deprecate `mr for` command

13977b1feb0ddb1453b9405f34d1ae052356e934 authored about 3 years ago by zemzale <[email protected]>
mr: deprecate `mr for` command

The `mr for` command works just like create but accepts
issue ID as argument.

It creates a rela...

b2709a54be3eaaf8cee8e9ce6cf6cf2b9d910027 authored about 3 years ago by Clement Sam <[email protected]>
Require Go 1.17+ (#898)

4e9c67384513af0663da1601f329af3b0769672c authored about 3 years ago by Clement Sam <[email protected]>
feature: add variable delete command (#890)

* Move IsValidKey to new variableutils package

* add variable delete command

* remove unne...

af35a7217e3d1083ba41dfd366833aedd9c85574 authored about 3 years ago by Brady Mitchell <[email protected]>
Merge pull request #865 from b4nst/patch-1

fix: weird condition when prompt disabled

83eac0195c87365c98856e0e034fe2985354d93f authored about 3 years ago by zemzale <[email protected]>
Merge pull request #885 from junderhill/trunk

Update docs for `glab pipeline run` to include variables parameter

42db084e8787f0720d03ebed19c83a6dbe2840a9 authored about 3 years ago by zemzale <[email protected]>
Add support for terminal hyperlinks (#852)

* feat: Add ground work for supporting hyperlinks to iostreams

See GH #812

See https://gis...

2eba4de79adec56d3133ec2a8a8489b6eac9d21d authored about 3 years ago by Rob Hoelz <[email protected]>
Update docs for `ci run` to include passing variables

19517918ff236a17616c092b825448f5e5b37a93 authored about 3 years ago by Jason Underhill <[email protected]>
commands/project/create: fix typo

9921a7163c991e71d48f5b5507562ffb1e353094 authored about 3 years ago by Clement Sam <[email protected]>
update dependencies (#884)

74d6d07d790ad75fff0876dbad76f10a4f5b026e authored about 3 years ago by Clement Sam <[email protected]>
fix: allow setting variable without using --value (#881)

c48c53bd326748d7d7a8b9fd03bdd794952ad6cd authored about 3 years ago by Brady Mitchell <[email protected]>
Merge pull request #876 from Spreadcat/weight_issue

fix: obsolete % char for weights

0d47c686086a27da3ac1543db4a63587ea5f1c34 authored about 3 years ago by Clement Sam <[email protected]>
fix: obsolete % char for weights

This change removes the additional %-char that shows up when handing
over a new issue to the git...

4793c88177405975cdc9505096581c48d0527eb6 authored about 3 years ago by Daniel Buøy-Vehn <[email protected]>
Merge pull request #856 from pataar/patch-4

feat(mr update): add `--squash-before-merge` parameter

db39e2a823c1be726badc2242684faeb11203b4d authored about 3 years ago by Clement Sam <[email protected]>
Merge pull request #870 from hoelzro/mr-create-escape-spaces

Escape titles in new MR preview URLs

79a37b43fe78c8336251a6632c812a49ea7fbcdd authored about 3 years ago by Clement Sam <[email protected]>
Merge pull request #869 from EduardBaer/pipeline-pending

fix(ci status): add check for pending pipelines

7ce30c662e216ff6bc931149af9f73637f527779 authored about 3 years ago by Clement Sam <[email protected]>
fix(mr-create): escape titles in new MR preview URLs

Fixes GH #833

4268c9244eaecf63312c246a71b8da99b4ea32f7 authored about 3 years ago by Rob Hoelz <[email protected]>
fix(ci status): add check for pending pipelines

509388bb1bd15ed15773961fda9fe78a0a319668 authored about 3 years ago by EduardBaer <[email protected]>
refactor: rename Squash to SquashBeforeMerge

417073645c610eefcd9a54d78e790fe965903e4a authored about 3 years ago by pataar <[email protected]>
Merge pull request #868 from szemek/ci-retry

feat(command/ci/retry): Add new command to retry CI jobs

f127d7e62540684d0ba422247fe4d1a03ecfc803 authored about 3 years ago by Clement Sam <[email protected]>
Handle invalid job id

dc2328bd632d9b59d0604268749321b197ebe4cd authored about 3 years ago by Przemysław Dąbek <[email protected]>
Apply improvements from code review

c873be698c037cc1dca42f1b0cad84238111eace authored about 3 years ago by Przemysław Dąbek <[email protected]>
feat(command/ci/retry): Add new command to retry CI jobs

cc05f6de3e16d97e06868f04568ee9bb3ce2b7d9 authored about 3 years ago by Przemysław Dąbek <[email protected]>
Merge pull request #867 from TheArchDev/awesome-badge

docs(README): add awesome-go badge to README

1881c260d13d036f1d61cce73443ff69c7eea821 authored about 3 years ago by Clement Sam <[email protected]>
Update README.md

9599678120f16cd1e8f550db24320759ced58e03 authored about 3 years ago by Alex Archer <[email protected]>
Update README.md

Co-authored-by: Clement Sam <[email protected]>

a2d783ca9a9cc3b64962bf8836732c2ec1ed7941 authored about 3 years ago by Alex <[email protected]>
docs(README): add awesome-go badge to README

glab is now listed in awesome-go repo so follow guidance to add badge
https://github.com/avelino...

eacd7940ec6aefd8ff71bde14248e933d33f42f6 authored about 3 years ago by Alex Archer <[email protected]>
fix: weird condition when prompt disabled

2455a822f0ea5be862a44516d16ed9be19b110cc authored about 3 years ago by Banst <[email protected]>
feat(mr update): add --squash parameter

29c08c6a9d565b377f0120282a00e3e0141850c8 authored about 3 years ago by pataar <[email protected]>
Merge pull request #864 from junderhill/pipeline-view-timestamp

fix ci pipeline view incorrect timestamp being used

2e4c14beb28653dd07b8cb31984c0658582393bb authored about 3 years ago by Clement Sam <[email protected]>
Merge pull request #861 from pataar/feature/fix_ci_lint

ci: fix the linter by targeting the pr instead of the pr target

4b740a5d7e04d414343dfcec5bc8c1761d48ea76 authored about 3 years ago by Clement Sam <[email protected]>
fix ci pipeline view incorrect timestamp being used

Fixes #858

b7d7be1d600874e81702dfb90180c3af56b69d23 authored about 3 years ago by Jason Underhill <[email protected]>
ci: fix the linter by targeting the pull request instead of the target

e76db5969cceaa52b7aa8de8a3916c0530cd96c9 authored about 3 years ago by pataar <[email protected]>
Merge pull request #855 from pataar/patch-3

feat(mr create): add `--squash-before-merge` parameter

3d9f97c28ee86721b2f1e6ae009b791945e42261 authored over 3 years ago by Clement Sam <[email protected]>
refactor: rename Squash to SquashBeforeMerge

977e83084c64b3e6f6ad961e5ef29ad404f55a0c authored over 3 years ago by pataar <[email protected]>
Merge pull request #854 from pataar/trunk

feat(mr create): add --reviewer parameter

d8dc78b1c3049681b3eca565f090bf64885ed7cc authored over 3 years ago by zemzale <[email protected]>
Merge pull request #853 from hoelzro/errors-is

chore: use errors.Is instead of error equality

9f45b3a755e6d6c3a7ba126f2bf698ed2ebe3e5c authored over 3 years ago by zemzale <[email protected]>
Merge pull request #857 from pataar/patch-5

docs(template): use different header styles for the PR template

7d2c08d4b2a4dc37a263b29979e3b8b966a44d22 authored over 3 years ago by Clement Sam <[email protected]>
chore: remove colon

db95a737fb8034ef051b4861e065b4a0833e964f authored over 3 years ago by pataar <[email protected]>
docs(template): use different header styles for the Pull Request template

95fe1a204fedf9204ff80f88fd40dad91ec50b56 authored over 3 years ago by pataar <[email protected]>
feat(mr create): add --squash parameter

2f8c15235d97d3edd51f39db49aa151709234413 authored over 3 years ago by pataar <[email protected]>
docs(mr create): remove doc entry as it's automatically generated

5dcdf87cbb9956affefbd986df6e72d2dd9e653a authored over 3 years ago by pataar <[email protected]>
docs(mr create): add --reviewer parameter to docs

3196167bdc368a5ecd3796a0095915ecf111dbf9 authored over 3 years ago by pataar <[email protected]>
feat(mr create): add --reviewer parameter

daf03e1feb16188860b99b5fc4279636c45e1ed7 authored over 3 years ago by pataar <[email protected]>
chore: use errors.Is instead of error equality

This might be needlessly pedantic, but it insulates against potential
future changes in error wr...

7d0992432bf0caca7e1edd76119c9355755b0708 authored over 3 years ago by Rob Hoelz <[email protected]>
Merge pull request #850 from skewerr/add-create-remote-name-flag

Add remoteName flag to glab repo create

5d497fd6d19486762b7b9f2edcb0b24daefd3b89 authored over 3 years ago by Clement Sam <[email protected]>
Merge pull request #848 from drewrisinger/dr-pr-remove-autofill-docs

docs: remove --autofill references

e3ced869edcac4055598cab772c71b9151b9bd89 authored over 3 years ago by Clement Sam <[email protected]>
Merge pull request #851 from szemek/fosshost-logo

docs(readme): update Fosshost.org logo location

8ecf2e01d97e23942e19d085857971fdbceb8f88 authored over 3 years ago by Clement Sam <[email protected]>
Merge pull request #849 from hoelzro/trunk

fix(ci trace): exit normally when prompts are interrupted

277915113ae7b084e9af7b97bffe4101ec4bd068 authored over 3 years ago by Clement Sam <[email protected]>