Commit Graph

1063 Commits (04fc5c8a452561afc2d097193d1158a719386166)

Author SHA1 Message Date
James Phillips d29af2ddc7
Adds an ACL replication status endpoint.
8 years ago
James Phillips 18b817b575
Hides the acl_replication_token from JSON output, like in /v1/agent/self.
8 years ago
James Phillips d336bdd7b0
Adds basic ACL replication plumbing.
8 years ago
James Phillips 2de8a3f7fb Merge pull request #2207 from grange74/leave-command-args-check
8 years ago
nick.grange e564282d76 add extra check for unexpected args to leave command
8 years ago
James Phillips bd5e5bf19c Adds consul info data into /v1/agent/self endpoint.
8 years ago
James Phillips 2087772297 Fixes startup version print to show the human version.
8 years ago
James Phillips e137f4dafd Adds version info back into the config.
8 years ago
James Phillips cfbe8f430e Merge pull request #2193 from hashicorp/pr-2188-slackpad
8 years ago
James Phillips 129db848c7 Tweaks the docs a bit.
8 years ago
James Phillips 500ea080d2 Removes top-level key support for Circonus configs.
8 years ago
James Phillips b32731d09f Makes sure version is always displayed consistently.
8 years ago
richard.hulm e2f7e825a1 RH: Add revision (if it exists)
8 years ago
matt maier f4525d2582 fix: typo coupled, default token app to "consul", switch submit_interval/SubmitInterval to submission_interval/SubmissionInterval
8 years ago
matt maier fb76256c26 Add Circonus support for Telemetry metrics
8 years ago
richard.hulm 25eeab5e49 Add the version (from config) to the Starting Consul Agent printout
8 years ago
Ryan Uber 5023c4add1 Merge pull request #1847 from mssola/dc-to-datacenter
9 years ago
Ryan Uber ab1654758f Merge pull request #2137 from hashicorp/f-pq-near
9 years ago
Ryan Uber 7fd0c3ce70 agent: parseSource still subs for _agent
9 years ago
Ryan Uber 00819e89de agent: test that DNS passes the agent data through
9 years ago
Ryan Uber 62884a22d4 consul: send agent source data as separate query source
9 years ago
Ryan Uber 104b234dde agent: always pass local agent query source, allow override
9 years ago
Ryan Uber c457ee0075 agent: fix test
9 years ago
Ryan Uber d567d6a6d8 consul: send origin node + dc when executing prepared queries
9 years ago
Ryan Uber 4c1afb1bc6 consul: use the Near field instead of PreferLocal
9 years ago
James Phillips aa1bb5a012 Merge pull request #2131 from hashicorp/b-misc-microoptimizations
9 years ago
Sean Chittenden 32f393b611
Pack Port to be slightly more optimal in terms of struct memory usage.
9 years ago
Sean Chittenden 112f3fd468
Give log reviewers a hint as to which check is failing
9 years ago
Sean Chittenden 56f480a633
Use stable, monotonically increasing port numbers for tests
9 years ago
Ryan Uber 865c264b9c agent: set origin during PQ execution
9 years ago
Sean Chittenden e9a2f5b40c
Chase casting types.CheckID to a string into the state_store.
9 years ago
Sean Chittenden 63adcbd5ef
Revert "Move `structs.CheckID` to a new top-level package, `types`."
9 years ago
Sean Chittenden cbb945e76a
Move `structs.CheckID` to a new top-level package, `types`.
9 years ago
Sean Chittenden f5ab25163e
Move `structs.CheckID` to a new top-level package, `types`.
9 years ago
Sean Chittenden ddbe64a8c8
Float a type balloon. Some strings are square pegs in round holes.
9 years ago
James Phillips 518e122053 Updates web assets to pull in RTT viz.
9 years ago
James Phillips a78b969984 Removes stale scada client and test sections that use (now) unexported fields.
9 years ago
Jeff Mitchell ebf7ea1d75 Use upstream high-level SCADA provider
9 years ago
Nathan Zadoks c4b362d5d2 Parse ACL tokens for the catalog register/deregister endpoints
9 years ago
James Phillips 0f5aabcbbd Merge pull request #2028 from hashicorp/f-atomic-kv
9 years ago
Sean Chittenden 0e34cc3486
Remove completely unused structs
9 years ago
Sean Chittenden 92298e3d02
Speling police
9 years ago
James Phillips 653387637a Reduces the number of operations in a transaction to 64.
9 years ago
James Phillips 778b975e7a Adds a get-tree verb to KV transaction operations.
9 years ago
James Phillips 570d46aa5f Adds some size limiting features to transactions to help prevent abuse.
9 years ago
James Phillips a37bf9de56 Adds a read-only optimized path for transactions.
9 years ago
James Phillips 8a7428e508 Hoists KV processing helper functions up as static functions.
9 years ago
James Phillips 4882a9fe43 De-nests the KV output structure (removes DirEnt member).
9 years ago
James Phillips 960b9d6fb6 Switches to "KV" instead of "KV" for the KV operations.
9 years ago
James Phillips 38d0f6676f Refactors TxnRequest/TxnResponse into a form that will allow non-KV ops.
9 years ago