Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ua-parser


Collective - Host: opensource - https://opencollective.com/ua-parser - Code: https://github.com/ua-parser

added support to define a custom regexes file

github.com/ua-parser/uap-php - cc4f246736c118459df1b822a96a135ff3a78918 authored almost 12 years ago by Dave Olsen <[email protected]>
changed private members to protected for extendibility

via a PR from pravindahal that I can't seem to merge cleanly

github.com/ua-parser/uap-php - 55c0753822679cc44451add679a162fa04b709df authored almost 12 years ago by Dave Olsen <[email protected]>
I don't even know how that hapened

github.com/ua-parser/uap-core - 1219424e390cf0374c7d413bd6f8081c0fbf1d53 authored almost 12 years ago by Corey Richardson <[email protected]>
Add snowshoe regex

github.com/ua-parser/uap-core - c59f751380a24e3466708747f5af1f3ec527040d authored almost 12 years ago by Corey Richardson <[email protected]>
Add snowshoe to test_user_agent_parser.yaml

github.com/ua-parser/uap-core - dfdf9d568d4d08de69a0c1c72043a207f7903c9f authored almost 12 years ago by Corey Richardson <[email protected]>
Fix README.

github.com/ua-parser/uapbot - c799302bf319ee6616d8aeeb9d100f1be8c269c3 authored almost 12 years ago by Tobie Langel <[email protected]>
Add gitignore.

github.com/ua-parser/uapbot - d2d605124688f816502f4a94e32c6fb17bbfd606 authored almost 12 years ago by Tobie Langel <[email protected]>
Initial commit.

github.com/ua-parser/uapbot - 7cd782714ad3184abd5665037f70fbeb7f6eafba authored almost 12 years ago by Tobie Langel <[email protected]>
Remove patterns_path= module attr in favour of an initializer argument

github.com/ua-parser/uap-ruby - 4e2aa4521c356ecd91402465af028770e1a31c80 authored almost 12 years ago by Tim Lucas <[email protected]>
Fix the OS version pattern replacements (again)

github.com/ua-parser/uap-ruby - 24f3b1048bcaa7af8669f768d2bf8af12367f6e3 authored almost 12 years ago by Tim Lucas <[email protected]>
Fix the OS version pattern replacements

Strangely there seems to be no ua-parser tests which cover this case

github.com/ua-parser/uap-ruby - eac1616197118e8faac6e942499ed072cd5d7105 authored almost 12 years ago by Tim Lucas <[email protected]>
Bump python port to version 0.3.2.

github.com/ua-parser/uap-python - 3a3dd8446dc4ed3221b2dd0ebf806d78fd9657c4 authored almost 12 years ago by Selwin Ong <[email protected]>
Merge pull request #160 from obeattie/master

Fix Python installation on Ubuntu

github.com/ua-parser/uap-core - a3e39e889f383318689da23153eb4669cf6625db authored almost 12 years ago by Lindsey Simon <[email protected]>
Missed a few family => name changes.

github.com/ua-parser/uap-ruby - f073e8b87c040d031aea6e796ed88a14a6376d37 authored almost 12 years ago by John Nunemaker <[email protected]>
Prefer #name over #family in code and readme.

github.com/ua-parser/uap-ruby - 8db6b9d2a68e07beaca93b9192a481d2f270b98b authored almost 12 years ago by John Nunemaker <[email protected]>
Switch to UserAgent#name from #family for consistency.

OperatingSystem and Device both use name, so it seems like UserAgent should as well. Aliased #fa...

github.com/ua-parser/uap-ruby - d4b275cb42b8bb19118621b29f75fbdff4faf967 authored almost 12 years ago by John Nunemaker <[email protected]>
Specs for user agent initialization.

github.com/ua-parser/uap-ruby - 7af5d01937cedf9685b633df53b1802fb2b3f681 authored almost 12 years ago by John Nunemaker <[email protected]>
Add device to user agent inspect if present.

github.com/ua-parser/uap-ruby - ed4c3912ac1cc717d3d0f52277102aba64c8fc14 authored almost 12 years ago by John Nunemaker <[email protected]>
Switch to it returns from it should to be consistent.

github.com/ua-parser/uap-ruby - bd995684db00c2d01cf1bb69fc4177be6c2dbc69 authored almost 12 years ago by John Nunemaker <[email protected]>
Merge pull request #3 from toolmantim/devices

Devices

github.com/ua-parser/uap-ruby - f1e77fc563e312f3d08149047b73dd86145e6aac authored almost 12 years ago by John Nunemaker <[email protected]>
Merge branch 'master' into devices

