Commit graph

2560 commits

Author SHA1 Message Date
Alan Bernstein
02a822bcd3 Merge README-dev.md into CONTRIBUTING.md 2018-03-20 12:44:39 -05:00
Alan Bernstein
fa66de0461 Fix one more link 2018-03-19 16:13:54 -05:00
Alan Bernstein
bd76bfc25b Fix a few more internal links 2018-03-19 14:49:41 -05:00
Alan Bernstein
37015e32a5 Ensure internal links end with slash 2018-03-19 14:25:36 -05:00
Alan Bernstein
1452bf24d6 Clarify Sum description 2018-03-15 11:07:07 -05:00
Alan Bernstein
fae429f971 Remove outdated column labels 2018-03-15 10:57:19 -05:00
Alan Bernstein
00bbdc1107 Move SetFieldValue to write section 2018-03-13 14:50:09 -05:00
Alan Bernstein
8cfe7583ce Fix broken anchor links 2018-03-09 15:27:21 -06:00
Alan Bernstein
1b4445a00d Fix formatting 2018-03-09 15:27:00 -06:00
Alan Bernstein
85799739af Address review comments 2018-03-08 15:55:21 -06:00
Alan Bernstein
cb0ac00eb3 Switch ref links to relative urls 2018-03-08 14:31:03 -06:00
Alan Bernstein
f371e1c2f2 Add glossary terms 2018-03-07 18:11:39 -06:00
Alan Bernstein
a562e73fa4 Minor updates 2018-03-07 18:11:22 -06:00
Alan Bernstein
cf41e7c3f7 Alphabetize glossary 2018-03-07 16:17:05 -06:00
Alan Bernstein
2811ed7b09 Improve and linkify glossary 2018-03-07 16:15:45 -06:00
Alan Bernstein
64bf4827aa Minor fixes 2018-03-07 16:15:18 -06:00
Alan Bernstein
b59901b403 Linkify docs url 2018-03-07 16:13:25 -06:00
Alan Bernstein
04b17847ce Clean up glossary 2018-03-06 18:14:22 -06:00
Alan Bernstein
e7eb68b101 Add cosmosa to new external tutorials section 2018-03-06 17:48:40 -06:00
Alan Bernstein
2b1a3c8403 Add docs readme 2018-03-06 17:48:14 -06:00
Matthew Jaffee
e34fcbf568
Merge pull request #1156 from jaffee/fix-container-comment
make container struct description more accurate
2018-03-04 15:06:47 -06:00
Matthew Jaffee
d04530a5c0
make container struct description more accurate 2018-03-03 11:45:48 -06:00
Matthew Jaffee
84e788dd3b
Merge pull request #1154 from jaffee/doc-seq-ids
add warnings about sequential ids
2018-03-02 12:00:19 -06:00
Matthew Jaffee
dcb411d028
add warnings about sequential ids 2018-03-02 11:00:46 -06:00
alanbernstein
280b21b533
Merge pull request #1135 from alanbernstein/docs-fixes
Docs fixes
2018-02-26 22:18:59 -06:00
Alan Bernstein
a20235f812 Add Xor spec 2018-02-26 15:26:28 -06:00
Matthew Jaffee
80fa535676
Merge pull request #1136 from jaffee/rem-col-label-docs
remove column label repo_id from query language docs
2018-02-23 14:21:04 -06:00
Yuce Tekol
fcfc54eeeb
Merge pull request #1121 from yuce/652-validate-query-arguments
Validate /fragment/nodes arguments. Fixes #652
2018-02-22 23:01:34 +03:00
Yuce Tekol
25e244ebdf
Updates 2018-02-22 17:33:41 +03:00
Matthew Jaffee
a433a5ebfc
remove column label repo_id from query language docs
column labels are deprecated and the docs' usage of columnID vs repo_id was
inconsisent.
2018-02-21 16:42:35 -06:00
Alan Bernstein
59d41a9cb3 Add Xor to docs 2018-02-21 15:42:46 -06:00
Alan Bernstein
73904db391 Fix indentation 2018-02-21 15:42:35 -06:00
Travis Turner
9c9a9382bf
Merge pull request #1132 from travisturner/broadcast-createfield
broadcast.SendSync field creation and deletion to all nodes
2018-02-21 15:23:43 -06:00
Travis Turner
da125e323c
broadcast.SendSync field creation and deletion to all nodes 2018-02-21 14:56:38 -06:00
Matthew Jaffee
f3e65e1b5a
Merge pull request #1130 from jaffee/remove-http-type-docs
remove cluster type http from docs
2018-02-21 14:49:31 -06:00
Matthew Jaffee
3e770a5eca
remove cluster type http from docs 2018-02-21 13:47:55 -06:00
Yuce Tekol
0417439afa
Validate all relevant endpoints; Changed how validation key is composed 2018-02-21 18:03:05 +03:00
Cody Soyland
cd2c6f0ae8
Merge pull request #1123 from codysoyland/go110
Go 1.10
2018-02-20 15:50:00 -06:00
Matthew Jaffee
cd5dd9bfd0
Merge pull request #1125 from jaffee/test-api-compat
add MustRunMainWithCluster test func to have api compatibility with c…
2018-02-20 12:06:55 -06:00
Matthew Jaffee
82592adf64
add MustRunMainWithCluster test func to have api compatibility with cluster resize
this will allow some pdk code which only works with cluster-resize to work
against master (i think)
2018-02-20 11:50:06 -06:00
tgruben
537df748ad
Merge pull request #797 from tgruben/gobits
Replace custom assembly bit functions with standard go
2018-02-20 10:05:38 -07:00
Todd Gruben
e01edb7e85 removed 1.8 from support; bits require 1.9 2018-02-20 10:42:42 -06:00
Todd Gruben
2d458b98a1 merge conflicts 2018-02-20 10:41:02 -06:00
Yuce Tekol
c1f9dd4e59
Added query arg validator middleware; updated Gorilla/mux 2018-02-20 15:38:58 +03:00
Cody Soyland
cf7faa2241 Use string instead of float for go 1.10 2018-02-19 10:48:02 -06:00
Cody Soyland
a8e1e93c34 Go 1.10 2018-02-19 10:34:47 -06:00
Yuce Tekol
8e6041d0fe
Validate /fragment/nodes arguments. Fixes #652 2018-02-19 13:55:19 +03:00
Travis Turner
6374fedd7a
Merge pull request #1115 from travisturner/roaring-test-templates
Roaring test templates
2018-02-15 12:57:16 -06:00
Travis Turner
685a0075ae
add evenBits/oddBits container tests and related bug fix 2018-02-15 10:20:54 -06:00
Travis Turner
911af238ff
clean up roaring container helper functions 2018-02-14 15:06:53 -06:00