Ben Johnson
e8a3c313ac
Merge pull request #1638 from molecula/parallelize-restore
...
CORE-640: Parallelize restore command
2021-06-21 15:07:58 -06:00
Todd Gruben
23ba86cbfc
linter fix
2021-06-21 14:15:13 -05:00
Ben Johnson
dad2372a8c
CORE-640: Parallelize restore command
2021-06-18 16:03:38 -06:00
Ben Johnson
e082f6bce0
Merge pull request #1637 from molecula/parallel-backup
...
CORE-639: Parallelize backup
2021-06-15 17:44:17 -06:00
Ben Johnson
3df1f2d094
CORE-639: Parallelize backup
2021-06-15 16:55:05 -06:00
Samir Patel
f5844a0eb3
Merge pull request #1633 from 54mir/reset-cache-on-schema
...
CORE-642 Reset Usage Cache If Outdated On Request
2021-06-15 13:01:58 -05:00
Samir Patel
92ff74c72d
Merge branch 'master' into reset-cache-on-schema
2021-06-15 10:32:43 -05:00
Samir Patel
6b45325ca7
expand comment on duty cycle
2021-06-15 09:37:42 -05:00
Samir Patel
fb11d7f656
Update api.go
...
Co-authored-by: Alan Bernstein <alanaaronbernstein@gmail.com>
2021-06-15 09:17:53 -05:00
Stephanie Yang
25bf4fdaa7
Merge pull request #1636 from molecula/feature/syang/diskusage-lastupdated
...
CLOUD-78: Add 'last updated' info to tables UI
2021-06-14 16:25:22 -05:00
Stephanie Yang
7c89eb8033
add cache refresh copy
2021-06-14 16:02:15 -05:00
Stephanie Yang
9c21f6f109
consistency
2021-06-14 15:49:20 -05:00
Stephanie Yang
b14811b4fe
add UTC time tooltip when hovering ov er relative time
2021-06-14 15:47:09 -05:00
Stephanie Yang
f48d7998e1
add last updated info for disk usage to ui
2021-06-14 15:47:09 -05:00
Stephanie Yang
e4159a1927
fix UI blow up when index disk usage not available
2021-06-14 15:47:09 -05:00
Ben Johnson
ee3a7a845e
Merge pull request #1635 from molecula/backup-dir
...
CORE-638: Refactor backup/restore to use directory archive
2021-06-14 11:03:39 -06:00
Samir Patel
d83a502657
change comment
2021-06-14 11:55:23 -05:00
Samir Patel
bfc90d148d
Merge branch 'reset-cache-on-schema' of github.com:54mir/pilosa into reset-cache-on-schema
2021-06-14 11:53:46 -05:00
Samir Patel
6bdf685471
change waitMultiplier to float64
2021-06-14 11:43:49 -05:00
Samir Patel
11207fc589
Update api.go
...
Co-authored-by: Alan Bernstein <alanaaronbernstein@gmail.com>
2021-06-14 11:12:12 -05:00
Samir Patel
8bf472bb75
add duty cycle config flag
2021-06-14 10:48:52 -05:00
Ben Johnson
73f0668fe1
Refactor backup/restore to use directory archive
2021-06-14 09:43:20 -06:00
Samir Patel
011291f19b
update comments
2021-06-11 11:28:39 -05:00
Samir Patel
76b899ef82
Merge branch 'reset-cache-on-schema' of github.com:54mir/pilosa into reset-cache-on-schema
2021-06-11 11:24:49 -05:00
Samir Patel
b46b5fc134
remove usage-interval flag
2021-06-11 11:16:32 -05:00
Samir Patel
39c9b7c61a
Merge branch 'master' into reset-cache-on-schema
2021-06-10 18:33:33 -05:00
Samir Patel
268e710e69
update comment
2021-06-10 17:36:03 -05:00
Samir Patel
9b11ded9e3
scale refresh rate by last calculation time
2021-06-10 16:30:22 -05:00
Kuba Podgórski
5013204b6d
Merge pull request #1634 from kuba--/core-649
...
[CORE-649]: Add support for timestamps in pg writer
2021-06-10 23:28:05 +02:00
Kuba Podgórski
b218901fae
Add support for timestamps in pg writer
2021-06-10 21:58:08 +02:00
Stephanie Yang
8f3c4705cc
Merge pull request #1631 from molecula/chore/syang/querybuilder-cleanup
...
CLOUD-76: Add support for single codepoint keys for like queries
2021-06-10 11:45:33 -05:00
Samir Patel
a7c24c6745
lock read of lastUpdated
2021-06-10 11:28:23 -05:00
Stephanie Yang
db018e5f41
Add support for single codepoint keys for like queries
2021-06-10 11:03:15 -05:00
Stephanie Yang
1bd872e1f4
make keys optional on RowCallType
2021-06-10 11:03:15 -05:00
Samir Patel
486244ab58
reset cache if outdated on call
2021-06-10 10:48:44 -05:00
Nia
d12e4e9f25
Merge pull request #1632 from niaow/fix-time-keys
...
[CORE-579] Fix batch import of time fields with key translation
2021-06-10 11:29:55 -04:00
Nia Weiss
539d1ffe6b
fix batch import of time fields with key translation
...
Time fields were not listed as a type which could accept key translation, causing the translation code to fail.
This also adds tests for keyed time and mutex fields.
2021-06-10 09:41:59 -04:00
Stephanie Yang
4baffff847
Merge pull request #1630 from molecula/feature/syang/querybuilder-types
...
CLOUD-77: Allow all field types for query builder
2021-06-07 20:19:26 -05:00
Stephanie Yang
90d795cc69
update stringifyRowData tests
2021-06-07 17:23:42 -05:00
Stephanie Yang
cc624a9c18
add support for non-keyed set, time, mutex and decimals
2021-06-07 17:23:42 -05:00
Travis Turner
22d46a8afa
Merge pull request #1623 from molecula/feature/syang/querybuilder-like
...
CLOUD-76: Allow `like` for query builder queries
2021-06-07 17:18:34 -05:00
Stephanie Yang
732040dc80
update like to wrap between % if no wildcard is given
2021-06-07 16:30:39 -05:00
Stephanie Yang
af83e61101
add tests
2021-06-07 16:30:39 -05:00
Stephanie Yang
64c0542c3e
implement 'like' for query builder queries
2021-06-07 16:30:39 -05:00
Nia
e6644d25d2
Merge pull request #1626 from niaow/fix-keys
...
[CORE-579] Standardize key translation on the find and create methods
2021-06-07 16:17:41 -04:00
Kuba Podgórski
118961b911
Merge branch 'master' into fix-keys
2021-06-07 21:21:31 +02:00
Kuba Podgórski
c2a0bba99c
Merge pull request #1629 from kuba--/core-531
...
[CORE-531]: Additional logging for LookupDB connection
2021-06-07 21:16:49 +02:00
Nia Weiss
c2f58f7af0
fix column key translation test
...
It previously checked hardcoded values.
This does not work due to shard width differences.
2021-06-07 14:52:04 -04:00
Nia Weiss
39337fa41b
fix shadowing of require in client internal tests
...
The `require` tool was being shadowed with the outer test's T, causing the testing package to explode sometimes.
2021-06-07 14:52:04 -04:00
Nia Weiss
c0ef297b11
standardize key translation on the find and create methods
...
This migrates existing code from the old TranslateKey(s) endpoints to the newer CreateKeys and FindKeys endpoints.
The CreateKeys and FindKeys endpoints were created previously as the TranslateKeys endpoint had no way to behave sanely when the looked-up key did not exist (the parallel-arrays representation did not have a good way to represent a missing key).
This change also removes the old TranslateKey(s) functions from the translation stores.
It leaves a wrapper emulating the TranslateKey(s) endpoints so that old idk still works for now.
2021-06-07 14:47:52 -04:00