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
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
Anthony Keenan
3203bdae97
Merge from O/S
2018-07-05 19:09:25 +01:00
Shams Asari
300e0573fe
Merge pull request #1205 from corda/os-merge-244167d
...
O/S merge from 244167d
2018-07-05 17:16:52 +01:00
Chris Rankin
5106b01832
CORDA-1699: Restore binary compatibility for UniqueIdentifier class. ( #3505 )
...
* Update JarFilter to remove certain annotations from primary constructors.
* Enhance unit tests for deleting constructors.
* Update the documentation to explain how to handle non-deterministic default
constructor parameters.
* Reduce the base logging level of SanitisingTransformer to DEBUG.
* Simplify the execution of repeatable ClassVisitors.
* Simplify Gradle usage slightly.
* Add test for deterministic UniqueIdentifier.
* Update README to cover handling default parameters.
2018-07-05 16:14:56 +01:00
Shams Asari
c4d0a62ceb
Merge branch 'master' into os-merge-244167d
2018-07-05 15:47:09 +01:00
Shams Asari
0c8c914882
Removing warnings
2018-07-05 15:45:28 +01:00
Maksymilian Pawlak
f3dc018f04
Clarify local shell is dev-mode only ( #3479 )
2018-07-05 15:41:49 +01:00
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
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
Anthony Keenan
df198acf59
Fixing md formatting sphinixification issues ( #3510 )
2018-07-05 09:40:36 +01:00
Tudor Malene
2ab5a4cf12
CORDA-1392 Make Hibernate entities non-Serializable ( #3458 )
...
* CORDA-1392 Make Hibernate entities non-Serializable
* CORDA-1392 Make Hibernate entities non-Serializable - fix api
* CORDA-1392 Fix determinise
* CORDA-1392 Add changelog entry
* CORDA-1392 Address code review changes
2018-07-05 09:37:30 +01:00
Shams Asari
20a589d66d
Merge remote-tracking branch 'open/master' into os-merge-244167d
...
# Conflicts:
# docs/source/example-code/src/main/kotlin/net/corda/docs/FlowCookbook.kt
# docs/source/example-code/src/main/kotlin/net/corda/docs/LaunchSpaceshipFlow.kt
# docs/source/example-code/src/main/kotlin/net/corda/docs/tutorial/tearoffs/TutorialTearOffs.kt
# docs/source/running-a-node.rst
# experimental/behave/build.gradle
# experimental/behave/src/scenario/kotlin/net/corda/behave/scenarios/helpers/Substeps.kt
# experimental/kryo-hook/build.gradle
# experimental/quasar-hook/build.gradle
# node/src/integration-test/kotlin/net/corda/node/AuthDBTests.kt
# node/src/main/kotlin/net/corda/node/services/config/NodeConfiguration.kt
# node/src/test/java/net/corda/node/services/vault/VaultQueryJavaTests.java
# node/src/test/kotlin/net/corda/node/internal/NodeTest.kt
# node/src/test/kotlin/net/corda/node/services/messaging/ArtemisMessagingTest.kt
# node/src/test/kotlin/net/corda/node/services/persistence/HibernateConfigurationTest.kt
# samples/attachment-demo/src/integration-test/kotlin/net/corda/attachmentdemo/AttachmentDemoTest.kt
# samples/irs-demo/src/integration-test/kotlin/net/corda/test/spring/SpringDriver.kt
# testing/node-driver/src/main/kotlin/net/corda/testing/node/internal/NodeBasedTest.kt
2018-07-04 18:38:34 +01:00
szymonsztuka
d72caf59f0
Document running nodes on a remote machine after generating them on a local machine with Cordform task (related to ENT-1678) ( #3516 )
2018-07-04 18:34:17 +01:00
Rick Parker
9b3044186d
ENT-1860 Enterprise sizing guidelines ( #1193 )
2018-07-04 17:43:21 +01:00
Shams Asari
244167d3e9
Enabled warnings as errors ( #3514 )
2018-07-04 17:17:27 +01:00
Joel Dudley
f103bdc98a
Document node command-line options ( #3490 )
...
* Document node command-line options
* Addresses review feedback.
2018-07-04 10:41:38 +01:00
Joel Dudley
15dea87109
Clarifies how to run a network across machines ( #3508 )
...
* Update tutorial-cordapp.rst
* Adds warning box.
2018-07-04 10:22:39 +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
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
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
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
Joel Dudley
20b89e06fa
Link is HTTP, not HTTPS ( #3497 )
2018-07-03 09:41:48 +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
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
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
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
Anthony Keenan
7f3967b767
Fix emojis in latex ( #1159 )
2018-06-29 14:13:46 +01:00
Shams Asari
f08b0e469d
ENT-2182: Clean up of network permissioning docs ( #3478 )
2018-06-29 13:11:46 +01:00
Anthony Keenan
dbd07a8e6c
Fix missing snippets ( #1154 )
2018-06-29 13:08:09 +01:00
Joel Dudley
8f254a75ca
Link to where the scripts can be found ( #3464 )
...
* Link to where the scripts can be found
* Address review feedback
2018-06-29 11:32:53 +01:00
Christian Sailer
532a03adf8
ENT-2173 Drop loadtest documentation, not part of Corda Enterprise. ( #1148 ) ( #1150 )
2018-06-29 10:58:39 +01:00
Shams Asari
6450d6c777
ENT-2171: Removing outdated information in the serialisation docs ( #3475 )
2018-06-29 10:50:48 +01:00