2126 Commits

Author SHA1 Message Date
Anthony Keenan
68d4ed0cd9 [ENT-1955] Fix LaTeX errors when building docs PDF ()
* Fix latex errors when building docs PDF

* Experimenting
2018-06-24 11:04:08 +01:00
Anthony Keenan
7d975a43e0
Merge pull request from corda/chrisr3-os-merge
Merge from Open Source.
2018-06-23 17:32:27 +01:00
Shams Asari
3046843d40
CORDA-1602: Added cmd line flags to the network bootstrapper ()
The list of CorDapps jars is no longer passed in via the cmd line but is now expected to be placed in the bootstrapped directory.

Ended up being a bit of a refactor to cater for unit testing, and also tidied up the bootstrapper docs.
2018-06-23 11:36:10 +01:00
Chris Rankin
8b3a5432cb Merge commit '02348a584d56cdb562581d99be5b56348f7d1001' into chrisr3-os-merge 2018-06-23 00:06:11 +01:00
Christian Sailer
c35f576091
ENT-1953 enterprise tuning config documentation ()
* ENT-1953 enterprise tuning config documentation

* Add information about suspended flows

* Review: dropped all the dangerous low level flags that should not be tweaked by users, added some more general explanation.

* Review: typo plus comment about db impact

* Reshuffle doc to be more consistent

* Review: more refinements

* Reflect smart default values for performance properties

* Code review: typo
2018-06-22 21:41:31 +01:00
cburlinchon
465915ac83
[ENT-1289] Exit node if db down ()
* Exit if the db connection is lost
2018-06-22 14:57:43 +01:00
Tudor Malene
d0300261cb
Merge pull request from corda/tudor-merge-21-06
Tudor merge 21 06
2018-06-22 09:33:46 +01:00
Chris Rankin
b9eb956c6e ENT-1463, ENT-1903: Document new minimum JDK version. () 2018-06-22 09:24:13 +01:00
Tudor Malene
692d421abf ENT-1892, ENT-1875 - doc fixes () 2018-06-22 09:23:47 +01:00
Anthony Keenan
3125ec9f73 [ENT-1955] Documentation fixes () 2018-06-21 16:57:30 +01:00
tudor.malene@gmail.com
fb3e216318 Merge remote-tracking branch 'open/master' into tudor-merge-21-06
# Conflicts:
#	node/src/integration-test/kotlin/net/corda/node/services/rpc/RpcSslTest.kt
#	tools/shell/src/integration-test/kotlin/net/corda/tools/shell/InteractiveShellIntegrationTest.kt
2018-06-21 16:51:19 +01:00
Tudor Malene
381aadc78f
ENT-1796 RPC SSL ()
* ENT-1796 add just-generate-rpc-ssl-settings command line flag. Fix ssl configuration and documentation

* ENT-1796 small fix. change alias

* ENT-1796 address code review changes

* ENT-1796 revert file

* ENT-1796 Added check to display better error message

* ENT-1796 Doc fixes
2018-06-21 16:46:05 +01:00
Michele Sollecito
62088e4710
Fixes () 2018-06-21 16:35:20 +01:00
szymonsztuka
867e8a85af ENT-2035 Use ./drives folder for JDBC jars instead of one specified by jarDirs configuration option () 2018-06-20 13:45:20 +01:00
sollecitom
bf1b3a37ce Merge remote-tracking branch 'remotes/open/master' into merges/june-19-16-47 2018-06-19 16:48:12 +01:00
Michele Sollecito
af93ff8d1c
[CORDA-1638]: Node crashes in --initial-registration polling mode if doorman returns a transient HTTP error (fix). () 2018-06-19 16:43:46 +01:00
szymonsztuka
b18af16325
Guidelines for plausible Corda extension to support other database without recompilation (related to ENT-1428). ()
Guidelines for adding support to other database without recompiling Corda source code.
2018-06-19 16:32:51 +01:00
szymonsztuka
f99f483f0d Merge remote-tracking branch 'remotes/open/master' into merges/os-2018-06-19-2dded2a 2018-06-19 11:18:28 +01:00
Michele Sollecito
2dded2aa28
[CORDA-1629]: Documented backup strategy recommendations for Corda platform components. () 2018-06-19 11:05:23 +01:00
szymonsztuka
fe705ef93d
Update to gradle-plugins to 4.0.24 ()
* Fix ENT-2059 Cordform Gradle task ('deployNodes') doesn't work when 'configFile' element was used
* The 'node' entry has a new optional element 'drivers', which is a list of JAR files to be copied to the './driver' subdirectory relative to node directory (ENT-2035).
2018-06-19 10:57:49 +01:00
Michele Sollecito
20aca788ce
[CORDA-1605]: When one node in a transaction fails to respond, operator of initiating node needs to understand which node it is waiting for (fix) () 2018-06-18 17:59:00 +01:00
Florian Friemel
ad76b7821e
Merge remote-tracking branch 'open/master' into os-merge-2018-06-18-17_42 2018-06-18 17:51:41 +01:00
Jonathan Sphar
56f47aaa0a remove network simulator references in docs () 2018-06-18 17:35:26 +01:00
Katelyn Baker
e12185139f
CORDA-1641 - Add Java example to proxy serializer documentation ()
* CORDA-1641 - Add Java example to proxy serializer documentation

