Arfon Smith
208a3ff480
Merge branch 'master' into 1233-local
...
Conflicts:
lib/linguist/language.rb
2014-11-25 17:04:43 -06:00
Arfon Smith
b6b2cf04a7
Checking other case for Chart.jS
2014-11-21 09:29:28 -06:00
Arfon Smith
38190d92fc
Chart JS is vendored
2014-11-21 08:24:33 -06:00
Arfon Smith
2a5dd5b224
Adding test for codemirror
2014-11-18 19:34:41 -06:00
Brandon Keepers
aa7ab2065b
Add test helper to make test env consistent
2014-11-18 16:46:09 -05:00
Arfon Smith
0443c4db2d
Merge pull request #1674 from github/rework-heuristics
...
Rework heuristics
2014-11-18 10:43:01 -06:00
Arfon Smith
7d850d7c09
Gemfile.lock is nolonger considered generated
2014-11-17 16:31:47 -06:00
Vicent Marti
d12aff9776
Unused test
2014-11-14 17:37:12 +01:00
Vicent Marti
4a10b27611
Remove Pygments
2014-11-14 17:37:12 +01:00
Brandon Keepers
33d75d9623
Tests for BlobHelper#empty?
2014-11-06 15:14:03 -06:00
Brandon Keepers
a0cc2c4c86
remove reference to empty.js
2014-11-06 14:59:34 -06:00
Danijar Hafner
1dbbcb73e7
Add tests for minified JavaScript and CSS
...
Also, exclude -min.css pattern, like already done for JavaScript files
2014-11-03 19:41:31 +01:00
Arfon Smith
9e50e188a8
Merge branch 'master' into 1233-local
...
Conflicts:
lib/linguist/language.rb
lib/linguist/languages.yml
lib/linguist/samples.json
2014-11-01 10:04:22 -05:00
Arfon Smith
5152bd7124
Merge pull request #1547 from bwestlin/master
...
Added files generated by Typesafe Activator to vendor.yml
2014-09-24 17:04:16 -05:00
Keith Rarick
86aa4c3f3d
Add Go dependencies to generated.rb and test_blob.rb
2014-09-22 01:12:46 -07:00
Keith Rarick
19b8721225
Add Go dependencies to vendor.yml and test_blob.rb
2014-09-22 00:58:56 -07:00
Björn Westlin
c7c4883f49
Added files generated by Typesafe Activator to vendor.yml
2014-09-21 22:08:12 +02:00
Arfon Smith
e70cd33323
Moving to fixtures
2014-09-17 08:37:00 -05:00
Arfon Smith
302af86363
Merge branch 'master' into 1233-local
...
Conflicts:
lib/linguist/language.rb
lib/linguist/samples.json
2014-09-16 16:36:10 -05:00
Arfon Smith
e27bf1627d
Merge pull request #1445 from cflee/add-foundation-js
...
Add Foundation js to vendor.yml, and test_blob.rb
2014-08-14 13:16:41 -05:00
Chiang Fong Lee
b8e570bb3d
Add Foundation js to vendor.yml, and test_blob.rb
...
Excludes files like:
- foundation.js
- foundation.min.js
- foundation.abide.js
2014-08-06 20:07:08 +08:00
Steve King, Jr
fc73f51855
Adding Font Awesome to vendored files.
2014-07-28 10:37:18 -07:00
Arfon Smith
9f0f4657a2
Fixing broken test
2014-07-15 16:13:46 -07:00
Arfon Smith
cfeb2a833c
Checking all files for binary?
2014-07-09 12:11:25 -05:00
Arfon Smith
5ca211b9f7
Adding test for Normalize.css
2014-07-07 15:34:10 -05:00
Arfon Smith
94b4ad1de6
Merge pull request #1353 from github/1217-local
...
1217 local
2014-07-04 18:49:34 -05:00
Arfon Smith
3e2f18bf3f
Testing Pods
2014-07-04 18:45:43 -05:00
neersighted
b90d940aef
Add tests for extern(al) being vendored
2014-06-23 14:50:31 -07:00
Arfon Smith
c26382301c
Merge branch 'master' into 1132-local
...
Conflicts:
lib/linguist/samples.json
2014-06-20 10:12:04 +01:00
Gusakov Nikita
1b7f26091c
Added generated rule for Zephir language
2014-06-16 19:20:43 +04:00
James Dennes
625bed8fca
Add failing test for vendored Octicons
2014-06-15 16:19:59 +02:00
Paul Chaignon
2143699aab
Language detection test for non-sample files
2014-06-14 11:53:45 +02:00
Brian Lopez
e17ebec098
Bump charlock to 0.7.3
...
This version includes a fix for the encoding lookup table for some
encoding aliases in the ICU detection API
2014-06-07 15:25:44 -05:00
Brian Lopez
42c68f21d1
test ruby_encoding
2014-06-04 15:59:42 -05:00
Arfon Smith
09c234ec26
Merge pull request #1190 from Madsn/patch-1
...
Add html5shiv to vendor.yml
2014-06-04 10:30:03 -05:00
Andy Lindeman
aa5a94cc3e
Handle case where newline chars don't transcode to detected encoding
...
We've seen cases where binary files are detected as encodings such as
ISO-8859-8-I. This usually happens when the binary files are short, so
while the detector is mistaken, there is also not very much data for use
in the detection algorithm in the first place so it's understandable
that the detector was wrong.
In these cases, the code to convert ASCII newline characters to
encodings such as ISO-8859-8-I fails because there is no conversion
between them.
We now simply assume that the data is all one line in those cases. In
reality the data is binary, but this obviously difficult to detect
reliably.
2014-06-03 12:26:23 -04:00
Andy Lindeman
09a33f8daa
Takes a different approach
2014-05-21 15:11:06 -04:00
Andy Lindeman
85efbde3f7
Counts the number of lines correctly for files with certain multibyte encodings
2014-05-21 13:36:39 -04:00
Mikkel Madsen
91877056fb
Extend vendor test for html5shiv
2014-05-13 09:00:43 +02:00
alflanagan
297ef6195d
Added modernizr.js to vendor files list, added tests
2014-05-08 21:02:00 -04:00
Arfon Smith
f103306e91
Merge branch 'master' into 972
...
Conflicts:
lib/linguist/vendor.yml
2014-05-03 18:38:23 -05:00
Ted Nyman
2e731a1084
Merge pull request #978 from cronycle/master
...
added VCR Cassette to the 'generated' list so they get suppressed
2014-03-13 14:37:25 -07:00
Nayeem Syed
210ca9a86f
added VCR Cassette to the 'generated' list so they get suppressed
2014-03-06 12:00:54 +00:00
Albert Lyu
a2690b7dac
Add D3.js to the vendored list
...
Followed the commit pattern of a3e1420476
2014-02-26 13:07:20 -06:00
Miro Bezjak
92e1b1eb40
Add gradle wrapper files to vendor.yml
2014-02-21 11:27:47 +01:00
Nate Brennand
a3e1420476
add AngularJS to the vendored list
2013-12-24 02:05:10 -08:00
Wade Tandy
582daf273a
Add vendor patterns for bower_components files
...
Adds Bower Component files to the vendored files list. This
uses the `bower_components` directory, which is the standard set by the
Bower package manager.
2013-12-23 21:36:55 -05:00
Arfon Smith
1ab8c8da53
Merge branch 'pr/804' into postscript_support
...
Conflicts:
lib/linguist/generated.rb
2013-12-23 14:25:33 -06:00
Daniel Fahlke
c8eeda6c8a
add generated test and sample for composer.lock
2013-12-08 21:22:50 +01:00
Aaron Puchert
0436973fb7
Add detection for generated PostScript files.
2013-11-24 18:04:20 +01:00