gitlab-search icon indicating copy to clipboard operation
gitlab-search copied to clipboard

Command line tool to search for contents in GitLab repositories

Results 21 gitlab-search issues
Sort by recently updated
recently updated
newest added

Today i found this nice utility to help search my gitlab instance. However there seems to be a limitation that i can only search through projects directly below a given...

help wanted

The Parameter 'groups' has no influence at the behaviour - it's still searching through all groups (api-level 4) :(

``` > [email protected] prepublish > npm run build > [email protected] build > rimraf dist && bsb -make-world && ncc build lib/js/src/Main.bs.js --out dist bsb: no work to do. bsb: no...

The GitLab.com docs (https://docs.gitlab.com/ee/user/gitlab_com/index.html#gitlabcom-specific-rate-limits) provide a _10 request per minute_ rate limit for "Advanced, project, and group search API (for a given IP address)" So, user-beware. If you have lots...

This pull requests adds a Dockerfile as well as a Github Actions job to push its resultant Docker image into Docker Hub. You can enable this by adding the following...

Hello, I cannot force on port 443, the first request uses the HTTPS protocol on the default port, but from the second request it switches to port 80 ```sh $...

Hello (first of all thanks for this nice little tool!) In large repositories search results list is very very long. It would be good to be able to configure the...

Hi, I recently discovered your project and it does exactly what I'm looking for :) I'm wondering if a JSON output is something you are considering ? It would be...

As we've got a lot of archived projects, and they are often not relevant in searches, it would be really helpful to get a hint in the output if a...

Just tried running setup with a personal access token starting with a minus (`-`): ``` $ gitlab-search setup -superSecretToken error: missing required argument 'personal-access-token' ``` Doesn't seem to recognise that...

bug