Ben Johnson
8e49332b25
Add distributed tracing.
2018-11-21 15:08:33 -06:00
Yuce Tekol
fc231ff802
Fixes #1731
2018-11-08 17:01:05 +03:00
Travis Turner
caf8e06712
add clear functional option for imports
2018-10-23 17:37:57 -05:00
Cody Soyland
2394d36108
Adjust tests, fix 32-bit config
2018-09-19 13:30:22 -05:00
Yuce Tekol
1ad5bf20d2
Adds more tests; better help text; updated defaults for cache type, size
2018-09-06 23:19:10 +03:00
Yuce Tekol
81f126dd34
Added field options to pilosa import
2018-09-06 17:04:07 +03:00
Yuce Tekol
4efd11bb1f
Merge branch 'master' into 1570-import-cmd-keys-options
2018-09-05 22:59:13 +03:00
Yuce Tekol
48bd76b967
Removed --string-keys option from pilosa import
2018-09-05 22:58:23 +03:00
Yuce Tekol
fe1208ac65
Fix std{in,out,err} in export cmd
2018-09-05 17:37:44 +03:00
Yuce Tekol
7b872e00cb
Implements #1570
2018-09-05 17:10:56 +03:00
Yuce Tekol
480c853a3e
Use passed stdin, stdout and stderr in the cmd package. Fixes #1538
2018-09-05 16:23:31 +03:00
Travis Turner
2f892e5e80
change string-keys DEPRECATED message to REMOVED
2018-08-15 14:55:02 -05:00
Travis Turner
6a327a26fe
add deprecation warnings for --string-keys flag
2018-08-15 10:31:27 -05:00
Ben Johnson
a31a08c330
Support keys on import CLI.
2018-08-14 09:32:39 -05:00
Cody Soyland
f01d850b17
Fix linter issues: gosimple
2018-07-20 09:06:43 -05:00
Cody Soyland
0b86bbb4f5
Fix linter issues: gochecknoinits
2018-07-18 11:58:27 -05:00
Cody Soyland
f9625ef4fa
Fix linter issues: unparam
2018-07-17 12:05:07 -05:00
Cody Soyland
c464e0fe64
Fix linter issues: gofmt
2018-07-16 16:45:42 -05:00
Cody Soyland
73a7588e1b
Unexport cmd.NewServeCmd
2018-07-05 23:11:56 -05:00
Cody Soyland
18fd2e14c5
Unexport cmd.NewInspectCommand
2018-07-05 23:11:56 -05:00
Cody Soyland
c86758e998
Unexport cmd.NewImportCommand
2018-07-05 23:11:56 -05:00
Cody Soyland
4ec7a05524
Unexport cmd.NewGenerateConfigCommand
2018-07-05 23:11:56 -05:00
Cody Soyland
da4e3b0e14
Unexport cmd.NewExportCommand
2018-07-05 23:11:56 -05:00
Cody Soyland
b42c24eace
Unexport cmd.NewConfigCommand
2018-07-05 23:11:56 -05:00
Cody Soyland
004f1c7df1
Unexport cmd.NewCheckCommand
2018-07-05 23:11:56 -05:00
Cody Soyland
1d941efbb2
Unexport cmd.Inspector
2018-07-05 23:11:56 -05:00
Cody Soyland
35ae352599
Unexport cmd.GenerateConf
2018-07-05 23:11:56 -05:00
Cody Soyland
618f6c8af4
Unexport cmd.Conf
2018-07-05 23:11:56 -05:00
Cody Soyland
4c3600f1c4
Unexport cmd.Checker
2018-07-05 23:11:56 -05:00
Travis Turner
5dd7a9556a
rename slice to shard
2018-06-28 14:07:07 -05:00
Travis Turner
50794bf63b
move fieldOptions unmarshal to the handler
...
validate fieldOptions in http package
2018-06-25 15:14:22 -05:00
Cody Soyland
526bdae280
Remove unneccessary t.Skip()
2018-06-21 15:41:34 -05:00
Cody Soyland
c6db3974bc
WIP API refactor
2018-06-21 13:51:31 -05:00
Travis Turner
2a9b1e9e5b
final Frame to Field rename
2018-06-06 01:27:12 -05:00
Travis Turner
0d44e586cc
remove field flag from pilosa import command
2018-06-05 16:14:26 -05:00
Yuce Tekol
164b7619aa
Removes bench command
2018-05-30 16:40:21 +03:00
Yuce Tekol
5f2b587e7c
More backup/restore stuff removal
2018-05-29 16:44:57 +03:00
Yuce Tekol
82f2f14503
Removed backup/restore stuff
2018-05-28 16:54:32 +03:00
Matt Jaffee
47f7beaecc
WIP removing inverse
2018-05-25 17:18:38 -05:00
Matt Jaffee
75e8a873b1
remove rangeEnabled option everywhere
2018-05-25 13:09:32 -05:00
Matt Jaffee
4ef266e5cc
revert a bunch of stuff and fix some comments
2018-05-24 16:35:27 -05:00
Todd Gruben
fb7bf11825
Bit -> Column migration
2018-05-23 15:05:22 -05:00
alanbernstein
df32da1c8c
Merge pull request #1281 from alanbernstein/docs-intro-fixes
...
Assorted docs fixes
2018-05-15 16:34:28 -05:00
Cody Soyland
1c715aebe7
Improve enterprise build process
2018-05-15 10:16:55 -05:00
Alan Bernstein
b670afaa8d
Clean up CLI
2018-05-14 17:46:11 -05:00
Matthew Jaffee
f99479932d
rename server Run to Start to better reflect functionality
2018-04-23 16:28:24 -05:00
Matthew Jaffee
28acc29a10
refactoring pilosa/server
...
trying to separate internal an external concerns in pilosa.Server - it should
handle Cluster, Holder, etc. while pilosa/server handles things with external
deps - e.g. Logger, Stats, Handler, etc. Using functional options in
pilosa.Server now.
2018-04-23 13:35:39 -05:00
Matthew Jaffee
876ed56e30
move pilosa.Config to pilosa/server.Config
...
step 1 of #1203
The Config object is really just a specification of the options to pilosa
server, so it makes sense to have it in that package.
2018-04-19 14:51:42 -05:00
Travis Turner
e7151eb2a8
Remove Index.TimeQuantum
2018-04-18 08:17:26 -05:00
Matthew Jaffee
fe0ba6280f
deprecate RangeEnabled, but leave in API
...
the RangeEnabled option now has no effect, but it still exists in the API. A few
tests still use it to ensure this. This would only be considered a breaking
change if someone was relying on Pilosa to enforce the RangeEnabled: false
option to prevent fields being created in certain frames. This seems unlikely.
2018-04-16 16:08:04 -05:00