Travis Turner
|
1fb8330c8c
|
remove some dead code highlighed by the unexport script
|
2018-07-04 12:27:42 -05:00 |
|
Travis Turner
|
e7653928ec
|
Merge pull request #1456 from travisturner/fix-test-filenames
rename internal_tests. fix license header
|
2018-07-04 11:52:59 -05:00 |
|
Travis Turner
|
f526f18d82
|
rename internal_tests. fix license header
|
2018-07-04 10:59:08 -05:00 |
|
Matthew Jaffee
|
43020cf63c
|
Merge pull request #1453 from jaffee/1445-pql-fix
support newlines in more places
|
2018-07-04 09:51:18 -05:00 |
|
Matt Jaffee
|
4ef8fff9b6
|
WIP, broken. refactoring to isolate intneral structs and define core structs
|
2018-07-04 07:29:16 -05:00 |
|
Matt Jaffee
|
7900e47f8a
|
Merge branch 'develop' into remove-setupserver-calls
|
2018-07-03 16:33:32 -05:00 |
|
Matt Jaffee
|
6865dea4a1
|
Merge branch 'develop' into 1445-pql-fix
|
2018-07-03 16:32:27 -05:00 |
|
Matthew Jaffee
|
f3171a084c
|
Merge pull request #1452 from jaffee/gossip-use-api
make gossip's interface to Pilosa the API struct rather than effectiv…
|
2018-07-03 16:30:04 -05:00 |
|
Matt Jaffee
|
f757e10255
|
support newlines in more places
|
2018-07-03 16:28:51 -05:00 |
|
Matt Jaffee
|
5ff77c816a
|
get rid of unecessary server stuff and export node and uri
|
2018-07-03 13:26:51 -05:00 |
|
Matt Jaffee
|
f6aef32093
|
make gossip's interface to Pilosa the API struct rather than effectively being pilosa.Server
|
2018-07-03 12:58:18 -05:00 |
|
Matt Jaffee
|
3781b6e7eb
|
remove redundant calls to SetupServer
|
2018-07-03 11:05:33 -05:00 |
|
Matthew Jaffee
|
1af25172fc
|
Merge pull request #1450 from jaffee/unexport-index-stuff
Unexport index stuff
|
2018-07-03 11:03:26 -05:00 |
|
Matt Jaffee
|
bc0fce99d5
|
fix MustSetBit and cleanup dead code
|
2018-07-03 08:53:16 -05:00 |
|
Matt Jaffee
|
91622684cf
|
Merge branch 'develop' into unexport-index-stuff
|
2018-07-03 08:17:07 -05:00 |
|
Matt Jaffee
|
06ad83b64b
|
more unexports - index methods and fields
|
2018-07-03 08:10:33 -05:00 |
|
Matthew Jaffee
|
54dbb42661
|
Merge pull request #1449 from jaffee/unexport-view-stuff
Unexport view stuff
|
2018-07-03 08:04:17 -05:00 |
|
Matt Jaffee
|
f78af41565
|
unexport cluster's newhasher func
|
2018-07-02 17:25:21 -05:00 |
|
Matt Jaffee
|
197f491b29
|
unexport ViewPath
|
2018-07-02 17:24:02 -05:00 |
|
Matt Jaffee
|
78f4e131fc
|
Merge branch 'develop' into unexport-view-stuff
|
2018-07-02 17:18:38 -05:00 |
|
Matt Jaffee
|
2202bf467b
|
unexport view stuff
|
2018-07-02 17:18:00 -05:00 |
|
Matthew Jaffee
|
fe80b92e9a
|
Merge pull request #1448 from jaffee/unexport-cache-stuff
Unexport cache stuff
|
2018-07-02 17:17:48 -05:00 |
|
Matt Jaffee
|
5a9802c3b7
|
get rid of test.Holder.ViewRow, replace with more restricted RowTime
|
2018-07-02 17:08:33 -05:00 |
|
Matt Jaffee
|
62e0d185dc
|
unexport iterator stuff and make NopInternalClient less pointery
|
2018-07-02 15:22:51 -05:00 |
|
Matt Jaffee
|
de138f690b
|
Merge branch 'develop' into unexport-cache-stuff
|
2018-07-02 15:05:53 -05:00 |
|
Matthew Jaffee
|
1130c15ce7
|
Merge pull request #1447 from jaffee/unexport-fragment-stuff
Unexport fragment stuff
|
2018-07-02 15:05:30 -05:00 |
|
Matt Jaffee
|
712404b4ec
|
clean up nopCache
|
2018-07-02 15:05:00 -05:00 |
|
Matt Jaffee
|
65700f9604
|
unexport a bunch of cache.go stuff
|
2018-07-02 14:58:17 -05:00 |
|
Matt Jaffee
|
28ff31d4fc
|
Merge branch 'develop' into unexport-fragment-stuff
|
2018-07-02 14:51:26 -05:00 |
|
Matt Jaffee
|
cff01f46c2
|
unexport fragment.go stuff
|
2018-07-02 14:50:33 -05:00 |
|
Matthew Jaffee
|
f2be368222
|
Merge pull request #1446 from jaffee/unexport-holder-stuff
Unexport holder stuff
|
2018-07-02 14:45:47 -05:00 |
|
Matt Jaffee
|
009242fef9
|
unexport more Holder stuff (gorename)
|
2018-07-02 14:07:06 -05:00 |
|
Matt Jaffee
|
9995b0032e
|
unexport Holder.Fragment, HolderSyncer and HolderCleaner
|
2018-07-02 14:00:31 -05:00 |
|
Matt Jaffee
|
a6a0c6a7c3
|
unexport Holder.view and prepare to unexport Holder.Fragment
|
2018-07-02 13:58:20 -05:00 |
|
Travis Turner
|
1f3d22b5f6
|
Merge pull request #1444 from travisturner/http-endpoints
consolidate import and import-value endpoints
|
2018-07-02 11:13:35 -05:00 |
|
Travis Turner
|
9fd5ead7de
|
remove unused importValueNode() method
|
2018-07-02 10:41:54 -05:00 |
|
Travis Turner
|
2898a422bf
|
consolidate import and import-value endpoints
|
2018-07-02 10:41:54 -05:00 |
|
Matthew Jaffee
|
7bd55f47e7
|
Merge pull request #1443 from jaffee/field-unexport
work on unexporting View stuff
|
2018-07-02 10:38:11 -05:00 |
|
Matt Jaffee
|
c4797dcb0c
|
Merge branch 'develop' into field-unexport
|
2018-07-02 10:14:33 -05:00 |
|
Matt Jaffee
|
4182678d5a
|
work on unexporting View stuff
|
2018-07-02 10:11:56 -05:00 |
|
Matthew Jaffee
|
f84f98268f
|
Merge pull request #1440 from jaffee/even-more-unexport
Even more unexport
|
2018-07-02 09:57:27 -05:00 |
|
Matt Jaffee
|
d691e93ebc
|
Merge branch 'develop' into even-more-unexport
|
2018-07-02 09:39:35 -05:00 |
|
Travis Turner
|
0fdd13da0b
|
Merge pull request #1441 from travisturner/http-endpoints
move internal http endpoints under /internal
|
2018-07-02 09:32:25 -05:00 |
|
Matt Jaffee
|
7376befddd
|
Merge branch 'develop' into even-more-unexport
|
2018-07-02 09:12:30 -05:00 |
|
Matt Jaffee
|
3be609ed10
|
unexport newCluster and some other stuff
|
2018-07-02 09:10:09 -05:00 |
|
Travis Turner
|
cba91be126
|
move internal http endpoints under /internal
|
2018-07-02 08:48:23 -05:00 |
|
Travis Turner
|
309ced8ef7
|
Merge pull request #1433 from travisturner/http-responses
consolidate http errors into a shared response type
|
2018-07-02 08:45:35 -05:00 |
|
Travis Turner
|
0dca89ca4f
|
Merge branch 'develop' into http-responses
|
2018-07-02 08:37:37 -05:00 |
|
Matt Jaffee
|
a7bee851a4
|
Merge branch 'develop' into even-more-unexport
|
2018-07-02 08:37:21 -05:00 |
|
Matthew Jaffee
|
34e24af5ed
|
Merge pull request #1439 from jaffee/unexport-more-stuff
more unexports - executor, api fields
|
2018-07-02 08:35:26 -05:00 |
|