-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into 2594-contributing #2594
- Loading branch information
Showing
701 changed files
with
77,108 additions
and
12,306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# RFI Checklist | ||
|
||
_**Before** submitting the pull request, fill out sections (1.) Related Issues and (2.) Pull Request Checklist._ | ||
|
||
### 1. Related Issues | ||
|
||
_List and [link](https://guides.github.com/features/issues/#notifications) to the issues in this Pull Request._ | ||
|
||
- [#### + Title HERE] | ||
|
||
--- | ||
### 2. Pull Request Checklist | ||
|
||
- [ ] Functionality completed as described in FRD | ||
- [ ] Dependencies, risks, assumptions in FRD addressed | ||
- [ ] Unit tests completed | ||
- [ ] Deployment requirements identified (e.g., SQL scripts, indexing) | ||
- [ ] Documentation completed | ||
- [ ] All code checkins completed | ||
|
||
--- | ||
### 3. Review Checklist | ||
|
||
_**After** the pull request has been submitted, fill out this section._ | ||
|
||
- [ ] Code review completed or waived | ||
- [ ] Testing requirements completed | ||
- [ ] Usability testing completed or waived | ||
- [ ] Support testing completed or waived | ||
- [ ] Merged with develop branch and resolved conflicts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
@startuml | ||
actor user | ||
participant DataverseUserPage as page | ||
participant "provider: AuthenticationProvider" as prv | ||
participant AuthenticationServiceBean as authSvc | ||
user --> page: HTTP GET | ||
== page init == | ||
... | ||
page -> authSvc : lookupProvider(session.user) | ||
activate authSvc | ||
page <-- authSvc: provider | ||
deactivate authSvc | ||
... | ||
|
||
== Can Update User? == | ||
page -> prv: isUserInfoUpdateAllowed() | ||
activate prv | ||
page <-- prv: true/false | ||
deactivate prv | ||
... | ||
|
||
== Save User == | ||
user --> page: save() | ||
page -> page: udi = createUserDisplayInfo() | ||
page -> prv: updateUserInfo( udi ) | ||
page -> authSvc: updateAuthentictedUser( session.user, udi ) | ||
|
||
@enduml |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
doc/sphinx-guides/source/_static/api/dataverse-complete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Scientific Research", | ||
"alias": "science", | ||
"dataverseContacts": [ | ||
{ | ||
"contactEmail": "[email protected]" | ||
}, | ||
{ | ||
"contactEmail": "[email protected]" | ||
} | ||
], | ||
"affiliation": "Scientific Research University", | ||
"description": "We do all the science.", | ||
"dataverseType": "LABORATORY" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "Scientific Research", | ||
"alias": "science", | ||
"dataverseContacts": [ | ||
{ | ||
"contactEmail": "[email protected]" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../httpd/conf.d/shibtest.dataverse.org.conf → ...c/httpd/conf.d/dataverse.example.edu.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
doc/sphinx-guides/source/_static/installation/files/etc/init.d/glassfish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
#! /bin/sh | ||
# chkconfig: 2345 99 01 | ||
# description: GlassFish App Server | ||
|
||
set -e | ||
|
||
ASADMIN=/usr/local/glassfish4/bin/asadmin | ||
|
||
case "$1" in | ||
start) | ||
echo -n "Starting GlassFish server: glassfish" | ||
# Increase file descriptor limit: | ||
ulimit -n 32768 | ||
# Allow "memory overcommit": | ||
# (basically, this allows to run exec() calls from inside the | ||
# app, without the Unix fork() call physically hogging 2X | ||
# the amount of memory glassfish is already using) | ||
echo 1 > /proc/sys/vm/overcommit_memory | ||
|
||
#echo | ||
#echo "GLASSFISH IS UNDER MAINTENANCE;" | ||
#echo "PLEASE DO NOT USE service init script." | ||
#echo | ||
LANG=en_US.UTF-8; export LANG | ||
$ASADMIN start-domain domain1 | ||
echo "." | ||
;; | ||
stop) | ||
echo -n "Stopping GlassFish server: glassfish" | ||
#echo | ||
#echo "GLASSFISH IS UNDER MAINTENANCE;" | ||
#echo "PLEASE DO NOT USE service init script." | ||
#echo | ||
|
||
$ASADMIN stop-domain domain1 | ||
echo "." | ||
;; | ||
|
||
*) | ||
echo "Usage: /etc/init.d/glassfish {start|stop}" | ||
exit 1 | ||
esac | ||
|
||
exit 0 |
35 changes: 35 additions & 0 deletions
35
doc/sphinx-guides/source/_static/installation/files/etc/init.d/solr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
**** | ||
#!/bin/sh | ||
|
||
# Starts, stops, and restarts Apache Solr. | ||
# | ||
# chkconfig: 35 92 08 | ||
# description: Starts and stops Apache Solr | ||
|
||
SOLR_DIR="/usr/local/solr-4.6.0/example" | ||
JAVA_OPTIONS="-Xmx1024m -DSTOP.PORT=8079 -DSTOP.KEY=mustard -jar start.jar" | ||
LOG_FILE="/var/log/solr.log" | ||
JAVA="/usr/bin/java" | ||
|
||
case $1 in | ||
start) | ||
echo "Starting Solr" | ||
cd $SOLR_DIR | ||
$JAVA $JAVA_OPTIONS 2> $LOG_FILE & | ||
;; | ||
stop) | ||
echo "Stopping Solr" | ||
cd $SOLR_DIR | ||
$JAVA $JAVA_OPTIONS --stop | ||
;; | ||
restart) | ||
$0 stop | ||
sleep 1 | ||
$0 start | ||
;; | ||
*) | ||
echo "Usage: $0 {start|stop|restart}" >&2 | ||
exit 1 | ||
;; | ||
esac | ||
|
Binary file added
BIN
+15.4 KB
...-guides/source/_static/installation/files/etc/maintenance/HarvardShield_RGB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.