Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/stdlib diff #3339

Closed
wants to merge 41 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b61933e
feat: pre-register test1 user to make interaction with boards easier
hthieu1110 Sep 21, 2024
1a0d6a3
Merge branch 'master' of https://github.com/TERITORI/gno
hthieu1110 Sep 25, 2024
50fa8d0
Add Myers algorithm implementation and Algorithm interface
FloRichardAloeCorp Dec 7, 2023
aa3b468
Add objects to handle packages comparison
FloRichardAloeCorp Dec 7, 2023
df26bbf
Add report generation
FloRichardAloeCorp Dec 7, 2023
dadbdf4
Add README.md
FloRichardAloeCorp Dec 7, 2023
0d7850e
Indentation is now preserved in file preview
FloRichardAloeCorp Dec 8, 2023
adb9478
Reorganize functions order
FloRichardAloeCorp Dec 8, 2023
eb55d62
Add missing check on delete count
FloRichardAloeCorp Dec 8, 2023
89dc533
Add --src_is_gno flag to indicates which one of the source or destina…
FloRichardAloeCorp Dec 8, 2023
a4ec9ca
Rename template variables
FloRichardAloeCorp Dec 8, 2023
f56696b
Add code comment
FloRichardAloeCorp Dec 8, 2023
193e2df
Update README.md
FloRichardAloeCorp Dec 8, 2023
16e54a3
Update flag usage
FloRichardAloeCorp Dec 8, 2023
8e5bc5e
Fix diffstatus const case. Use iota for enum
FloRichardAloeCorp Dec 15, 2023
8a6ab0b
add go:embed to load templates
FloRichardAloeCorp Dec 15, 2023
4854614
Cleaning FileDiff.Differences()
FloRichardAloeCorp Dec 15, 2023
9efc2ef
Add named return values
FloRichardAloeCorp Dec 15, 2023
5edfd6c
Improving myers algorithm
FloRichardAloeCorp Dec 15, 2023
79f825e
Making LineDifference Operation field an actual operation. Cleaning o…
FloRichardAloeCorp Dec 15, 2023
8033330
getFileLines now returns error
FloRichardAloeCorp Dec 15, 2023
175c32d
Equal values on compared files are greyed
FloRichardAloeCorp Dec 15, 2023
219de73
Operation symbols (+/-) are handled by the template, and they are not…
FloRichardAloeCorp Dec 15, 2023
cfb11ac
Fix templates
FloRichardAloeCorp Dec 15, 2023
ef3bb3a
Solve comments on PR
Villaquiranm Sep 29, 2024
777a759
use gotextdiff
Villaquiranm Oct 5, 2024
0d563bc
mark directories as not found on index
Villaquiranm Oct 5, 2024
88c73f0
list all subdirectories on index
Villaquiranm Oct 5, 2024
44441cc
Handle paths with and without trailing /
Villaquiranm Oct 5, 2024
1e6d8c6
Merge branch 'master' of https://github.com/TERITORI/gno
hthieu1110 Oct 7, 2024
3550f0b
keep fixing some comments :)
Villaquiranm Oct 9, 2024
f41ff27
Merge branch 'master' of https://github.com/TERITORI/gno
hthieu1110 Oct 22, 2024
400a223
Add std dir
Villaquiranm Oct 27, 2024
ece75f9
Remove container when file is empty
Villaquiranm Oct 27, 2024
a752351
Merge branch 'master' into feat/stdlib_diff
Villaquiranm Nov 5, 2024
370032c
Merge branch 'master' of github.com:TERITORI/gno into feat/stdlib_diff
Villaquiranm Dec 13, 2024
16d72a0
Merge branch 'master' of github.com:gnolang/gno into feat/stdlib_diff
Villaquiranm Dec 14, 2024
2ff4f9e
fix comments on review
Villaquiranm Dec 14, 2024
14ed42a
create output dir if not exists
Villaquiranm Dec 14, 2024
2e2b2c2
github pages action
Villaquiranm Dec 14, 2024
4f4dfb0
action on pull
Villaquiranm Dec 14, 2024
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
15 changes: 0 additions & 15 deletions .github/.fossa.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/codecov.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/dependabot.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/golangci.yml

This file was deleted.

Loading
Loading