Joel Dudley
757181e26d
Docs don't make it clear that folder should be selected, not parent folder. ( #3678 )
2018-07-24 16:42:34 +01:00
Anthony Keenan
b9efbaa228
CORDA-1585 - Tidy up participate docs + pdf toctree backport ( #3674 )
...
* Fix TOC for HTML and PDF (Backport from Enterprise docs)
* Tidy up participate section
* Address review comments
2018-07-24 10:05:57 +01:00
Joel Dudley
a7b1175833
Extended docs on h2settings ( #3669 )
...
* Extended docs on h2settings
* Documents h2port being deprecated in favour of h2settings.
* Fixes link.
* Capitalisation
2018-07-23 14:15:09 +01:00
Joel Dudley
403a165ab6
Make it clear that must restart node after installing CorDapp. ( #3666 )
2018-07-23 11:37:44 +01:00
Michele Sollecito
abc1d99eaa
[CORDA-1799]: Avoid generating test CorDapp JARs from each out of process node started by the driver ( #3641 )
2018-07-23 11:18:11 +01:00
Tommy Lillehagen
6427eb3937
ENT-2296 - Fix typo in docs ( #3665 )
2018-07-23 08:51:52 +01:00
cxyzhang0
d2446be69e
MSSQL support ( #3382 )
...
* MSSQL support
* changes per reviewer's comments; doc
* clean up
* CONTRIBUTORS.md
* minor change in comment
* another minor change in comment
* minor formatting
* Comments formatting per recommend style; contributors in alphabet order
* more comment formatting per coding style
* Change MSSQL to SQLServer in codes and comments
* Change MSSQL to SQLServer in doc
* Use generateSequence to build repeats of ?,?,...?
2018-07-20 16:25:15 +01:00
Nick Arini
e5d82cc9b4
Na testnet explorer docs ( #3660 )
...
* added doc on testing deployment with node explorer
2018-07-20 16:21:24 +01:00
Jonathan Sphar
cad684fbd3
Add Ubuntu environment setup instructions to docs/getting-set-up ( #3608 )
...
* remove network simulator references in docs
* Added environment setup instructions for Ubuntu
* Revert "Upstream merge"
This reverts commit db4920fa68
, reversing
changes made to 208ac49da0
.
* Address review comments
2018-07-20 11:55:32 +01:00
Konstantinos Chalkias
a94dbc9c9a
Change SZ to CZ in the cert hierarchy diagram ( #3655 )
2018-07-19 16:07:50 +01:00
Nick Arini
82d7ec0729
Na testnet screenshots ( #3647 )
...
* update docs/screenshots
2018-07-18 16:38:30 +01:00
Joel Dudley
08b5cb6d5f
Remove old future to event horizon not being implemented. ( #3642 )
2018-07-18 11:05:30 +01:00
James Brown
dafd979bde
CORDA-1818 - fix markup in h2 docs ( #3629 )
2018-07-17 17:47:46 +01:00
Konstantinos Chalkias
8a54badc6a
CORDA-1514 Add our patented nested Merkle trees protocol to documentation
2018-07-17 15:36:10 +01:00
Shams Asari
921b132658
Deprecated freeLocalHostAndPort, freePort and getFreeLocalPorts of TestUtils ( #3630 )
...
They're prone to cause flaky tests due to the "allocated" ports already being taken by the system when eventually needed. Replaced usages with PortAllocation.Incremental.
Affected unit tests made into integration tests to avoid any issues in the future when unit tests are made to run in parallel.
2018-07-17 14:42:30 +01:00
Konstantinos Chalkias
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
Nick Arini
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
Andrius Dagys
1cffe1b080
Docs: update notary setup page
2018-07-17 11:26:55 +02:00
Florian Friemel
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
Andrius Dagys
a1cb184a1d
ENT-2168: Node internal docs tweaks ( #3624 )
2018-07-16 17:13:43 +01:00
Shams Asari
ca56f6bd33
Fixed out-of-date integration testing tutorial and added Java example ( #3596 )
2018-07-16 13:14:57 +01:00
szymonsztuka
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
Andras Slemmer
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
Anthony Keenan
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
szymonsztuka
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
Rick Parker
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
Thomas Schroeter
e90d7c69c5
Minor: doc fixes ( #3584 )
2018-07-13 09:58:05 +01:00
Tommy Lillehagen
f7a4c19656
CORDA-1803 - Fix variable replacement ( #3585 )
2018-07-13 09:40:02 +01:00
Joel Dudley
98117392db
Stray full-stop
2018-07-12 17:52:16 +01:00
Mike Hearn
db1e33c820
Docs: clean up the toctree a little bit w.r.t. serialisation and tools
2018-07-12 18:42:19 +02:00
Mike Hearn
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
Joel Dudley
21754e4323
Removes reference to Discourse. ( #3581 )
2018-07-12 17:40:10 +01:00
Joel Dudley
d8cd83bf4f
Removes duplicated instructions for running example CorDapp. ( #3579 )
2018-07-12 17:34:13 +01:00
Andras Slemmer
18a9155e89
Add java samples
2018-07-12 15:30:23 +01:00
Andras Slemmer
8c1ea4a61d
Fix test
2018-07-12 15:30:23 +01:00
Andras Slemmer
d375875054
Address comments
2018-07-12 15:30:23 +01:00
Andras Slemmer
80a5e7ab81
Add flow state machine extension tutorial
2018-07-12 15:30:23 +01:00
Thomas Schroeter
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
Lamar Thomas
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
Nick Arini
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
Joel Dudley
ab38c7a944
Consolidates and extends debugging information. ( #3548 )
...
* Consolidates and extends debugging information.
* Clearer remote debugging instructions.
2018-07-10 15:17:59 +01:00
Michele Sollecito
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
Tushar Singh Bora
a4b2096b01
Update Shell.rst with CashIssueFlow ( #3546 )
...
* Updated for issue: 3120
https://github.com/corda/corda/issues/3120- for details
* Updated shell.rst
Correct Shell Flow usaged for CashIssueFlow
* Updated Shell.rst as per latest CashIssueFlow
2018-07-10 11:58:26 +01:00
Dan Newton
7b4ace16e1
Remove duplicated code between PersistentIdentityService and InMemoryIdentityService ( #3428 )
2018-07-10 08:35:14 +01:00
Gavin Thomas
c4d3522ddc
ENT-2100 quick start page to include user journeys ( #3523 )
...
* ENT-2100 quick start page to include user journeys
* Restructures table.
* add anchors for easy navigation
* fix anchors for easy navigation
* another fix anchors for easy navigation
* Reformats table.
* another fix anchors for easy navigation
* and another fix anchors for easy navigation
* and yet another fix anchors for easy navigation
* table tweak
* table header fix
* add missing table headers
2018-07-09 17:40:18 +01:00
Anthony Keenan
857ed1897a
CORDA-1712 - Make documentation clearer for Network Bootstrapper ( #3504 )
2018-07-09 17:38:31 +01:00
Joel Dudley
f389cd07a3
Lower-case m. ( #3536 )
2018-07-09 15:22:01 +01:00
Joel Dudley
ed61e1609a
Adds tables of content for network sections. ( #3537 )
2018-07-09 15:21:47 +01:00
Joel Dudley
0de7c2aaf4
Command should not have leading slash. ( #3534 )
2018-07-09 12:05:40 +01:00
Florian Friemel
0670634bad
Update tutorial-test-dsl.rst ( #3483 )
2018-07-09 09:58:45 +01:00