Skip to content

Conversation

@gregharvey
Copy link
Member

No description provided.

gregharvey and others added 5 commits July 12, 2021 17:12
* 1.x dev (#19)

* Contribute docs (#12)

* Staging 1.1.10 release to test CI.

* Starting some contributor docs.

* Minor change to tag deletion.

* Making separate CI file for PR tests. (#14)

* Updating domain_name to _domain_name.

* Adding _domain_name var to blank template too.

* Updating _domain_name var for controller.

* env_type also becomes _env_type.

* Adding _env_type to blank template.

* Adding _env_type to drupal8 template.

* Adding _env_type to drupal8 deploy template.

* Adding _env_type to blank deploy template.

* Try adding _env_type directly to PHP CLI role vars.

* Explicitly adding fpm var required.

* Python3 steps pr 1.x (#23)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Python3 steps pr 1.x (#24)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Adding pip3 to base container.

* Moving to _domain_name to be consistent with other projects.

* Bump glob-parent from 5.1.1 to 5.1.2 (#20)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Packing release for Python3 containers.

* Gitlab runner container pr 1.x (#26)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Adding a CI container.

* Gitlab runner container pr 1.x (#28)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Gitlab runner container pr 1.x (#30)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Updating docs for using ce-dev to build CI containers.

* Switch to using the ip command instead of ifconfig when the platform isn't darwin. (#31)

* Lhci integration pr 1.x (#34)

* Wrong var in deploy.yml for drupal8.

* Adding lhci role to template containers.

* Packaging release 1.1.13.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Smith <galooph@gmail.com>
* 1.x dev (#19)

* Contribute docs (#12)

* Staging 1.1.10 release to test CI.

* Starting some contributor docs.

* Minor change to tag deletion.

* Making separate CI file for PR tests. (#14)

* Updating domain_name to _domain_name.

* Adding _domain_name var to blank template too.

* Updating _domain_name var for controller.

* env_type also becomes _env_type.

* Adding _env_type to blank template.

* Adding _env_type to drupal8 template.

* Adding _env_type to drupal8 deploy template.

* Adding _env_type to blank deploy template.

* Try adding _env_type directly to PHP CLI role vars.

* Explicitly adding fpm var required.

* Python3 steps pr 1.x (#23)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Python3 steps pr 1.x (#24)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Adding pip3 to base container.

* Moving to _domain_name to be consistent with other projects.

* Bump glob-parent from 5.1.1 to 5.1.2 (#20)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Packing release for Python3 containers.

* Gitlab runner container pr 1.x (#26)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Adding a CI container.

* Gitlab runner container pr 1.x (#28)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Gitlab runner container pr 1.x (#30)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Updating docs for using ce-dev to build CI containers.

* Switch to using the ip command instead of ifconfig when the platform isn't darwin. (#31)

* Lhci integration pr 1.x (#34)

* Wrong var in deploy.yml for drupal8.

* Adding lhci role to template containers.

* Packaging release 1.1.13.

* Adding install_command variable to Drupal 8 template.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Smith <galooph@gmail.com>
@gregharvey gregharvey closed this Sep 9, 2021
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 9, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants