12540 Commits

Author SHA1 Message Date
Matthew Nesbit
123a2af5e0 Bridge to Firewall renames
More renaming

Update diagrams

Update changelog to point out breaking change fo the rename

Address Richard's PR comments
2018-07-05 15:20:28 +01:00
Tommy Lillehagen
28561280d0 ENT-1955, ENT-2227 - Documentation scrub and TOC update (#1209)
* ENT-1955 - Fix capitalisation of page headings

* ENT-2227 - Remove design proposals from enterprise docs

* ENT-1955 - Fix formatting issue in release notes

* ENT-1955 - Miscellaneous updates and formatting fixes

* ENT-1955 - Update title of Corda Firewall
2018-07-05 15:00:43 +01:00
Tommy Lillehagen
2f4642e0fc ENT-1997 - Port doc changes for getting set up from release branch (#1207) 2018-07-05 14:04:01 +01:00
bpaunescu
578e4a53c2
ENT-2226: bump curator version (#1201) 2018-07-05 13:48:54 +01:00
bpaunescu
06ca40c168
ENT-2204: fixed zookeeper client flaky test (#1198)
* ENT-2204: fixed zookeeper client flaky test

* ENT-2204: use size of list as count for the countdown latch in zk test

* ENT-2204: store timeout value into a variable

* ENT-2204: tidy up, use lambda outside of parenthesis
2018-07-05 12:59:46 +01:00
Tommy Lillehagen
9fa9521ae8
ENT-2191 - Add version compatibility and platform support matrices (#1195)
* ENT-2191 - Add version compatibility and platform support matrices

* ENT-2191 - Add note re compatibility commitments
2018-07-05 11:22:14 +01:00
Rick Parker
9b3044186d
ENT-1860 Enterprise sizing guidelines (#1193) 2018-07-04 17:43:21 +01:00
Matthew Nesbit
507ebf5a0c
Merge pull request #1192 from corda/mnesbit-merge-20180703
Merge up of AMQP refactor from OS
2018-07-04 11:17:50 +01:00
Viktor Kolomeyko
b8b5730637 ENT-2160: Documentation updates for tools we ship with GA release. (#1131) (#1191)
(cherry picked from commit 61506c0)
2018-07-03 17:11:48 +01:00
Matthew Nesbit
0d18bf8e33 Merge up of cleanup of AMQP protocol code 2018-07-03 17:05:05 +01:00
Matthew Nesbit
15d868b113 Merge up of cleanup of AMQP protocol code 2018-07-03 17:04:42 +01:00
Tudor Malene
911b5ec495 ENT-2180 Document clarifications (#1124)
* ENT-2180 Document clarifications

* ENT-2180 Document clarifications

* ENT-2180 Address code review changes

* ENT-2180 Address code review changes
2018-07-03 14:39:57 +01:00
Christian Sailer
a35ba7b59f
Merge pull request #1186 from corda/christians/merge-CORDA-1710
OS -> Ent merge up to CORDA-1710
2018-07-03 14:24:43 +01:00
Matthew Nesbit
d0568121b7
Some code tidy up ahead of post-GA development. (#3500)
Handle SSL Handshake timeouts properly
2018-07-03 14:16:31 +01:00
Christian Sailer
585f34d079
Enterprise tweaks for node administration (#1182) 2018-07-03 13:59:33 +01:00
Christian Sailer
13d7892ded Merge commit 'a5f43110f01c1bb116bb13274f1046204ee76e5f' into christians/merge-CORDA-1710 2018-07-03 13:05:39 +01:00
Christian Sailer
a5f43110f0
CORDA-1710 Swap order of Java and Kotlin examples in HTML docs (#3488)
* Swap order of Java and Kotlin examples in HTML docs

* Nicer comment

* Put the hiding of kotlin examples back in the css file (so they start out hidden rather than being hidden when the JS runs - this could potentially make a difference with a large page over a slow connection)
2018-07-03 12:56:58 +01:00
Stefano Franz
6c71ba0874
Merge pull request #1179 from roastario/publish_installer
ENT-2193 gradle magic to publish installer
2018-07-03 11:17:04 +01:00
Michele Sollecito
6c0ac1217c
Updates to master after GA release (#1167) 2018-07-03 10:25:13 +01:00
Andrius Dagys
7c7acc216c
Docs: moved notary setup guides from tutorials to operations. (#1162)
Created a general notary setup landing page that links to the HA notary guide.
2018-07-03 10:07:50 +01:00
Viktor Kolomeyko
c4722cc311
Eliminate now redundant AMQP switch (#1176) 2018-07-03 09:46:56 +01:00
Joel Dudley
20b89e06fa
Link is HTTP, not HTTPS (#3497) 2018-07-03 09:41:48 +01:00
Tudor Malene
95d1b1f84e
ENT-2001 use versionInfo when registering node with the doorman (#3435)
* ENT-2001 use versionInfo when registering node with the doorman

* ENT-2001 address code review changes
2018-07-03 09:16:48 +01:00
Tommy Lillehagen
d683df5753
CORDA-1711 - Remove dependency on PathUtilsKt in net.corda.core.internal (#3493) 2018-07-02 18:32:38 +01:00
Stefano Franz
d5ebb6da4f gradle magic to publish installer 2018-07-02 18:01:08 +01:00
Stefano Franz
139ebf7977
Merge pull request #1164 from corda/fix_installer_build
ENT-2193 fix issue with base-directory not being set
2018-07-02 17:27:37 +01:00
Viktor Kolomeyko
ab3974ed60
Switch dependencies to rpcProxyCompile. (#1173)
The problem manifests itself in IntelliJ when full rebuilt is performed with Gradle delegation.
In this case IntelliJ executes the following tasks:
`:testing:qa:behave:tools:rpc-proxy:classes`, `:testing:qa:behave:tools:rpc-proxy:testClasses`, `:testing:qa:behave:tools:rpc-proxy:smokeTestClasses` and `:testing:qa:behave:tools:rpc-proxy:rpcProxyClasses`

Without the change when `rpcProxyClasses` task executed - the build fails.

The problem is likely to be caused by the fact that this is a multi-sourceSets project.
2018-07-02 17:08:55 +01:00
Michele Sollecito
389e6421be
Merge pull request #1178 from corda/christians/os-ent-node-administration-doc
Christians/os ent node administration doc
2018-07-02 17:08:22 +01:00
Michele Sollecito
371d61cf1d
Merge pull request #1177 from corda/revert-1175-christians/os-ent-node-administration-doc
Revert "ENT-2179 merge OS -> enterprise"
2018-07-02 17:06:34 +01:00
Michele Sollecito
f5797dbbda Revert "ENT-2179 merge OS -> enterprise (#1175)"
This reverts commit d4131342f4ee5210f34971edf61fcc43a340164a.
2018-07-02 17:06:20 +01:00
Christian Sailer
d4131342f4 ENT-2179 merge OS -> enterprise (#1175)
* Node adminstration documentation rewrite (#3484)

* Slight rewrite of Node administation to reflect some dev/prod differnces, and clear up some options.

* different reference name in Enterprise
2018-07-02 17:06:11 +01:00
Tudor Malene
3adc209e0a
Merge pull request #1171 from corda/feature/ENT-2178/node_database_docs
ENT-2178 small typo fix
2018-07-02 15:53:40 +01:00
Christian Sailer
4670c9754b different reference name in Enterprise 2018-07-02 15:48:55 +01:00
Christian Sailer
c82820a3db Merge commit '70374e9724b7b6c696832441c9db39aa3309d1d3' into christians/os-ent-node-administration-doc 2018-07-02 15:48:21 +01:00
Christian Sailer
70374e9724
Node adminstration documentation rewrite (#3484)
* Slight rewrite of Node administation to reflect some dev/prod differnces, and clear up some options.
2018-07-02 15:32:47 +01:00
szymonsztuka
f5a1be38ff
ENT-2174 documentation (#1145)
Links to Bintray to download Corda binaries replaced by mentioning binaries made available to an organization.
2018-07-02 15:24:12 +01:00
Tudor Malene
b352a93e64 ENT-2178 small typo fix 2018-07-02 13:22:05 +01:00
Matthew Nesbit
4f0d4b24d3
Merge pull request #1170 from corda/mnesbit-merge-20180702
Merge up from OS
2018-07-02 13:19:22 +01:00
Matthew Nesbit
912be6cf6a Correction to gradle file 2018-07-02 11:59:04 +01:00
Matthew Nesbit
042ac119a8 Merge remote-tracking branch 'remotes/open/master' into mnesbit-merge-20180702
# Conflicts:
#	node/src/test/kotlin/net/corda/node/services/vault/VaultQueryTests.kt
2018-07-02 11:31:37 +01:00
Matthew Nesbit
0f98a1cbcd Merge remote-tracking branch 'remotes/open/master' into mnesbit-merge-20180702
# Conflicts:
#	node/src/test/kotlin/net/corda/node/services/vault/VaultQueryTests.kt
2018-07-02 11:31:18 +01:00
Andrius Dagys
b45472d579
Docs: Setting up a HA notary (#1169)
Minor fixes: rename Notary -> notary, replica -> worker.
2018-07-02 10:38:56 +01:00
Chris Rankin
64d65f0a54
Rename JarFilter's ClassTransformer to FilterTransformer. (#3481) 2018-07-02 10:31:07 +01:00
Matthew Nesbit
5d78992038
Minor changes to text to more accurately reflect the current implementation. (#3477) 2018-07-02 10:26:33 +01:00
Mike Hearn
b48c691abb Docs: repoint Ent docsite at OS 3.1 API docs, as the API we export is currently the same 2018-06-29 17:41:20 +02:00
Joel Dudley
6d77d045e8
Update key-concepts-identity.rst (#3480) 2018-06-29 16:31:48 +01:00
PokeyBot
2b6018f050
Merge pull request #3473 from corda/fix_flaky_test
[CORDA-1698] Fix flaky test
2018-06-29 16:26:24 +01:00
Stefano Franz
b49e484fbf
Merge branch 'master' into fix_installer_build 2018-06-29 15:59:31 +01:00
Stefano Franz
b129a44271
Merge pull request #1087 from corda/add_licence_to_installer_2
ENT-2098 add license acceptance step to installer
2018-06-29 15:58:08 +01:00
stefanofranz
3b6fd50244 fix issue with base-directory not being set
fix build issue with installer.sh not containing security.policy from JRE^
2018-06-29 15:35:00 +01:00