Commit graph

5531 commits

Author SHA1 Message Date
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
Matt Jaffee
9ea300da20
unexport broadcaster 2018-07-02 08:34:58 -05:00
Matt Jaffee
7ec9c97e46
fixup nopAttrStore.
Methods no longer take pointer receiver, and NewNopAttrStore always returns a
reference to the same global object (which is no longer exported).
2018-07-02 08:30:48 -05:00
Matt Jaffee
2210480198
unexport some translation related consts, remove an unused one 2018-07-02 08:20:53 -05:00
Matt Jaffee
91f531f2cd
more unexports - executor, api fields 2018-07-02 08:14:13 -05:00
Matthew Jaffee
253a90db52
Merge pull request #1438 from jaffee/unexport-cluster
unexport cluster (gorename)
2018-07-02 08:07:35 -05:00
Matt Jaffee
7801b81b10
unexport cluster (gorename) 2018-07-02 07:56:51 -05:00
Matthew Jaffee
b57304ebae
Merge pull request #1432 from jaffee/deadcode
Deadcode
2018-07-02 06:51:06 -05:00
Travis Turner
c0b5ad316d
use constructors for errors 2018-07-01 19:54:10 -05:00
Travis Turner
9633e34300
address feedback in PR 2018-07-01 19:54:10 -05:00
Travis Turner
3adc3f5978
add tests for index and field success responses 2018-07-01 19:54:09 -05:00
Travis Turner
8a5f5dd737
return an error when deleting a non-existent index or field 2018-07-01 19:54:09 -05:00
Travis Turner
7dd1f50a75
consolidate http errors into a shared response type 2018-07-01 19:54:09 -05:00
Matthew Jaffee
d012f254c9
Merge branch 'develop' into deadcode 2018-07-01 19:28:56 -05:00
Matthew Jaffee
ea18d06780
Merge pull request #1437 from jaffee/more-test-refactoring
remove the last usages of test.NewExecutor and cleanup unused in test…
2018-07-01 19:28:36 -05:00
Matt Jaffee
935aaa96f6
Merge branch 'develop' into deadcode 2018-07-01 12:18:28 -05:00
Matt Jaffee
95547a9a27
remove the last usages of test.NewExecutor and cleanup unused in test package 2018-07-01 07:31:31 -05:00
Matthew Jaffee
96eae99d38
Merge pull request #1434 from jaffee/skipped-tests
Skipped tests
2018-07-01 07:13:58 -05:00
Matt Jaffee
9337efc595
Merge branch 'develop' into skipped-tests 2018-06-30 08:43:19 -05:00