Git Product home page Git Product logo

kup-script's People

Contributors

pawelpluta avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

kup-script's Issues

Use file creation date instead of commit creation

During filtering and aggregating report data, commit date is used. It rather should use file creation date instead.

  • check, how to filter git log by file creation date (if it is possible)
  • use file creation date in report

Blacklist automatically generated files

Some files are automatically generated and probably should not be included in the KUP report.

An example is a package-lock.json containing the versions of dependencies pulled in by npm. It needs to be committed as it is used in the CI to enforce repeatable builds.

We could provide a blacklist in the shouldBeIncludedInKUP function in the format-kup-report.awk file. It would need to receive the file name.

If the idea is ok I can provide a pull request.

Handle polish characters in VBA report generation

On some workstations with default language different than polish, it might encode arguments provided to VBA script (names, surnames).

image

Fixing it would require probably changing language during template generation, but its a little bit hacky.

Workaround

  1. execute the script and provide parameters for VBA script as described in the readme
  2. after generation of report, open templates directory and open YYYY-MM_yourname.doc file
  3. change displayed values that are misformatted (usually part of name/surnames are missing - your or your supervisor)
  4. save template
  5. after generating report once more, it will contain fixed names

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.