Christian Sailer
836dd559e8
ENT-5316 split schema migration
...
* ENT-5273 Split schema migration into separate core and app schema migration, with separate command line flags
2020-06-15 15:52:31 +01:00
Christian Sailer
1108ef2a24
Merge pull request #6344 from corda/christians/update-fb-2020-06-12
...
NOTICK update feature branch
2020-06-15 12:56:54 +01:00
Christian Sailer
2c26f4db5d
Merge remote-tracking branch 'origin/release/os/4.6' into christians/update-fb-2020-06-12
2020-06-15 09:02:55 +01:00
Christian Sailer
f1126226a8
Fix config tests (remove tx isolation level from config files)
2020-06-12 20:54:36 +01:00
Christian Sailer
35c661b9f6
Merge pull request #6341 from corda/chrisr3-45-merge
...
NOTICK: Merge from OS 4.5 up to ef00fa1
.
2020-06-12 16:42:51 +01:00
Stefano Franz
64f0011a62
Make Checkpoint classes data classes ( #6342 )
...
* Make Checkpoint classes data classes
* tidy up null-checks for array equality
2020-06-12 16:35:32 +01:00
Christian Sailer
d00dc42b18
Merge remote-tracking branch 'origin/release/os/4.6' into christians/update-fb-2020-06-12
2020-06-12 14:51:43 +01:00
Chris Rankin
3f67e314c0
Merge commit 'ef00fa1388db37e155ab8cfed3763c14801f8aa9' into chrisr3-45-merge
2020-06-12 13:14:44 +01:00
Chris Rankin
ef00fa1388
CORDA-3738: Upgrade to DJVM 1.1. ( #6338 )
2020-06-12 13:04:09 +01:00
Dan Newton
506b7609a3
Merge pull request #6332 from corda/jamesh/os-4.5-4.6-merge-11062020
...
NOTICK OS 4.5 -> OS 4.6 merge 11/06/2020
2020-06-11 16:49:30 +01:00
James Higgs
6e349f298e
NOTICK - Ignore a potentially dodgy test ( #6336 )
2020-06-11 16:47:48 +01:00
James Higgs
ab023d0b07
Merge branch 'release/os/4.5' into jamesh/os-4.5-4.6-merge-11062020
2020-06-11 09:40:39 +01:00
Ryan Fowler
48ed9dbc6b
NOTICK: Fix IRSDemo code to wait for a response when updating day ( #6329 )
2020-06-10 18:30:00 +01:00
Razvan Codreanu
1456c358ef
INFRA-242 Adding github action to check PR titles ( #6299 )
...
* INFRA-242 Adding github action to check PR titles
* INFRA-242 rename yml file
2020-06-10 13:51:37 +01:00
James Higgs
58af87c988
EG-2225 - Create log directory in correct place with verbose flag set ( #6321 )
...
* Ensure logs directory is written to correct location
* Remove a superfluous set of log path property
* Add a unit test to catch bad log paths
* Address detekt issues
2020-06-10 10:46:57 +01:00
James Higgs
8b7275eb97
EG-2564 - Move printed error to logger ( #6323 )
2020-06-10 10:45:50 +01:00
André Lopes
c5134d5762
update docker version ( #6215 )
...
corda-zulu-java1.8-4.4
2020-06-10 08:17:50 +01:00
Christian Sailer
0ac6371e97
Merge pull request #6328 from corda/christians/NOTICK-merge-OS-4.5-4.6
...
NOTICK merge removal of example-code
2020-06-09 21:20:36 +01:00
Christian Sailer
640f83429a
Merge commit '550b446' into christians/NOTICK-merge-OS-4.5-4.6
2020-06-09 17:50:05 +01:00
Christian Sailer
550b446b87
NOTICK Remove example code ( #6327 )
...
* Remove example code
2020-06-09 17:39:51 +01:00
Tamas Veingartner
785715106b
ENT-5379 Reconnecting RPC fixed to recognize shutdown calls and break reconnect attempts ( #6316 )
2020-06-08 18:03:02 +01:00
Dan Newton
d2dd461960
Merge pull request #6319 from corda/ramzi/45-46-merge
...
[NOTICK] OS 4.5 -> 4.6 merge 20200608
2020-06-08 14:15:31 +01:00
Ramzi El-Yafi
b43b34a94b
Merge remote-tracking branch 'origin/release/os/4.5' into ramzi/45-46-merge
2020-06-08 09:37:50 +01:00
Waldemar Żurowski
c897280143
Merge pull request #6317 from corda/ramzi/44-45-merge
...
OS 4.4 -> 4.5 merge 20200605
2020-06-05 17:32:05 +01:00
Ramzi El-Yafi
40a29869c2
Merge remote-tracking branch 'origin/release/os/4.4' into ramzi/44-45-merge
2020-06-05 15:27:34 +01:00
Razvan Codreanu
cf8cd8e004
INFRA-348 JDK 11 Compatibility job migration ( #6311 )
2020-06-05 15:20:03 +01:00
Christian Sailer
4a54ae5eb9
ENT-4493 schema migration refactor ( #6313 )
...
ENT-4493 Refactor SchemaMigration so it can be open harmonised with Enterprise and can be customised.
2020-06-05 12:11:45 +01:00
Dan Newton
5cd439953d
Merge pull request #6314 from corda/razvan-os-4.5-to-4.6-merge
...
NOTICK OS 4.5 -> OS 4.6 merge
2020-06-05 11:43:59 +01:00
Schife
5f6f36712f
INFRA-381 correctly merged jenkinsfile
2020-06-05 07:56:37 +01:00
Schife
fb184839f4
Merge branch 'release/os/4.5' of https://github.com/corda/corda into razvan-os-4.5-to-4.6-merge
2020-06-05 07:55:48 +01:00
nikinagy
caf5482244
ENT-4064, ENT-4608 - checking for unsigned cordapps in prod mode and checking the PV ( #6291 )
...
* checking for unsigned cordapps in prod mode and shutting down if it the contracts are not signed
* inheriting from CordaRuntimeException instead of Exception
* had the same tests twice, removed the shutdown for minimumplatformversion, modified some of the tests
* shut down when we get invalid platformversion and modified the test according to this
* making the message more accurate
2020-06-04 16:24:49 +01:00
Razvan Codreanu
f27240b1ad
INFRA-381 Removing sonarqube ( #6312 )
2020-06-04 15:06:36 +01:00
Christian Sailer
48cd263d48
Merge pull request #6300 from corda/christians/update-feat-20200502
...
Update from release/os/4.6
2020-06-04 14:21:29 +01:00
Denis Rekalov
45614cf29e
Merge pull request #6266 from corda/denis/CORDA-3805-custom-migration-scripts
...
CORDA-3805: cut dependency from PersistentIdentityService for custom migration scripts
2020-06-04 14:20:26 +01:00
Dan Newton
f0d2c9fe71
NOTICK Correct StatemachineGeneralErrorHandlingtest
( #6306 )
2020-06-04 08:04:41 +01:00
Ramzi El-Yafi
6ab6099075
[INFRA-368] Add deployNodes and install gradle tasks ( #6302 )
2020-06-03 14:05:12 +01:00
Christian Sailer
98f62f60f1
Merge branch 'release/os/4.6' into christians/update-feat-20200502
2020-06-02 18:15:32 +01:00
Christian Sailer
2cb89897b4
Merge branch 'release/os/4.6' into christians/update-feat-20200502
2020-06-02 17:55:14 +01:00
Kyriakos Tharrouniatis
b8b462f68e
NOTICK Fix schema validation error for flow parameters ( #6304 )
...
Adding 'corda-blob' type, fixed 'Schema-validation: wrong column type'
2020-06-02 17:52:50 +01:00
williamvigorr3
0554c98d18
NOTICK Restrict to shell commands ( #6303 )
...
Remove shell command for pausing flows
2020-06-02 16:04:10 +01:00
James Higgs
04ddb267fd
[EG-2225] Prevent extra directories being created when relative base directories are specified ( #6282 )
...
Don't create an extra directory if a relative base path specified
2020-06-02 15:26:40 +01:00
James Higgs
ac9f6fca16
[EG-2148] Small tweak to an error message ( #6263 )
2020-06-02 13:52:34 +01:00
Tamas Veingartner
9c4a76d367
CORDA-3176 Inefficient query generated on vault queries with custom p… ( #6241 )
...
* CORDA-3176 Inefficient query generated on vault queries with custom paging
a check added to avoid self joins
local postgres db tests were executed on large volume test data (50k states) to ensure that the DB optimizes the suspicious query and so it does not cuase performance issues.
A test added to check that a pagination query on large volume of sorted data is completed in a reasonable time
* foreach detekt fix
2020-06-02 10:33:59 +01:00
Christian Sailer
0ed6307577
Merge remote-tracking branch 'origin/release/os/4.6' into christians/update-feat-20200502
2020-06-02 09:03:11 +01:00
Matthew Nesbit
eb621dc942
Merge pull request #6298 from corda/ramzi/44-45-merge
...
OS 4.4 -> 4.5 merge 20200601
2020-06-01 16:23:54 +01:00
Denis Rekalov
98af7f10f9
CORDA-3805: Make custom migration scripts independent on the latest PersistentIdentityService schema
2020-06-01 16:22:21 +01:00
Ramzi El-Yafi
078c4f30fb
Merge remote-tracking branch 'origin/release/os/4.4' into ramzi/44-45-merge
2020-06-01 15:12:10 +01:00
nikinagy
14b9bc2c53
throwing clearer error message when not supported 301 response code is used ( #6296 )
2020-06-01 11:55:17 +01:00
Rick Parker
9f2bd1dcae
Merge pull request #6295 from corda/feature/checkpoint_table_improvements
...
CORDA-3432 Feature/checkpoint table improvements
2020-06-01 11:31:13 +01:00
Ramzi El-Yafi
a9b8751ce7
[INFRA-351] Jenkinsfile for code check jobs ( #6294 )
2020-05-29 13:08:00 +01:00