Commit Graph

1867 Commits

Author SHA1 Message Date
6e91fcbb32 Enable new test to run in remote database mode - add SQL setup, add finance packages to create tables by Liquidate. (#1284) 2018-07-20 14:09:58 +01:00
aa50aaf95d Merge commit 'e879de7' into chrisr3-os-merge 2018-07-17 22:47:24 +01:00
a8fa232301 CORDA-1516 - Adding notary to key-concepts-transactions (#3502)
also decided not to include info about privacy salt (as too complex)
2018-07-17 11:53:53 +01:00
aee2377f4f Add a doc on local configuration for a Corda testnet node. (#3623)
* Add a page on local deployment

* Add a page on local deployment

* Fix typos

* add image

* Added warning on copying nodes.

* Added warning

* Fix reviewer comments

* Update index

* broken note

* typo
2018-07-17 10:45:46 +01:00
1cffe1b080 Docs: update notary setup page 2018-07-17 11:26:55 +02:00
1ca2059863 [CORDA-1635] Update docs (node naming constraints). (#3595)
* Update docs (node naming constraints).

* Update CordaX500NameTest to ensure consistency with the docs.

* Respond to feedback.
2018-07-16 17:29:29 +01:00
a1cb184a1d ENT-2168: Node internal docs tweaks (#3624) 2018-07-16 17:13:43 +01:00
ca56f6bd33 Fixed out-of-date integration testing tutorial and added Java example (#3596) 2018-07-16 13:14:57 +01:00
9f905da036 Missing upgrade notes for table change in v3.1 - related to CORDA-1804 (#3567)
Document different upgrade notes for table name change from v3.0 or from v3.1/v3.2 to the current version (a table change introduced in v3.1 was not documented in upgrade notes).
2018-07-16 11:43:24 +01:00
382d65fbb1 Merge pull request #3289 from corda/CORDA-1578/aslemmer-smm-extension-docs
CORDA-1578: Add flow state machine extension tutorial
2018-07-16 11:16:10 +01:00
a4ad4c7563 CORDA-1725 Add documentation on building Corda for Win/*nix and clean up doc bui… (#3578)
* Add documentation on building Corda for Win/*nix and clean up doc building documentation

* Split up building corda instructions from building docs instructions

* Address review comments
2018-07-13 22:12:20 +01:00
52eb5d76d3 Merge pull request #1272 from corda/parkri-os-merge-20180713-1
OS -> ENT merge
2018-07-13 18:05:29 +01:00
208ac49da0 CORDA-1804 Corda node stops when detecting not migrated node_attachments_contracts table name (#3593)
Database table NODE_ATTACHMENTS_CONTRACT_CLASS_NAME in v3.0 was changed to NODE_ATTCHMENTS_CONTRACTS in v3.1 and then finally NODE_ATTACHMENTS_CONTRACTS on current master. Users may omit the upgrade note and run into errors. After the change the node will not start if the new table name is not found and any other older ones is found.
2018-07-13 16:23:20 +01:00
4e81d26985 Merge remote-tracking branch 'remotes/open/master' into parkri-os-merge-20180713-1 2018-07-13 13:15:53 +01:00
84d387c034 Fix "getting set up" link (#1270) 2018-07-13 13:09:55 +01:00
b55a287311 How to test an ent node on testnet doc page (#1265)
* add doc on testing with explorer
2018-07-13 11:06:04 +01:00
ed25d8f1be ENT-1565 Upgrade Artemis version to latest. (#3557)
* ENT-1565 Upgrade Artemis version to latest.

* Fix compiler errors.

* Add to changelog

* Additional commentary on Proton-J version
2018-07-13 10:10:26 +01:00
e90d7c69c5 Minor: doc fixes (#3584) 2018-07-13 09:58:05 +01:00
f7a4c19656 CORDA-1803 - Fix variable replacement (#3585) 2018-07-13 09:40:02 +01:00
98117392db Stray full-stop 2018-07-12 17:52:16 +01:00
db1e33c820 Docs: clean up the toctree a little bit w.r.t. serialisation and tools 2018-07-12 18:42:19 +02:00
20c03d2196 Blob inspector: add support for hex and base64 inputs.
Also rename the file to make it easier to navigate to it in IntelliJ
by keyboard.
2018-07-12 18:42:19 +02:00
21754e4323 Removes reference to Discourse. (#3581) 2018-07-12 17:40:10 +01:00
d8cd83bf4f Removes duplicated instructions for running example CorDapp. (#3579) 2018-07-12 17:34:13 +01:00
18a9155e89 Add java samples 2018-07-12 15:30:23 +01:00
8c1ea4a61d Fix test 2018-07-12 15:30:23 +01:00
d375875054 Address comments 2018-07-12 15:30:23 +01:00
80a5e7ab81 Add flow state machine extension tutorial 2018-07-12 15:30:23 +01:00
12174fdaae Add jib gradle plugin to node (#3571)
* Add jib gradle plugin to node

Available tasks:
./gradlew node:jibExportDockerContext
./gradlew node:jib --image <image>
2018-07-12 14:39:17 +01:00
cb1d880c1c Merge pull request #1266 from corda/thomas/os-merge-2018-07-11
Thomas/os merge 2018 07 11
2018-07-12 11:21:28 +01:00
6673925aea Fix formatting issues on the upgrade notes page (#1269) 2018-07-12 10:46:47 +01:00
12759831fe edit rsync and tar info (#1214)
* edit rsync and tar info

Edit rsync to copy repository into ~/.m2 so it overwrites the existing ~/.m2/repository rather than copy another repository sub-directory. Also, edit info on tar file to reflect that it's actually a tar.gz file and modify tar command to include -xvzf flags.

* Add word, compressed (@guyho)
2018-07-12 08:59:01 +01:00
5f8954c789 Fix variable replacement in docs (#1267) 2018-07-12 08:13:21 +01:00
fa92c082ba Removed the negative reference to ethereum/bitcoin
in reading this document from docs.corda.net, trying to understand the flow state machines (support /development perspective), I found that the negative outlook of limitations in ethereum and bitcoin may be a bit out-dated and interrupted learning thought/understanding - on this specific page.  adjusted the verbage to keep the point that there are development challenges that we've addressed, but removed the excess language around ethereum and bitcoin
2018-07-11 18:13:07 +02:00
baabf8ceb9 Merge remote-tracking branch 'open-source/master' into thomas/os-merge-2018-07-11
Conflicts:
	finance/src/integration-test/kotlin/net/corda/finance/flows/CashConfigDataFlowTest.kt
	node/src/integration-test/kotlin/net/corda/node/BootTests.kt
	node/src/integration-test/kotlin/net/corda/node/NodeUnloadHandlerTests.kt
	node/src/integration-test/kotlin/net/corda/node/flows/FlowRetryTest.kt
	tools/shell/src/integration-test/kotlin/net/corda/tools/shell/InteractiveShellIntegrationTest.kt
	tools/shell/src/integration-test/kotlin/net/corda/tools/shell/SSHServerTest.kt
	webserver/src/integration-test/kotlin/net/corda/webserver/WebserverDriverTests.kt
2018-07-11 14:56:03 +01:00
017ffab60b Testnet documentation pages (#3287)
* added doc page for running Corda on GCP vis Explore

* Fix bash code examples

* add images

* add images

* more typos fixed

* typo

* fix firewall commands

* more screenshots

* add screenshots for new projewct

* scale images

* screenshot

* added screenshot

* Bold steps

* more screenshots

* added screenshots

* upload screenshots

* added screenshots

* add contents

* add azure file

* add azure file

* updated azure screenshots

* updated azure screenshots

* more screenshots and text

* Updated run commands

* Updated run commands

* Update azure-vm-explore.rst

* Fix urls

* add AWS setup for explore

* aws screenshots

* update test for AWS

* aws screenshots

* aws screenshots

* add screenshots

* AWS updates

* AWS

* aws screenshot

* aws screenshots

* aws images

* aws updates

* aws updates

* aws screenshot

* Updated intro to new branding

* Added resoure group docs to azure page

* Updated azure screenshots

* Updated azure screenshots

* Updated azure screenshots

* Updated azure screenshots

* Updated aws docs

* Updated GCP docs

* Updated GCP docs

* Adding a Testnet overview page

* Adding a Testnet overview page

* Adding a Testnet overview page

* Adding a Testnet overview page

* Adding a Testnet overview page

* Adding a Testnet overview page

* Adding elastic IP to AWS

* Adding elastic IP to AWS

* Adding elastic IP to AWS

* updated dl link

* Update aws-vm-explore.rst

* update dl link

* Update gcp-vm.rst

* Fixing changes requested by RGB.

* Fixed link

* Additional changes requested in review.

* Updated based on RGB review comments.

* Minor formatting

* minor formatting

* Address review comments

* Address the review comments from RGB

* typo

* typo

* typo

* typo

* make underlines same length as headers

* Fix review comments

* Fix review comments

* fix review comments

* adding to index
2018-07-11 14:12:52 +01:00
9a77f50871 Remove deterministic modules from docsite 2018-07-10 17:31:18 +01:00
60b21e6f70 Move enterprise only docs out of docsite 2018-07-10 17:26:39 +01:00
88f327c7c2 Remove some unlinked docs 2018-07-10 17:25:04 +01:00
f7cdf915df Merge remote-tracking branch 'remotes/open/master' into merges/july-10-15-51 2018-07-10 15:51:33 +01:00
d9923f8809 Merge pull request #1238 from corda/anthony-os-merge-20180710
O/S Merge 2018-07-10
2018-07-10 15:48:10 +01:00
ab38c7a944 Consolidates and extends debugging information. (#3548)
* Consolidates and extends debugging information.

* Clearer remote debugging instructions.
2018-07-10 15:17:59 +01:00
e887d220bb [ENT-1711] Update node monitoring docs. (#1218)
* [ENT-1711] Update node monitoring docs.

* [ENT-1711] Update node monitoring docs.

* [ENT-1711] Update node monitoring docs.

* [ENT-1711] Update node monitoring docs.

* Update node monitoring docs.

* Update node monitoring docs.
2018-07-10 14:28:02 +01:00
fcbab670cf [CORDA-1727]: Document more clearly the supported version of IntelliJ and the IntelliJ Kotlin Plugins. (#3550) 2018-07-10 14:06:20 +01:00
f4972f922a Revert "[ENT-2248]: Put back DP3 docs in the dropdown. (#1245)" (#1247)
This reverts commit a23a253caf.
2018-07-10 14:05:58 +01:00
a23a253caf [ENT-2248]: Put back DP3 docs in the dropdown. (#1245)
https://r3-cev.atlassian.net/browse/ENT-2248
2018-07-10 13:42:21 +01:00
e51ef04560 ENT-1955 - Fix TOC for HTML and PDF (#1244) 2018-07-10 13:30:08 +01:00
1751b59694 Use absolute path for versions endpoint in docs (#1242) 2018-07-10 13:24:23 +01:00
9dd1717f71 [ENT-2241]: Fixed unclear getting set up instructions. (#1241) 2018-07-10 13:23:54 +01:00
3c56605895 [ENT-2244]: Link to pdf of the Product Documentation disappeared from the docsite (fix). (#1240)
(cherry picked from commit 848c255)
2018-07-10 13:15:24 +01:00