Commit graph

611 commits

Author SHA1 Message Date
Rodrigo Fernandes
2e2dac21cd Improve history rewrite 2016-10-15 12:41:31 +01:00
Rodrigo Fernandes
4e835fba42 Merge pull request #109 from rtfpessoa/use-apis-for-cors
Use apis where it is possible for the online diff
2016-10-15 12:17:02 +01:00
Rodrigo Fernandes
40f0548919
Use apis where it is possible for the online diff 2016-10-15 12:13:09 +01:00
Rodrigo Fernandes
269b1b6cfb Merge pull request #107 from rtfpessoa/github-online-diff
Online Diff Pretiffier
2016-10-13 00:12:03 +01:00
Rodrigo Fernandes
c225d665e8 Fix style in new url page 2016-10-12 23:59:18 +01:00
Rodrigo Fernandes
b81d9eb17e Use minified assets 2016-10-12 23:47:12 +01:00
Rodrigo Fernandes
801879fafd Add Light Review to project using diff2html and use octicons for ? 2016-10-12 23:33:50 +01:00
Rodrigo Fernandes
aab1891829 Improve usability of the options 2016-10-12 23:17:39 +01:00
Rodrigo Fernandes
259d3ef972 Add diff output options 2016-10-12 22:52:59 +01:00
Rodrigo Fernandes
ba13de46a0
Add support for online diff prettifier
* Initial support for GitHub, Bitbucket and GitLab urls
* Also support any Git or unified diffs urls
* Special thanks to @kevinsimper for the idea
2016-10-09 23:01:01 +01:00
Rodrigo Fernandes
744025efe2
Generic website page generation 2016-10-09 16:56:58 +01:00
Rodrigo Fernandes
1e22a3ec8f Release version 2.0.7 2016-10-08 16:55:55 +01:00
Rodrigo Fernandes
7d02e67f3b
Better test order and update deps 2016-10-08 16:31:39 +01:00
Rodrigo Fernandes
a4f7fa9bcd Merge pull request #105 from rtfpessoa/add-another-binary-pattern
Add another way to recognize git binary file names
2016-10-08 16:04:01 +01:00
Rodrigo Fernandes
2a18c91e70
Add another way to recognize binary file names 2016-10-08 15:55:30 +01:00
Rodrigo Fernandes
d3b053cae0
Force inputFormat on ui helper since it is always json 2016-09-18 22:06:29 +01:00
Rodrigo Fernandes
5b5feda59c Release version 2.0.6 2016-09-10 14:58:16 +01:00
Rodrigo Fernandes
7290650a08
Fix line height not matching between right and left side 2016-09-10 14:57:53 +01:00
Rodrigo Fernandes
0b3c3986c5
Fix eslint setup 2016-09-10 14:15:33 +01:00
Rodrigo Fernandes
29a9236a6e Release version 2.0.4 2016-09-10 13:53:51 +01:00
Rodrigo Fernandes
67655d674b
Update dev deps 2016-09-10 13:53:29 +01:00
Rodrigo Fernandes
639a13cf84 Clean website css 2016-09-10 13:32:03 +01:00
Rodrigo Fernandes
1f2ffdbe42 Merge pull request #98 from rtfpessoa/fix-nbsp-properly
Fix convert &nbps; to proper white spaces with white-space wrap
2016-09-10 13:31:35 +01:00
Rodrigo Fernandes
f43e03e785
Fix docs offline and fix css typo 2016-09-10 13:30:51 +01:00
Rodrigo Fernandes
6a47f8f3a5
Fix convert &nbps; to proper white spaces with white-space wrap 2016-09-05 22:34:18 +01:00
Rodrigo Fernandes
5303b2ff24 Release version 2.0.3 2016-09-02 17:52:43 +01:00
Rodrigo Fernandes
8cf734d016 Merge pull request #96 from rtfpessoa/fix-git-rename-with-hunk-header
Fix git diff with renames and hunk headers
2016-09-02 09:51:29 -07:00
Rodrigo Fernandes
ed8d33930d
Fix git diff with renames and hunk headers
When we have the file names we consider that the file is already past
the hunk header (@@) and since the renames were setting the names
before the diff was confused.
To fix this I kind of hacked a solution that only uses the rename
file paths if there is no hunk header comming.
We need to find a better way to decide when to start new hunk, finish
files etc
2016-09-02 17:45:35 +01:00
Rodrigo Fernandes
5ad783ae3d Add TypeScript test, use .eslintignore 2016-08-27 22:28:53 +01:00
Rodrigo Fernandes
3d0927a857 Create CNAME 2016-08-24 12:24:45 +01:00
Rodrigo Fernandes
06d506855e
Improve circle.yml 2016-08-24 12:02:03 +01:00
Rodrigo Fernandes
57a288a564
Migrate website to main branch 2016-08-23 18:33:49 +01:00
Rodrigo Fernandes
4b77d69d5a
Update diff2html website url 2016-08-23 17:33:54 +01:00
Rodrigo Fernandes
11c00bbd46 Release version 2.0.2 2016-08-23 17:25:18 +01:00
Rodrigo Fernandes
7821447330
Improve docs, lock npm versions, and update deps 2016-08-23 17:24:43 +01:00
Rodrigo Fernandes
0da16bbb4f
Update website link 2016-07-23 10:20:29 +01:00
Rodrigo Fernandes
3d7c48f17c Release version 2.0.1 2016-07-12 18:46:45 +01:00
Rodrigo Fernandes
e9e3d928ea
Only log failed hunk header parse if line starts with @@ 2016-07-12 18:44:09 +01:00
Rodrigo Fernandes
4bea8bb758 Release version 2.0.0 2016-07-12 18:28:29 +01:00
Rodrigo Fernandes
80d92ba181
Skip style tests in node 0.12 2016-07-12 18:05:14 +01:00
Rodrigo Fernandes
0f38cdeb79 Release version 2.0.0-rc.9 2016-07-12 16:19:22 +01:00
Rodrigo Fernandes
9bbc87ae89
Fix parsing of binary files 2016-07-12 16:18:42 +01:00
Rodrigo Fernandes
2f53bf777e
Use ESLint instead of JSCS 2016-07-12 13:47:29 +01:00
Rodrigo Fernandes
e0b8b4a53f
Update dependencies and add dependencyci badge 2016-07-12 13:13:44 +01:00
Rodrigo Fernandes
8fe49abaa4 2.0.0-rc.8 2016-06-28 22:19:44 +01:00
Rodrigo Fernandes
8679bc354d Merge pull request #88 from rtfpessoa/fix-parser
Fix parsing in cases where body lines can be confused with header lines
2016-06-28 22:17:30 +01:00
Rodrigo Fernandes
f2858f6c45 Fix parsing in cases where body lines can be confused with header lines 2016-06-28 22:15:03 +01:00
Rodrigo Fernandes
5e0ef645d1 2.0.0-rc.7 2016-06-27 21:21:07 +01:00
Rodrigo Fernandes
f500bb09ea Improve script for Ubuntu 2016-06-27 21:20:51 +01:00
Rodrigo Fernandes
7c79cc32db Fix parsing body lines starting with --- and +++ 2016-06-27 21:13:25 +01:00