Commit Graph

2102 Commits (412b89abdff43208dc09a6d769037d6d45f0f33e)
 

Author SHA1 Message Date
Armon Dadgar f2f980f5bc command/lock: First pass at lock
10 years ago
Armon Dadgar 4fef14163d api: Make channels receive only
10 years ago
Ryan Uber 2530e5ff05 agent: test agent rpc unix socket create failure
10 years ago
Ryan Uber b30af9536d Merge pull request #608 from imkira/fixBodyLeak
10 years ago
Mário Freitas f45105383c fixed: requireOK should close Body on error
10 years ago
Mário Freitas f30237a92e Revert "fixed: body not closed for non HTTP 200 responses"
10 years ago
Emil Hessman 376b86e556 README: go get -f requires Go 1.4+
10 years ago
Emil Hessman 74775593d0 Makefile: update dependencies
10 years ago
Ryan Uber 72109ecee1 Merge pull request #615 from ceh/vet-fix
10 years ago
Ryan Uber 9d6e1bf2b1 Merge pull request #614 from ceh/vet-target
10 years ago
Emil Hessman 60011d3e2e command: address vet report in test
10 years ago
Emil Hessman fe54356d61 Makefile: add vet target
10 years ago
Ryan Uber 58806bc7bb command: fix up env var/cli arg precedence and tests
10 years ago
Ryan Uber ba96535cfc Merge pull request #610 from dave-tucker/bug/609
10 years ago
Dave Tucker 18b5ab3539 Don't forget to Shutdown the DNS Server!
10 years ago
Ryan Uber 60bb23c19a Merge pull request #606 from hashicorp/f-maint
10 years ago
Ryan Uber ba2d0fa7e3 agent: maintenance logging + unique service check IDs
10 years ago
Ryan Uber 853cb504d6 website: document node maintenance mode
10 years ago
Ryan Uber 8cf4e9889e agent: test node maintenance mode
10 years ago
Ryan Uber 7748c62d09 agent: node maintenance mode works
10 years ago
Ryan Uber 9ee1e6e858 agent: maintenance mode api's are idempotent
10 years ago
Ryan Uber 8819d71f99 agent: maintenance mode is persistent
10 years ago
Ryan Uber 1f749ce3f2 website: document service maintenance endpoint
10 years ago
Ryan Uber 35c10a902f agent: test http endpoints for maintenance mode
10 years ago
Ryan Uber 3fbb2be6c0 agent: test agent service maintenance mode
10 years ago
Ryan Uber 2973cd9131 agent: first pass at service maintenance mode
10 years ago
Ryan Uber df52ac6bae Merge pull request #612 from hashicorp/f-refactor
10 years ago
Ryan Uber 41ec10a120 command: fix env var reader for HTTP addr
10 years ago
Ryan Uber 7a585d7a9b website: update docs for agent socket options
10 years ago
Ryan Uber f01bb5cf3b agent: error if binding to existing socket file
10 years ago
Ryan Uber 4b635738bf api: simple test for unix socket connectivity
10 years ago
Ryan Uber 56c3e488a9 agent: test socket file overwrite
10 years ago
Ryan Uber e2eff5698e command: style fixes for env addr reading
10 years ago
Ryan Uber 4c3ec248a5 agent: fixing up tests
10 years ago
Ryan Uber bf48651c58 agent: only ignore errors on IsNotExist()
10 years ago
Mário Freitas dafa61ad10 fixed: body not closed for non HTTP 200 responses
10 years ago
Ryan Uber 4675cdf01c agent: beginning refactor
10 years ago
Ryan Uber 36f9924e51 Merge pull request #587 from jefferai/unixlisten
10 years ago
Jeff Mitchell 9fcea08dbb Ensure a socket is created for permissions adjustment tests and fix some
10 years ago
Armon Dadgar e9216fa47d Merge pull request #604 from hashicorp/f-log-cache
10 years ago
Armon Dadgar 1c942386b6 consul: Use new LogCache to improve write throughput
10 years ago
Jeff Mitchell 5a9bcd36ef Update option text to describe how to use Unix listening sockets.
10 years ago
Jeff Mitchell 70dd5a1e81 Unix socket-based HTTP API test functionality. As a consequence this
10 years ago
Jeff Mitchell 32d2c6b848 Add a Unix socket RPC test. I modified some code in the testing library to not make assumptions about the listening socket; all RPC tests still pass. Still to do: Unix socket HTTP test.
10 years ago
Jeff Mitchell 0cc009c480 Remove unnecessary ClientListenerAddr function. Rework config test functions to be cleaner. Start of runtime tests.
10 years ago
Jeff Mitchell 8362e3e9eb Tests for populateUnixSocket. Still need to write tests for the other major function, and basic socket listening tests.
10 years ago
Jeff Mitchell 11a3ce0bdd RPC and HTTP interfaces fully generically-sockified so Unix is supported.
10 years ago
Armon Dadgar c835a04054 Merge pull request #601 from hashicorp/f-api-clean
10 years ago
Armon Dadgar 7ed1449b6c api: Adding Destroy to cleanup a semaphore
10 years ago
Armon Dadgar 9608108e64 api: Adding Destroy to cleanup a lock
10 years ago