github.com/ua-parser/uap-ruby - cf7f871fd4f7a5f8b5368b123b0b538c92141737 authored almost 12 years ago by John Nunemaker <[email protected]>
Document why you would use a different parser instance.

github.com/ua-parser/uap-ruby - d6c368c51762adb80cc4a6db5060b0b32803b906 authored almost 12 years ago by John Nunemaker <[email protected]>
Add twitter handles to maintainer list.

github.com/ua-parser/uap-core - b3aee3a4204ed1877e7f673a2ad778819ee2ec78 authored almost 12 years ago by Tobie Langel <[email protected]>
Add irc channel to README.

github.com/ua-parser/uap-core - 5144432f7c4dbcbb4da4831c4fb73f5477c56027 authored almost 12 years ago by Tobie Langel <[email protected]>
Added support for parsing devices.

github.com/ua-parser/uap-ruby - 1818878cae98965b6d0ca28fabef5313941d48a3 authored almost 12 years ago by John Nunemaker <[email protected]>
Parser spec tweak.

github.com/ua-parser/uap-ruby - da4e9a2c7ca2e5b88b03ae2f13722b37a26999ce authored almost 12 years ago by John Nunemaker <[email protected]>
Documented parser instance and customizing path to regexes.

github.com/ua-parser/uap-ruby - 1dab740503c2d53f31cd4bf69fbd0e7a1a8637c5 authored almost 12 years ago by John Nunemaker <[email protected]>
Update readme with new test durations and such.

github.com/ua-parser/uap-ruby - e0afe3ba7284f1ff87d9471977030f0d1288bbfb authored almost 12 years ago by John Nunemaker <[email protected]>
Merge pull request #2 from jnunemaker/old-school

Ruby 1.8.7 Support

github.com/ua-parser/uap-ruby - 2a6c0f806ea325dfe6397451ea8ac1a93b60a68c authored almost 12 years ago by John Nunemaker <[email protected]>
Share parser for parse specs. Speeds up tests enough to be worth the dirtiness I feel inside for doing it.

The main slowness of the test suite was constantly reading the regexes
from disk and parsing the...

github.com/ua-parser/uap-ruby - a65226172b20c40d8ea8bb86fc5950c3d7c052de authored almost 12 years ago by John Nunemaker <[email protected]>
Document that families rake task doesn't actually get all names.

github.com/ua-parser/uap-ruby - a2824a2a6872f793c2596241a4339dfeb27871e9 authored almost 12 years ago by John Nunemaker <[email protected]>
Sexy output with minitest-display.

Also shows slowest tests at the end of the suite.

github.com/ua-parser/uap-ruby - 41e1c8ee771cdad720c32720738d974c340bd80b authored almost 12 years ago by John Nunemaker <[email protected]>
Switch to expanded path for addition to load path.

github.com/ua-parser/uap-ruby - 639eb2b9cad4a46502746cd94dc02a38c7e150b8 authored almost 12 years ago by John Nunemaker <[email protected]>
Added missing parenthesis.

github.com/ua-parser/uap-ruby - 997db1fdfe7ec9d688202249bc8e3875de8a9d2f authored almost 12 years ago by John Nunemaker <[email protected]>
Ensure gem requirement is just greater than or equal to 1.8.7.

github.com/ua-parser/uap-ruby - 97bd7a20610cbddcdd517b6891881ac150d39ac7 authored almost 12 years ago by John Nunemaker <[email protected]>
Only require yaml where necessary.

github.com/ua-parser/uap-ruby - 156df6b302cf52adc7b05bb7506c00423bf973f1 authored almost 12 years ago by John Nunemaker <[email protected]>
Removed json gem. Not being used.

github.com/ua-parser/uap-ruby - d89b0370f5af84c0180169dd2214eda7297aa81b authored almost 12 years ago by John Nunemaker <[email protected]>
More descriptive parser test case names.

github.com/ua-parser/uap-ruby - 9a461fd55c7a2c0a9749c84840d0e5274a7555a2 authored almost 12 years ago by John Nunemaker <[email protected]>
Move parser specific setup methods to parser spec.

github.com/ua-parser/uap-ruby - 333049108c243bc8cb571129d941cfc3f2011e8e authored almost 12 years ago by John Nunemaker <[email protected]>
Remove unused assertion.

github.com/ua-parser/uap-ruby - 26719471bf673060efc5d7768dd5d3f14477a36e authored almost 12 years ago by John Nunemaker <[email protected]>
Rakefile tweak.

