Skip to content

Commit e7a4dc1

Browse files
chore: Update data on projects
1 parent 3840a6e commit e7a4dc1

36 files changed

+42
-104
lines changed

_data/projects/bitnami-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ year_created: 2015
33
source: https://github.com/bitnami/bitnami-docker-drupal
44
homepage: https://github.com/bitnami/bitnami-docker-drupal
55
docs: https://github.com/bitnami/bitnami-docker-drupal
6-
logo: https://bitnami.com/downloads/logos/bitnami-mark.png
6+
logo:
77

88
description: "Bitnami Docker Images for Drupal."
99

_data/projects/boa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ source: https://github.com/omega8cc/boa
44
homepage: https://github.com/omega8cc/boa
55
docs: https://github.com/omega8cc/boa/tree/master/docs
66
logo: https://raw.githubusercontent.com/omega8cc/boa/master/docs/assets/logo/logo-black.svg
7-
87
description: "BOA is an acronym of high performance Barracuda, Octopus and Aegir LEMP stack. Includes all-in-one bash scripts to install and upgrade high performance Aegir Hosting Systems for Drupal, with Nginx, PHP-FPM, Zend OPcache, MariaDB and Redis."
8+
recommended: true
99

1010
requires:
1111
- linux

_data/projects/ci-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ source: https://bitbucket.org/mediacurrent/ci-tests/src/master/
44
homepage: https://bitbucket.org/mediacurrent/ci-tests
55
docs:
66
logo:
7-
87
description: "Scripts helpful for testing a Drupal site on a Continuous-Integration server, or locally."
9-
8+
recommended: true
109
requires:
1110
- composer
1211
- behat

_data/projects/cikit.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CIKit
22
year_created: 2016
33
source: https://github.com/BR0kEN-/cikit
4-
homepage: https://cikit.tools
5-
docs: https://cikit.tools/documentation
6-
logo: https://cikit.tools/assets/site-logo.png
4+
homepage: https://github.com/BR0kEN-/cikit
5+
docs: https://github.com/BR0kEN-/cikit
6+
logo:
77

88
description: "Ansible-based system for building environments for local development and continuous integration that ships as an extensible package. Base any framework or CMS you want on CIKit and build your own CI workflow if necessary."
99

@@ -21,3 +21,4 @@ category:
2121
- vagrant
2222
- virtualbox
2323
- docker
24+
- deprecated

_data/projects/composer-drupal-lenient.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ source: https://github.com/mglaman/composer-drupal-lenient
44
homepage: https://github.com/mglaman/composer-drupal-lenient
55
docs: https://github.com/mglaman/composer-drupal-lenient
66
logo:
7-
87
description: "The Drupal community introduced a lenient Composer facade that modified the drupal/core constraint for packages. This was done to remove a barrier with getting extensions installed via Composer to work on making modules Drupal 9+ ready."
9-
8+
recommended: true
109
requires:
1110
- cli
1211
- composer

_data/projects/ddev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ source: https://github.com/drud/ddev
44
homepage: https://github.com/drud/ddev
55
docs: https://ddev.readthedocs.io
66
logo: https://raw.githubusercontent.com/drud/ddev/master/images/ddev-logo.svg
7-
87
description: "DDEV is an open source tool that makes it dead simple to get local PHP development environments up and running within minutes. It's powerful and flexible as a result of its per-project environment configurations, which can be extended, version controlled, and shared. In short, DDEV aims to allow development teams to use Docker in their workflow without the complexities of bespoke configuration. Pluggable hosting providers with current support for Acquia, Pantheon, Platform.sh and more."
9-
8+
recommended: true
109
requires:
1110
- docker
1211
drupal_versions:

_data/projects/deployer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ source: https://github.com/deployphp/deployer
44
homepage: https://deployer.org/
55
docs: https://deployer.org/docs
66
logo: https://camo.githubusercontent.com/96a4b6cf73090301d5c076316e85203e73a60dc15aa6819519d4b75919f44375/68747470733a2f2f6d6564762e696f2f6173736574732f6465706c6f7965722f6c6f676f2e706e67
7-
87
description: "Deployment tool for PHP."
9-
8+
recommended: true
109
requires:
1110
- php
1211
drupal_versions:

_data/projects/dgoto.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ source: https://www.drupal.org/project/dgore
44
homepage: https://dgo.to
55
docs: https://dgo.to
66
logo:
7-
87
description: "This is a simple url shortener for drupal.org pages according to https://www.drupal.org/project/dgore."
9-
8+
recommended: true
109
requires:
1110
- http
12-
1311
drupal_versions:
1412
- 6
1513
- 7
1614
- 9
15+
- 10
1716
category:
1817
- cli
1918
- tools

_data/projects/distros-bid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ source: https://github.com/theodorosploumis/drupal-docker-distros
44
homepage: https://www.distros.bid
55
docs: https://github.com/theodorosploumis/drupal-docker-distros
66
logo: https://www.distros.bid/logo.png
7-
87
description: "An online saas to run try - within seconds - several popular Drupal 8.x and 7.x distributions within LAMP stack using Docker."
9-
108
requires:
119
- docker
1210
drupal_versions:
1311
- 7
1412
- 9
13+
- 10
1514
category:
1615
- docker
1716
- testing
1817
- debug
1918
- development
19+
- deprecated
2020
tags:
2121
- docker
2222
similar:

_data/projects/docker4drupal.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ year_created: 2016
33
source: https://github.com/wodby/docker4drupal
44
homepage: https://github.com/wodby/docker4drupal
55
docs: https://docker4drupal.readthedocs.io
6-
logo: https://wodby.com/sites/all/themes/wodby/images/logo.png
7-
6+
logo: https://avatars.githubusercontent.com/u/8273783
87
description: "Docker4Drupal is a set of docker containers optimized for Drupal. Use docker-compose.yml file from docker4drupal repository to spin up local environment on Linux, Mac OS X and Windows."
9-
8+
recommended: true
109
requires:
1110
- docker
1211
drupal_versions:
1312
- 6
1413
- 7
1514
- 9
15+
- 10
1616
operation_system:
1717
- all
1818
category:

0 commit comments

Comments
 (0)