Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4c63cc7
Implement Add command
mikolajkarbowski Aug 18, 2025
c30d6f6
Add meva_index, index_error, index_entry, file_mode, stage
mikolajkarbowski Aug 20, 2025
3fde878
implement load and save
mikolajkarbowski Aug 25, 2025
df2a0e0
implement add_path method
mikolajkarbowski Aug 25, 2025
f132c24
implement MevaHasher, implement collecting file metadata, implement r…
mikolajkarbowski Aug 26, 2025
f1e94e6
implement auto create index file
mikolajkarbowski Aug 27, 2025
907317e
check if path is inside meva repository
mikolajkarbowski Sep 1, 2025
14d2797
finish implementation
mikolajkarbowski Sep 1, 2025
ba8383c
finish implementation
mikolajkarbowski Sep 1, 2025
02b2c12
fix code formating
mikolajkarbowski Sep 1, 2025
ffc88ae
apply clippy sugestions
mikolajkarbowski Sep 1, 2025
68519ed
format once again
mikolajkarbowski Sep 1, 2025
b74e4a2
remove redundant files
mikolajkarbowski Sep 11, 2025
140f30f
apply reviewers suggestions, add canonicalize_clean, remove serialize…
mikolajkarbowski Sep 11, 2025
cec15e5
apply reviewers suggestions, make hashing parallel
mikolajkarbowski Sep 14, 2025
1c2af6b
code formating
mikolajkarbowski Sep 14, 2025
13cedf5
fix bug in meva_index group_files() method
mikolajkarbowski Sep 14, 2025
4e37e3b
apply reviewers suggestions
mikolajkarbowski Sep 14, 2025
900f60c
Merge remote-tracking branch 'origin/develop' into feature/command-add
mikolajkarbowski Sep 17, 2025
d9f18a7
tion refactor code - move command execution logic to handler
mikolajkarbowski Sep 18, 2025
035283f
ignore_service - cache glob sets
mikolajkarbowski Sep 18, 2025
2de00a6
move collecting ignore files to separate function, fix bug in ignore_…
mikolajkarbowski Sep 18, 2025
6b6f19e
remove inspection profiles
mikolajkarbowski Sep 18, 2025
f214b1a
add documentation
mikolajkarbowski Sep 18, 2025
1315ceb
fix code formating
mikolajkarbowski Sep 18, 2025
864b8d3
implement plugins invocation mapper
mikolajkarbowski Sep 18, 2025
d8fe3f4
fix code formating
mikolajkarbowski Sep 18, 2025
84d9e59
apply reviewers suggestions
mikolajkarbowski Sep 20, 2025
69e9ffd
refactor path_errors - change path type
mikolajkarbowski Sep 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .idea/dictionaries/project.xml
Comment thread
mikolajkarbowski marked this conversation as resolved.
Outdated

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml
Comment thread
mikolajkarbowski marked this conversation as resolved.
Outdated

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml
Comment thread
mikolajkarbowski marked this conversation as resolved.
Outdated

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

355 changes: 355 additions & 0 deletions .idea/workspace.xml
Comment thread
mikolajkarbowski marked this conversation as resolved.
Outdated

Large diffs are not rendered by default.

Loading