* Review comments
2018-06-18 16:09:31 +01:00
Chris Rankin
71e7784519
ENT-1467: Document how to configure IntelliJ with a deterministic SDK. ()
* Allow deterministic modules to use a deterministic IntelliJ SDK.
* Document how to configure IntelliJ with a deterministic SDK.
* Small clarifications to deterministic IntelliJ SDK documentation.
2018-06-18 12:40:35 +01:00
Katelyn Baker
701d8426df
CORDA-1640 - Proxy serializer documentation () 2018-06-18 12:18:24 +01:00
rick.parker
3a390e3643 Merge remote-tracking branch 'remotes/open/master' into parkri-os-merge-201806-15-1 2018-06-15 17:06:09 +01:00
Joel Dudley
1bb2037794
Modifies warning around use of PostgreSQL () 2018-06-15 15:02:34 +01:00
Michele Sollecito
e32225266a
Merge pull request from corda/kostas-merge-14_06_2018 2018-06-15 14:16:37 +01:00
Michele Sollecito
e2ac5f3315
[ENT-1876]: Make clear in documentation that you need to run db migration before starting node. () 2018-06-15 13:44:35 +01:00
Joel Dudley
df0c9dc135
Adds instructions for building Gradle plugins ()
* Update building-against-master.rst

* Self-review.
2018-06-14 15:57:49 +01:00
Konstantinos Chalkias
5a6af7f8ce Merge remote-tracking branch 'open/master' into kostas-merge-14_06_2018 2018-06-14 14:43:44 +01:00
Konstantinos Chalkias
81730b0a14 [CORDA-1515] Clarify distinction between non-validating and validating notaries () 2018-06-14 14:34:56 +01:00
Joel Dudley
c15fde242f
Adds header of SGX design doc subheaders don't spill () 2018-06-14 13:46:20 +01:00
Tommy Lillehagen
a612ca234a Merge remote-tracking branch 'open/master' into tlil-os-merge-20180613 2018-06-13 21:45:00 +01:00
Joel Dudley
fea296058a
Cleanup of docs about building against master ()
* Small fixes to building-against-master docs

* Self-review

* Fixes bullet numbers.
2018-06-13 19:51:34 +01:00
James Brown
026a4864b1
ENT-1387 h2port config changes with new h2Settings block
* Introduce new h2Settings config block which overrides h2Port
* H2 server listens on localhost by default
* Change is backward compatible and old h2Port option can still be used but that always listens  on localhost now
* Update changelog and docs with H2 changes
2018-06-13 16:23:39 +01:00
Joel Dudley
636f0d8c92
Clearer docs of Dockerform options ()
* Clearer docs of Dockerform options

* Self-review
2018-06-13 15:51:44 +01:00
sollecitom
86b34b1227 Merge remote-tracking branch 'remotes/open/master' into merges/june-13-13-27
# Conflicts:
#	docs/source/changelog.rst
#	docs/source/index.rst
#	node-api/src/main/kotlin/net/corda/nodeapi/internal/ArtemisMessagingClient.kt
2018-06-13 13:36:31 +01:00
Michele Sollecito
a4a75cf22d
[ENT-1893]: Db evolution documentation for CorDapp developers. () 2018-06-13 13:25:23 +01:00
Thomas Schroeter
bc93275f00
Add HA notary setup tutorial () 2018-06-13 13:18:44 +01:00
Rick Parker
ab2b27915a
Merge pull request from corda/parkri-os-merge-20180613-1
OS -> ENT merge up to and including d5d46c674dda89332520b019c3fbf8ef7371fa48
2018-06-13 13:13:49 +01:00
Mike Hearn
eaf7adab20 Fixup a merge conflict 2018-06-13 12:23:47 +01:00
Mike Hearn
9cedfbdd59 Docs: take out the participation section from the enterprise docs. 2018-06-13 12:23:47 +01:00
Mike Hearn
ebb351b76b Docs: create a top level Corda Firewall section. 2018-06-13 12:23:47 +01:00
Mike Hearn
454a75c612 Docs: rewrite the front page and re-arrange the enterprise toctree to highlight unique features. 2018-06-13 12:23:47 +01:00
Mike Hearn
b9156baa0b Docs: misc markup fixes to corda-bridge-component.rst 2018-06-13 12:23:47 +01:00
rick.parker
cb810f0660 Merge remote-tracking branch 'remotes/open/master' into parkri-os-merge-20180613-1
# Conflicts:
#	.idea/compiler.xml
#	build.gradle
#	docs/source/changelog.rst
#	node/src/test/kotlin/net/corda/node/services/config/NodeConfigurationImplTest.kt
2018-06-13 11:13:43 +01:00
Tudor Malene
cb50e58367
CORDA-1558 Rename database migration to database management ()
* CORDA-1558 Rename database migration to database management

* CORDA-1558 Address code review comments

* CORDA-1558 Address code review comments

* CORDA-1558 Address code review comments
2018-06-13 10:52:00 +01:00
Michele Sollecito
e2701e69d6
[CORDA-1612]: Fix truncated code snippets in docs PDF () 2018-06-13 09:43:16 +01:00