var repo = "https://github.com/username/mysuperrepo.git"
cmd := exec.Command("git", "clone", repo)
err := cmd.Run()
if err != nil {
// something went wrong
}
Arquivo da tag: Git
Show the current git commit hash as /version in your rails app
Show the current git commit hash as /version in your rails app
https://github.com/darrinholst/git-version
1 forks.
4 stars.
1 open issues.
Recent commits:
- specify MIT, Darrin Holst
- Update README.md, Darrin Holst
- retrieve version from version.txt if it's available, Darrin Holst
- use a generator to generate the identity file, Darrin Holst
- Update README.md, Darrin Holst
Trocando usuário e email em commits do Git
Development Log file exceeds GitHub’s file size limit, even after deleting file
LINKS: Kubernetes CI/CD
Flux v1: Getting started with Flux and the Helm Operator
https://github.com/fluxcd/flux-get-started
2.678 forks.
148 stars.
4 open issues.
Recent commits:
- Merge pull request #63 from dholbach/archive-note, GitHub
- add note about flux v2 before we archiveSigned-off-by: Daniel Holbach <daniel@weave.works>, Daniel Holbach
- Merge pull request #62 from jozala/patch-2Update requirements.lock for ghost, GitHub
- Update requirements.lock to avoid 'requirements.lock is out of sync with requirements.yaml'Signed-off-by: Mariusz Józala <mariusz@jozala.com>, Mariusz Józala
- Merge pull request #60 from jozala/patch-1Point to new location of stable Helm charts for Ghost requirements, GitHub
Drone is a Container-Native, Continuous Delivery Platform
https://github.com/drone/drone
2.211 forks.
22.575 stars.
69 open issues.
Recent commits:
- Merge pull request #3070 from tphoney/docs_for_local_development [ci skip](docs) adding instructions for local development setup, GitHub
- (docs) adding instructions for local development setup, tphoney
- copy over standard contributing.md file [CI SKIP], GitHub
- Merge pull request #3062 from prune998/prune/aws-sdk-updatebumped aws-go-sdk version, GitHub
- bumped aws-go-sdk version, prune
Easy and Repeatable Kubernetes Development
https://github.com/GoogleContainerTools/skaffold
1.137 forks.
10.986 stars.
393 open issues.
Recent commits:
- Update grpc.md (#5461)* Update grpc.md* modify templateCo-authored-by: gsquared94 <gaghosh@google.com>, GitHub
- add validation to ensure image names are unique (#5462)* add validation to ensure image names are unique* Update pkg/skaffold/schema/validation/validation.goCo-authored-by: Brian de Alwis <bsd@acm.org>* Update pkg/skaffold/schema/validation/validation.goCo-authored-by: Brian de Alwis <bsd@acm.org>* Update pkg/skaffold/schema/validation/validation.goCo-authored-by: Brian de Alwis <bsd@acm.org>* Update pkg/skaffold/schema/validation/validation.goCo-authored-by: Brian de Alwis <bsd@acm.org>Co-authored-by: Brian de Alwis <bsd@acm.org>, GitHub
- fix: use reflection in `GetYamlTags` instead of manipulating strings (#5453)* fix: use reflection in `GetYamlTags` instead of manipulating strings* return lowercase field name when yaml tag missing or key is empty* rename function* empty yaml key for unexported field; add test* rename test, GitHub
- fix logic that set absolute paths in the parsed configuration (#5452), GitHub
- Add support for no-option-value; surface per-option-defaults (#5447)* Add support for no-option-value; surface per-option-defaults- add support for pflag's NoOptDefVal for options that transition from being a boolean to a flag-with-values- create individual pflag instances for each command so that per-command defaults are surfaced in the help text* fix default value for –enable-rpc for `debug` too* remove unnecessary flag usage defaults text* fix debug_test for change to enable-rpc default :smh:* hack/generate-man.sh, GitHub
A service that analyzes docker images and applies user-defined acceptance policies to allow automated container image validation and certification
https://github.com/anchore/anchore-engine
203 forks.
1.172 stars.
189 open issues.
Recent commits:
- requirements: bump jsonschema to avoid legacy validator import issues (#921)* requirements: bump jsonschema to avoid legacy validator import issuesSigned-off-by: Alfredo Deza <adeza@anchore.com>* tests: change previous invalid schema for integers/floatsAccording to draft-6 which the new jsonschema supports 1.0 is consideredan integer. Relevant doc from the draft:In draft-04, "integer" is listed as a primitive type and defined as “a JSON number without a fraction or exponent part”; in draft-06, "integer" is not considered a primitive type and is only defined in the section for keyword "type" as “any number with a zero fractional part”; 1.0 is thus not a valid "integer" type in draft-04 and earlier, but is a valid "integer" type in draft-06 and later; note that both drafts say that integers SHOULD be encoded in JSON without fractional partsLink https://json-schema.org/draft-06/json-schema-release-notes.htmlSigned-off-by: Alfredo Deza <adeza@anchore.com>, GitHub
- Merge pull request #900 from Vijay-P/vpillai/issue#899enforce python version and remove typing backport for versions < 3.8, GitHub
- enforce python version and remove typing backportSigned-off-by: Vijay Pillai <vijay.pillai@anchore.com>, Vijay Pillai
- Merge pull request #897 from anchore/zb-update-max-image-size-docsUpdated docs for max image size to have its own page, GitHub
- Merge branch 'master' into zb-update-max-image-size-docs, GitHub
Vulnerability Static Analysis for Containers
https://github.com/quay/clair
932 forks.
7.557 stars.
20 open issues.
Recent commits:
- docs: update cli referencesync up cli referencesSigned-off-by: ldelossa <ldelossa@redhat.com>, Louis DeLosSantos
- introspection: implement prometheus httpthis commit implements promethemeus metrics and removes OTEL usage formetrics.dogstatd metrics are now deprecated infavor of conforming on prometheusmetrics.Signed-off-by: ldelossa <ldelossa@redhat.com>, Louis DeLosSantos
- docs: fix psk related config referencesSigned-off-by: ldelossa <ldelossa@redhat.com>, Louis DeLosSantos
- client: fix panic on request failureFixes the worst of #1186Signed-off-by: Hank Donnay <hdonnay@redhat.com>, Hank Donnay
- clairctl: Add subpath to clairctlAllows clairctl to connect to clair, which is located behind an http-subpath of the ingressSigned-off-by: Florian Hopfensperger <florian.hopfensperger@de.ibm.com>, Hank Donnay
Kubernetes Operational View – read-only system dashboard for multiple K8s clusters
https://github.com/hjacobs/kube-ops-view
219 forks.
1.703 stars.
81 open issues.
Recent commits:
- moved to codeberg.org, GitHub
- Feature: Add cluster name in text field (#271)* Add cluster name in text field* Change double quote to single quote, GitHub
- Use -k since we are using Kustomization (#272), GitHub
- Add ROUTE_PREFIX parameter for working with reverse proxies. (#256)* Add ROUTE_PREFIX parameter for working with reverse proxies.* [flake8/E304] remove blank line after function decoder* Add APPLICATION_ROOT and use route_prefix in requests.* [black/code-styling] use double quotes instead of single.* handle right events url depending route path* properly handle redirects* [flake8] remove unused module, fix styling issuesCo-authored-by: Henning Jacobs <henning@jacobs1.de>, GitHub
- Bump elliptic from 6.5.2 to 6.5.3 in /app (#267)Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.- [Release notes](https://github.com/indutny/elliptic/releases)- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2…v6.5.3)Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, GitHub
This is a place for various problem detectors running on the Kubernetes nodes.
https://github.com/kubernetes/node-problem-detector
335 forks.
1.345 stars.
30 open issues.
Recent commits:
- Merge pull request #538 from abansal4032/configure-log-patternFix for flaky unit test in health checker, GitHub
- Fix for flaky unit test in health checkerThe unit test was dependent on the order of map iteration. Changed tousing sorted keys while iterating., Archit Bansal
- Merge pull request #530 from goushicui/masteradd memory read error, GitHub
- Merge pull request #534 from jeremyje/docsAdd instructions for developing NPD on Windows, GitHub
- Merge pull request #536 from abansal4032/configure-log-patternMake log pattern check configurable in health checker, GitHub