Todd Gruben
2b27f36dac
added error logging to low level serve method
2017-07-10 09:02:21 -05:00
Linh Vo
e3090cb0c3
update doc for configuration
2017-07-07 15:12:16 -05:00
Linh Vo
cda46245d8
update config to match with json tag
2017-07-07 12:04:49 -05:00
Linh Vo
13aeaebe35
Merge branch 'input-definition' of github.com:pilosa/pilosa into input-definition
2017-07-07 10:37:50 -05:00
Linh Vo
55fac363e8
resolve proto conflict
2017-07-07 10:35:53 -05:00
Linh Vo
c6850be147
Merge pull request #709 from linhvo/708-ID-timestamp
...
add action to handle timestamp
2017-07-07 09:37:24 -05:00
Michael Baird
7333e27392
refactor Input Data GetTimeStamp functionality into a method ( #1 )
...
* refactor Input Data GetTimeStamp functionality into a method
* Comment time format tests
2017-07-07 09:16:02 -05:00
Linh Vo
2144de29d0
update doc with input definition timestamp
2017-07-06 15:15:26 -05:00
Linh Vo
541d839b4d
remove unused import
2017-07-06 12:33:09 -05:00
Linh Vo
0f9f860624
update timestamp for whole frame
2017-07-06 12:10:43 -05:00
Linh Vo
ea3e71f78d
update adding timestamp
2017-07-06 09:44:12 -05:00
Travis Turner
7fb9f095ea
Merge pull request #699 from travisturner/nix-time-granularity
...
Removes QueryRequest.Quantum since it is no longer used.
2017-07-05 16:40:38 -05:00
Linh Vo
0a22386a58
add action to handle timestamp
2017-07-05 15:30:21 -05:00
Matt Jaffee
230f419df4
fixes from code review - style/grammar/comments
2017-07-05 11:10:17 -05:00
Linh Vo
9fc42d2d3e
Merge pull request #706 from ctravail/patch-3
...
webui style update
2017-07-05 11:00:46 -05:00
ctravail
7a02ecdcff
Update webui styling to break on resulting output
...
updated the stylesheet for words to break on all result- classes
Updated verbiage to overflow-wrap instead of word-wrap
2017-07-04 13:34:45 -05:00
Michael Baird
294d3ab050
remove stargazer_id from this example since it is not used
2017-07-03 11:22:53 -05:00
Michael Baird
a4975e430b
fix potential divide by zero
2017-07-03 11:21:44 -05:00
Michael Baird
32b46932e1
remove redundant errors from conflict
2017-07-03 10:32:20 -05:00
Michael Baird
7be458bfa6
Merge remote-tracking branch 'upstream/master' into input-definition
...
Conflicts:
pilosa.go
2017-07-03 10:31:58 -05:00
Linh Vo
33f44248be
Merge pull request #704 from linhvo/input-definition-doc
...
update input definition doc
2017-07-02 22:49:54 -05:00
Travis
fa794f6dc9
adjustments to the getting-started docs for input-definitions
2017-06-30 15:59:54 -05:00
Michael Baird
57e18281b8
Merge pull request #705 from raskle/input-docs
...
API docs for input definition
2017-06-30 15:49:52 -05:00
Travis
082b0ba7eb
minor adjustments to the API docs for input-definition
2017-06-30 15:37:47 -05:00
Ben Johnson
3e349594b1
Merge pull request #702 from benbjohnson/617-bsi-internal-set-field-value
...
Set & retrieve field values.
2017-06-30 14:05:05 -06:00
Linh Vo
5d939f0a1f
update doc with input-definition json file
2017-06-30 14:53:52 -05:00
Travis Turner
da707f3e5f
Merge pull request #676 from travisturner/bufiterator-tests
...
bufBitmapIterator tests
2017-06-30 14:52:59 -05:00
Michael Baird
31c1994d2a
API docs for input definition
2017-06-30 13:46:52 -05:00
ctravail
a01b56def2
webui style update
...
Noticed in the web console running the query from getting started tutorial Bitmap(frame="stargazer", stargazer_id=14) would overflow the resulting text.
2017-06-30 13:40:19 -05:00
Ben Johnson
800e3844f9
Set & retrieve field values.
...
This commit adds support for set/get field values at the
`Frame`, `View`, and `Fragment` levels.
2017-06-30 12:21:21 -06:00
Linh Vo
514ff39177
update input definition doc
2017-06-30 10:52:00 -05:00
Michael Baird
29e1cd295b
Merge pull request #701 from raskle/input-test
...
Input test
2017-06-29 16:05:35 -05:00
Michael Baird
867af19f9b
removed duplicate test
2017-06-29 15:52:57 -05:00
Michael Baird
a2ad3925d0
refactor input definition tests to use test utility package
2017-06-29 15:07:40 -05:00
Michael Baird
504d25b36f
Merge remote-tracking branch 'origin/master' into input-definition
...
Conflicts:
handler_test.go
index_test.go
2017-06-29 14:32:50 -05:00
alanbernstein
4b7873efb5
Merge pull request #698 from alanbernstein/docs-query-language-formatting
...
Increase header sizes
2017-06-29 14:20:53 -05:00
Michael Baird
09dcdee04b
Merge pull request #696 from raskle/input-definition-validation
...
Validate incoming input definitions through the InputDefinitionInfo V…
2017-06-29 14:11:20 -05:00
Michael Baird
122bff142c
refactor validation comment.
2017-06-29 13:53:07 -05:00
Michael Baird
64ed6f7815
action length test
2017-06-29 13:36:04 -05:00
Michael Baird
fb7e1091b5
field definitions require an action
2017-06-29 13:16:05 -05:00
Michael Baird
7abab7b795
Error ErrInputDefinitionValueMap
2017-06-29 11:23:36 -05:00
Michael Baird
57a67f16ed
error cleanup
2017-06-29 11:12:06 -05:00
Michael Baird
c47fffebd3
find string in slice
2017-06-29 11:11:53 -05:00
Michael Baird
a80be54a60
validate missing frame from input data
2017-06-29 10:13:47 -05:00
Michael Baird
681c48fd12
add more tests for index and input-definition not found
2017-06-29 09:31:21 -05:00
Michael Baird
8e87969933
Input definition GET and DELETE handle the case when the definition does not exist
2017-06-29 08:52:18 -05:00
Michael Baird
56f8705407
return an error if the definition does not exist
2017-06-29 08:51:29 -05:00
Michael Baird
3e2bbc3717
require fields and frames in definition
2017-06-29 08:50:53 -05:00
alanbernstein
25051df1fc
Merge pull request #695 from alanbernstein/docs-query-args
...
Docs query args
2017-06-28 17:37:38 -05:00
Travis
9282618993
Removes QueryRequest.Quantum since it is no longer used.
...
This was populated by the `time_granularity` query argument, but that isn't being used either.
I believe this is left over from an early version of Pilosa prior to `Range()` query support.
2017-06-28 17:26:44 -05:00