issues
search
simonw
/
git-history
Tools for analyzing Git history using SQLite
Apache License 2.0
191
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
output filename clash handling?
#65
andhya
opened
1 year ago
0
For some repos the file is not correctly read from each commit version
#64
simonw
closed
1 year ago
3
Add subdirectory support.
#63
hwartig
closed
1 year ago
2
Ensure that shipping the item _commit fix doesn't break existing databases
#62
simonw
opened
2 years ago
1
Feature idea: --always columns
#61
simonw
opened
2 years ago
1
Running with --full-versions twice fails with an error
#60
simonw
opened
2 years ago
1
Item should link to commit
#59
tomviner
closed
2 years ago
5
Defining composed ids considering new lines as different items
#58
mgaitan
opened
2 years ago
1
Tables not being created, only `namespaces`
#57
lassebenni
opened
2 years ago
5
Floating point numbers seem to always be recorded as changed
#56
simonw
opened
2 years ago
3
--full-version flag breaks ability to run git-history more than once
#55
roja
opened
2 years ago
0
Allow the database file to live in a nested subdirectory
#54
mthurman
opened
2 years ago
2
Tracking Removed Items?
#53
dleve123
opened
2 years ago
0
Re-encode for my csv problem
#52
scoates
opened
2 years ago
4
`--pdb` option to open debugger if an error occurs
#51
simonw
opened
2 years ago
0
Support `--convert .` for reading code from standard input
#48
cpwnd
opened
2 years ago
2
Store `--convert` code in a database table?
#47
simonw
opened
2 years ago
0
Confirm if this works with repos with branches in the history
#46
simonw
opened
2 years ago
2
More demos
#45
simonw
opened
2 years ago
7
Writing a custom scraper for VRM / GLTF
#44
fire
opened
2 years ago
2
Should only consider commits for the current namespace
#43
simonw
closed
2 years ago
1
`--namespace` bug when running a second time
#42
simonw
closed
2 years ago
0
Ability to extract columns from `item` and `item_version`
#41
simonw
opened
2 years ago
0
Do something with this column changes query
#40
simonw
opened
2 years ago
1
Support for `--import xml.etree.ElementTree`
#39
simonw
closed
2 years ago
2
Add index on `item_version._item`
#38
simonw
closed
2 years ago
1
Better `item_version_detail` view
#37
simonw
closed
2 years ago
1
Major refactor to fix issue #33 and get change tracking working properly
#36
simonw
closed
2 years ago
1
`--sql-log` debug option
#35
simonw
opened
2 years ago
0
Idea: `--skip-errors` option for skipping commits that rase an exception in the convert function
#34
simonw
opened
2 years ago
4
Columns are tracked as toggling between null and their value
#33
simonw
closed
2 years ago
21
Columns with list/dict JSON values always detected as changed
#32
simonw
closed
2 years ago
3
`--wal` option
#31
simonw
closed
2 years ago
0
Add live demos
#30
simonw
closed
2 years ago
32
Use transactions for better recovery from half-processed git commits
#29
simonw
closed
2 years ago
0
`--skip` option for skipping individual commits
#28
simonw
closed
2 years ago
1
Add a `--dialect` option for forcing a CSV dialect
#27
simonw
closed
2 years ago
6
`--start-at` and `--start-after` options
#26
simonw
closed
2 years ago
3
_version resets to 1 when command is run incrementally
#25
simonw
closed
2 years ago
5
Populate schema examples in README using Cog
#24
simonw
closed
2 years ago
1
--changed mode to store only changed columns in item_version
#23
simonw
closed
2 years ago
1
`--no-history` option
#22
simonw
closed
2 years ago
3
Default to only storing columns that have changed in item_version
#21
simonw
closed
2 years ago
24
Use integer primary keys for smaller tables
#20
simonw
closed
3 years ago
7
Create a view that joins against commits to get the date
#19
simonw
closed
2 years ago
1
Correct command in README.md
#18
rdmurphy
closed
3 years ago
1
Support for a single value input file
#17
rdmurphy
opened
3 years ago
3
--convert should support Python generators
#16
simonw
closed
3 years ago
1
Underscore prefix for reserved colums
#15
simonw
closed
3 years ago
0
Change how reserved columns work to have an underscore prefix
#14
simonw
closed
3 years ago
5
Next