Skip to content
Snippets Groups Projects
Select Git revision
  • 12.4.10
  • 11.9.x default
  • 12.3.x
  • 12.4.x
  • main
  • 12.2.x
  • 12.1.x
  • 12.0.x
  • 11.10.x
  • 11.11.x
  • 11.8.x
  • 11.7.x
  • 11.6.x
  • 11.5.x
  • 11.4.x
  • 11.3.x
  • 11.2.x
  • 11.1.x
  • 11.0.x
  • 10.3.x
  • 10.2.x
  • 12.3.14
  • 12.4.13
  • 13.0.0-alpha23
  • 12.3.13
  • 12.4.12
  • 12.3.12
  • 12.4.11
  • 13.0.0-alpha22
  • 12.3.11
  • 13.0.0-alpha21
  • 12.3.10
  • 12.4.9
  • 13.0.0-alpha20
  • 13.0.0-alpha19
  • 12.4.8
  • 12.4.7
  • 12.3.9
  • 12.4.6
  • 13.0.0-alpha18
40 results

social

  • Clone with SSH
  • Clone with HTTPS
  • Build Status Packagist Version Twitter Follow

    Open Social

    The install profile for the Open Social distribution.

    Quick installation?

    We have a template available at goalgorilla/social_template

    Want to help contribute?

    Be sure to check out our repository with development tools on Github

    For any other information be sure to checkout our Documentation.

    PR flow in Open Social

    Open Social - Distro flow - New

    Automated

    Not only will we have manual PR's created, we use dependabot to automatically create dependency updates of the Drupal modules we use.

    Webhook/Mirror [WIP]

    We want to see if we can mirror this repository with Drupal's GitLab. To ensure the work we are doing here is also automatically visible on GitLab and if there is any way to do it vice versa, so whenever a merge requests is created on GitLab we also have it in here.

    Tugboat [WIP]

    We are testing Tugboat to achieve the following:

    1. Create a live preview of every PR with the changes reflected
    2. Use this live preview to run Behat tests on
    3. Use this live preview to run Cypress tests on

    GitHub actions

    We use Github actions to trigger

    1. PHPStan for static analysis of the code being contributed
    2. PHPCS for coding standards of the code being contributed
    3. PHPUnit for our unit tests instead of running it in Travis CI