github.com/ua-parser/uap-ruby - 53ea9297b6518bd17c5a8d8a57bea3daeb94f051 authored almost 12 years ago by John Nunemaker <[email protected]>
Add missing override attribute.

github.com/ua-parser/uap-d - 696b7b2710d1b1da32b2facd020910e53aaa7e6c authored almost 12 years ago by Tobie Langel <[email protected]>
Added rake task to spit out unique Browser and OS families.

github.com/ua-parser/uap-ruby - 139534606eaf27b32225b004f61d08b6c4f00a49 authored about 12 years ago by John Nunemaker <[email protected]>
Check class equality as well first.

github.com/ua-parser/uap-ruby - c23a7ba5c85e168116b17b2fa26e5b2fe6f26e46 authored about 12 years ago by John Nunemaker <[email protected]>
Swap == and eql?.

github.com/ua-parser/uap-ruby - ba0f1336f994a4b7bad77e4d35cb89e9464914aa authored about 12 years ago by John Nunemaker <[email protected]>
Initialize patterns during parser initialization.

Saves having to check it each time.

github.com/ua-parser/uap-ruby - d6bf7c4b28e669b9a23f37f47e447c39bc864b94 authored about 12 years ago by John Nunemaker <[email protected]>
Space out parser.

github.com/ua-parser/uap-ruby - 957670b66f1e6a57c02ec1145e1078f520c771e9 authored about 12 years ago by John Nunemaker <[email protected]>
Replace single character variable name.

github.com/ua-parser/uap-ruby - a8693960de499d5f8a295fb40213edbc9c7a6643 authored about 12 years ago by John Nunemaker <[email protected]>
Space out the parser specs

github.com/ua-parser/uap-ruby - f21386e8c6662dc20b6f9d6a4d5e1c6a4a0620d2 authored about 12 years ago by John Nunemaker <[email protected]>
Use #each instead of for.

github.com/ua-parser/uap-ruby - 4013ed51d3c6bdb4a2a55ff762db9fe2e090751a authored about 12 years ago by John Nunemaker <[email protected]>
Pass os to no match user agent scenario.

github.com/ua-parser/uap-ruby - eb0bf6eb0e454b627dfa26d3e0ee11748398f96b authored about 12 years ago by John Nunemaker <[email protected]>
Remove references to mobile_user_agent_families

github.com/ua-parser/uap-perl - 480a32f5263ff201e11ffb61fbdb3888e484230d authored about 12 years ago by mamod <[email protected]>
Merge pull request #151 from selwin/master

Updated python port's installation instruction

github.com/ua-parser/uap-core - aaba210cbb842322802c37d816eda46411096f57 authored about 12 years ago by Lindsey Simon <[email protected]>
Updated python port's install instruction to avoid build errors when pyyaml's not already installed.

github.com/ua-parser/uap-core - 4cdb7da43469bcf01cece57221f84a2eba6e6019 authored about 12 years ago by Selwin Ong <[email protected]>
Use parenthesis consistently.

Half had parens and half didn't.

github.com/ua-parser/uap-ruby - 4c25cc8fa80314885ef8b89e9f092e41a3cafac5 authored about 12 years ago by John Nunemaker <[email protected]>
Clean up version a bit.

github.com/ua-parser/uap-ruby - 3b012872f559eddaa3fbf68246098aec62144a8a authored about 12 years ago by John Nunemaker <[email protected]>
Cleaned up user agent in same fashion as operating system.

github.com/ua-parser/uap-ruby - 59e6310889b3ca594ea5b462cc82e41cae245075 authored about 12 years ago by John Nunemaker <[email protected]>
Clean up operating system.

Consistent spacing. Full variable names rather than single letter
variables. Remove writer metho...

github.com/ua-parser/uap-ruby - f315a0c70e812a09cacba99b271fc1e8fc47b869 authored about 12 years ago by John Nunemaker <[email protected]>
Allow initializing parser with patterns path.

No reason to lock all parsers down to a single patterns path file. This defaults to the global f...

github.com/ua-parser/uap-ruby - 90bd1659d15a11cc968d07acbd0ec9764e05c575 authored about 12 years ago by John Nunemaker <[email protected]>
Note that 1.8.7 is now supported.

github.com/ua-parser/uap-ruby - 6223bcb0b979c8d504ca0f0fed0b8e6edb260a12 authored about 12 years ago by John Nunemaker <[email protected]>
Move segments regex to constant.

