Skip to content

Commit a120bf8

Browse files
Merge pull request datashield#523 from StuartWheater/v6.3.1-dev
Update documentation and testing framework
2 parents 0b2ace8 + facb507 commit a120bf8

163 files changed

Lines changed: 5193 additions & 5095 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
^azure-pipelines_site-dsdanger\.pp$
88
^azure-pipelines_check\.Rout$
99
^azure-pipelines_test\.Rout$
10+
^tests/docker/armadillo/standard/log/.gitkeep$
1011
^checkDocumentationUpdated\.sh$
1112
^docker-compose_armadillo\.yml$
1213
^docker-compose_opal\.yml$

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ Imports:
1818
panelaggregation,
1919
methods,
2020
dplyr
21-
RoxygenNote: 7.2.3
21+
Suggests:
22+
testthat
23+
RoxygenNote: 7.3.1
2224
Encoding: UTF-8

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -552,17 +552,17 @@ jobs:
552552
# Install dsBase.
553553
# If previous steps have failed then don't run.
554554
- bash: |
555-
curl -u admin:admin http://localhost:8080/whitelist
556555
557-
curl -u admin:admin -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.1-permissive.tar.gz" -X POST http://localhost:8080/install-package
556+
curl -u admin:admin -X GET http://localhost:8080/packages
557+
558+
curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.1-permissive.tar.gz" -X POST http://localhost:8080/install-package
559+
sleep 600
558560
559561
docker container restart dsbaseclient_armadillo_1
560-
sleep 120
562+
sleep 30
561563
562564
curl -u admin:admin -X POST http://localhost:8080/whitelist/dsBase
563565
564-
curl -u admin:admin http://localhost:8080/whitelist
565-
566566
workingDirectory: $(Pipeline.Workspace)/dsBaseClient
567567
displayName: 'Install dsBase to Armadillo'
568568
condition: succeeded()

docker-compose_armadillo.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@ version: "3.4"
33
services:
44
armadillo:
55
hostname: armadillo
6-
image: datashield/armadillo_citest:1.1.0
7-
environment:
8-
DEBUG: "FALSE"
96
ports:
107
- 8080:8080
8+
image: datashield/armadillo_citest:2.1.0
9+
environment:
10+
LOGGING_CONFIG: 'classpath:logback-file.xml'
11+
AUDIT_LOG_PATH: '/app/logs/audit.log'
12+
SPRING_SECURITY_USER_PASSWORD: 'admin'
13+
volumes:
14+
- ./tests/docker/armadillo/standard/logs:/logs
15+
- ./tests/docker/armadillo/standard/data:/data
16+
- ./tests/docker/armadillo/standard/config:/config
17+
- /var/run/docker.sock:/var/run/docker.sock
1118

12-
citest_rserver:
13-
hostname: citest_rserver
14-
image: datashield/armadillo-rserver_ionic-babel:1.0.0
19+
default:
20+
hostname: default
21+
image: datashield/rock-dolomite-devel-permissive:latest
1522
environment:
1623
DEBUG: "FALSE"
17-
ports:
18-
- 6311:6311

docker-compose_opal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ services:
2222
- MONGO_INITDB_ROOT_USERNAME=root
2323
- MONGO_INITDB_ROOT_PASSWORD=foobar
2424
rock:
25-
image: datashield/rock-base:6.3-R4.3
25+
image: datashield/rock-dolomite-devel-permissive:latest

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pandoc: 2.9.2.1
22
pkgdown: 2.0.7
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2023-05-16T20:52Z
5+
last_built: 2024-01-26T13:57Z
66

0 commit comments

Comments
 (0)