Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goalgorilla/open_social
Open Social install profile for Drupal
https://github.com/goalgorilla/open_social
community distribution drupal social social-network
Last synced: 3 days ago
JSON representation
Open Social install profile for Drupal
- Host: GitHub
- URL: https://github.com/goalgorilla/open_social
- Owner: goalgorilla
- License: gpl-2.0
- Created: 2016-07-19T12:56:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T22:17:26.000Z (about 2 months ago)
- Last Synced: 2024-12-26T09:29:13.140Z (about 2 months ago)
- Topics: community, distribution, drupal, social, social-network
- Language: PHP
- Homepage: http://www.getopensocial.com
- Size: 262 MB
- Stars: 187
- Watchers: 33
- Forks: 168
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/goalgorilla/open_social.svg?branch=10.1.x)](https://travis-ci.com/goalgorilla/open_social)
[![Packagist Version](https://img.shields.io/packagist/v/goalgorilla/open_social.svg)](https://packagist.org/packages/goalgorilla/open_social)
[![Twitter Follow](https://img.shields.io/twitter/follow/OpenSocialHQ.svg)](https://twitter.com/OpenSocialHQ)# 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
GithubFor any other information be sure to checkout our
Documentation.# PR flow in Open Social
![Open Social - Distro flow - New](https://user-images.githubusercontent.com/16667281/117429026-e75a3980-af26-11eb-8cd5-668b9fa61f4b.jpg)## Automated
Not only will we have manual PR's created, we use [dependabot](https://dependabot.com/) 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](https://www.tugboat.qa/) 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