github.com/ua-parser/uap-ruby - ca06fdf2ec06d088292c6aef00eb0dc339cc346d authored about 12 years ago by John Nunemaker <[email protected]>
Added 1.8.7 and ree to travis.

github.com/ua-parser/uap-ruby - 8ab4528b620e37caccf4f61c83f77a92937a7ed3 authored about 12 years ago by John Nunemaker <[email protected]>
Let versions be strings.

All the coercion makes for quite a bit of pain (across rubies) and I would assume slowness as we...

github.com/ua-parser/uap-ruby - 41bdd91b38714a8fc98deaa4e84978ea8ed90fb2 authored about 12 years ago by John Nunemaker <[email protected]>
Lockfile update for last author release (looks like?).

github.com/ua-parser/uap-ruby - 8b89619277978fe77745e96dcecb829beb0b3eb3 authored about 12 years ago by John Nunemaker <[email protected]>
Updated ua-parser to latest.

github.com/ua-parser/uap-ruby - 75cb42ac13071ce0a94112eccda2a5e9793cd1d0 authored about 12 years ago by John Nunemaker <[email protected]>
updated the version number and documented it

github.com/ua-parser/uap-php - 4e30f0027fbff0a31a860b35fffa59b3925d3216 authored about 12 years ago by Dave Olsen <[email protected]>
updated the wording for the README to reflect the new naming scheme

github.com/ua-parser/uap-php - 6b1e9907cf6785cccf7f7995531ef66a77a5d1d1 authored about 12 years ago by Dave Olsen <[email protected]>
made sure device failures are formatted correctly

github.com/ua-parser/uap-php - 4d5c037e8d575933b595003b397b8c59d371b78b authored about 12 years ago by Dave Olsen <[email protected]>
renamed the uaParse, osParse, and deviceParse functions. fixes #150

github.com/ua-parser/uap-php - 243eb9adadcef096196f552a827e3b867eccd443 authored about 12 years ago by Dave Olsen <[email protected]>
Updating nuget stuff

github.com/ua-parser/uap-csharp - f66bfc03687995c779c1ec39226cfbf38f6e0844 authored about 12 years ago by Søren Enemærke <[email protected]>
Updating nuget stuff

github.com/ua-parser/uap-core - 2d136f6502274387057d40c51b675c714c4d0007 authored about 12 years ago by Søren Enemærke <[email protected]>
Updated projects to latest version of YamlDotNet.RepresentationModel and YamlDotNet.Core

Fixed a broken unit test where the device family wasn't replacing the correct string pattern.

github.com/ua-parser/uap-csharp - b6d2077daf5236362698b6ccb9198a15c40fcd5b authored about 12 years ago by Blake Niemyjski <[email protected]>
Merge pull request #149 from niemyjski/master

Fixed a broken unit test where the device family wasn't replacing the correct string pattern.

github.com/ua-parser/uap-core - a4ae7f0f7aa8dc794bd59d09cf015d4cbbf9db8f authored about 12 years ago by Søren Enemærke <[email protected]>
Reposition Haskell doc in README

github.com/ua-parser/uap-core - 824bbebb833629f1248ef714aa65c408517a40a6 authored about 12 years ago by Ozgun Ataman <[email protected]>
Add Haskell documentation to README

github.com/ua-parser/uap-core - 6bce044c4d2b0c43af4b1e4692b6bcc3b564b247 authored about 12 years ago by Ozgun Ataman <[email protected]>
Start catching up on Haskell documentation

github.com/ua-parser/uap-core - 6329494ea69abccad55ce3b664652b28114389e0 authored about 12 years ago by Ozgun Ataman <[email protected]>
Add Haskell documentation to README

github.com/ua-parser/uap-haskell - c6ef64bb2c7eb3866440f4c14d0ef85fa21ff70f authored about 12 years ago by Ozgun Ataman <[email protected]>
Start catching up on Haskell documentation

github.com/ua-parser/uap-haskell - 68d57ccdfbc1f9ed4abe9fc03ae151916ea9a498 authored about 12 years ago by Ozgun Ataman <[email protected]>
Merge pull request #147 from tobie/kindle

Better support for the Kindle.

github.com/ua-parser/uap-core - 616bf0197ca66cabe0dcf4c43da3d3701db9d4b8 authored about 12 years ago by Tobie Langel <[email protected]>
renamed Silk to Amazon Silk

