Skip to content
Snippets Groups Projects

Add committer statistics

Merged mirabilos requested to merge stats into master
4 unresolved threads

… as requested by Nik

Call with:

mksh dev.sh devstats-commits

This leaves room for future devstats-* extensions, such as statistics over lines added or deleted, files touched, or something.

Merge request reports

Pipeline #529 failed

Pipeline failed for 8f8860c6 on stats

Merged by Nik | KlampfradlerNik | Klampfradler 5 years ago (Jan 4, 2020 10:14pm UTC)

Loading

Pipeline #530 failed

Pipeline failed for ea6a2799 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
20 20 poetry run ./manage.py yarn install
21 21 poetry run ./manage.py collectstatic --no-input
22 22 set +e
23 exit
  • 29 30 echo; echo "Entering $d."
    30 31 poetry run sh -c "cd $d; $manage_py makemessages --no-wrap -i static $locales"
    31 32 done
    33 exit
  • 36 38 echo; echo "Entering $d."
    37 39 poetry run sh -c "cd $d; autopep8 -i -r ."
    38 40 done
    41 exit
  • 44 47 echo; echo "Entering $d."
    45 48 poetry run sh -c "cd $d; pylama -a -o $tox_ini ."
    46 49 done
    50 exit
  • mirabilos added 1 commit

    added 1 commit

    • 8f8860c6 - Make the entire script use mksh in its shebang

    Compare with previous version

  • mentioned in commit ea6a2799

  • Please register or sign in to reply
    Loading