Alan Bernstein
f758a04e18
Represent zero fields in /schema response as [] instead of null
2021-02-12 19:40:42 -06:00
Matthew Jaffee
421848c86a
Merge pull request #1418 from molecula/fix-lattice
...
update lattice version to correct from accidental downgrade
2021-02-12 16:16:34 -06:00
Matt Jaffee
0e3461e9f4
update lattice version to correct from accidental downgrade
2021-02-12 14:50:10 -06:00
Alan Bernstein
a75c62c90f
Merge pull request #1391 from alanbernstein/field-cardinality
...
CORE-92 Add /schema/details endpoint, which includes field cardinality
2021-02-12 09:38:42 -06:00
Alan Bernstein
882b14444b
Use consistent behavior in test to add queries to transaction
2021-02-11 16:42:30 -06:00
Alan Bernstein
dc6c92771b
Fail entire /schema/details request if one field query fails
2021-02-11 16:42:30 -06:00
Alan Bernstein
2773999190
Simplify response structs
2021-02-11 16:42:30 -06:00
Alan Bernstein
12462886a6
Shorten shard lists in error messages
2021-02-11 16:42:30 -06:00
Alan Bernstein
246c345c49
Eliminate omitempty from /schema/details response type
2021-02-11 16:42:30 -06:00
Alan Bernstein
56c940c6a0
Add /schema/details endpoint, which includes field cardinality computed via Count(Distinct())
2021-02-11 16:42:30 -06:00
Maxton Huff
2e6a8e2030
Merge pull request #1393 from Maxtonian/30trial
...
CORE-140 add draft trial version of molecula
2021-02-11 16:38:53 -06:00
Maxton Huff
f8fc69670c
Merge branch '30trial' of github.com:Maxtonian/pilosa into 30trial
2021-02-11 16:19:09 -06:00
Maxton Huff
b89dae01cc
clarify purpose of trialVersion by changing the name to handleTrialDeadline and adding a doc string
2021-02-11 16:13:04 -06:00
Maxton Huff
d5b96ab5ce
Merge branch 'master' into 30trial
2021-02-11 11:02:21 -06:00
Maxton Huff
136a4b8068
change wording
2021-02-11 11:01:16 -06:00
Maxton Huff
dd8d6ebfb1
Respond to code review feedback
...
change logic in version.go so that the trial related messages only appear on trial versions of molecula
convert Command methods in trial.go to functions and pass a loggerLogger variable instead since that was the only piece of Command being used
add a function named expireAfter which seperately runs similar functionality to what was previously in daily check with chnages directed at stopping users from changing their internal clock date
change variable names and placement to be more readable and organized
2021-02-11 11:01:16 -06:00
Maxton Huff
ddcf9fe1e8
add licence header
2021-02-11 11:01:16 -06:00
Maxton Huff
c973fae6aa
remove remaining release-build-trial
2021-02-11 11:01:16 -06:00
Maxton Huff
c60893a8ee
edit and move trial code from server.go to trial.go and combine release build targets
2021-02-11 11:01:16 -06:00
Maxton Huff
7fd3fc775f
remove test code
2021-02-11 11:01:16 -06:00
Maxton Huff
d02ba32743
alter error output to satisfy test
2021-02-11 11:01:15 -06:00
Maxton Huff
9840ae67e4
remove error return type
2021-02-11 11:01:15 -06:00
Maxton Huff
1dbab1ff92
add draft trial version of molecula
2021-02-11 11:01:15 -06:00
Maxton Huff
d357447673
change wording
2021-02-11 10:59:32 -06:00
Maxton Huff
0f952bb594
Respond to code review feedback
...
change logic in version.go so that the trial related messages only appear on trial versions of molecula
convert Command methods in trial.go to functions and pass a loggerLogger variable instead since that was the only piece of Command being used
add a function named expireAfter which seperately runs similar functionality to what was previously in daily check with chnages directed at stopping users from changing their internal clock date
change variable names and placement to be more readable and organized
2021-02-11 10:36:04 -06:00
Matthew Jaffee
a781d472b8
Merge pull request #1415 from molecula/revert-1412-import-roaring-existence
...
Revert "Update existence field on import-roaring requests"
2021-02-10 18:40:59 -06:00
tgruben
a61ed011fc
Revert "Update existence field on import-roaring requests"
2021-02-10 14:51:11 -06:00
tgruben
a41a65d7bd
Merge pull request #1412 from tgruben/import-roaring-existence
...
Update existence field on import-roaring requests
2021-02-10 13:03:54 -06:00
Todd Gruben
e7f272f37f
updates existence field on importroaring fixes issue (1411)
2021-02-10 12:43:27 -06:00
Maxton Huff
302093035e
add licence header
2021-02-10 12:37:13 -06:00
Maxton Huff
4bcdfcc9a2
remove remaining release-build-trial
2021-02-10 08:21:36 -06:00
Maxton Huff
7ae1599c12
edit and move trial code from server.go to trial.go and combine release build targets
2021-02-09 15:39:32 -06:00
Cody Soyland
f1f7bd6327
Merge pull request #1406 from codysoyland/upgrade-lattice
...
Upgrade lattice
2021-02-09 15:19:04 -06:00
Cody Soyland
0227d8306f
Upgrade lattice
2021-02-09 15:00:11 -06:00
Maxton Huff
c967bc96f4
remove test code
2021-02-05 15:40:55 -06:00
Maxton Huff
f37ec5b425
alter error output to satisfy test
2021-02-05 14:25:57 -06:00
Maxton Huff
fb47cb875a
remove error return type
2021-02-05 13:40:57 -06:00
Maxton Huff
fec0337630
add draft trial version of molecula
2021-02-05 12:16:08 -06:00
Alan Bernstein
8e637cc34a
Merge pull request #1390 from alanbernstein/memory-usage
...
CORE-162 Add memory info to /ui/usage response
2021-02-03 16:36:57 -06:00
Alan Bernstein
6c139935f7
Add memory info to /ui/usage response
2021-02-03 14:18:29 -06:00
nagamocha3000
52ab7e5a99
Merge pull request #1379 from nagamocha3000/fix-core-26
...
Close process on fragment.openStorage error
2021-02-03 19:18:58 +03:00
nagamocha3000
92426a9d1b
Close process on fragment.openStorage error
...
When *fragment.openStorage is invoked in both f.importValue and
f.importValueSmallWrite and it returns an error, this means there's
some underlying error with the storage device and at the point of this
commit, the sane thing to do is to close the process, otherwise the
operation of Pilosa might proceed in an inconsistent state thus
precipiatting other silent but hairy errors along the way such as
dereferencing *fragment.gen later on which is set to nil once
openStorage fails.
2021-02-03 18:47:10 +03:00
Ben Johnson
c75d5553b9
Merge pull request #1373 from molecula/bench
...
Update keyed/unkeyed benchmarks
2021-02-01 14:39:21 -07:00
Ben Johnson
0900e7b9d2
Merge branch 'master' into bench
2021-02-01 14:10:15 -07:00
Cody Soyland
a057cc9899
Merge pull request #1375 from codysoyland/duration-header
...
CORE-27 Add duration header to all gRPC query results
2021-02-01 11:55:55 -06:00
Cody Soyland
0e22ed71cc
Fix instances of context.Background that need mocked context
2021-02-01 11:40:45 -06:00
Cody Soyland
c30e3f0c2d
Move duration header to fix error handling
2021-02-01 11:40:45 -06:00
Cody Soyland
e2331372d8
Handle errors
2021-02-01 11:40:45 -06:00
Cody Soyland
367425bba1
Add duration header to all gRPC query results
2021-02-01 11:40:43 -06:00
Alan Bernstein
51e41ee6b2
Merge pull request #1331 from alanbernstein/field-usage
...
Show disk usage broken down by field and keys
2021-02-01 11:31:29 -06:00