Ben Ramsey
|
f4a29df2a8
|
Remove failure allowance for tests in HHVM on Travis CI
|
2014-01-17 17:30:07 -06:00 |
|
Ben Ramsey
|
7b8faa3c9a
|
Updating Travis CI to run tests on HHVM
|
2014-01-17 17:24:21 -06:00 |
|
Ben Ramsey
|
3a03915e25
|
Bumping copyright year in preparation for release
|
2014-01-17 17:15:43 -06:00 |
|
Ben Ramsey
|
f71690b630
|
Updating documentation
|
2014-01-17 17:10:17 -06:00 |
|
Ben Ramsey
|
e82d2f23aa
|
Merge branch 'uuid-console-application'
|
2014-01-17 16:55:52 -06:00 |
|
Ben Ramsey
|
ef48173004
|
Full test coverage for the console decode command
|
2014-01-17 16:39:09 -06:00 |
|
Ben Ramsey
|
a7e43e546a
|
Full test coverage for getHex() and getInteger()
|
2014-01-17 16:38:44 -06:00 |
|
Ben Ramsey
|
c11b5020cd
|
Finish support for decode console command
|
2014-01-17 16:38:16 -06:00 |
|
Ben Ramsey
|
2eaf153ce4
|
Add the getHex() method
|
2014-01-17 16:37:51 -06:00 |
|
Ben Ramsey
|
7850144c28
|
Make Moontoast\Math as part of the regular requirements
|
2014-01-16 22:53:55 +00:00 |
|
Ben Ramsey
|
7157cdd584
|
Using netstat for Linux, since ifconfig is not always in the path
|
2014-01-16 22:46:46 +00:00 |
|
Ben Ramsey
|
cf40a3e12b
|
Add initial work on Decode command
|
2014-01-15 18:10:51 -06:00 |
|
Ben Ramsey
|
3ca5ab77bf
|
Move adding of command to the bin script
|
2013-12-28 16:31:52 -06:00 |
|
Ben Ramsey
|
0a892d316a
|
Removed the word "composer"
|
2013-12-28 16:16:10 -06:00 |
|
Ben Ramsey
|
6430a37adc
|
Refactor to move the network configuration capture to a separate method
|
2013-12-27 08:53:45 -06:00 |
|
Ben Ramsey
|
7bebd01e31
|
Add uuid console application and tests for generating UUIDs from CLI
|
2013-12-27 08:42:55 -06:00 |
|
Ben Ramsey
|
4f84d6e573
|
Alphabetize strings in .gitignore
|
2013-12-21 14:20:26 -06:00 |
|
Ben Ramsey
|
da7db45cf3
|
Merge pull request #18 from whatthejeff/patch-1
Fugbix typo.
|
2013-12-02 19:07:18 -08:00 |
|
Jeff Welch
|
fb7a9cb310
|
Fugbix typo.
|
2013-12-02 21:39:32 -05:00 |
|
Ben Ramsey
|
0ffb23309c
|
Output code coverage as text in order to see in Travis-CI builds
|
2013-10-31 15:48:25 -05:00 |
|
Ben Ramsey
|
4b0bd0f6cb
|
Updated CHANGELOG and branch-alias for 2.5.0 release
2.5.0
|
2013-10-30 17:43:52 -05:00 |
|
Ben Ramsey
|
e997496d40
|
Updating to use PHPUnit from Packagist
|
2013-10-30 17:42:13 -05:00 |
|
Ben Ramsey
|
c09fdc1d1b
|
Added project badges.
|
2013-10-22 11:35:36 -05:00 |
|
Ben Ramsey
|
3645455baa
|
Merge pull request #17 from rebuy-de/master
fix unit tests to be compatible with doctrine/dbal >= 2.4.0
|
2013-09-17 15:34:06 -07:00 |
|
Daniel Freudenberger
|
d4d5b45ab8
|
fixes #16
fix unit tests to be compatible with doctrine/dbal >= 2.4.0
|
2013-09-18 00:33:03 +02:00 |
|
Ben Ramsey
|
4d746373fa
|
Full code coverage for generateBytes()
|
2013-09-15 17:17:33 -05:00 |
|
Daniel Freudenberger
|
547ec3bfbd
|
change doctrine/dbal version from '>=2.3' to '2.3.*'
the change is required to make the tests run again. Doctrine has
made some changes which seems to introduce a bc break
|
2013-09-16 00:02:33 +02:00 |
|
Daniel Freudenberger
|
7b7a106449
|
use openssl_random_pseudo_bytes to generate random bytes
|
2013-09-15 19:12:10 +02:00 |
|
Ben Ramsey
|
6812417da1
|
Corrected constructor documentation
|
2013-08-06 18:12:15 -05:00 |
|
Ben Ramsey
|
06349e9b96
|
Correct a docblock, removing a reference to an old method name
|
2013-07-30 16:28:48 -05:00 |
|
Ben Ramsey
|
6d06304f3c
|
Removing the auto-generated docs/ folder from the project
|
2013-07-30 14:59:02 -05:00 |
|
Ben Ramsey
|
02fda8f9c2
|
Updating the README for clarity and with links to API docs
|
2013-07-30 14:53:16 -05:00 |
|
Ben Ramsey
|
721181e327
|
Bumping the version to 2.4.0 and updating the CHANGELOG
2.4.0
|
2013-07-29 19:05:42 -05:00 |
|
Ben Ramsey
|
2bb29fcba5
|
Regenerating the docs
|
2013-07-29 19:03:23 -05:00 |
|
Ben Ramsey
|
588a19b706
|
Better formatting for documentation and improved clarity on getVersion()
|
2013-07-29 18:53:43 -05:00 |
|
Ben Ramsey
|
75031718ab
|
Enhance tests by using an array of known values from the Python UUID tests
|
2013-07-26 17:38:16 -05:00 |
|
Ben Ramsey
|
1f14542622
|
Enhance the massive time test with more usec values and compare times
|
2013-07-26 17:36:41 -05:00 |
|
Ben Ramsey
|
22d0b44844
|
Enhance tests for version-3 and version-5 UUIDs with more known values
|
2013-07-26 17:35:49 -05:00 |
|
Ben Ramsey
|
8da98305c7
|
Add some code comments to explain the time value being used.
|
2013-07-26 17:35:00 -05:00 |
|
Ben Ramsey
|
77c9c154f6
|
Allow a 128-bit integer formatted as a hex string in Uuid::fromString()
|
2013-07-26 17:34:27 -05:00 |
|
Ben Ramsey
|
6530b2610d
|
Return null for the version if variant isn't RFC 4122
|
2013-07-26 17:33:08 -05:00 |
|
Ben Ramsey
|
a0ab45f7dd
|
Updating docblock with explanation of why it's good to sort UUIDs
|
2013-07-26 17:31:50 -05:00 |
|
Ben Ramsey
|
5c011f467e
|
Updating dev-master branch alias
|
2013-07-16 10:19:39 -05:00 |
|
Ben Ramsey
|
d110a15498
|
Correcting wrong version number in the CHANGELOG
Unfortunately, this made it into the 2.3.0 tag with the number 2.2.1
listed in the CHANGELOG.
|
2013-07-16 10:15:28 -05:00 |
|
Ben Ramsey
|
eca9792eb0
|
Updated CHANGELOG and README for release 2.3.0
2.3.0
|
2013-07-16 10:13:38 -05:00 |
|
Ben Ramsey
|
d7b7b327e7
|
Regenerating documentation.
|
2013-07-16 10:07:49 -05:00 |
|
Ben Ramsey
|
1a43ec52f4
|
Merge pull request #14 from asm89/from-bytes
Add `Uuid::fromBytes()` to (re-)create a Uuid from a byte string
|
2013-07-16 08:03:08 -07:00 |
|
Alexander
|
ebe97d4c27
|
Add Uuid::fromBytes() to (re-)create a Uuid from a byte string
|
2013-07-16 13:44:28 +02:00 |
|
Ben Ramsey
|
9b68c50502
|
Bumping master branch alias for Composer
|
2013-07-04 11:15:18 -05:00 |
|
Ben Ramsey
|
0edd54dd46
|
Updated CHANGELOG and README
2.2.0
|
2013-07-04 11:06:55 -05:00 |
|