Code Monkey home page Code Monkey logo

bowie's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

bowie's Issues

Add github token support

Token should be optional but suggested (need to add this to documentation)

Environment variable should be called BOWIE_GITHUB_TOKEN

Set it by

export BOWIE_GITHUB_TOKEN="«your-40-digit-github-token»"

Can also take token flag (shortcut t):

--token <your-40-digit-token>

Add exclusion tags

I presume this means something like "exclude all issues tagged with 'blah""

Add feature for extra release notes

There should be a feature to add release commentary to the changelog.


bowie/context/context.go

Lines 14 to 19 in 6e18f20

// @todo Add feature for extra release notes
// @body There should be a feature to add release commentary to the changelog.
Validate bool
Parallelism int
}


This issue was generated by todo based on a @todo comment in 6e18f20. It's been assigned to @mattstratton because they committed the code.

Figure out how to get the last issues to show up

if i != (len(tags) - 1) { //@TODO Figure out how to get the last issues to show up
// fmt.Println("Next tag: " + tags[i+1].Name)
for _, issue := range issues {
if (issue.GetClosedAt().Before(d.Date)) && (issue.GetClosedAt().After(tags[i+1].Date)) {
fmt.Fprintf(color.Output, "* %s \n", color.GreenString(issue.GetTitle()))
// fmt.Println(issue.GetTitle())


This issue was generated by todo based on a @todo comment in 779452c. It's been assigned to @mattstratton because they committed the code.

Improve performance

Functions just fine on a small project (like this one), but on larger projects, it takes a very long time. The logic needs to be optimized.

A good test is devopsdays/theme

bowie -u devopsdays -p devopsdays-theme

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.