Commit Graph

  • d11bcddc35 Removed old HTML output header "hack" calculation (#28). Adam Waldenberg 2015-11-07 14:22:43 +0100
  • 5ed8b32d9a Increased the size of gravatars in the HTML output (#28). Adam Waldenberg 2015-11-07 14:15:39 +0100
  • 4396e993e6 Slightly reworked styling and added use of "table-striped" class (#28). Adam Waldenberg 2015-11-07 14:14:33 +0100
  • 75f1924823 Added BootStrap3 to the archive and improved format.py (#28). Adam Waldenberg 2015-11-07 14:18:24 +0100
  • fbb9115666 Bumped the version number to 0.4.3. v0.4.3 Adam Waldenberg 2015-10-29 01:36:37 +0100
  • da5d8bd401 Updated all translations (directly from d8dfecb1 on master). Adam Waldenberg 2015-10-29 00:29:07 +0100
  • 6baa48721f Fixed typos in RESPONSIBILITIES_INFO_TEXT. Adam Waldenberg 2015-10-29 00:22:11 +0100
  • 2f06a07766 Merge 779ba0e53c into 5ee5127b15 #80 Zhijie Wang 2015-10-28 22:25:31 +0000
  • 3735f43fd8 Merge 560eb3525b into 58a983ed27 #82 lucamot 2015-10-27 23:50:13 +0000
  • 560eb3525b updated translation for italian #82 luca 2015-10-26 09:01:12 +0100
  • 779ba0e53c Update responsibilitiesoutput.py #80 Zhijie Wang 2015-10-24 19:03:02 -0400
  • 9181d4438c Update messages_zh.po Zhijie Wang 2015-10-24 18:52:06 -0400
  • 9d063a2681 Update messages_zh.po Zhijie Wang 2015-10-24 18:47:25 -0400
  • 63827ea838 Fix Typo Zhijie Wang 2015-10-24 18:36:25 -0400
  • 9aabcfe037 Update Translation Zhijie Wang 2015-10-24 18:35:46 -0400
  • 8a86c9a742 Merge b0498ed143 into b0e7bb5ae9 #77 Literallie 2015-10-24 10:21:40 +0000
  • b0498ed143 Update German translation; Fixes #25 #77 xxyy 2015-10-20 23:41:28 +0200
  • ed2b170a65 Merge edee090f40 into 9368898d6d #71 Agustín Cañas 2015-10-08 21:50:58 +0000
  • edee090f40 Merge branch 'master' of https://github.com/dookie23/gitinspector #71 Agustín Cañas 2015-10-08 22:54:44 +0200
  • e8d123d684 Updated Spanish translation. Ready to next release Agustín Cañas 2015-10-02 23:43:05 +0200
  • ba7a1b333f Updated Spanish translation. Ready to next release Agustín Cañas 2015-10-02 23:43:05 +0200
  • aaf179f59e Merge remote-tracking branch 'upstream/master' Agustín Cañas 2015-10-02 10:41:45 +0200
  • d84370077c Fixes in Spanish translation Agustín Cañas 2015-09-27 11:11:08 +0200
  • 95af49f177 Spanish translation Agustín Cañas 2015-09-26 03:56:00 +0200
  • 83f908ef56 Merge 7b396b8ddd into 7a9eb69ab0 #67 David Fraser 2015-09-18 01:40:55 +0000
  • 7b396b8ddd Added missing import #67 David Fraser 2015-09-17 15:29:51 +0200
  • 93201e8555 Added support for limiting to a subdirectory of the repository David Fraser 2015-09-17 15:23:05 +0200
  • 9983cffa87 Add new "-M" option, which when used in conjunction with "-w" will cause gitinspector output *both* monthly and weekly stats for the period in question. Maksym Sobolyev 2014-03-05 14:02:25 -0700
  • e543eeaf58 Only include valid extensions in blame output (#95). Adam Waldenberg 2016-02-03 14:22:19 +0100
  • 6e0365e8ba Fix inconsistent behavior with -f "**" (#95). Adam Waldenberg 2016-02-03 11:47:00 +0100
  • 139f5306f4 Better support terminals behaving like urxvt (Fixes #101). Adam Waldenberg 2016-01-21 00:22:52 +0100
  • 9b5bbc469f Removed superfluous quotation character in the JSON metrics output. Adam Waldenberg 2015-12-18 08:41:46 +0100
  • a9d519c93b Recognize Rust programming language (.rs) comments (#83). Adam Waldenberg 2015-12-17 03:15:22 +0100
  • 9aa4aba336 Removed size parameter from gravatar URL's in JSON output (#50). Adam Waldenberg 2015-12-17 03:08:33 +0100
  • 6ef9936508 Fix some minor typos in the documentation. Adam Waldenberg 2015-12-14 05:19:09 +0100
  • 150e316918 Add documentation about JSON output to the AsciiDoc file. Adam Waldenberg 2015-12-14 05:17:11 +0100
  • ba049a0367 Fix AttributeError thrown when no extensions were detected (Fixes #91). Adam Waldenberg 2015-12-12 07:49:58 +0100
  • 3c48789890 Recognise Lilypond (.ly and .ily) comments #90 Gregrs 2015-12-10 07:34:18 +0000
  • 533bba64c6 Recognize comments in Robot Framework (.robot) files (#88). Adam Waldenberg 2015-12-09 09:30:49 +0100
  • 4ee02f5907 Recognize Go language (.go) comments (#86). Adam Waldenberg 2015-11-27 23:41:53 +0100
  • 5275521a9a Added author and license meta data to gitinspector piclet image. Adam Waldenberg 2015-11-26 00:58:30 +0100
  • ecc67a31a5 Repositories are now merged with __iadd__() instead of __add__(). Adam Waldenberg 2015-11-25 17:28:50 +0100
  • 9bd4b979b3 Fixed confusing variable names in JSON output functions and methods. Adam Waldenberg 2015-11-24 21:20:35 +0100
  • bfde70db91 Include author email in JSON and HTML outputs (Fixes #85). Adam Waldenberg 2015-11-24 21:02:32 +0100
  • 12f8c8a192 Use repos_string instead of repos[0].name in JSON output in format.py. Adam Waldenberg 2015-11-07 05:55:14 +0100
  • 9a22763e64 Added missing line break in format.__get_zip_file_content__(...). Adam Waldenberg 2015-11-07 05:50:15 +0100
  • 346645d655 The format.__output_html_template__(...) function now cleans up. Adam Waldenberg 2015-11-07 05:49:24 +0100
  • 91d94446a7 The logo in the HTML output now links to the gitinspector page. Adam Waldenberg 2015-11-04 05:56:52 +0100
  • 88d840dd51 Gitinspector now has a better and more clear logo. Adam Waldenberg 2015-11-04 05:31:24 +0100
  • 26f77e0ee4 The XML output now prints repositories in a proper XML list. Adam Waldenberg 2015-11-03 23:00:17 +0100
  • 4d6ecd3123 Avoid hyphen characters ("-") in JSON properties. Adam Waldenberg 2015-11-03 22:52:17 +0100
  • 9b3a5b674e Some output was missing in the JSON output. Adam Waldenberg 2015-11-03 22:42:23 +0100
  • 87fd5b467f Upgraded the JQuery version in the flot archive to 1.9.1 (#28). Adam Waldenberg 2015-11-03 04:25:40 +0100
  • 4fd918fca4 Fixed some pylint violations. Adam Waldenberg 2015-11-03 00:44:47 +0100
  • 949a301698 Fixed a few typo mistakes in the HTML output of the format module. Adam Waldenberg 2015-11-03 00:36:05 +0100
  • 211060c20e Updated the flot archive to version 0.8.3. Adam Waldenberg 2015-11-03 00:33:16 +0100
  • 9ada057d81 Progress output now includes repository name (#24). Adam Waldenberg 2015-11-02 18:22:56 +0100
  • 7dda8d34b5 Made terminal.output_progress(...) aware of the terminal width. Adam Waldenberg 2015-11-02 18:02:54 +0100
  • d5106a7302 Implemented validation and printing of all supplied repositories (#24). Adam Waldenberg 2015-11-02 02:30:28 +0100
  • 01bdbfaba1 basedir.get_basedir_git() now takes an optional path argument. Adam Waldenberg 2015-11-01 17:19:46 +0100
  • 7f5b50cd0d Fixed formatting bug in the JSON output of the metrics module. Adam Waldenberg 2015-11-01 03:45:44 +0100
  • 802f18e7e5 The metrics module now supports multiple repositories (See issue #24). Adam Waldenberg 2015-11-01 03:36:40 +0100
  • 7acf871ab1 Help text now mentions support for multiple repos (See issue #24). Adam Waldenberg 2015-10-31 05:11:10 +0100
  • 98615ccbfc Support for multiple repositories is near completion (See issue #24). Adam Waldenberg 2015-10-31 05:10:00 +0100
  • 46b21db196 The changes module now supports multiple repositories (See issue #24). Adam Waldenberg 2015-10-31 03:44:00 +0100
  • 3bae1be0cb Fixed faulty import in metricsoutput module. Adam Waldenberg 2015-10-31 02:22:25 +0100
  • 9287b187f7 Fixed some pylint violations. This also takes care of some bugs. Adam Waldenberg 2015-10-31 00:03:51 +0100
  • dd2feedbe4 Fixed invalid indentation at begining of file in gitinspector.py. Adam Waldenberg 2015-10-30 23:54:04 +0100
  • e0941fdcf1 The gitinspector.py entry module now considers all repositories. Adam Waldenberg 2015-10-30 23:46:13 +0100
  • 109a94e1e7 The basedir module is no longer persistent (doesn't remember state). Adam Waldenberg 2015-10-30 23:29:03 +0100
  • 258eefa1e7 The clone module can now handle multiple repositories. Adam Waldenberg 2015-10-30 23:16:33 +0100
  • d88ff2c5b9 Slight cleanup in gitinspector.py. Adam Waldenberg 2015-10-30 03:41:09 +0100
  • c01a59430c Rewrote the config module into a class (GitConfig). Adam Waldenberg 2015-10-30 01:22:15 +0100
  • 5af89f798a Added a note about the supplied Debian packages to README.md. Adam Waldenberg 2015-10-29 03:58:09 +0100
  • d30715cc84 The changes module now also outputs the progress when in text mode. Adam Waldenberg 2015-10-29 03:36:04 +0100
  • ce91c4176a Moved blame.Blame.output_progress to terminal.output_progress. Adam Waldenberg 2015-10-29 03:25:45 +0100
  • 6606d8b13c Progress from the blame module is now printed regardless of --hard. Adam Waldenberg 2015-10-29 03:17:26 +0100
  • 1ed9b5e3cf Re-factored the changes module and made it more independent. Adam Waldenberg 2015-10-29 03:09:46 +0100
  • fa04eb57f3 Bumped the version number to the next development iteration. Adam Waldenberg 2015-10-29 02:25:20 +0100
  • d941487280 Imported CHANGES.txt from most recent extra-release branch. Adam Waldenberg 2015-10-29 01:32:15 +0100
  • d8dfecb19a Updated typo in RESPONSIBILITIES_INFO_TEXT in all translations. Adam Waldenberg 2015-10-29 00:11:26 +0100
  • 4bd723eea0 Chinese help text would not fit on a 80 character terminal. Adam Waldenberg 2015-10-28 23:59:57 +0100
  • 859224f36f Wrong translator specified in Chinese translation. Adam Waldenberg 2015-10-28 23:56:48 +0100
  • 5ee5127b15 Fixed typos in RESPONSIBILITIES_INFO_TEXT. Bill Wang 2015-10-24 18:36:25 -0400
  • 75b528a84a Updated Chinese translation (Fixes #11). Bill Wang 2015-10-24 18:35:46 -0400
  • 8a0ba3dca1 Updated the header and .mo file of the Italian translation. Adam Waldenberg 2015-10-28 01:01:39 +0100
  • 58a983ed27 Updated the Italian translation (Fixes #20). Luca Motta 2015-10-28 00:45:22 +0100
  • eec6741cfb Updated header information of french translation and generated .mo file. Adam Waldenberg 2015-10-26 02:19:42 +0100
  • 21c6346868 Updated French translation: help messages. #81 Yannick Moy 2015-10-25 21:56:13 +0100
  • 78831c1b9b Fixed slight mistake and updated header information in Polish translation. Adam Waldenberg 2015-10-24 23:24:28 +0200
  • 79e390afe8 Updated Polish translation: help messages. #79 Kamila Chyla 2015-10-24 19:00:54 +0200
  • 81e18ff075 Small tweaks to the header of the german translation. Adam Waldenberg 2015-10-24 17:34:21 +0200
  • b0e7bb5ae9 Update German translation; Fixes #25 xxyy 2015-10-20 23:41:28 +0200
  • b4eb5484ac README.md now includes a note about JSON being supported. Adam Waldenberg 2015-10-24 03:08:35 +0200
  • bbe07f061d Added support for JSON output format (Fixes #50). Adam Waldenberg 2015-10-24 02:44:45 +0200
  • cff8dd109b Fixed minor mistake in the filtering XML output. Adam Waldenberg 2015-10-22 00:36:11 +0200
  • 124636cb85 Restructured imports slightly. Adam Waldenberg 2015-10-21 05:26:20 +0200
  • e9eab37c83 Added a new gitinspector.py entry script. Adam Waldenberg 2015-10-21 05:07:47 +0200
  • 59d9e5c7ae Try block unneeded in localization.py import #76 Marc Harper 2015-10-20 09:51:42 -0700
  • 4f3e0d3073 Restore relative imports of changes and filtering Marc Harper 2015-10-20 09:48:32 -0700