Andras Slemmer
a601f0abf5
Local RPC, demos use RPC, NODE has special privileges
2016-12-08 11:58:31 +00:00
Clinton Alexander
d1a7a33581
Disabling flakey WorkflowTransactionBuildTutorialTest test because it has a race condition and is causing flakey build. PR is in flight to fix the actual cause.
2016-12-07 17:09:39 +00:00
Matthew Nesbit
f63e6cd2a6
Add some hooks to StateMachineManager and NodeSchedulerService so that unit tests of flows with scheduled actions can safely test for completion of their test activities. Typically this is done using a while loop whilst there are active fibers, or schedules and then blocking on the ReusuableLatches until the status changes and can be re-evaluated.
...
Add unit tests of ScheduledFlow running on simulated network.
Just use existing DumyContract in test
DummyContract requires value equality so that assertEquals over states works as expected.
Remove blank line.
Add TODO on waitQuiescent.
Fix minor build error
2016-12-07 16:11:55 +00:00
Shams Asari
bddb22db77
Further fixes to messaging.rst
2016-12-06 21:14:21 +00:00
Shams Asari
89cc9dc886
Added a note in the getting setup doc about JavaFX and non-Oracle JVMs
2016-12-06 15:24:29 +00:00
Richard Green
e1e6d187e3
Making the warning make sense for branches that aren't master
2016-12-06 10:51:29 +00:00
Shams Asari
27462ff8f1
Fixed formatting issues in messaging.rst
2016-12-05 22:03:00 +00:00
joeldudleyr3
d0e142c3db
Removes links to R3 wiki. Changes 'r3prototyping' ref to 'corda'.
2016-12-05 15:17:25 +00:00
Shams Asari
4addb91f80
Added security to RPC and P2P systems.
2016-12-02 18:11:08 +00:00
Richard Green
b35f711bd9
Merge pull request #14 from corda/rg_adding_some_links_to_docs
...
Adding links to discourse and slack on docsite
2016-12-01 16:58:50 +00:00
Richard Green
10bc27d2f4
Adding links to discourse and slack on docsite
2016-12-01 14:14:17 +00:00
Matthew Nesbit
e54a304e2e
Depend upon an internal artifact, rather than a maven local published artifact when building the corda fatjar.
2016-11-30 16:16:51 +00:00
Mike Hearn
1323781a30
Docs: point to M6 docs from master branch warning
2016-11-29 20:49:14 +00:00
Mike Hearn
83328c3d23
Docs: minor sidebar fix
2016-11-29 19:03:13 +00:00
Mike Hearn
c9b4755f55
Docsite: fix a few doc errors
2016-11-29 18:42:23 +00:00
RogerWillis
3ecf5b786a
Minor docs tweaks:
...
* Removed "where-to-start" as it was old and will be replaced with the developing CorDapps page.
* Re-arranged the index page.
* Put the getting started fault finding page on the index (it wasn't referenced before).
* Deleted the "building cordapps" page as requested by Mike.
2016-11-29 18:31:28 +00:00
Matthew Nesbit
aa2076f976
Merged in mnesbit-unit-test-fix (pull request #586 )
...
Read the balances off of the vault update.
2016-11-29 17:53:35 +00:00
Andrius Dagys
109ecffb02
Merged in release-notes-m6 (pull request #580 )
2016-11-29 17:47:05 +00:00
Matthew Nesbit
9ba02b170b
Read the balances off of the vault update.
2016-11-29 17:37:26 +00:00
Andrius Dagys
8f2d026965
M6 release notes
2016-11-29 17:27:25 +00:00
Richard Green
d8b5a8298c
removed redundant text
2016-11-29 17:20:36 +00:00
Richard Green
010326721c
removed redundant text
2016-11-29 17:15:23 +00:00
Richard Green
a1920ddddd
removed erroneous space
2016-11-29 16:52:49 +00:00
Richard Green
34ea7f09af
Starting new pull request - previous one had conflict errors
2016-11-29 16:52:07 +00:00
Richard Green
c9d6c4d8ee
Adding a CLI / IDE page
2016-11-29 16:23:47 +00:00
Mike Hearn
d87e027bd6
Merged in mike-warn-about-ij-bug (pull request #584 )
...
Docs: warn about IntelliJ issue that causes .idea to be wiped at import time
2016-11-29 16:08:17 +00:00
Andrius Dagys
d92ccb0f80
Added a placeholder for M6 release notes
2016-11-29 16:06:07 +00:00
Mike Hearn
e4ee1b51e6
Docs: warn about IntelliJ issue that causes .idea to be wiped at import time
2016-11-29 15:53:35 +00:00
Andrius Dagys
296d93fbd9
Merged in andrius-change-copyright (pull request #570 )
2016-11-29 15:35:18 +00:00
Matthew Nesbit
df6fc69cc6
Merged in mnesbit-building-transactions (pull request #571 )
...
Created some examples to include in tutorial on building transactions.
2016-11-29 15:15:32 +00:00
Rick Parker
55b10644dd
Merged in parkri-oracle-docs (pull request #559 )
...
Update and add oracles documentation
2016-11-29 15:12:09 +00:00
rick.parker
c3e8a9eb19
Doc updates for oracles
2016-11-29 15:09:38 +00:00
Clinton Alexander
dea7b39734
Merged in colljos-docs-rpctutorial (pull request #581 )
...
RPC Tutorial: re-instated gradle main class name.
2016-11-29 15:02:37 +00:00
Matthew Nesbit
4a504ca3dc
Created some examples to include in tutorial on building transactions.
...
Complete the transaction building doc with code fragments.
Fix gradle build
Handle PR comments
Put back in missing main class line
Couple of minor improvements from PR
2016-11-29 14:50:20 +00:00
Andrius Dagys
b73116ff1b
Merged in docsite-theme-fix (pull request #578 )
2016-11-29 14:48:33 +00:00
Andrius Dagys
4012d4b136
Docs: added an explanation on how to specify a custom service name. Added a ref for composite keys section.
2016-11-29 14:46:05 +00:00
Jose Coll
ee2a60f345
RPC Tutorial: re-instated gradle main class name.
2016-11-29 14:30:22 +00:00
Roger Willis
b3e5bede39
Merged in rog-cordapp-tutorial (pull request #490 )
...
First pass on Corda SDK tutorial
2016-11-29 13:47:08 +00:00
RogerWillis
9c9691ae77
Addressed review points. Added a stub file in the getting started section that indicates devs should look at the cordapp tutorial.
2016-11-29 13:45:58 +00:00
Jose Coll
690336b2e0
Incorp feedback from PR review.
2016-11-29 12:38:47 +00:00
Jose Coll
4aae92046d
Removed Key Concept docs.
2016-11-29 12:38:47 +00:00
Jose Coll
d8c485aca9
Fixed formatting problems.
2016-11-29 12:38:47 +00:00
Jose Coll
066aacad85
Updated RPC Tutorial docs and gradle file.
2016-11-29 12:38:47 +00:00
Jose Coll
f3f016720d
First draft
2016-11-29 12:38:01 +00:00
Jose Coll
4d80d5fc2e
Removed Key Concept docs.
2016-11-29 12:38:01 +00:00
Jose Coll
92102e0157
Fixed formatting problems.
2016-11-29 12:38:01 +00:00
Jose Coll
909b4dccad
Updated RPC Tutorial docs and gradle file.
2016-11-29 12:37:40 +00:00
Jose Coll
07aeec9f6f
First draft
2016-11-29 12:35:41 +00:00
Andrius Dagys
f3e6b7b528
Format docsite css
2016-11-29 12:01:48 +00:00
Andrius Dagys
869324bfd1
Fixed docsite theme mobile view. Minor tweak to the headers
2016-11-29 12:00:11 +00:00