context:data_engineering userId
- search for userId
across all repos related to Data Engineering.context:k8s ingress
- search for anything related to ingresses in your k8’s configs.( context:project1 or context:project2 ) logger\.debug
- search for debug log calls in project1 and project2context
object inside of a declarative config. Repositories can be included / excluded from a search context by specifying the repo’s URL in either the include
array or exclude
array. Glob patterns are supported.
https://gitlab.example.com
with three top-level groups, web
, backend
, and shared
:
web
: For all frontend-related codebackend
: For backend services and shared APIspipelines
: For all CI/CD configurationsRepository URL details
context:web login form
searches for login form code in frontend repositoriescontext:backend auth
searches for authentication code in backend servicescontext:pipelines deploy
searches for deployment configurations-
or combined using or
:
-context:web
excludes frontend repositories from results( context:web or context:backend )
searches across both frontend and backend codeReference