Commit Graph

10 Commits

Author SHA1 Message Date
Alejandro Pedraza d842a97cb2
Update CI and docs to reference `main` branch (#4662)
Files changed:

```
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/cloud_integration.yml
.github/workflows/kind_integration.yml
.github/workflows/release.yml
.github/workflows/static_checks.yml
.github/workflows/unit_tests.yml
BUILD.md
CONTRIBUTING.md
bin/test-scale
bin/win/linkerd.nuspec
```
2020-06-24 12:39:22 -07:00
Kevin Leimkuhler b407196549
Lint all markdown files (#4403)
## Motivation

Necessary lints for #4402

Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
2020-05-19 09:59:26 -07:00
Alex Leong e4f8c76af7
Add more detail to CONTRIBUTING.md about pull request descriptions (#3591)
Signed-off-by: Alex Leong <alex@buoyant.io>
2019-10-16 18:38:16 -07:00
William Morgan 97c65fa1ef clarify DCO in CONTRIBUTING.md (#3232)
Signed-off-by: William Morgan <william@buoyant.io>
2019-08-12 09:51:00 -07:00
Carol A. Scott 45aa10dcc2
Modifying Contribution Guidelines for PRs (#2587)
This PR modifies the Linkerd2 Contribution Guidelines. It adds a request that
PRs include instructions on how to test changes, and to include a screenshot if
there is a UI change.
2019-03-28 16:09:09 -07:00
Kevin Lingerfelt 8fe9e53f67
Remove remaining conduit references in codebase (#1381)
* Remove remaining conduit references in codebase
* Shorten emojivoto config url

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2018-07-31 11:19:34 -07:00
Thomas Rampelberg 74da62f8c0
Update docs to reference Linkerd (#1331)
* Update docs to reference Linkerd

* Review comments
2018-07-17 15:29:46 -07:00
Kevin Lingerfelt 37f8490edb
Update top-level docs to reflect repo rename (#1333)
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2018-07-17 13:42:25 -07:00
Oliver Gould 941cad4a9c
Migrate build infrastructure to linkerd2 (#1298)
This PR begins to migrate Conduit to Linkerd2:
* The proxy has been completely removed from this repo, and is now located at
  github.com/linkerd/linkerd2-proxy.
* A `Dockerfile-proxy` has been added to fetch the most-recently published proxy
  binary from build.l5d.io.
* Proxy-specific protobuf bindings have been moved to
  github.com/linkerd/linkerd2-proxy-api.
* All docker images now use the gcr.io/linkerd-io registry.
* `inject` now uses `LINKERD2_PROXY_` environment variables
* Go paths have been updated to reflect the new (future) repo location.
2018-07-09 15:38:38 -07:00
Kevin Lingerfelt 41e6edfbfb
Add contributing doc and DCO file (#88)
* Add contributing doc and DCO file

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>

* Fix small typos

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2017-12-22 14:54:27 -08:00