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

Add Tabular Diff for CSV files #14661

Merged
merged 30 commits into from
Mar 29, 2021
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8b5de2e
Moved CSV logic into base package.
KN4CK3R Feb 7, 2021
d8d9211
Added method to create a tabular diff.
KN4CK3R Feb 7, 2021
6b06e9a
Added CSV compare context.
KN4CK3R Feb 7, 2021
eeb10bc
Prevent parser error for ' 1; "2"; 3'
KN4CK3R Feb 7, 2021
fdab153
Prevent nil-cells.
KN4CK3R Feb 8, 2021
9fd31a2
Lint
KN4CK3R Feb 11, 2021
16db3ba
Added csv diff template.
KN4CK3R Feb 12, 2021
d13a2cd
Use new table style in csv markup.
KN4CK3R Feb 12, 2021
2b4eace
Lint & tests.
KN4CK3R Feb 12, 2021
79bdeca
Fixed wrong value.
KN4CK3R Feb 12, 2021
db623ab
Added file size limit for csv rendering.
KN4CK3R Feb 13, 2021
f8b902b
Lazy read single file.
KN4CK3R Feb 13, 2021
0753b92
Lazy read rows for full diff.
KN4CK3R Feb 13, 2021
66ea833
Moved code to csv package.
KN4CK3R Feb 15, 2021
828a4b9
Fixed method name.
KN4CK3R Feb 15, 2021
34f4a9b
Merge branch 'master' into feature-csv-diff
KN4CK3R Mar 6, 2021
1038cc5
Revert unrelated change.
KN4CK3R Mar 10, 2021
88b69aa
Merge branch 'master' of https://github.com/go-gitea/gitea into featu…
KN4CK3R Mar 10, 2021
1b34215
Merge branch 'master' of https://github.com/go-gitea/gitea into featu…
KN4CK3R Mar 24, 2021
8f17016
Added unit tests for various csv changes.
KN4CK3R Mar 24, 2021
3835cf0
Removed line-height.
KN4CK3R Mar 24, 2021
23e1a0c
Merge branch 'master' into feature-csv-diff
lunny Mar 25, 2021
33e325d
Merge branch 'master' into feature-csv-diff
zeripath Mar 28, 2021
4808a16
Merge branch 'master' into feature-csv-diff
zeripath Mar 28, 2021
260dd93
Don't use unthemed color.
KN4CK3R Mar 29, 2021
15dca09
Added possible @ delimiter.
KN4CK3R Mar 29, 2021
925596e
Changed copyright notice.
KN4CK3R Mar 29, 2021
05a29ae
Encode content as UTF8.
KN4CK3R Mar 29, 2021
5f8ce65
Merge branch 'master' into feature-csv-diff
6543 Mar 29, 2021
7f3728c
Merge branch 'master' into feature-csv-diff
6543 Mar 29, 2021
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
Prev Previous commit
Next Next commit
Merge branch 'master' into feature-csv-diff
6543 authored Mar 29, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5f8ce65a1658b3f29a59607a577b6f4f3927db18

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.