Commit graph

1695 commits

Author SHA1 Message Date
Linh Vo
95166fd0ee revert config and fix json tag 2017-07-10 11:28:32 -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
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
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
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
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
alanbernstein
4b7873efb5 Merge pull request #698 from alanbernstein/docs-query-language-formatting
Increase header sizes
2017-06-29 14:20: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
Alan Bernstein
264c657500 De-document unused query argument 2017-06-28 17:26:12 -05:00
alanbernstein
cdfcb22f6d Merge pull request #697 from alanbernstein/api-reference-anchors
Replace code headers with anchor headers
2017-06-28 17:02:56 -05:00
Alan Bernstein
6621a90599 Increase header sizes 2017-06-28 16:50:43 -05:00
Alan Bernstein
ee84d64dd5 Replace code headers with anchor headers 2017-06-28 16:31:44 -05:00
Alan Bernstein
af0e53120d Tweak wording 2017-06-28 16:09:15 -05:00
Alan Bernstein
f70c4e637b Formatting and link tweaks 2017-06-28 16:08:07 -05:00
Alan Bernstein
124fd6a351 Add brief explanations for query parameters on the query endpoint 2017-06-28 15:44:39 -05:00
Cody Soyland
b180bc77bc Merge pull request #675 from codysoyland/testing-tools
Refactor test utilities into importable package.
2017-06-28 16:07:08 -04:00
alanbernstein
cc68630dee Merge pull request #678 from alanbernstein/631-log-path
631 log path
2017-06-28 10:20:16 -05:00
Alan Bernstein
374dfd1fa0 Remove TODO comment 2017-06-27 21:44:17 -05:00
Alan Bernstein
271dd5a63b Simplify holder logOutput 2017-06-27 21:43:26 -05:00
Alan Bernstein
d96a121347 Simplify function arguments 2017-06-27 09:52:40 -05:00
Cody Soyland
9f7f3d7bf8 Merge pull request #681 from codysoyland/coverage-fix
Add `-n` to tail command for GNU-tail compatibility
2017-06-26 17:42:33 -04:00
Cody Soyland
1cb94baa31 Add -n to tail command for GNU-tail compatibility 2017-06-26 16:33:48 -05:00
Cody Soyland
0631a63de2 Refactor additional test utilities into pilosa.test 2017-06-26 16:30:04 -05:00
Alan Bernstein
e1f44d4e31 Update tests 2017-06-26 11:23:37 -05:00
Alan Bernstein
855f224778 Pass logOutput to Holder.Open 2017-06-23 18:14:59 -05:00
Alan Bernstein
b9e853dbdb Deduplicate logfile opening code 2017-06-23 18:08:30 -05:00
Alan Bernstein
2fe21231fc Deduplicate logfile opening code 2017-06-23 18:03:28 -05:00
Alan Bernstein
8c2d6e92c2 WIP Export Server.logger for use in server/server.go 2017-06-23 18:02:44 -05:00
Alan Bernstein
12e6b22abe WIP replace fmt prints with logger prints and Stderr with LogOutput 2017-06-23 17:27:57 -05:00
Cody Soyland
85b1a73b73 Refactor test utilities into importable package.
Remove duplicate instances of test utilities from pilosa.ctl.
Now subpackages such as pilosa.ctl may import test utilities.
2017-06-23 09:10:15 -05:00
Ben Johnson
d5b22a9349 Merge pull request #670 from benbjohnson/616-bsi-schema-support
BSI range-encoding schema support.
2017-06-21 14:33:22 -06:00
Ben Johnson
0107ddffea
BSI range-encoding schema support. 2017-06-21 08:53:30 -06:00
Michael Baird
ddb4adcc47 Merge pull request #636 from raskle/429-stats-file-descriptor
Count open file handles as a StatsD metric.
2017-06-15 10:03:55 -05:00
Cody Soyland
7f17b3791d Merge pull request #635 from codysoyland/makefile-coverage
Add coverage tools to Makefile
2017-06-14 14:50:48 -04:00
Michael Baird
87f2940233 declare multiple values in the same switch case 2017-06-14 09:26:13 -05:00
Michael Baird
cd532e08cb Add -b option to lsof to avoid kernel blocks. 2017-06-13 16:14:45 -05:00
Ben Johnson
e253854945 Merge pull request #629 from benbjohnson/583-holder-open-test-coverage
Add Holder test coverage.
2017-06-12 15:48:04 -06:00
Cody Soyland
7635737487 Add coverage tools to Makefile
`make cover-viz` will now generate an HTML coverage report for the
entire codebase.
2017-06-12 15:20:26 -05:00
Cody Soyland
f970e56be8 Merge pull request #634 from codysoyland/ldflags-fix
Remove unintentional dash from LDFLAGS
2017-06-12 16:03:17 -04:00
Cody Soyland
188eaefb57 Remove unintentional dash from LDFLAGS 2017-06-12 14:21:32 -05:00
Ben Johnson
3a43a862ec
Add Holder test coverage. 2017-06-12 13:07:26 -06:00
Michael Baird
1e793a1c52 Count open file handles as a StatsD metric. 2017-06-12 13:16:19 -05:00
Travis Turner
74553d8af2 Merge pull request #627 from travisturner/pull-request-template
Add PULL_REQUEST_TEMPLATE file.
2017-06-09 17:58:16 -05:00
Cody Soyland
571d249ea1 Add contributing guide and CLA info to pull request template 2017-06-09 14:35:57 -05:00
Matthew Jaffee
4c99be6676 Merge pull request #614 from jaffee/makefile-glide-change
make sure glide is installed before `glide install`
2017-06-09 13:18:58 -05:00
Travis
472e9bd2e9
Add PULL_REQUEST_TEMPLATE file. 2017-06-09 12:56:16 -05:00