Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
GilNovacomm committed Feb 22, 2021
0 parents commit 0eb43d0
Show file tree
Hide file tree
Showing 16 changed files with 689 additions and 0 deletions.
73 changes: 73 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
workspace:
base: /test
path: oe_registration

services:
web:
image: fpfis/httpd-php-ci:${PHP_VERSION}
environment:
- DOCUMENT_ROOT=/test/oe_registration
mysql:
image: percona/percona-server:5.6
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes

pipeline:
composer-install:
group: prepare
image: fpfis/httpd-php-ci:${PHP_VERSION}
volumes:
- /cache:/cache
commands:
- composer install --ansi --no-suggest --no-progress

composer-update-lowest:
group: post-prepare
image: fpfis/httpd-php-ci:${PHP_VERSION}
volumes:
- /cache:/cache
commands:
# @todo remove "composer install" step once the following issue is fixed.
# @link https://webgate.ec.europa.eu/CITnet/jira/browse/OPENEUROPA-1234
- composer update --prefer-lowest --prefer-stable --ansi --no-suggest --no-progress
when:
matrix:
COMPOSER_BOUNDARY: lowest

site-install:
image: fpfis/httpd-php-ci:${PHP_VERSION}
commands:
- ./vendor/bin/run drupal:site-install

grumphp:
group: test
image: fpfis/httpd-php-ci:${PHP_VERSION}
commands:
- ./vendor/bin/grumphp run

phpunit:
group: test
image: fpfis/httpd-php-ci:${PHP_VERSION}
commands:
- ./vendor/bin/phpunit

behat:
group: test
image: fpfis/httpd-php-ci:${PHP_VERSION}
commands:
- ./vendor/bin/behat --strict

debug:
image: fpfis/httpd-php-ci:${PHP_VERSION}
commands:
- ./vendor/bin/drush ws --count 500
when:
status: failure

matrix:
COMPOSER_BOUNDARY:
- lowest
- highest
PHP_VERSION:
- 7.2
- 7.3
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Drupal editor configuration normalization
# @see http://editorconfig.org/

# This is the top-most .editorconfig file; do not search in parent directories.
root = true

# All files.
[*]
end_of_line = LF
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[composer.{json,lock}]
indent_size = 4
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.DS_Store
.idea
behat.yml
build
composer.lock
docker-compose.*.yml
grumphp.yml
node_modules
npm-debug.log
package-lock.json
phpunit.xml
runner.yml
vendor
yarn.lock
/.gitattributes
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Change Log

