Mahesh Arumugam
abb9b930bf
Merge pull request #1662 from molecula/rowcache-race-again
...
need to create rowCache lock at the top... otherwise it does nothing
2021-07-20 11:06:38 -07:00
Matthew Jaffee
0d7f1c49c4
need to create rowCache lock at the top... otherwise it does nothing
2021-07-20 12:15:35 -05:00
Matthew Jaffee
e42c96e996
Merge pull request #1661 from molecula/other-client-rowCache-race
...
fix other batch client rowCache race
2021-07-20 11:06:05 -05:00
Matthew Jaffee
d2e8c5f773
fix other batch client rowCache race
2021-07-20 10:36:17 -05:00
Matthew Jaffee
e450099579
Merge pull request #1660 from molecula/client-batch-race
...
Fix data race in batch import client by adding locking around rowCache
2021-07-20 09:40:28 -05:00
Matthew Jaffee
11686cac97
add locking around rowCache to avoid data race
2021-07-20 09:00:49 -05:00
Mahesh Arumugam
547d74b0fc
Merge pull request #1658 from molecula/ma/cloud-109
...
CLOUD-109 FeatureBase Renaming: changing go.mod module name for featurebase
2021-07-19 15:33:10 -07:00
Mahesh Arumugam
bce6d91618
Merge branch 'master' into ma/cloud-109
2021-07-19 14:42:36 -07:00
Travis Turner
695cb10986
Merge pull request #1656 from travisturner/rename-binary
...
Rename pilosa binary to featurebase
2021-07-19 16:15:59 -05:00
Mahesh Arumugam
44a5e68b3e
fix build issue
2021-07-19 13:47:47 -07:00
Mahesh Arumugam
c14c6afbd3
Merge branch 'master' into ma/cloud-109
2021-07-19 13:27:17 -07:00
Travis
7e718743d2
Rename pilosa binary to featurebase
2021-07-19 15:27:14 -05:00
tgruben
eb9adcdec3
Merge pull request #1657 from tgruben/migrate-to-rbf
...
[ CORE-733] Migration tool for rbf
2021-07-19 15:08:50 -05:00
Mahesh Arumugam
f51fd2351c
Merge branch 'master' into ma/cloud-109
2021-07-19 12:40:35 -07:00
Mahesh Arumugam
faf1f93071
fix clustertests
2021-07-19 12:33:22 -07:00
Mahesh Arumugam
a021412d00
fix clustertests
2021-07-19 12:17:59 -07:00
tgruben
fb7f8a69ea
Merge branch 'master' into migrate-to-rbf
2021-07-19 13:05:16 -05:00
Todd Gruben
be0789beb3
use filepath.join
2021-07-19 12:55:39 -05:00
Todd Gruben
bc0c98cca7
applied ben's suggestions
2021-07-19 12:34:43 -05:00
Alan Bernstein
c1cd1d7e4f
Merge pull request #1648 from molecula/usage-disable
...
CORE-730 Add logging for and allow disabling usageCache
2021-07-19 11:58:57 -05:00
Mahesh Arumugam
858f889745
FeatureBase Renaming: changing go.mod module name for featurebase
2021-07-19 09:20:30 -07:00
Todd Gruben
023d05aaf9
linter fix
2021-07-16 14:22:14 -05:00
Todd Gruben
3c9e1c74af
phase 1 complete all data migrated
2021-07-16 13:44:18 -05:00
Alan Bernstein
6415067200
Make duration print format more readable
2021-07-15 14:22:17 -05:00
Alan Bernstein
60f2893152
Add usageCache logging
2021-07-15 14:22:17 -05:00
Alan Bernstein
46df93c521
Unindent
2021-07-15 14:22:17 -05:00
Alan Bernstein
f1e12567a3
Define some constants for usageCache
2021-07-15 14:22:17 -05:00
Alan Bernstein
b7898b0a22
Allow usage-duty-cycle < 20%, and 0 disables
2021-07-15 14:22:17 -05:00
Stephanie Yang
153dea6e1d
Merge pull request #1655 from molecula/bug/syang/query-console-drop-table
...
CLOUD-137: Wrap field and table names in backticks for sql queries
2021-07-13 17:36:19 -05:00
Stephanie Yang
fa6e179193
handle table-name.field-name syntax sql in console
2021-07-13 14:05:09 -05:00
Stephanie Yang
97ee1b91ef
wrap field and table names in backticks for sql queries
2021-07-13 14:05:09 -05:00
Mahesh Arumugam
12fd95d8cf
Merge pull request #1651 from molecula/ma/cloud-110
...
CLOUD-110 FeatureBase Renaming
2021-07-13 09:43:32 -07:00
Mahesh Arumugam
2cec88e19d
Merge branch 'master' into ma/cloud-110
2021-07-13 09:10:36 -07:00
Travis Turner
3bb2b2ff2b
Merge pull request #1653 from travisturner/metric-names
...
[CLOUD-108] Update metric names to use "featurebase" prefix
2021-07-12 23:55:53 -05:00
Travis
4b494c3ec3
Update metric names to use "featurebase" prefix
...
If the `--future.rename` flag is set (to true), this commit will cause
metric names to be prefixed with "featurebase" instead of "pilosa".
2021-07-12 17:51:59 -05:00
Mahesh Arumugam
9958e123fb
Merge branch 'master' into ma/cloud-110
2021-07-12 15:02:54 -07:00
Alan Bernstein
9c2454e452
Merge pull request #1654 from molecula/fix-changelog-check
...
CLOUD-113 Rename repository in github API call
2021-07-12 15:01:29 -07:00
Alan Bernstein
27995ffb7b
Rename repository in github API call
2021-07-12 14:43:35 -07:00
Mahesh Arumugam
48fcb3a198
FeatureBase renaming: version info in server log
2021-07-12 12:25:43 -07:00
Mahesh Arumugam
2f31ef17e2
VersionInfo
2021-07-09 19:45:54 -07:00
Mahesh Arumugam
eb1cc304cf
FeatureBase Renaming: EnvPrefix
2021-07-09 14:52:40 -07:00
Travis Turner
1f04a8d1fe
Merge pull request #1650 from travisturner/cloud-124
...
[CLOUD-124] Add feature flag --future.rename to support rename to FeatureBase
2021-07-08 14:43:19 -05:00
Travis Turner
1809636319
improve help text
...
Co-authored-by: Alan Bernstein <alanaaronbernstein@gmail.com>
2021-07-08 13:53:06 -05:00
Travis
3c7ee11ff3
Add feature flag --future.rename to support rename to FeatureBase
...
This commit adds a `Future` scope to the configuration options, and for
the time being includes a single flag within that scope: `rename`.
Usage:
--future.rename
The value is a boolean available internally at: m.Config.Future.Rename
2021-07-08 13:18:43 -05:00
Stephanie Yang
c9cb87130d
Merge pull request #1645 from molecula/feature/syang/groupby-sort
...
CLOUD-60: Add ability to sort when building GroupBy queries
2021-07-05 22:30:38 -05:00
Stephanie Yang
9c8b272bb0
fix secondary sort field for sum case
2021-07-02 16:10:10 -05:00
Stephanie Yang
986f1f1d0f
clear sort when resetting
2021-07-02 16:10:10 -05:00
Stephanie Yang
46016fce4a
add sort option to GroupBy query builder
2021-07-02 16:10:10 -05:00
Stephanie Yang
383b0a69d1
fix group by fields stuff
2021-07-02 16:10:10 -05:00
tgruben
37bb8dee0e
Merge pull request #1649 from tgruben/fix-backup
...
change alpine install to ubuntu
2021-07-02 15:03:21 -05:00