GithubHelp home page GithubHelp logo

anyvendor's People

Contributors

ashleywang1 avatar bewebi avatar bslabe123 avatar chunter0 avatar dmitri-d avatar eitanya avatar ilackarms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

anyvendor's Issues

project name is misleading

according to the readme, there's nothing specific to protos about protodep.

can we consider renaming to something more appropriate?

enable vendoring git repos

currently we only support vendoring from go projects specified in go.mod. we should provide a mechanism to vendor any file from any git repo

Manage edge case where anyvendor attempts to import from skv2 and skv2-enterprise

This was initially noticed here: https://github.com/solo-io/gloo-fed/issues/335

What happens is

	anyvendorImports := sk_anyvendor.CreateDefaultMatchOptions([]string{
		"api/**/*.proto",
	})
	anyvendorImports.External["github.com/solo-io/skv2"] = []string{
		"api/**/*.proto",
		"crds/*multicluster.solo.io_v1alpha1_crds.yaml",
	}
	anyvendorImports.External["github.com/solo-io/skv2-enterprise"] = []string{
		"multicluster-admission-webhook/api/multicluster/v1alpha1/*.proto",
	}

^ In the case above, there are times when the result is overwritten by a vendorList that is not correct.

enable patching proto files

a common use case is to vendor proto files and then patch them (e.g. set their go_package option). anyvendor should make it easy for us to match files on globs and then patch them

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.