## [0.2.1](https://github.com/openeuropa/drupal-module-template/tree/0.2.1) (2019-06-20)
[Full Changelog](https://github.com/openeuropa/drupal-module-template/compare/0.2.0...0.2.1)

**Merged pull requests:**

- OPENEUROPA-627: Add debug section to drone. [\#32](https://github.com/openeuropa/drupal-module-template/pull/32) ([dxvargas](https://github.com/dxvargas))
- Removing Drupal console. [\#31](https://github.com/openeuropa/drupal-module-template/pull/31) ([upchuk](https://github.com/upchuk))
- OPENEUROPA-1932: Update drone and composer files. [\#29](https://github.com/openeuropa/drupal-module-template/pull/29) ([voidtek](https://github.com/voidtek))

## [0.2.0](https://github.com/openeuropa/drupal-module-template/tree/0.2.0) (2019-05-06)
[Full Changelog](https://github.com/openeuropa/drupal-module-template/compare/0.1.0...0.2.0)

**Closed issues:**

- Baseline speed of behat tests [\#10](https://github.com/openeuropa/drupal-module-template/issues/10)

**Merged pull requests:**

- OPENEUROPA-1813: Create release 0.2.0. [\#28](https://github.com/openeuropa/drupal-module-template/pull/28) ([voidtek](https://github.com/voidtek))
- OPENEUROPA-1813: Upgrading to 8.7. [\#27](https://github.com/openeuropa/drupal-module-template/pull/27) ([upchuk](https://github.com/upchuk))

## [0.1.0](https://github.com/openeuropa/drupal-module-template/tree/0.1.0) (2019-02-26)
**Closed issues:**

- Missing extension in .editorconfig [\#20](https://github.com/openeuropa/drupal-module-template/issues/20)
- Fix command to rename drupal\_module\_template.info.yml [\#12](https://github.com/openeuropa/drupal-module-template/issues/12)
- Command `sed -i` fails on OSX [\#9](https://github.com/openeuropa/drupal-module-template/issues/9)

**Merged pull requests:**

- OPENEUROPA-1630: Update drupal-module-template with latest practices [\#25](https://github.com/openeuropa/drupal-module-template/pull/25) ([dxvargas](https://github.com/dxvargas))
- OPENEUROPA-1609: Add ajax\_timeout setting for behat. [\#24](https://github.com/openeuropa/drupal-module-template/pull/24) ([nagyad](https://github.com/nagyad))
- OPENEUROPA-1609 Fix behat.yml.dist to use drupal-extension properly. [\#23](https://github.com/openeuropa/drupal-module-template/pull/23) ([nagyad](https://github.com/nagyad))
- OPENEUROPA-1520: Use drupal core. [\#22](https://github.com/openeuropa/drupal-module-template/pull/22) ([imanoleguskiza](https://github.com/imanoleguskiza))
- OPENEUROPA-1533: Add --strict flag for behat tests. [\#21](https://github.com/openeuropa/drupal-module-template/pull/21) ([sergepavle](https://github.com/sergepavle))
- OPENEUROPA-1322: Use the proper Docker way of overriding docker-composer.yml file. [\#19](https://github.com/openeuropa/drupal-module-template/pull/19) ([drupol](https://github.com/drupol))
- OPENEUROPA-1326: Use patched core from drupal-core-require. [\#18](https://github.com/openeuropa/drupal-module-template/pull/18) ([dxvargas](https://github.com/dxvargas))
- OPENEUROPA-1302: Added site profile and themeing to runner. [\#17](https://github.com/openeuropa/drupal-module-template/pull/17) ([richardcanoe](https://github.com/richardcanoe))
- OPENEUROPA-1302: Update with latest practices. [\#16](https://github.com/openeuropa/drupal-module-template/pull/16) ([dxvargas](https://github.com/dxvargas))
- List of repositories in composer manifest should be an array [\#15](https://github.com/openeuropa/drupal-module-template/pull/15) ([pfrenssen](https://github.com/pfrenssen))
- OPENEUROPA-31: Fix file name in script \(issue \#12\). [\#13](https://github.com/openeuropa/drupal-module-template/pull/13) ([dxvargas](https://github.com/dxvargas))
- OPENEUROPA-721: Update code-review and grump.yml.dist file. [\#11](https://github.com/openeuropa/drupal-module-template/pull/11) ([imanoleguskiza](https://github.com/imanoleguskiza))
- OPENEUROPA-369: Make sure that all OpenEuropa projects are released under EUPL-1.2 [\#8](https://github.com/openeuropa/drupal-module-template/pull/8) ([drupol](https://github.com/drupol))
- OPENEUROPA-582: Port CI to Drone. [\#7](https://github.com/openeuropa/drupal-module-template/pull/7) ([voidtek](https://github.com/voidtek))
- OPENEUROPA-623: Update to Phpunit 6. [\#6](https://github.com/openeuropa/drupal-module-template/pull/6) ([imanoleguskiza](https://github.com/imanoleguskiza))
- OPENEUROPA-207: Drupal Module template creation. [\#3](https://github.com/openeuropa/drupal-module-template/pull/3) ([voidtek](https://github.com/voidtek))
- OPENEUROPA-207: Initiate packagist. [\#2](https://github.com/openeuropa/drupal-module-template/pull/2) ([voidtek](https://github.com/voidtek))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
Loading

0 comments on commit 0eb43d0

Please sign in to comment.