Skip to content

Commit

Permalink
Merge pull request #293 from raippl/newSecurity
Browse files Browse the repository at this point in the history
New security
  • Loading branch information
raippl authored Jul 2, 2018
2 parents 453b0e5 + e24756e commit e09cde2
Show file tree
Hide file tree
Showing 70 changed files with 1,395 additions and 760 deletions.
2 changes: 1 addition & 1 deletion kubernetes/prod/daf_data-portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: data-portal
image: nexus.daf.teamdigitale.it/data-portal:1.0.1-SNAPSHOT
image: nexus.daf.teamdigitale.it/data-portal:1.0.2-SNAPSHOT
imagePullPolicy: Always
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/test/daf_data-portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: data-portal
image: nexus.teamdigitale.test/data-portal:1.0.0-SNAPSHOT
image: nexus.teamdigitale.test/data-portal:1.0.2-SNAPSHOT
imagePullPolicy: Always
lifecycle:
postStart:
Expand Down
111 changes: 86 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
"moment": "^2.21.0",
"papaparse": "^4.3.3",
"prop-types": "^15.5.6",
"rc-steps": "^3.1.1",
"react": "^15.6.1",
"react-autocomplete": "^1.7.2",
"react-autosize-textarea": "^0.4.8",
"react-autosuggest": "^9.3.1",
"react-chartjs": "^0.8.0",
"react-collapsible": "^2.2.0",
"react-copy-to-clipboard": "^5.0.1",
"react-datepicker": "^1.2.2",
"react-dates": "^16.3.6",
Expand All @@ -41,6 +43,7 @@
"react-dropzone-component": "^2.0.0",
"react-event-timeline": "^1.3.3",
"react-gif-player": "^0.2.2",
"react-helmet": "^5.2.0",
"react-infinite-scroll": "^0.1.5",
"react-json-view": "^1.15.2",
"react-medium-editor": "^1.8.1",
Expand All @@ -57,7 +60,7 @@
"react-through": "^1.1.0",
"react-timestamp": "^4.3.1",
"react-transition-group": "^2.2.1",
"reactstrap": "^4.8.0",
"reactstrap": "^5.0.0-beta",
"recharts": "^1.0.0-alpha.4",
"redux": "^3.7.0",
"redux-file-upload": "0.0.18",
Expand Down
6 changes: 6 additions & 0 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -883,3 +883,9 @@ li.bg-footer:last-child{
color: #fff;
background-color: var(--primary);
}


.rc-steps-item-process .rc-steps-item-icon{
background: var(--primary)!important;
border-color: var(--primary)!important
}
Loading

0 comments on commit e09cde2

Please sign in to comment.