kodiakhq[bot]
9c365a1aae
Merge pull request #3099 from influxdata/jpg/unused-deps
...
fix: Remove unused dependencies
2021-11-15 08:32:48 +00:00
kodiakhq[bot]
641ee156ce
Merge branch 'main' into jpg/unused-deps
2021-11-15 08:25:04 +00:00
kodiakhq[bot]
c3c8b3e3ee
Merge pull request #3086 from influxdata/crepererum/issue3075b
...
refactor: align HTTP error handling w/ cloud 2
2021-11-15 08:24:46 +00:00
kodiakhq[bot]
d5d07b6eeb
Merge branch 'main' into crepererum/issue3075b
2021-11-15 08:17:16 +00:00
Jake Goulding
d20b7ca390
fix: Remove unused dependencies
...
Thanks, `cargo udeps`!
2021-11-12 16:42:02 -05:00
kodiakhq[bot]
b46bb867b7
Merge pull request #3038 from influxdata/cn/disown
...
feat: Database disown API
2021-11-12 20:01:01 +00:00
Carol (Nichols || Goulding)
48f36fab1f
fix: Box an error so the enum variants don't differ greatly in size
2021-11-12 14:53:07 -05:00
kodiakhq[bot]
376471591f
Merge branch 'main' into cn/disown
2021-11-12 19:31:03 +00:00
Carol (Nichols || Goulding)
46c96940f0
feat: Improve log messages to be more specific
...
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-11-12 14:21:44 -05:00
Carol (Nichols || Goulding)
63ee5b8317
fix: Shut down databases before deleting or disowning them
2021-11-12 13:37:24 -05:00
Carol (Nichols || Goulding)
56c16414a1
fix: Use shared application time rather than passing in a timestamp
2021-11-12 11:32:02 -05:00
Carol (Nichols || Goulding)
315cc3836b
fix: Combine checks of the database state
2021-11-12 11:17:17 -05:00
Carol (Nichols || Goulding)
8bdfb253ce
fix: Remove context from disown operation
2021-11-12 11:10:20 -05:00
kodiakhq[bot]
76d12f6916
Merge pull request #3093 from influxdata/crepererum/fix_perf_image
...
fix: `perf_image` docker ignore
2021-11-12 15:13:53 +00:00
kodiakhq[bot]
41e74f0d43
Merge branch 'main' into crepererum/fix_perf_image
2021-11-12 15:05:09 +00:00
Carol (Nichols || Goulding)
815347b18a
fix: Disown in the disown tests, not delete
2021-11-12 09:47:25 -05:00
Marco Neumann
fd9834f8bc
fix: `perf_image` docker ignore
2021-11-12 12:50:01 +01:00
kodiakhq[bot]
f12153a93e
Merge pull request #3092 from influxdata/crepererum/fix_router_client_exports
...
fix: also export `write_buffer` gRPC types from router client
2021-11-12 11:39:37 +00:00
kodiakhq[bot]
91667c7637
Merge branch 'main' into crepererum/fix_router_client_exports
2021-11-12 11:31:48 +00:00
kodiakhq[bot]
6dada5f215
Merge pull request #3081 from influxdata/crepererum/smaller_binaries
...
chore: faster and smaller IOx binaries
2021-11-12 11:24:43 +00:00
kodiakhq[bot]
49cfa046bb
Merge branch 'main' into crepererum/smaller_binaries
2021-11-12 11:17:09 +00:00
Marco Neumann
f3d4b27358
fix: also export `write_buffer` gRPC types from router client
...
This is required to construct a write-buffer-based router config.
2021-11-12 12:13:50 +01:00
kodiakhq[bot]
a746aa05bc
Merge pull request #3088 from influxdata/crepererum/server_mode_per_env_var
...
chore: allow image server mode to be chosen via env var
2021-11-12 09:46:38 +00:00
Marco Neumann
053afac5e9
chore: allow image server mode to be chosen via env var
2021-11-12 09:55:44 +01:00
Carol (Nichols || Goulding)
84a5df44e3
fix: Let structopt handle parsing Uuid
2021-11-11 14:37:19 -05:00
kodiakhq[bot]
5247fee979
Merge pull request #3085 from influxdata/er/docs/readme
...
docs: add build instructions for Apple Silicon
2021-11-11 18:26:21 +00:00
kodiakhq[bot]
f6d8bc03bf
Merge branch 'main' into er/docs/readme
2021-11-11 18:18:46 +00:00
Edd Robinson
ec992eb2cd
docs: fix markdown style issues
2021-11-11 18:16:40 +00:00
Raphael Taylor-Davies
da7ba511b2
feat: remove legacy per-line partitioning logic ( #3087 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-11-11 16:50:42 +00:00
Carol (Nichols || Goulding)
2b8f0b7eeb
fix: Don't hardcode timestamp in restore code
2021-11-11 11:44:19 -05:00
kodiakhq[bot]
a54828fdcd
Merge pull request #3048 from influxdata/jpg/restore-uuid-bytes
...
fix: Store the restore database UUID as bytes instead of as a string
2021-11-11 15:42:00 +00:00
kodiakhq[bot]
95c46e58bc
Merge branch 'main' into jpg/restore-uuid-bytes
2021-11-11 15:34:23 +00:00
Carol (Nichols || Goulding)
19d5200d1c
test: Make assertion more concise and avoid an allocation, thank you clippy
2021-11-11 09:56:43 -05:00
Raphael Taylor-Davies
79497b7961
refactor: remove unused once ( #3083 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-11-11 13:59:03 +00:00
Marco Neumann
3667cb36fa
refactor: align HTTP error handling w/ cloud 2
...
Streamline HTTP error by using the same representation as cloud 2. Also
ensure that only internal server errors result in an error-level log
entry.
Fixes #3075 .
2021-11-11 14:48:50 +01:00
Raphael Taylor-Davies
6f268f8260
refactor: extract DML types ( #2731 ) ( #3084 )
...
* refactor: extract DML types (#2731 )
* chore: fmt
2021-11-11 12:34:07 +00:00
Edd Robinson
6a54a91db6
docs: add alternative protoc build instructions
2021-11-11 12:19:11 +00:00
Edd Robinson
fc7306c4f9
docs: add supported platforms
2021-11-11 12:06:56 +00:00
kodiakhq[bot]
c0660aaa22
Merge pull request #3082 from influxdata/crepererum/issue537
...
ci: run clippy for all features
2021-11-11 09:55:53 +00:00
Marco Neumann
f0136e9791
ci: run clippy for all features
...
This indeed fixes some issues in our object store implementation.
Closes #537 .
2021-11-11 10:48:21 +01:00
kodiakhq[bot]
2b0ffb28ad
Merge pull request #3077 from influxdata/crepererum/router_write_http_done
...
feat: HTTP write interface for new router
2021-11-11 08:29:28 +00:00
Carol (Nichols || Goulding)
7e13cb77ac
feat: add transactions for context to database owner info on disown
2021-11-10 16:49:32 -05:00
Carol (Nichols || Goulding)
fb7bde527f
feat: Implement disown in Server and Database
2021-11-10 16:49:32 -05:00
Carol (Nichols || Goulding)
489fad0040
feat: Add disown database to the gRPC API
2021-11-10 16:49:31 -05:00
Carol (Nichols || Goulding)
b1e81186d3
feat: Add disown database commands to the database CLI
2021-11-10 16:49:31 -05:00
Carol (Nichols || Goulding)
e160954b57
refactor: Extract functions for creating and updating owner info to match the fetching function
2021-11-10 16:49:31 -05:00
Carol (Nichols || Goulding)
d42c890333
refactor: Extract a function for reading a database's owner file
2021-11-10 16:49:31 -05:00
Carol (Nichols || Goulding)
d4d52de8b7
docs: Correct copypasta comment
2021-11-10 16:49:31 -05:00
Carol (Nichols || Goulding)
81e5c33a72
fix: Make error handling match a bit nicer to read and more consistent
2021-11-10 16:49:31 -05:00
Carol (Nichols || Goulding)
bebb95830a
fix: Make create database CLI output consistent with delete database CLI output
2021-11-10 16:49:31 -05:00