Skip to content

Commit

Permalink
Merge pull request #116 from laceysanderson/submit-tripal-hq-imports
Browse files Browse the repository at this point in the history
Contribute Tripal HQ Imports
  • Loading branch information
almasaeed2010 authored Nov 12, 2019
2 parents 45589eb + f4e8066 commit de16170
Show file tree
Hide file tree
Showing 29 changed files with 2,683 additions and 217 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ vendor/
.idea/
docs/_build/*
.DS_Store
tests/_build
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_script:
script:
- docker run -it -d --rm --name tripal -v "$(pwd)":/modules/tripal_hq statonlab/tripal3
- sleep 30 # We pause here so postgres and apache complete booting up
- docker exec -it tripal drush pm-enable -y tripal_hq tripal_hq_permissions
- docker exec -it tripal drush pm-enable -y tripal_hq tripal_hq_permissions tripal_hq_imports
- docker exec -it tripal yum install -y php-pecl-xdebug.x86_64
- docker exec -it tripal bash -c "cd /modules/tripal_hq && composer install && DRUPAL_ROOT=/var/www/html ./vendor/bin/phpunit --coverage-clover ./clover.xml"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For module installation and usage instructions, [please see our documentation we

## Module Features

* Users create data using your existing Bundle configuration- no extra forms!
* Users create data using your existing Bundle configuration or Importers- no extra forms!
* User dashboard area for viewing pending submissions
* Admin dashboard for viewing submissions
* Chado-based permissions to create admins for certain projects or organisms
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
},
"require-dev": {
"statonlab/tripal-test-suite": "1.5.*",
"phpunit/php-code-coverage": "^6.1"
"phpunit/php-code-coverage": "^6.1",
"squizlabs/php_codesniffer": "^2.9.1",
"drupal/coder": "^8.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit de16170

Please sign in to comment.