webiny/github-subtree-tool 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webiny/github-subtree-tool

Composer 安装命令:

composer require webiny/github-subtree-tool

包简介

A tool to automatically update readonly github repos, based on a provided master repo.

关键字:

README 文档

README

This tool is used to semi-automate the management of read-only git repositories, that depend on the provided parent repository.

Installation

composer --global require webiny/github-subtree-tool

Running the tool

Just run the following command from the terminal, and follow the procedure:

$ cd vendor/webiny/github-subtree-tool/
$ php cli.php

Requirements

Configuration

GIT_ACC

GIT_REPO

GIT_USER

  • your github username
  • should have write access to GIT_REPO

GIT_PASS

  • github password for GIT_ACC

GIT_SUBTREE

  • path where the subtree components are located, inside the master repo
  • example: src/Webiny/Components

Structure and repo names

On of the most important requirements is that the component repo names match the ones inside the GIT_SUBTREE path on the parent repo.

For example: https://github.com/Webiny/Framework/tree/master/src/Webiny/Component/**Annotations** matches: https://github.com/Webiny/**Annotations**

The back story behind the tool

Let's take our Webiny Framework for example.

The Framework repo consists of several components like Storage, Entity, Mailer and others.

These components reside under the Framework repo inside src/Webiny/Component.

But these components also have their own github repositories:

The reason for this is that this is a modular framework, meaning you can use any of the components without actually using the whole framework. And today, the best way to install a PHP component is over composer, meaning you need to have a separate repo for each of the components.

We always do our development inside the Framework repo, meaning over time we need to sync the changes to the component repos, including creating branches, releases and updating the composer.json file.

We have created this tool to automate that work.

How it works

It first checks out the defined branch from your parent repository, in our case that's the Framework repo.

Then it checks which components are contained inside that repo, under the define path, in our case that’s the src/Webiny/Components.

After that, it checks out the component branch and copies over the changes from the parent repo.

In the end, it creates the requested branch or tag, on both the component repos and the parent repo. Optionally, it can also update the composer.json files

Safety

This tool communicates with your github repo, so make sure you understand what you are doing.

Just to be safe, the tool will at the very end of the process ask for your confirmation to confirm that you want to push all the changes. Until that confirmation, no changes are done on the repo.

Bugs and improvements

Just report them under issues, or even better, send a pull request :)

webiny/github-subtree-tool 适用场景与选型建议

webiny/github-subtree-tool 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 23 次下载、GitHub Stars 达 6, 最近一次更新时间为 2015 年 03 月 10 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「github」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 webiny/github-subtree-tool 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 webiny/github-subtree-tool 我们能提供哪些服务?
定制开发 / 二次开发

基于 webiny/github-subtree-tool 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 23
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 16
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 9
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-10