Joel Dudley
2dc2e886ff
Update CONTRIBUTORS.md
2018-07-10 19:04:10 +01:00
Keerthi Nelaturu
17b800ea15
#3522- IdentitySyncFlow.Send primary constructor requires a ProgressTracker ( #3554 )
...
* Adding default tracker for primary constructor.
* Adding default tracker for primary constructor.
* Removing tracker from constructor.
* Adding default tracker for primary constructor.
* Removing tracker from constructor.
2018-07-10 19:02:35 +01:00
Chris Rankin
da32a7e56f
CORDA-1699: Remove parameter defaults from Kotlin constructor metadata ( #3542 )
...
* Remove unwanted JavaScript metadata files from kotlin-metadata.
* Rename SanitiseConstructor case to SanitiseDeleteConstructor.
* Also remove default parameter flags from primary constructor when deleting the synthetic constructor that handles them.
Add a test case for stubbing constructors with default parameters.
* Restore deterministic modules' dependency on assemble task.
2018-07-10 18:11:28 +01:00
Katelyn Baker
f4426ef172
CORDA-1747 - External serializes break for generic types ( #3541 )
...
* CORDA-1747 - External serializes break for generic types
* Review comments
* review comments
2018-07-10 17:48:06 +01:00
Anthony Keenan
9a77f50871
Remove deterministic modules from docsite
2018-07-10 17:31:18 +01:00
Anthony Keenan
60b21e6f70
Move enterprise only docs out of docsite
2018-07-10 17:26:39 +01:00
Anthony Keenan
88f327c7c2
Remove some unlinked docs
2018-07-10 17:25:04 +01:00
Michele Sollecito
80553c51e1
Merge pull request #1250 from corda/merges/july-10-15-51
2018-07-10 15:54:18 +01:00
Michele Sollecito
f7cdf915df
Merge remote-tracking branch 'remotes/open/master' into merges/july-10-15-51
2018-07-10 15:51:33 +01:00
Michele Sollecito
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
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
Florian Friemel
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
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
Michele Sollecito
f4972f922a
Revert "[ENT-2248]: Put back DP3 docs in the dropdown. ( #1245 )" ( #1247 )
...
This reverts commit a23a253caf1b5f88935f8f96079537d94cd568ea.
2018-07-10 14:05:58 +01:00
Michele Sollecito
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
Tommy Lillehagen
e51ef04560
ENT-1955 - Fix TOC for HTML and PDF ( #1244 )
2018-07-10 13:30:08 +01:00
Tommy Lillehagen
1751b59694
Use absolute path for versions endpoint in docs ( #1242 )
2018-07-10 13:24:23 +01:00
Michele Sollecito
9dd1717f71
[ENT-2241]: Fixed unclear getting set up instructions. ( #1241 )
2018-07-10 13:23:54 +01:00
Michele Sollecito
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
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
Anthony Keenan
8d7aa5f590
Merge remote-tracking branch 'open/master' into anthony-os-merge-20180710
...
# Conflicts:
# .idea/compiler.xml
# docs/source/changelog.rst
# docs/source/network-bootstrapper.rst
# node/src/main/kotlin/net/corda/node/internal/AbstractNode.kt
# node/src/main/kotlin/net/corda/node/services/identity/IdentityServiceUtil.kt
# node/src/main/kotlin/net/corda/node/services/identity/PersistentIdentityService.kt
2018-07-10 11:19:23 +01:00
Viktor Kolomeyko
c396b80afe
ENT-1967: Illustration for Byteman library can be used in Node integration test. ( #1204 )
...
* ENT-1967: Enable byteman library
* ENT-1967: Add an integration test to experiment with Byteman.
This needs to be running with: `-Dexperimental.test.enable`
As in: `gradlew -Dexperimental.test.enable integrationTest`
* ENT-1967: Modify Node driver to allow for optional instrumentation and use it in the integration test
* ENT-1967: Rely on port allocation
* ENT-1967: Install the rule that works
* ENT-1967: Trying to introduce counter rule (doesn't work)
* ENT-1967: Install rules that make correct use of countdown and also improve debug logging for Byteman
* ENT-1967: Add assertion to validate that exception is indeed thrown as per rules installed.
* ENT-1967: Less logging and more assertions
* ENT-1967: Replace `fun` with `val`
* ENT-1967: Un-break DriverDSL public API.
* ENT-1967: Minor change
* ENT-1967: Remove Byteman settings from NodeParameters and hide them inside InternalDriverDSL.
* ENT-1967: Change the way how Jars resolved and use `Try` construct.
2018-07-10 10:05:07 +01:00
Dan Newton
7b4ace16e1
Remove duplicated code between PersistentIdentityService and InMemoryIdentityService ( #3428 )
2018-07-10 08:35:14 +01:00
Viktor Kolomeyko
13af5e00b6
Merge pull request #1231 from corda/feature/vkolomeyko/os-merge
...
OS->Ent merge
2018-07-09 21:17:46 +01:00
Michele Sollecito
54161a630a
[CORDA-1659]: Improve handling/logging of failed address binding. ( #3498 )
2018-07-09 18:45:20 +01:00
Anthony Keenan
4f5c8e0052
Add missing chapter to index and re-org PDF ( #1233 )
2018-07-09 17:55:19 +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
szymonsztuka
d35bf8442f
Fix formatting in node database doc. ( #1230 )
2018-07-09 17:22:10 +01:00
Viktor Kolomeyko
61a8bd0a5a
Merge remote-tracking branch 'open/master' into feature/vkolomeyko/os-merge
...
# Conflicts:
# samples/attachment-demo/src/integration-test/kotlin/net/corda/attachmentdemo/AttachmentDemoTest.kt
2018-07-09 16:45:20 +01:00
Viktor Kolomeyko
d481c55b82
CORDA-1743: Remove isDebug = true
from Node driver to speed-up integration tests execution. ( #3535 )
...
* CORDA-1743: Remove `isDebug = true` from Node driver to speed-up integration tests execution.
* CORDA-1743: Undo removal of "isDebug = true" from the test that specifically checks for this condition.
* CORDA-1743: Address input from @shamsasari
2018-07-09 16:37:01 +01:00
szymonsztuka
7e7ea3bab7
Document database configuration step when deploying nodes remotely, related to ENT-1678( #1224 )
2018-07-09 16:14:18 +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
Shams Asari
e863683c6c
Merge pull request #1228 from corda/os-merge-aefd90f
...
O/S merge from aefd90f
2018-07-09 14:01:51 +01:00
Michal Kit
408cc68c65
CORDA-1715 Ordering the X500 name for the CRL extension of the TLS certificates ( #3515 )
...
* CORDA-1715 Ordering the X500 name for the CRL extension of the TLS certificate
* Addressing review comments
* Addressing review comments - round 2
* Throwing an exception on incorrect TLS CRL issuer configuration
* Changes after the redesign decisions
* Small refactoring
2018-07-09 13:45:38 +01:00
Mike Hearn
5d738ac8e8
[CORDA-1671] Minor: some more places where we were printing stack traces instead of clean error messages. ( #3512 )
...
* [CORDA-1671] Minor: some more places where we were printing stack traces instead of clean error messages.
* Address review comments.
2018-07-09 13:25:23 +01:00
Shams Asari
04809538cd
Merge fix
2018-07-09 12:39:43 +01:00
Shams Asari
5d55a87d70
Merge remote-tracking branch 'open/master' into os-merge-aefd90f
...
# Conflicts:
# CONTRIBUTORS.md
2018-07-09 12:33:47 +01:00
Shams Asari
aefd90f062
Minor: ProcessUtilities clean up ( #3533 )
2018-07-09 12:29:33 +01:00
Viktor Kolomeyko
c49d0f37b9
Explicitly suppress unused parameters warnings which are now treated as errors when compiling in IntelliJ. ( #1225 )
2018-07-09 12:19:02 +01:00
Joel Dudley
0de7c2aaf4
Command should not have leading slash. ( #3534 )
2018-07-09 12:05:40 +01:00
Florian Friemel
a2496a752c
[Ent-2176] ( #1126 ) ( #1227 )
2018-07-09 11:54:36 +01:00
Florian Friemel
0670634bad
Update tutorial-test-dsl.rst ( #3483 )
2018-07-09 09:58:45 +01:00
Tommy Lillehagen
8a8bc55cd7
ENT-2229 - Change PDF title ( #1215 )
2018-07-07 10:09:43 +01:00
Stefano Franz
dcfe37c83c
add ability to specify x500 of node to add. ( #3528 )
2018-07-06 13:19:16 +01:00
Anthony Keenan
4956dbf9f0
Merge pull request #1213 from corda/anthony-os-merge-20180705
...
O/S Merge 20180705
2018-07-06 12:43:24 +01:00
James Brown
18e7cd4cfd
CORDA-1737 update jolokia dependency to latest version ( #3524 )
2018-07-06 11:15:48 +01:00
Rick Parker
d03f31e178
ENT-1951 Storage usage from performance tests ( #1216 )
...
* ENT-1951 Storage usage from performance tests
* Qualify database used
* Review feedback
2018-07-06 11:01:45 +01:00
szymonsztuka
431538cc31
Added example command to create dummy JAR file with migration for upgrading Cordapp from OS to ENT. ( #1187 )
2018-07-06 10:56:01 +01:00