Commits on Source (1030)
Showing
- .csslintrc 40 additions, 0 deletions.csslintrc
- .eslintrc.json 16 additions, 0 deletions.eslintrc.json
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 130 additions, 0 deletions.gitlab-ci.yml
- .tugboat/config.yml 14 additions, 5 deletions.tugboat/config.yml
- CHANGELOG.txt 3 additions, 3 deletionsCHANGELOG.txt
- LICENSE.txt 339 additions, 0 deletionsLICENSE.txt
- README.md 14 additions, 17 deletionsREADME.md
- cloud.doxyfile 1 addition, 1 deletioncloud.doxyfile
- cloud.info.yml 3 additions, 3 deletionscloud.info.yml
- cloud.install 33 additions, 88 deletionscloud.install
- cloud.libraries.yml 15 additions, 22 deletionscloud.libraries.yml
- cloud.links.menu.yml 21 additions, 15 deletionscloud.links.menu.yml
- cloud.links.task.yml 0 additions, 15 deletionscloud.links.task.yml
- cloud.module 98 additions, 49 deletionscloud.module
- cloud.permissions.yml 8 additions, 4 deletionscloud.permissions.yml
- cloud.routing.yml 99 additions, 13 deletionscloud.routing.yml
- cloud.services.yml 1 addition, 1 deletioncloud.services.yml
- composer.json 29 additions, 15 deletionscomposer.json
- config/install/cloud.settings.yml 3 additions, 0 deletionsconfig/install/cloud.settings.yml
Some changes are not shown.
For a faster browsing experience, only 20 of 1000+ files are shown. Download one of the files below to see all changes.
.csslintrc
0 → 100644
.eslintrc.json
0 → 100644
.gitlab-ci.yml
0 → 100644
LICENSE.txt
0 → 100644
{ | ||
"name": "drupal/cloud", | ||
"description": "A Drupal module for integrating various cloud services.", | ||
"type": "drupal-module", | ||
"homepage": "https://drupal.org/project/cloud", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Yas Naoi (yas)", | ||
"homepage": "https://drupal.org/u/yas", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Baldwin Louie (baldwinlouie)", | ||
"homepage": "https://www.drupal.org/u/baldwinlouie", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"config": { | ||
"allow-plugins": { | ||
"php-http/discovery": true | ||
} | ||
}, | ||
"require": { | ||
"aws/aws-sdk-php": "^3", | ||
"drupal/rigel": "^5", | ||
"drupal/bootstrap_cloud": "^5", | ||
"drupal/geocoder": "^3", | ||
"drupal/entity_export_csv": "1.x-dev@dev", | ||
"drupal/simple_oauth": "^5.0", | ||
"geocoder-php/nominatim-provider" : "^5", | ||
"drupal/bootstrap_cloud": "^7", | ||
"drupal/geocoder": "^3 || ^4", | ||
"drupal/rigel": "^8", | ||
"geocoder-php/nominatim-provider": "^5", | ||
"google/apiclient": "^2", | ||
"maclof/kubernetes-client": "^0.26", | ||
"maclof/kubernetes-client": "^0.29", | ||
"ext-json": "*" | ||
}, | ||
"require-dev": { | ||
"behat/mink": "*", | ||
"behat/mink-goutte-driver": "*", | ||
"composer/installers": "*", | ||
"dealerdirect/phpcodesniffer-composer-installer": "*", | ||
"drupal-composer/drupal-security-advisories": "^9", | ||
"docomoinnovations/drupal-extension": "*", | ||
"drupal-composer/drupal-security-advisories": "*", | ||
"drupal/admin_toolbar": "*", | ||
"drupal/coder": "*", | ||
"docomoinnovations/drupal-extension": "^5", | ||
"drupal/memcache": "^2", | ||
"drupal/queue_ui": "*", | ||
"drush/drush": "*", | ||
"kint-php/kint": "*", | ||
"phpspec/prophecy-phpunit": "*", | ||
"mglaman/drupal-check": "*", | ||
"phpunit/phpunit": "*", | ||
"phpspec/prophecy-phpunit": "*", | ||
"symfony/phpunit-bridge": "*" | ||
}, | ||
"extra": { | ||
"drush": { | ||
"services": { | ||
"drush.services.yml": "^10" | ||
"drush.services.yml": "^12" | ||
} | ||
} | ||
}, | ||
... | ... |