Coder Social home page Coder Social logo

standup-rs's Introduction

Standup-rs

Generate a report for morning standup using GitHub and Google Calendar APIs.

Features

  • Supported GitHub events:
    • PRs: opened, merged, reviewed
    • Issues: opened, commented (optional, disable by default)
  • Support for accepted events in Google Calendar (optional)
  • Shortcuts for --since flag
  • Copy-paste-able output for Slack
  • Private repos are analyzed as well
  • Simple step-by-step setup

Install

Go to releases page and download a binary for your platform.

Usage

USAGE:
    standup_rs [FLAGS] [OPTIONS]

FLAGS:
    -h, --help              Prints help information
        --issue-comments    Add issues with comments into a report
    -V, --version           Prints version information

OPTIONS:
    -s, --since <since>    Valid values: yesterday, friday, today, yyyy-mm-dd [default: yesterday]
    -u, --until <until>    Valid values: today, yyyy-mm-dd

On the first run it will guide you how to obtain necessary tokens and save configuration into ~/.standup.

Example output

$ ./standup_rs --since "2019-08-06" --until "2019-08-07"
* [Meeting] Apps Team Focus
* [Meeting] Engineering Demo
* src-d/ghsync:
  - [PR] (opened) Add tests for RateLimitTransport https://github.com/src-d/ghsync/pull/61
* src-d/sourced-ce:
  - [PR] (merged) Limit container resources https://github.com/src-d/sourced-ce/pull/182
  - [PR] (merged) Fix workdirs sub-command without active workdir https://github.com/src-d/sourced-ce/pull/190
  - [PR] (opened) Disallow forks flag switch https://github.com/src-d/sourced-ce/pull/196
  - [PR] (merged, opened) Rename workdir.WorkdirType to workdir.Type https://github.com/src-d/sourced-ce/pull/193
* src-d/sourced-ui:
  - [PR] (merged) Improve contributors charts https://github.com/src-d/sourced-ui/pull/237

standup-rs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

standup-rs's Issues

Support push into PR action

Github provides PushEvent but it doesn't have a direct connection to a pull request.
It should be possible to work around by calling extra API endpoints.

Comments in PRs recognized as Issue comments

But they should be accounted as "review" of a Pull Request.

Example:

$ cargo run -- --issue-comments
...
* src-d/sourced-ce:
  - [Issue] (commented) Added Index numbers for compose files to be used in "compose list/set" https://github.com/src-d/sourced-ce/pull/214

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.