{"id":21702897,"url":"https://github.com/operations-project/operations","last_synced_at":"2026-01-06T13:11:04.689Z","repository":{"id":178384820,"uuid":"657118074","full_name":"operations-project/operations","owner":"operations-project","description":"Mega repo for Operations Experience Platform","archived":false,"fork":false,"pushed_at":"2024-09-11T15:53:09.000Z","size":24087,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"2.x","last_synced_at":"2025-06-21T12:05:51.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/operations-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["jonpugh"],"patreon":"jonpugh","open_collective":"drupal-operations","custom":["https://thinkdrop.net"]}},"created_at":"2023-06-22T11:04:24.000Z","updated_at":"2024-09-02T09:53:56.000Z","dependencies_parsed_at":"2023-11-18T04:36:53.871Z","dependency_job_id":"50b9beb8-bd3d-492b-8a83-3d16db58e8d6","html_url":"https://github.com/operations-project/operations","commit_stats":{"total_commits":519,"total_committers":2,"mean_commits":259.5,"dds":"0.042389210019267876","last_synced_commit":"e124ae0d881102baa7cd67de85b719a4cbedfe3b"},"previous_names":["drupal-operations/ox","drupal-operations/operations","operations-platform/operations","operations-project/operations"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/operations-project/operations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operations-project%2Foperations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operations-project%2Foperations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operations-project%2Foperations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operations-project%2Foperations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/operations-project","download_url":"https://codeload.github.com/operations-project/operations/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operations-project%2Foperations/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261740663,"owners_count":23202644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T21:22:02.760Z","updated_at":"2026-01-06T13:11:04.660Z","avatar_url":"https://github.com/operations-project.png","language":"PHP","funding_links":["https://github.com/sponsors/jonpugh","https://patreon.com/jonpugh","https://opencollective.com/drupal-operations","https://thinkdrop.net"],"categories":[],"sub_categories":[],"readme":"# Drupal Operations\n## Tools for Operating Drupal Sites\n\nWelcome to Drupal Operations: a suite of modules and tools to build ops platforms out of Drupal.\n\nThis repository serves as the main development codebase for all of the Operations submodules and packages.\n\nFor more information, see the [Drupal.org Project Page](https://www.drupal.org/project/operations).\n\n## Components\n\n### Drupal Modules\n\nWhenever possible, the Drupal Operations Modules can be installed independently of one another. The Site module is designed to go into every site, so that it can report back to Site Manager.\n\n1. [Site Entity Module](https://www.drupal.org/project/site) - https://www.drupal.org/project/site\n\n   Provides advanced status and information about any Drupal site. Connects to Site Manager for tracking and control.\n\n2. [Site Manager Module](https://www.drupal.org/project/site_manager)- https://www.drupal.org/project/site_manager\n\n   Provides a CMS-like experience for monitoring and managing multiple sites.\n\n3. [Operations](https://www.drupal.org/project/operations_ui) - https://www.drupal.org/project/operations_ui\n\n   Provides a central dashboard for browsing Sites, Servers, Tasks \u0026 Users. Right now, it doesn't do much other than add an Admin menu section.\n\n### Drupal Distributions\n\nSince there are many possibilities with Ox, the project will contain different distributions for different purposes. Additions are welcome!\n\n1. [Stock Ox](https://www.drupal.org/project/ox_stock)\n\n   Stock installation of the Ox Platform. Enables Site Manager \u0026 Operations out of the box. Used for development.\n\n### PHP Packages\n\nWhenever a useful tool is created, a PHP Package can be created to release independently of Ox. [Drupal core uses this method](https://git.drupalcode.org/project/drupal/-/tree/11.x/composer/Plugin).\n\nThe following PHP Packages are developed in this repository:\n\n1. [Git Split](src/composer/Plugin/GitSplit)\n\n   A composer plugin that pushes subfolders into other git repositories using \"git-split\" method. Add `composer.json:extras.git-split` configuration and use `composer git:split` to push branches and tags.\n\n2. [Drush Behat Params](drush/Commands/contrib/drush-behat-params)\n\n    A basic drush plugin that calls behat with BEHAT_PARAMS with URL, root and drush alias set automatically.\n\n3. [Drupal Settings](src/composer/Plugin/DrupalSettings)\n\n    A universal Settings.php file that sets recommended defaults based on the hosting environment. Removes the need for complex settings.php files or manually setting database configuration.\n\n\n## Issues\n\nIssue management takes place in the Operations project issue queues: https://www.drupal.org/project/issues/operations?categories=All\n\n\n## Development\n\nThe primary branch of development is `2.x`.\n\nEverything needed to develop Operations is in this repository, including a Lando development environment with multiple sites for testing Site Manager connections:\n\n1. Find or Submit an issue to work on at https://www.drupal.org/project/issues/operations?categories=All\n\n1. Create an issue fork: On the issue page, underneath the issue description, there is a big green button labelled \"Create Issue Fork\".\n\n2. Clone your repository and create a branch for the issue:\n\n    See the buttons on the issue.\n    \n3. Enter the code and launch lando:\n\n        lando start\n\n4. Install Drupal Operations using the composer command.\n\n        composer ox:launch\n\nThis will give you 4 sites to work with.\n\n5. Do the work, push the code.\n6. Once ready, submit a Merge Request using the gitlab or the issue page.\n7. Mark the issue Needs review.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperations-project%2Foperations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperations-project%2Foperations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperations-project%2Foperations/lists"}