Skip to content

Releases: codersrank-org/repo_info_extractor

v2.1.4

19 Mar 12:41
Compare
Choose a tag to compare

Feature(s): (thanks to @smortex)

  • Detect Rakefile as a Ruby file
  • Detect .gemspec, .rake, .ra extensions as Ruby
  • Detect CMakeLists.txt as a CMake file
  • Detect go.mod as a Go file
  • Refactor to allow mapping filenames to langages
  • Detect GNUMakefile as a Makefile file
  • Detect Gemfile as a Ruby file

v2.1.3

17 Jan 20:56
26fe743
Compare
Choose a tag to compare

Feature(s):

  • Recognize Gentoo ebuild and eclass files #207

v2.1.2

13 Jan 21:03
Compare
Choose a tag to compare

Feature(s):

  • Add a new global flag to skip uploading the artefacts.
    Example usage: repo_info_extractor_osx local --skip_upload --repo_path=/path/to/repo

v2.1.1

16 Nov 12:24
Compare
Choose a tag to compare

Bugfix:

  • For some repos the analysis never finished.

V2.1.0

13 Nov 13:30
5fe0f8f
Compare
Choose a tag to compare

Feature(s):

  • Reduce memory usage. Now it is expected to use ~40MB in case of 4000 commits, instead of 400MB

Bugfix(es):

v2.0.7

08 Nov 14:10
5ffacc6
Compare
Choose a tag to compare

Feature(s):

  • Recognize Jenkins build files. Thanks to @vutny

V2.0.6

04 Nov 14:20
5ffacc6
Compare
Choose a tag to compare

Feature(s):

  • Recognize SQL and PL/SQL syntax. Thanks to @vutny

v2.0.5

07 Oct 20:34
116c43a
Compare
Choose a tag to compare

Features:

  • Add Zig language support (Thanks to @kassane)

v2.0.4

17 Aug 20:15
764b9a2
Compare
Choose a tag to compare

Features:

  • Add Ruby library detection (Thanks to @mstark)

v2.0.3

17 Aug 19:10
b851b04
Compare
Choose a tag to compare

Features: