This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/consul.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 02, 2020
-
-
Daniel Nephin authored
-
Daniel Nephin authored
-
Daniel Nephin authored
Removing EndOfEmptySnapshot, add NewSnapshotToFollow
-
Daniel Nephin authored
proto: add code to convert between protobuf types and structs types
-
Daniel Nephin authored
state: use protobuf Topic and and export payload type
-
John Cowen authored
-
- Oct 01, 2020
-
-
Luke Kysow authored
* Update k8s upgrade docs
-
Paul Banks authored
Add config changes for UI metrics
-
Paul Banks authored
-
R.B. Boyer authored
-
R.B. Boyer authored
-
John Cowen authored
-
John Cowen authored
-
Paul Banks authored
-
Paul Banks authored
-
John Cowen authored
Moves all Route/model hook loading to use Outlet components which listen on route change.
-
- Sep 30, 2020
-
-
R.B. Boyer authored
This really only matters for unit tests, since typically if an agent shuts down its server, it follows that up by exiting the process, which would also clean up all of the networking anyway.
-
Alvin Huang authored
-
Paul Banks authored
-
Paul Banks authored
Also add tests that do catch that error.
-
Paul Banks authored
-
Daniel Nephin authored
Disable codecov annotations in github PRs
-
Daniel Nephin authored
The contents are diff on every change, so it is publishing in a loop
-
Daniel Nephin authored
-
hashicorp-ci authored
-
hashicorp-ci authored
-
hashicorp-ci authored
-
Alvin Huang authored
* add git config for static assets * add commit sha to static-asset auto commit
-
Kenia authored
* Add 'in service mesh ...' to the composite rows in Service List page * Add associated services count to terminating and ingress gateways in Service List page * Update mesh icon in icon-defintion files
-
John Cowen authored
-
- Sep 29, 2020
-
-
Daniel Nephin authored
commit a new bindata file if there are changes
-
Alvin Huang authored
-
Alvin Huang authored
* add check for bindata_assetfs changes * Remove GIT_SHA environment variable * Hardcode in an app version for ember-cli-app-version * change ' to " for CONSUL_UI_SETTINGS_PLACEHOLDER Co-authored-by:
John Cowen <jcowen@hashicorp.com> Co-authored-by:
hashicorp-ci <hashicorp-ci@users.noreply.github.com>
-
John Cowen authored
* ui: Upgrades ember and related to latest 3.20 LTS release * Delete ember-portal related tests As we are running inline and block component tests in the same test an error is raised as we are adding the same named portal twice. Tests were deleted here as they weren't really testing anything anyway
-
Freddy authored
This PR adds some enhancements needed for additional UI functionality related to gateways: * ConnectedWithProxy and ConnectedWithGateway track whether a service is proxied by a gateway or Connect proxy. * GatewayConfig.AssociatedServiceCount tracks the number of service names associated with a gateway The main change is that Internal.ServiceDump now returns a dump of the gateway-services table, and we join the information from both of those on the client side.
-
freddygv authored
-
R.B. Boyer authored
Fixes #8755 Since I was updating the interface, i also added the missing `GetNamespace()`. Depending upon how you look at it, this is a breaking change since it adds methods to the exported interface `api.ConfigEntry`. Given that you cannot define your own config entry kinds, and all of the machinery of the `api.Client` acts like a factory to construct the canned ones from the rest of the module, this feels like it's not a problematic change as it would only break someone who had reimplemented the `ConfigEntry` interface themselves for no apparent utility?
-
- Sep 28, 2020
-
-
Daniel Nephin authored
This change will make it easier to manage goroutine lifecycle from the caller. Also expose EventPublisher from state.Store
-
Daniel Nephin authored
-
Daniel Nephin authored
The subscribe endpoint needs to be able to inspect the payload to filter events, and convert them into the protobuf types. Use the protobuf CatalogOp type for the operation field, for now. In the future if we end up with multiple interfaces we should be able to remove the protobuf dependency by changing this to an int32 and adding a test for the mapping between the values. Make the value of the payload a concrete type instead of interface{}. We can create other payloads for other event types.
-