Skip to content
#

envoyproxy

Here are 114 public repositories matching this topic...

kuma
parkanzky
parkanzky commented Dec 10, 2021

Description

The current code autogeneration uses in-line template strings within the generation script. This leads to complicated escaping and other annoyances. It would be cleaner and simpler to keep the templates in separate files and import them for use within the script.

The generator refers to everything as the same gen type. The different types of code that are generated should be se

codefromthecrypt
codefromthecrypt commented Nov 17, 2021

This part of the makefile could be changed to not write an intermediate file, instead temporarily setting variables like GOARCH and NFPM_VERSION

See https://github.com/goreleaser/nfpm/blob/main/www/docs/configuration.md

build/func-e_linux_%/nfpm.yaml: packaging/nfpm/nfpm.yaml build/func-e_linux_%/func-e
	@mkdir -p $(@D)
	@sed -e 's/amd64/$(*)/g' -e 's/v0.0.1/$(nfpm_version)/g' $< > 
meshery-app-mesh
cpepper96
cpepper96 commented Dec 13, 2021

Current Behavior
Currently the slack.yml is outdated. Also there is no automated way of notifying the slack channel when a "good first issue" has been created.

Desired Behavior
Update slack.yml and add newcomer-alert.yml to the Github workflow.


Resources
Add the updated slack.yml file and the newcomer-alert.yml file to the .github/workflow folder.

Files needed:
h

Improve this page

Add a description, image, and links to the envoyproxy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the envoyproxy topic, visit your repo's landing page and select "manage topics."

Learn more