Commit Graph

16 Commits

Author SHA1 Message Date
c1e046f428 Convert octal notation file names in Git (#380) 2024-11-17 18:09:44 +01:00
785d89d6ab Rework git log parsing and truncating (#260) 2024-04-27 01:49:53 +02:00
3c97901995 Bug fixes (#184)
* Fix gist content when going back to editing

* Fix not outputting non-truncated large files for editon/zip download

* Allow dashes in usernames

* Delete keys associated to deleted user

* Fix error message when there is no files in gist

* Show if there is not files in gist preview

* Fix log parsing for the 11th empty commit
2024-01-04 18:06:19 +01:00
0753c5cb54 Add embedded gists & JSON gist data/metadata (#179) 2024-01-04 18:06:19 +01:00
845e28dd59 Move code rendering to the backend & frontend improvements (#176)
Added Chroma & Goldmark

Added Mermaidjs

More languages supported

Add default values for gist links input

Added copy code from markdown blocks
2024-01-04 18:06:19 +01:00
31aae8a305 fix: do not truncate raw files (#4) 2023-04-14 10:55:54 +02:00
9fadfe7cde Log parser with maxBytes variable 2023-04-05 18:20:50 +02:00
6c981570a1 Optimize assets 2023-03-23 16:00:48 +01:00
c71185d11e Fix empty commit revision 2023-03-20 14:05:56 +01:00
f49f4ca10d Add avatars to HTML 2023-03-20 13:30:25 +01:00
858ee3e70a Parse CSV files into HTML tables 2023-03-19 03:18:56 +01:00
b505f7147e Truncate diff 2023-03-18 23:53:05 +01:00
b56e02e3ed Create FileDTO 2023-03-18 23:23:23 +01:00
527be16183 Better log parsing 2023-03-18 23:18:20 +01:00
24f790fb9c Fix truncateCommandOutput function 2023-03-18 18:22:27 +01:00
22668be923 Added gist methods related to git + Truncate command output 2023-03-18 16:18:24 +01:00