github.com/ua-parser/uap-core - 6f2de0352c68f64f2d1778b6a0a55364df97bcae authored about 12 years ago by Dave Olsen <[email protected]>
updating the previous kindle test to reflect netfront as the browser

github.com/ua-parser/uap-core - e11fb7627246899da3b989f4bef8b7b912b7abfb authored about 12 years ago by Dave Olsen <[email protected]>
Kindle regexes updated

Moved Kindle UA regex below NetFront to properly classify older UAs.
Made sure Kindle Fire is re...

github.com/ua-parser/uap-core - 0663abcb18f1700024cd508ee5adc54dbe06fb1f authored about 12 years ago by Dave Olsen <[email protected]>
Merge pull request #146 from tobie/test-msg

Better test messages.

github.com/ua-parser/uap-core - 0ba365272a17baefa11c463469e9370ac2756735 authored about 12 years ago by Tobie Langel <[email protected]>
Merge pull request #143 from selwin/master

Bumped up Python port's version number and added installation instructions

github.com/ua-parser/uap-core - 0137317b6849a5be98d732658dbd40c20f19b87a authored about 12 years ago by Lindsey Simon <[email protected]>
Bumped up Python port's version number.

github.com/ua-parser/uap-python - 6bc73bac844abc9b323a635dd65e2984c7de2c62 authored about 12 years ago by Selwin Ong <[email protected]>
Merge branch 'master' of git://github.com/tobie/ua-parser

github.com/ua-parser/uap-core - 0caa5bbf696ea21c2391adfa970b2c1183f5ccc0 authored about 12 years ago by Selwin Ong <[email protected]>
Updated installation instructions for the Python port.

github.com/ua-parser/uap-core - a964f3bab532f39cc88002a8abc4b79fe417ee03 authored about 12 years ago by Selwin Ong <[email protected]>
0.3.1

github.com/ua-parser/uap-core - 26d4816d7b7b706fa9b396ab247030f8c4854324 authored about 12 years ago by Tobie Langel <[email protected]>
Merge pull request #142 from tobie/maintainers

List maintainers

github.com/ua-parser/uap-core - 30799b363044e1fe76c7de61511e58505920f3cb authored about 12 years ago by Tobie Langel <[email protected]>
Make a list.

github.com/ua-parser/uap-core - 45a65a3585308f3d7fe791845d0fa202c5503412 authored about 12 years ago by Tobie Langel <[email protected]>
Fix line breaks.

github.com/ua-parser/uap-core - 1e11d8513a62ff3b601d2316fd41705fa85e207f authored about 12 years ago by Tobie Langel <[email protected]>
Merge pull request #141 from tobie/maintainers

Add maintainers to README.

github.com/ua-parser/uap-core - afd7856ef4aaffd8234ab990e5d3565647900f5c authored about 12 years ago by Tobie Langel <[email protected]>
Add maintainers to README.

github.com/ua-parser/uap-core - eee29d0673b7339f47202e91a80a0fea90fb4f63 authored about 12 years ago by Tobie Langel <[email protected]>
Merge pull request #139 from tobie/npmignore

Update npmignore.

github.com/ua-parser/uap-core - f41fc4bb5e92039a4864452fbd5c825d5db26f16 authored about 12 years ago by Tobie Langel <[email protected]>
Merge pull request #140 from tobie/gitignore

Update gitignore file.

github.com/ua-parser/uap-core - be1c0c4917199c666b82f403868526bf3097fbc7 authored about 12 years ago by Tobie Langel <[email protected]>
Now with newline at EOF.

github.com/ua-parser/uap-core - b043bc23a25b1960c7875c478b8b2477f57580f1 authored about 12 years ago by Tobie Langel <[email protected]>
With newline at EOF.

github.com/ua-parser/uap-core - 07a82b2c520dacb33a7e283c85234aaa8a3cd5ef authored about 12 years ago by Tobie Langel <[email protected]>
Update npmignore.

github.com/ua-parser/uap-core - baf0e53fad09a4dea8e17aaf91ed64f90b1cb301 authored about 12 years ago by Tobie Langel <[email protected]>
Update gitignore file.

github.com/ua-parser/uap-core - 64e65b4ccec8513e98e4ab89870d54c20a95af99 authored about 12 years ago by Tobie Langel <[email protected]>
Merge pull request #136 from tobie/cleanup

Remove mobile_user_agent_families and mobile_os_families from regexes.yaml.

github.com/ua-parser/uap-core - 5524c6e4eced02d08f7191ee40212c1dc92cd3fb authored about 12 years ago by Lindsey Simon <[email protected]>