Skip to content

Releases: frogermcs/codebase-dump

codebase-dump v0.7.0

11 Feb 20:31

Choose a tag to compare

What's Changed

  • Replaced gitignore_parser with py-walk to cover more edge cases of gitignore
  • Add info about ignored files to parsed LLM prompt

codebase-dump v0.6.3

09 Feb 17:05

Choose a tag to compare

  • simplified parsed LLM content

codebase-dump v0.6.2

09 Feb 16:27

Choose a tag to compare

  • Updated parsed output for better interpretation by LLMs

codebase-dump v0.6.0

05 Feb 19:21

Choose a tag to compare

  • New parameter --api-key, your private API key to assign submitted repository to your account on https://codeaudits.ai/
  • x-api-key header is not sent by default (if sent, repo will be assigned to user, if not, repo will be published as public)

codebase-dump v0.5.2

28 Jan 16:49

Choose a tag to compare

codebase-dump v0.5.2

  • If upload fails, raise error to stop the workflow

codebase-dump v0.5.1

  • If request is too big, return appropriate hint in console
  • top ten large files is not needed in markdown summary, just console output

codebase-dump v0.5.0

  • Script now lists the top ten largest files and top ten largest directories, so we can use it as a hint when the repository is too big to push it to auditing API
  • New parameter --ignore-top-large-files ignores x top large files when parsing the repository

codebase-dump v0.5.1

28 Jan 16:39

Choose a tag to compare

codebase-dump v0.5.1

  • If request is too big, return appropriate hint in console
  • top ten large files is not needed in markdown summary, just console output

codebase-dump v0.5.0

  • Script now lists the top ten largest files and top ten largest directories, so we can use it as a hint when the repository is too big to push it to auditing API
  • New parameter --ignore-top-large-files ignores x top large files when parsing the repository

codebase-dump v0.5.0

28 Jan 08:48

Choose a tag to compare

  • Script now lists the top ten largest files and top ten largest directories, so we can use it as a hint when the repository is too big to push it to auditing API
  • New parameter --ignore-top-large-files ignores x top large files when parsing the repository

codebase-dump v0.4.0

22 Jan 14:37

Choose a tag to compare

  • Changed parameter from --audit-url (full submission URL) to --audit-base-url (where only base URL is sent, and the rest of path is static)

codebase-dump v0.3.0

20 Jan 19:36

Choose a tag to compare

  • Added new parameter: --audit-url where it's possible to define custom upload URL. Thanks to that it'll be possible to push repo dump into custom instance of CodeAudits.ai

codebase-dump v0.2.5

11 Jan 20:28

Choose a tag to compare

  • Updated copy: "parsed codebase" instead of "codebase dump" sounds better
  • Use the official domain of Code Audits: https://codeaudits.ai
  • When directory "." is parsed, get the real name of it for better readability