Commits on Source (515)
Showing
- .csslintrc 40 additions, 0 deletions.csslintrc
- .eslintrc.json 16 additions, 0 deletions.eslintrc.json
- .gitlab-ci.yml 37 additions, 238 deletions.gitlab-ci.yml
- .tugboat/config.yml 13 additions, 4 deletions.tugboat/config.yml
- README.md 7 additions, 12 deletionsREADME.md
- cloud.doxyfile 1 addition, 1 deletioncloud.doxyfile
- cloud.info.yml 3 additions, 3 deletionscloud.info.yml
- cloud.install 27 additions, 82 deletionscloud.install
- cloud.libraries.yml 14 additions, 21 deletionscloud.libraries.yml
- cloud.links.menu.yml 6 additions, 0 deletionscloud.links.menu.yml
- cloud.links.task.yml 0 additions, 15 deletionscloud.links.task.yml
- cloud.module 36 additions, 20 deletionscloud.module
- cloud.permissions.yml 4 additions, 0 deletionscloud.permissions.yml
- cloud.routing.yml 61 additions, 2 deletionscloud.routing.yml
- composer.json 17 additions, 15 deletionscomposer.json
- config/install/cloud.settings.yml 3 additions, 0 deletionsconfig/install/cloud.settings.yml
- config/install/views.view.cloud_store.yml 3 additions, 2 deletionsconfig/install/views.view.cloud_store.yml
- config/schema/cloud.settings.schema.yml 6 additions, 0 deletionsconfig/schema/cloud.settings.schema.yml
- css/cloud_ansi_color.css 1 addition, 1 deletioncss/cloud_ansi_color.css
- css/cloud_config_location.css 4 additions, 4 deletionscss/cloud_config_location.css
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
{ | ||
"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": "DOCOMO Innovations, Inc.", | ||
"homepage": "https://www.docomoinnovations.com", | ||
"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" | ||
} | ||
], | ||
... | ... | @@ -17,36 +23,32 @@ |
}, | ||
"require": { | ||
"aws/aws-sdk-php": "^3", | ||
"drupal/rigel": "^6", | ||
"drupal/bootstrap_cloud": "^6", | ||
"drupal/bootstrap_cloud": "^7", | ||
"drupal/geocoder": "^3 || ^4", | ||
"drupal/simple_oauth": "^5", | ||
"geocoder-php/nominatim-provider" : "^5", | ||
"drupal/rigel": "^8", | ||
"geocoder-php/nominatim-provider": "^5", | ||
"google/apiclient": "^2", | ||
"maclof/kubernetes-client": "^0.27", | ||
"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": "^6", | ||
"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": "^11" | ||
"drush.services.yml": "^12" | ||
} | ||
} | ||
}, | ||
... | ... |