linkerd2/web/app
Oliver Gould 71ce786dd3
Rename linkerd-proxy-api to linkerd-destination (#2281)
Up until now, the proxy-api controller service has been the sole service
that the proxy communicates with, implementing the majoriry of the API
defined in the `linkerd2-proxy-api` repo. But this is about to change:
linkerd/linkerd2-proxy-api#25 introduces a new Identity service; and
this service must be served outside of the existing proxy-api service
in the linkerd-controller deployment (so that it may run under a
distinct service account).

With this change, the "proxy-api" name becomes less descriptive. It's no
longer "the service that serves the API for the proxy," it's "the
service that serves the Destination API to the proxy." Therefore, it
seems best to bite the bullet and rename this to be the "destination"
service (i.e. because it only serves the
`io.linkerd.proxy.destination.Destination` service).

Co-authored-by: Kevin Lingerfelt <kl@buoyant.io>
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2019-02-15 15:11:04 -08:00
..
__mocks__ Use jest instead of karma for running tests (#1768) 2018-10-15 17:06:35 -07:00
css Don't show the tap icon for requests from sources that are not meshed (#2131) 2019-01-30 14:03:19 -05:00
img Add grafana icon to links, refactor svgs, link to ResourceDetail component (#1482) 2018-08-17 15:12:33 -07:00
js Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
test Reduce webpack bundle size: import lodash by module (#2028) 2019-01-03 13:50:46 -05:00
.babelrc Reduce webpack bundle size: remove react prop types in production builds (#2036) 2019-01-04 16:05:48 -05:00
.eslintrc Fix lodash error on namespace landing page (#2043) 2019-01-04 12:32:46 -08:00
index_bundle.js.lodash.tmpl Hash JS bundle to expire cache (#2058) 2019-01-16 12:59:30 -08:00
package.json Bump lodash dependency to fix security warning (#2235) 2019-02-08 13:09:27 -08:00
webpack-mv-plugin.js Hash JS bundle to expire cache (#2058) 2019-01-16 12:59:30 -08:00
webpack.config.js Fail CI on unlinted js code (#2178) 2019-01-30 15:58:48 -08:00
yarn.lock Bump lodash dependency to fix security warning (#2235) 2019-02-08 13:09:27 -08:00