rick.parker
f382639ed8
Tidy up
2017-11-23 10:22:11 +00:00
Christian Sailer
4d19a594d6
Reduce the dependencies of the JMeter project by copying ( #118 )
...
one function and listing required explicit dependencies
instead of depending on loadtest
2017-11-23 10:22:11 +00:00
rick.parker
08d3361381
README and fixes.
2017-11-23 10:22:11 +00:00
rick.parker
6fc981e13d
Add some comments and clean up.
2017-11-23 10:22:11 +00:00
rick.parker
1d5d54e063
Add some comments and clean up.
2017-11-23 10:22:09 +00:00
rick.parker
08577510af
Clean up, renaming etc
2017-11-23 10:22:05 +00:00
rick.parker
fa7c67f34b
Work around for notary.
2017-11-23 10:21:28 +00:00
rick.parker
6a6d84cce4
Comment out parties.
2017-11-23 10:21:28 +00:00
rick.parker
b7fb87ed83
Easy all in one launch of UI + SSH tunnels.
2017-11-23 10:21:26 +00:00
rick.parker
766c0b23d2
SSH tunnelling utility. Property files per remote host.
2017-11-23 10:21:19 +00:00
rick.parker
3b565f52f7
Full config of capsule launched JMeter server (was missing functions previously).
2017-11-23 10:21:15 +00:00
rick.parker
029cc1c2f0
Some clean up. Remote slave via capsule is working.
2017-11-23 10:21:13 +00:00
rick.parker
18cca32d11
Remote JMeter working from single JAR.
2017-11-23 10:20:37 +00:00
rick.parker
39ab188e1b
First working version of RPC & JMeter
2017-11-23 10:19:57 +00:00
rick.parker
a84e9fdb2b
Redirect search_paths into a file since it so long and doesn't work on the command line in Windows.
2017-11-23 10:16:50 +00:00
rick.parker
5c64917f18
README and fixes.
2017-11-23 10:16:49 +00:00
rick.parker
e677946453
Add some comments and clean up.
2017-11-23 10:16:49 +00:00
rick.parker
24ef98e5c4
Add some comments and clean up.
2017-11-23 10:16:49 +00:00
rick.parker
b0a8c3c305
Clean up, renaming etc
2017-11-23 10:16:49 +00:00
rick.parker
c543129408
Work around for notary.
2017-11-23 10:15:51 +00:00
rick.parker
9be3098b60
Comment out parties.
2017-11-23 10:15:51 +00:00
rick.parker
1570ea3b53
Easy all in one launch of UI + SSH tunnels.
2017-11-23 10:15:51 +00:00
rick.parker
2650be356b
Rename jar to make easier to deploy with wildcard filters.
2017-11-23 10:15:51 +00:00
rick.parker
501f6c4a1a
SSH tunnelling utility. Property files per remote host.
2017-11-23 10:15:51 +00:00
rick.parker
b58744b18a
Full config of capsule launched JMeter server (was missing functions previously).
2017-11-23 10:15:50 +00:00
rick.parker
ed898778c8
Some clean up. Remote slave via capsule is working.
2017-11-23 10:15:50 +00:00
rick.parker
6b0291d420
Remote JMeter working from single JAR.
2017-11-23 10:15:50 +00:00
rick.parker
ce184b6603
First working version of RPC & JMeter
2017-11-23 10:15:47 +00:00
Ross Nicoll
22d29db54b
Add X500 name constraints for non-organisation attributes ( #2108 )
...
Enforce X500 name constraints consistently across all attributes
2017-11-22 18:00:43 +00:00
Clinton
855c22218a
Doorman can now be published to maven local ( #125 )
...
* Doorman can now be published to maven local for testing against other projects locally.
* Fixed the classifier for the JAR
2017-11-22 17:50:51 +00:00
Joel Dudley
7bde9ecefd
Adds upgrade notes for v1 to v2. Minor tweaks (e.g. ToC).
2017-11-22 17:33:40 +00:00
Tudor Malene
99d042ecd3
Add sqlserver ddl scripts ( #126 )
...
sqlserver ddl for corda core and cordapps
2017-11-22 16:19:20 +00:00
Ross Nicoll
f314bf4849
Re-introduce demo docs ( #1981 )
...
Document the included samples in the docs again so there's some continuity from v1 docs, while making it clear they're not best practice examples but instead illustrate solutions to various use-cases.
2017-11-22 15:39:48 +00:00
Alberto Arri
523b064356
ENT-964 doorman jira downtimes ( #120 )
...
* ENT-964 Make doorman resilient to Jira downtimes
2017-11-22 14:54:24 +00:00
szymonsztuka
175bceb5e8
SQL Azure database compatibility ( #113 )
...
* Coin selection for SQL Server/Azure
* Transaction isolation level change for updateInfoDB in PersistentNetworkMapCache from "repeatableRead" to "readCommitted"
* Configuration option to prefix all Hibernate generated SQL with a schema name via a configuration property `database.schema`
* Fix negative value in SELECT TOP query (fix for Oracle db)
2017-11-22 12:28:38 +00:00
Joel Dudley
43a8d21977
Removes outdated devmode cert info, links to existing docs to avoid duplication.
2017-11-22 12:07:53 +00:00
szymonsztuka
12ae2556e9
Merge pull request #124 from corda/ssztuka-merge-211717
...
Merge Open Source to Enterprise.
2017-11-22 10:49:27 +00:00
Chris Rankin
58c9e6ae9e
Load correct serialisation scheme when debugging Enclavelet. ( #119 )
2017-11-22 08:39:34 +00:00
szymonsztuka
0f8baae962
Merge opensource into master
2017-11-21 18:53:14 +00:00
Chris Rankin
4dbd404f64
Integrate our deterministic OpenJDK fork with Avian ( #117 )
...
* Remove non-deterministic classes from Avian (wip).
* Complete integration between Avian and our local OpenJDK fork.
* Revert accidental Avian modification.
* Implements a "blacklist filter" for Avian's system classloader.
* Remove .DSA, .RSA, .SF and .MF files when creating a fat jar.
* Revert more accidental Avian changes.
* Fix breakage with dependencies, and retain Kryo instance.
* Apply blacklisting per thread rather than globally.
* Blacklist java.lang.ClassLoader and all java.lang.Thread* classes.
* Add comment explaining class blacklisting.
* Fix Avian when building without OpenJDK.
* Configure ProGuard to keep more classes for deserialisation.
* Retain explicit return type for secure random function.
* Add sources of random numbers to the class blacklist.
* Blacklist the threading classes more precisely.
* Make SystemClassLoader.isForbidden() static.
* Prevent ProGuard from removing SerializedLambda.readResolve().
* Remove Avian tests involving direct buffers.
2017-11-21 17:06:18 +00:00
Shams Asari
eede51cf74
Update method added to MockNetwork since branching
2017-11-21 15:39:31 +00:00
Shams Asari
9097107d2e
Revert "Revert "Introducing network parameters.""
...
This reverts commit 953a4a3790
.
2017-11-21 15:05:24 +00:00
Shams Asari
5cf7ecd9ed
Merge branch 'master' into feature-network-parameters
...
# Conflicts:
# testing/node-driver/src/main/kotlin/net/corda/testing/driver/Driver.kt
2017-11-21 15:01:52 +00:00
Shams Asari
f7e51a9ae1
Various cleanups to AMQP and Kryo serialisation:
...
* PartyAndCertificate serialiser has been converted to deal with just CertPath
* Removed X500Name serialiser as we no longer use the BC implementation and have our own CordaX500Name
* Converted X509 cert serialiser to use Java certs and not BC X509 cert holder
* Added to test to AMQP serialisation to make sure c'tor is invoked on deserialisation
2017-11-21 14:01:03 +00:00
Andrzej Cichocki
288eb5fcc4
CORDA-716 Call stop on InMemoryMessagingNetwork ( #2077 )
...
* Inline code used by only 1 test
* Remove superfluous interface
* Warnings crusade
* Inline Builder, remove unused method
* Remove stop from interface
* Register stops up-front
2017-11-21 12:49:21 +00:00
bpaunescu
15dbbb2de9
remove NodeState and nodeStateObservable remnants ( #2102 )
2017-11-21 12:03:51 +00:00
Katelyn Baker
426a47ce36
Merge pull request #2073 from corda/releaseNotesMergeFromV2
...
RELEASE: Merge release notes for V2 back into master
2017-11-21 11:24:17 +00:00
Michele Sollecito
37b4d0e939
Fixed some permission issues with demos. ( #2099 )
2017-11-21 11:20:17 +00:00
Alberto Arri
a13dbcaa5d
ENT-1069 Allow for nodes to be started in registration mode ( #2065 )
...
* ENT-1069 Allow for nodes to be started in registration mode
2017-11-21 09:59:56 +00:00
szymonsztuka
ad9f335dde
Consistent database columns naming convention. ( #2097 )
2017-11-21 09:57:38 +00:00