Alan Bernstein
882b14444b
Use consistent behavior in test to add queries to transaction
2021-02-11 16:42:30 -06:00
Alan Bernstein
dc6c92771b
Fail entire /schema/details request if one field query fails
2021-02-11 16:42:30 -06:00
Alan Bernstein
2773999190
Simplify response structs
2021-02-11 16:42:30 -06:00
Alan Bernstein
12462886a6
Shorten shard lists in error messages
2021-02-11 16:42:30 -06:00
Alan Bernstein
246c345c49
Eliminate omitempty from /schema/details response type
2021-02-11 16:42:30 -06:00
Alan Bernstein
56c940c6a0
Add /schema/details endpoint, which includes field cardinality computed via Count(Distinct())
2021-02-11 16:42:30 -06:00
Maxton Huff
2e6a8e2030
Merge pull request #1393 from Maxtonian/30trial
...
CORE-140 add draft trial version of molecula
2021-02-11 16:38:53 -06:00
Maxton Huff
f8fc69670c
Merge branch '30trial' of github.com:Maxtonian/pilosa into 30trial
2021-02-11 16:19:09 -06:00
Maxton Huff
b89dae01cc
clarify purpose of trialVersion by changing the name to handleTrialDeadline and adding a doc string
2021-02-11 16:13:04 -06:00
Maxton Huff
d5b96ab5ce
Merge branch 'master' into 30trial
2021-02-11 11:02:21 -06:00
Maxton Huff
136a4b8068
change wording
2021-02-11 11:01:16 -06:00
Maxton Huff
dd8d6ebfb1
Respond to code review feedback
...
change logic in version.go so that the trial related messages only appear on trial versions of molecula
convert Command methods in trial.go to functions and pass a loggerLogger variable instead since that was the only piece of Command being used
add a function named expireAfter which seperately runs similar functionality to what was previously in daily check with chnages directed at stopping users from changing their internal clock date
change variable names and placement to be more readable and organized
2021-02-11 11:01:16 -06:00
Maxton Huff
ddcf9fe1e8
add licence header
2021-02-11 11:01:16 -06:00
Maxton Huff
c973fae6aa
remove remaining release-build-trial
2021-02-11 11:01:16 -06:00
Maxton Huff
c60893a8ee
edit and move trial code from server.go to trial.go and combine release build targets
2021-02-11 11:01:16 -06:00
Maxton Huff
7fd3fc775f
remove test code
2021-02-11 11:01:16 -06:00
Maxton Huff
d02ba32743
alter error output to satisfy test
2021-02-11 11:01:15 -06:00
Maxton Huff
9840ae67e4
remove error return type
2021-02-11 11:01:15 -06:00
Maxton Huff
1dbab1ff92
add draft trial version of molecula
2021-02-11 11:01:15 -06:00
Maxton Huff
d357447673
change wording
2021-02-11 10:59:32 -06:00
Maxton Huff
0f952bb594
Respond to code review feedback
...
change logic in version.go so that the trial related messages only appear on trial versions of molecula
convert Command methods in trial.go to functions and pass a loggerLogger variable instead since that was the only piece of Command being used
add a function named expireAfter which seperately runs similar functionality to what was previously in daily check with chnages directed at stopping users from changing their internal clock date
change variable names and placement to be more readable and organized
2021-02-11 10:36:04 -06:00
Antonio Navarro Perez
e0787ed8a8
Requested changes.
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2021-02-11 16:37:41 +01:00
Antonio Navarro Perez
5440e177de
Use advertised URL
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2021-02-11 11:52:42 +01:00
Antonio Navarro Perez
1f234df86e
Really fix url on Web UI log
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2021-02-11 11:10:38 +01:00
Kuba Podgórski
d491c26b8e
Merge pull request #1413 from kuba--/stop-server
...
Do not stop etcd server before closing
2021-02-11 10:50:43 +01:00
Matthew Jaffee
a781d472b8
Merge pull request #1415 from molecula/revert-1412-import-roaring-existence
...
Revert "Update existence field on import-roaring requests"
2021-02-10 18:40:59 -06:00
Kuba Podgórski
5774a8e066
Do not stop etcd server before closing
2021-02-11 00:36:13 +01:00
tgruben
a61ed011fc
Revert "Update existence field on import-roaring requests"
2021-02-10 14:51:11 -06:00
tgruben
a41a65d7bd
Merge pull request #1412 from tgruben/import-roaring-existence
...
Update existence field on import-roaring requests
2021-02-10 13:03:54 -06:00
Todd Gruben
e7f272f37f
updates existence field on importroaring fixes issue (1411)
2021-02-10 12:43:27 -06:00
Maxton Huff
302093035e
add licence header
2021-02-10 12:37:13 -06:00
Travis Turner
88f13d5e8b
Merge pull request #1398 from travisturner/disco-schema
...
Implement Schemator
2021-02-10 12:01:00 -06:00
Travis
7a5192aba6
handle error on LoadSchema() message
2021-02-10 12:00:36 -06:00
Travis
c37424f24f
remove commented code
2021-02-10 11:57:23 -06:00
Travis Turner
5a09b5196e
Merge pull request #23 from travisturner/disco-schema-views
...
store views in etcd via Schemator
2021-02-10 11:55:58 -06:00
Travis
f3d1572232
update comment
2021-02-10 11:55:34 -06:00
Travis
1c3b0f364d
implement ApplySchema, LoadSchema, and LoadSchemaMessage
2021-02-10 11:51:52 -06:00
Travis
bcb71b023a
fix misplaced _exists check
2021-02-10 11:47:26 -06:00
Travis
8fe1b9a37c
store views in etcd via Schemator
2021-02-10 11:47:26 -06:00
Kuba Podgórski
86f45e9e62
Fix TestClusterResize_AddNode
2021-02-10 16:33:22 +01:00
Kuba Podgórski
ecba5e3636
Fix TestCRUDIndexes
2021-02-10 16:22:34 +01:00
Maxton Huff
4bcdfcc9a2
remove remaining release-build-trial
2021-02-10 08:21:36 -06:00
Kuba Podgórski
2d666f8ee8
Test cleanup
2021-02-10 14:56:48 +01:00
Kuba Podgórski
8c0ece5b7e
Merge branch 'disco-schema' of github.com:travisturner/privilosa into pr/travisturner/1398
2021-02-10 14:30:06 +01:00
Kuba Podgórski
9faabd8535
Fix Test_TxFactory_UpdateBlueFromGreen_OnStartup
2021-02-10 14:26:52 +01:00
Kuba Podgórski
1dd9aa866f
Fix Test_TxFactory_UpdateBlueFromGreen_OnStartup
2021-02-10 14:09:20 +01:00
Kuba Podgórski
efc598a68b
Merge pull request #1410 from ajnavarro/web-enabled-url-fix
...
Fix enabled Web UI url log
2021-02-10 13:40:22 +01:00
Antonio Navarro Perez
484abe9cdb
Fix enabled Web UI url log
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2021-02-10 13:36:19 +01:00
Travis Turner
c85c42c58a
Merge pull request #25 from kuba--/index-exists
...
Fix TestHandler_PostSchemaCluster
2021-02-09 21:23:55 -06:00
Maxton Huff
7ae1599c12
edit and move trial code from server.go to trial.go and combine release build targets
2021-02-09 15:39:32 -06:00