Coder Social home page Coder Social logo

gitbasedpatch's Introduction

基于Git日志的增量抽取工具

TODO列表

1、根据 git log commitId 列出对应该次提交的文件提交列表 ---> DONE

2、根据git status给出的路径,将其拆分为路径与包路径,示例如下:

  • git status显示路径

  • 注:xmlFilePath + package 为开发人员便于定位具体文件位置;package为maven打包的jar包中的class路径

3、git log中显示文件路径,确定该文件打包后所在的jar包名称

  • 找到该文件所在模块的pom.xml文件
  • 匹配该文件下的groupId + artifactId + version + packaging这四要素,拼接后便是maven打包的jar名称。

4、实现日增量文件列表的前端可视化;

5、将增量文件列表由写入xml文件转为sqllite轻量级数据库方式,集成增加MyBatis;

6、实现由Jar包级增量到Class级增量的更细粒度支持;

7、Web端可视化操作,实现开发人员在web端确认相应文件是否送增量;

gitbasedpatch's People

Contributors

is908 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.