Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions ardac1prd/portal.ardac.org/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

indexd:
enabled: true
defaultPrefix: "dg.XXXX/"

Check warning on line 182 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

182:41 [comments] too few spaces before comment: expected 2
externalSecrets:
dbcreds: "ardac1prd-default-indexd-creds"
createK8sServiceCredsSecret: true
Expand Down Expand Up @@ -210,7 +210,7 @@
enabled: true
image:
repository: bearbbhao/ardac-portal
tag: "1_1_12"
tag: "1_1_13"
gitops:
json: |
{
Expand Down Expand Up @@ -288,21 +288,21 @@
"name": "Studies"
},
{
"node": "case",

Check warning on line 291 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

291:121 [line-length] line too long (359 > 120 characters)
"name": "Participants"
},
{
"node": "follow_up",
"name": "Follow_ups"
}
]

Check warning on line 298 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

298:121 [line-length] line too long (199 > 120 characters)
},
"navigation": {
"title": "ARDaC: AlcHepNet Research Data Commons",
"items": [
{
"icon": "dictionary",
"link": "/DD",

Check warning on line 305 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

305:121 [line-length] line too long (159 > 120 characters)
"color": "#421C52",
"name": "Dictionary",
"tooltip": ""
Expand All @@ -316,7 +316,7 @@
{
"icon": "files",
"link": "/files",
"name": "Files",

Check warning on line 319 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

319:121 [line-length] line too long (130 > 120 characters)
"tooltip": ""
},
{
Expand Down Expand Up @@ -396,7 +396,7 @@
"study_id": {
"chartType": "count",
"title": "Studys"
},

Check warning on line 399 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

399:121 [line-length] line too long (327 > 120 characters)
"gender": {
"chartType": "fullPie",
"title": "Sex"
Expand Down Expand Up @@ -475,9 +475,7 @@
"fields": [
"drinking_frequency",
"drinks_per_day",
"frequency_of_heavy_drinking",
"tlfb_drinking_days",
"tlfb_number_drinks"
"frequency_of_heavy_drinking"
]
},
{
Expand Down Expand Up @@ -675,14 +673,6 @@
"infection_screen_done": {
"chartType": "pie",
"title": "Infection Screen Done"
},
"tlfb_drinking_days": {
"chartType": "bar",
"title": "TLFB Drinking Days"
},
"tlfb_number_drinks": {
"chartType": "bar",
"title": "TLFB Number of Drinks"
}
},
"filters": {
Expand All @@ -705,8 +695,6 @@
"lille_score",
"maddreys_score",
"meld_score",
"tlfb_drinking_days",
"tlfb_number_drinks"
]
},
{
Expand Down Expand Up @@ -1384,7 +1372,7 @@
--g3-default-btn__bg-color: var(--g3-color__white);
--g3-default-btn__border-color: var(--g3-color__gray);
--g3-default-btn__border-color--hover: var(--g3-color__black);

Check warning on line 1375 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

1375:121 [line-length] line too long (2683 > 120 characters)
--g3-disabled-btn__color: var(--g3-color__lightgray);
--g3-disabled-btn__bg-color: var(--g3-color__white);
--g3-disabled-btn__border-color: var(--g3-color__silver);
Expand Down Expand Up @@ -1643,8 +1631,8 @@
requests:
cpu: "500m"
memory: "2Gi"
limits:

Check warning on line 1634 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

1634:121 [line-length] line too long (13292 > 120 characters)
cpu: "1000m"

Check warning on line 1635 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

1635:121 [line-length] line too long (13297 > 120 characters)
memory: "4Gi"
spark:
requests:
Expand Down Expand Up @@ -1828,7 +1816,7 @@
type: integer
- name: varices
- name: varices_diagnosis_date
- name: weight

Check warning on line 1819 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

1819:121 [line-length] line too long (173 > 120 characters)
aggregated_props:
- name: laboratory_test
path: molecular_tests
Expand Down
Loading