Coder Social home page Coder Social logo

gerrie's Introduction

๐Ÿ‘‹ Hi, I'm Andy Grunwald

I am a Software Engineer and Engineering Manager from Germany with a focus on Backend-Systems and Infrastructure, Engineering Culture and People.

๐Ÿ‘ท Check out what I'm currently working on

๐Ÿ”ญ Latest releases I've contributed to

๐Ÿ”จ Latest Pull Requests I published

๐Ÿ“ My recent blog posts

๐Ÿ“ซ How to reach me

Twitter Follow

gerrie's People

Contributors

andygrunwald avatar dependabot-preview[bot] avatar mehrmoudi avatar sschuberth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gerrie's Issues

PHPUnit html coverage to documentation

Add a small note on testing in the documentation on how to generate the HTML coverage view:

./bin/phpunit --coverage-clover=coverage.clover --coverage-html=build

Add a Collector for Timings / Statistics

It would be cool to get statistics per run with timings and numbers how many comments / patchsets / whatever has been imported

This can be used as "Last Imported" as well

Refactor structure of Gerrit data

The data of Gerrit can be represented as a tree structure:

gerrit-datastructure

Every node can has relationships and different types.
Some examples:

  • A project can has a parent project
  • A changeset can has a relationship to a different changeset with types like DependsOn or NeededBy
  • There are several types of a Approval like Code Review or Code Verification

Not every relation is 1:1. Sometimes 1:n or n:m.
Some examples:

  • One parent project can has several sub projects
  • On project can has several changesets
  • One changeset can has several patchsets
  • One changeset can has several tracking ids

Every node can has some several attributes.
Some examples:

  • A changeset can has a branch
  • A project can has a active / inactive attribute
  • A patchset can has a person who has an email

For this data structure there a several design patterns who can be implemented to solve this problem like Chain-of-responsibility or a Composite. Maybe a mixture of it.

Goal is to refactor the internals of Gerrie to handle this data structure efficient.
Efficient means that it supports several storage backends and several input formats like SSH or REST-API.
Maybe a support for real time data like the stream api or RabbitMQ make sense.

Lets see how this will go :)

Unused command line options by Symfony console default

We are using Symfony2 console component.
The components uses a lot of different options.
Some of the options are not supported / implemented by the gerrie-commands.

Here is a list of non supported commands:

 --quiet (-q)          Do not output any message.
 --verbose (-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug.
 --version (-V)        Display this application version.
 --ansi                Force ANSI output.
 --no-ansi             Disable ANSI output.
 --no-interaction (-n) Do not ask any interactive question.

Idea: Implement them.

Announce Gerrie in the world

If the Gerrie documentation is finished, it would be cool to announce Gerrie via

  • TYPO3-Mailing list
  • Wikimedia-Mailing list
  • Twitter
  • Libresoft Mailing list

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.