|
@@ -0,0 +1,249 @@
|
|
|
+ChangeLog - GearmanBundle
|
|
|
+=====
|
|
|
+
|
|
|
+This changelog references all issues between all bundle releases.
|
|
|
+
|
|
|
+To get the diff for a specific change, go to https://github.com/mmoreram/GearmanBundle/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/mmoreram/GearmanBundle/compare/v2.3.3...v2.3.2
|
|
|
+
|
|
|
+[v2.3.3](https://github.com/mmoreram/GearmanBundle/releases/tag/v2.3.3) - 2014-01-28
|
|
|
+-----
|
|
|
+
|
|
|
+* [0851c5c](https://github.com/mmoreram/GearmanBundle/commit/0851c5cb976319b361bcd268844780dcb872793a) - Merge pull request #83 from devits/master [Marc Morera]
|
|
|
+* [1cd8c41](https://github.com/mmoreram/GearmanBundle/commit/1cd8c41131e674626a66b795efaeef3c03ea3326) - Update GearmanParser.php [devits]
|
|
|
+* [80e7dc2](https://github.com/mmoreram/GearmanBundle/commit/80e7dc25c39b31db9b81c2d1753c30d3f78f40a2) - Merge pull request #82 from focusshifter/master [Marc Morera]
|
|
|
+* [9cb63fc](https://github.com/mmoreram/GearmanBundle/commit/9cb63fcec9416963375adff9f22117281b250391) - Fixed #81. Removed obsolete ‘Job’ concatenation in callJob [Victor Shcherbakov]
|
|
|
+* [25559e3](https://github.com/mmoreram/GearmanBundle/commit/25559e369d731098585f31144985526b769874a3) - Improved tests using dataProvider [mmoreram]
|
|
|
+* [a7f3765](https://github.com/mmoreram/GearmanBundle/commit/a7f3765cab922ac971029246e4d0b9d91e95de58) - Merge branch 'master' of github.com:mmoreram/gearman-bundle [mmoreram]
|
|
|
+* [0ee9b96](https://github.com/mmoreram/GearmanBundle/commit/0ee9b969a2841619ec2a0864a9a5803e126feb97) - Fixed tests any() to never() [mmoreram]
|
|
|
+* [43d01d8](https://github.com/mmoreram/GearmanBundle/commit/43d01d831f5a5d0b37688ed101d7e9adbaa5564d) - Fixed some documentation style [Marc]
|
|
|
+* [014694f](https://github.com/mmoreram/GearmanBundle/commit/014694f5390d0607ae45bb6c58822609bb07c173) - Fixed documentation indentation [Marc]
|
|
|
+* [13749ff](https://github.com/mmoreram/GearmanBundle/commit/13749ff669a16fa3dce469515ae3cbcc092670e7) - Cleaned gitignore [Marc]
|
|
|
+* [cd4112f](https://github.com/mmoreram/GearmanBundle/commit/cd4112f8cda441767475d96f04570ee8c7db55e3) - Avoided unused use statement [Marc]
|
|
|
+* [ec7875c](https://github.com/mmoreram/GearmanBundle/commit/ec7875c1f03ff339e9bfe5cee80692999982d683) - Avoided unused use statements [Marc]
|
|
|
+* [24dc6ec](https://github.com/mmoreram/GearmanBundle/commit/24dc6ec0026fde1b84e53dc2d63e0d6b0c1aff24) - Removed prototype scope from Finder class [mmoreram]
|
|
|
+* [f6e3de9](https://github.com/mmoreram/GearmanBundle/commit/f6e3de9efa171e9a679e345f234630fac920f7b3) - Updated code blocks in README.md [Marc]
|
|
|
+* [88758b2](https://github.com/mmoreram/GearmanBundle/commit/88758b2a401cda3e2a8c8a0f8173d790695f3857) - Added some GearmanParser tests [Marc]
|
|
|
+* [577e056](https://github.com/mmoreram/GearmanBundle/commit/577e056fa54dcdbefc64cf15358335bef8bd94aa) - Added use statement in Exception [Marc]
|
|
|
+* [d2ed483](https://github.com/mmoreram/GearmanBundle/commit/d2ed48350073ea876c62d769ccdef741e7a3f37f) - #solves 66. Added Exception for jobs with name longer than 114 chars [Marc]
|
|
|
+* [925f234](https://github.com/mmoreram/GearmanBundle/commit/925f23434bd58907bf504cc98a02b6689781a428) - Fixed #76. Created Abstract class and replaced [Marc]
|
|
|
+* [3113a63](https://github.com/mmoreram/GearmanBundle/commit/3113a636c167f1b9ecccdd2a6eb680461d501382) - Removed some unused private fields [Marc]
|
|
|
+* [2f63da6](https://github.com/mmoreram/GearmanBundle/commit/2f63da6d4726ae9199fbfaab742896a62de154b9) - Solved #77 [Marc]
|
|
|
+* [e261a70](https://github.com/mmoreram/GearmanBundle/commit/e261a70925b51bdf74a2ea2a4e69c0142d18ac54) - Added knplabs badge at the bottom of README [Marc]
|
|
|
+* [9be5a87](https://github.com/mmoreram/GearmanBundle/commit/9be5a8708b5ae7459969b8b9eb1e57fa9a7b7b46) - Fixed documentation copy [Marc]
|
|
|
+* [41a18fe](https://github.com/mmoreram/GearmanBundle/commit/41a18fe38f655fb1d5f87a4285aec41298b1c416) - Composer typo fix. [Marc]
|
|
|
+* [e9091fc](https://github.com/mmoreram/GearmanBundle/commit/e9091fc268cc0a955956df637a415d4e1f1096fd) - Replaced Branches to Tags in documentation [Marc]
|
|
|
+* [10f72d1](https://github.com/mmoreram/GearmanBundle/commit/10f72d1c697cba93247f387f78f8b6599f28e9fe) - Updated tag documentation in readme [Marc]
|
|
|
+* [7f6eb7a](https://github.com/mmoreram/GearmanBundle/commit/7f6eb7ac17c8a7d421d8cd54c837cf55cab27550) - Added unstable tag badge [Marc]
|
|
|
+* [e17892f](https://github.com/mmoreram/GearmanBundle/commit/e17892fc1b957b2095fafb6858171dc4e2943f8d) - Added number of downloads counter [Marc]
|
|
|
+* [16275d8](https://github.com/mmoreram/GearmanBundle/commit/16275d85bbec558fbec2d47eb809257b0d87d751) - Solved #70. Added new parameter configuration [Marc]
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+[v2.3.2](https://github.com/mmoreram/GearmanBundle/releases/tag/v2.3.2) - 2013-12-12
|
|
|
+-----
|
|
|
+
|
|
|
+* [7166ff9](https://github.com/mmoreram/GearmanBundle/commit/7166ff9546473beb754dd7dad1ad3de5d3b89881) - Added minimum-stability to composer.json as stable [Marc]
|
|
|
+* [335f341](https://github.com/mmoreram/GearmanBundle/commit/335f34125554ae9674aae1642cabffa4925b5500) - Solved #71 [Marc]
|
|
|
+* [22f538a](https://github.com/mmoreram/GearmanBundle/commit/22f538a78c9813831c51428c761ab8b5420e9170) - Merge pull request #73 from h4cc/patch-1 [Marc]
|
|
|
+* [9e363bc](https://github.com/mmoreram/GearmanBundle/commit/9e363bc3ec78d995443802fa40f6f5a3b13624cc) - Fixed wrong number of iterations. [Julius Beckmann]
|
|
|
+
|
|
|
+[v2.3.1](https://github.com/mmoreram/GearmanBundle/releases/tag/v2.3.1) - 2013-12-11
|
|
|
+-----
|
|
|
+
|
|
|
+* [c8e3292](https://github.com/mmoreram/GearmanBundle/commit/c8e3292968b238b93727c71658ea08215c8945cc) - Updating Generator namespace in parameters [Marc]
|
|
|
+* [db24a68](https://github.com/mmoreram/GearmanBundle/commit/db24a68c2033350a8e625251486aee0e1ea5a1dd) - Update use statement [Marc]
|
|
|
+* [5b09656](https://github.com/mmoreram/GearmanBundle/commit/5b096560d0a6eca08d77863548ae32111a6c92c8) - Solves #63 and #64. [mmoreram]
|
|
|
+* [178d78d](https://github.com/mmoreram/GearmanBundle/commit/178d78d769136512229db525405455ed801afc80) - Resolves #65. Subscribed to caching tags [mmoreram]
|
|
|
+* [8b4e059](https://github.com/mmoreram/GearmanBundle/commit/8b4e059205cda8f6c30662b0235d6193d2560825) - Place file name logic in Finder [Marc]
|
|
|
+* [931f098](https://github.com/mmoreram/GearmanBundle/commit/931f098d0e798b3c16cc4b9920cd0139c99888f7) - Solves #60. Server array overwrites in specific environment config file [mmoreram]
|
|
|
+* [b36328a](https://github.com/mmoreram/GearmanBundle/commit/b36328a8b05653d92597759f436192011f0dd3d5) - Solves #62. Updated to EventDispatcherInterface [mmoreram]
|
|
|
+* [dafd917](https://github.com/mmoreram/GearmanBundle/commit/dafd917e809c7b4090d29f95ab8862f8bf1b198f) - Solves #61. Only parses if there is any bundle to parse [mmoreram]
|
|
|
+* [ec55d9c](https://github.com/mmoreram/GearmanBundle/commit/ec55d9cbdf66e01b65d567b0033be1391b62871a) - Fixed some CS and Unique-generation-value name [Marc]
|
|
|
+* [9ec7e59](https://github.com/mmoreram/GearmanBundle/commit/9ec7e592dfa0a17fe792db3b405f0c5e49f7d67f) - Resolving issue #59) - GearmanClientCallbackExceptionEvent extends Event [Marc]
|
|
|
+* [f17377d](https://github.com/mmoreram/GearmanBundle/commit/f17377d0eeacaa4a84b33901d694696d20f805c8) - Added generate-unique-key documentation [Marc]
|
|
|
+* [5c680b9](https://github.com/mmoreram/GearmanBundle/commit/5c680b987e4d3d24a24563d37c73dadd7a79822a) - Merge pull request #58 from beliveyourdream/auto-unique-value-generation [Marc]
|
|
|
+* [f5aaaaa](https://github.com/mmoreram/GearmanBundle/commit/f5aaaaa06e78199a7a5eaa84323c9ac09f858c2a) - fix [Alexandru Miron]
|
|
|
+* [f7b9184](https://github.com/mmoreram/GearmanBundle/commit/f7b91840787c1d17e7824c62a2beefd7adbe7d90) - auto-unique-value-generation [Alexandru Miron]
|
|
|
+* [1808289](https://github.com/mmoreram/GearmanBundle/commit/1808289ac4d84a3fbd43c293b91a7eeebbbc4cfc) - Moved phpunit dependency in dev environment [Marc]
|
|
|
+* [5ed316e](https://github.com/mmoreram/GearmanBundle/commit/5ed316ee30274e7c2090f563877469dd45ee022a) - Set SensioLabs insight badge [Marc]
|
|
|
+* [006ad1b](https://github.com/mmoreram/GearmanBundle/commit/006ad1b5e1ac1014c22d98462e5d450386c25f0f) - added PHPunit dependency in composer and fixed style [Marc]
|
|
|
+* [3a5fe3a](https://github.com/mmoreram/GearmanBundle/commit/3a5fe3a493cb33bf6d9e2e64add6f6b5bb67a3f4) - Merge pull request #57 from daum/master [Marc]
|
|
|
+* [2493ddd](https://github.com/mmoreram/GearmanBundle/commit/2493dddcb65beb98fbdcd49a9c7e614e766578aa) - Updated output to use jobPrefix as well as the describe command to show the job prefix. [Matt Daum]
|
|
|
+* [dfbde0e](https://github.com/mmoreram/GearmanBundle/commit/dfbde0e4dadde96df05234d76e43c29b321481c7) - Updated Readme with new config parameters. Related to #56 and #54 [Marc]
|
|
|
+* [fc910bb](https://github.com/mmoreram/GearmanBundle/commit/fc910bb12ed4066fac373c3a2d1c437cbdb01e61) - Updated code style, using phpcs as defined in documentation [Marc]
|
|
|
+* [b27117a](https://github.com/mmoreram/GearmanBundle/commit/b27117a1b157569e0112a2d0cde14af10729c622) - Merge pull request #56 from daum/master [Marc]
|
|
|
+* [ab1f90a](https://github.com/mmoreram/GearmanBundle/commit/ab1f90a3c99dbd1983bdf5d23f4397ee666ec3f3) - Fixed the tests that were failing due to new prefix and added test for prefix. Also fixed typo on other test name [Matt Daum]
|
|
|
+* [5c7b117](https://github.com/mmoreram/GearmanBundle/commit/5c7b117ee4fb50e06ba665ecd31faa242a06c286) - Updated the bundle to support prefixes for jobs/tasks. This adds support for using a single gearmand server but have different environments for dev and prod. [Matt Daum]
|
|
|
+* [5467020](https://github.com/mmoreram/GearmanBundle/commit/54670207aeff1b0a1c14378d93116858fd13c2c4) - Merge pull request #54 from beliveyourdream/optional-callbacks [Marc]
|
|
|
+* [0b2b5f2](https://github.com/mmoreram/GearmanBundle/commit/0b2b5f21fafe83f8e508937e07dba19239e51c8e) - optional-callbacks [Alexandru Miron]
|
|
|
+* [9885a54](https://github.com/mmoreram/GearmanBundle/commit/9885a5421b81211d0d2af587a08662dd15fc58eb) - Update GearmanClient.php [Marc]
|
|
|
+* [36e6933](https://github.com/mmoreram/GearmanBundle/commit/36e6933e6e269b88e04399af501a5b603b9f75b9) - Updated #50 changes. [mmoreram]
|
|
|
+* [c391b5d](https://github.com/mmoreram/GearmanBundle/commit/c391b5d21ce105f5cc06819a5fe043cc97b63e2e) - Merge pull request #50 from DZunke/master [Marc]
|
|
|
+* [be4773c](https://github.com/mmoreram/GearmanBundle/commit/be4773cb5adc7fb4b80fc3337afd57f8d95f1688) - Adding Method to Request Job Status [Denis Zunke]
|
|
|
+* [f87e20b](https://github.com/mmoreram/GearmanBundle/commit/f87e20bc375846387477b58363883c4d14de4aaa) - Fixing some coding style and comments [Marc]
|
|
|
+* [87df673](https://github.com/mmoreram/GearmanBundle/commit/87df6737a35e9341be1fa44c6dac7a61f362b4ca) - Merge pull request #49 from jimmy1993k/master [Marc]
|
|
|
+* [4ff2ecc](https://github.com/mmoreram/GearmanBundle/commit/4ff2ecc6d3bc7275c90fb77f2b10c3f19a47d0db) - If format changed [jimmy1993k]
|
|
|
+* [1077751](https://github.com/mmoreram/GearmanBundle/commit/1077751b7629fca28ae8dd900c7f0b905f167815) - File is checked to be parsed [jimmy1993k]
|
|
|
+* [bcc3fb3](https://github.com/mmoreram/GearmanBundle/commit/bcc3fb33d7e0bf15e663c0da81d707810b839f4f) - added check for php file [jimmy1993k]
|
|
|
+* [816d738](https://github.com/mmoreram/GearmanBundle/commit/816d738d7ce56b89068f128bf26d88d316bca316) - Removed gearman dependency in composer [Marc]
|
|
|
+* [102b9ed](https://github.com/mmoreram/GearmanBundle/commit/102b9edd7ac6b99cac19ebcac094418d06485526) - Removed unused use [Marc]
|
|
|
+* [c76f2af](https://github.com/mmoreram/GearmanBundle/commit/c76f2af248c5b6dbdc570e685a2998cf932670cb) - Removed unused uses [Marc]
|
|
|
+* [39e7680](https://github.com/mmoreram/GearmanBundle/commit/39e7680b252500828ebf46dd51342433987e1137) - Some fixes for sensiolabs insight [Marc]
|
|
|
+* [5f04798](https://github.com/mmoreram/GearmanBundle/commit/5f04798c8ebd144eac2014b4f31170388c2153ac) - Removed use of __DIR__ and using kernel instead [Marc]
|
|
|
+* [714dc97](https://github.com/mmoreram/GearmanBundle/commit/714dc976ab4a4672ffd92c0992093fc33530a61b) - Update GearmanCacheWrapper.php [Marc]
|
|
|
+* [15974ae](https://github.com/mmoreram/GearmanBundle/commit/15974aeec604390992c7fb103d9aa2b154747221) - Update README.md [Marc]
|
|
|
+* [a6ab62d](https://github.com/mmoreram/GearmanBundle/commit/a6ab62d8fc00103d9ce2b95600849d99b97af8ef) - Merge branch '2.3' [Marc]
|
|
|
+* [c6137e7](https://github.com/mmoreram/GearmanBundle/commit/c6137e7361d4ce9622d6cb1c15a60e287278fa59) - Merge branch '2.2' [Marc]
|
|
|
+* [14bebd5](https://github.com/mmoreram/GearmanBundle/commit/14bebd5e80be07e34eafd0fd90496c523394f7fe) - Merge branch 'master' into 2.3 [Marc]
|
|
|
+* [83c6358](https://github.com/mmoreram/GearmanBundle/commit/83c6358f13c2ff8c913f51ef562e5ee0079790ae) - Merge branch 'master' into 2.2 [Marc]
|
|
|
+* [d7bef2b](https://github.com/mmoreram/GearmanBundle/commit/d7bef2b437cf57e886fdee9b87eed32ac3e7b83c) - Merge branch 'master' into 2.1 [Marc]
|
|
|
+* [9dbf7b7](https://github.com/mmoreram/GearmanBundle/commit/9dbf7b714d7de7a4bcb19877d6f692fca92e2363) - Fixed some CS and removed some unused variables [Marc]
|
|
|
+* [ac324cd](https://github.com/mmoreram/GearmanBundle/commit/ac324cd3a60fc6882bd55ff51dd1f7cbe8f80898) - Merge branch 'master' into 2.3 [Marc]
|
|
|
+* [e78c6af](https://github.com/mmoreram/GearmanBundle/commit/e78c6af5a62de31992c0cfa3ba010d27048c25ab) - Merge branch 'master' into 2.2 [Marc]
|
|
|
+* [46304b4](https://github.com/mmoreram/GearmanBundle/commit/46304b4cfdfac3c3bb3b3be3f88701503012ae37) - Merge branch 'master' into 2.1 [Marc]
|
|
|
+* [a94d213](https://github.com/mmoreram/GearmanBundle/commit/a94d2132fd7ca78c655508a2959bbfd6ec3ffd20) - removed persona file [Marc]
|
|
|
+* [43722df](https://github.com/mmoreram/GearmanBundle/commit/43722df39e4268ae2bc0c0c9ec3d66b19f57a886) - Merge pull request #46 from nkornev/patch-1 [Marc]
|
|
|
+* [49da8cd](https://github.com/mmoreram/GearmanBundle/commit/49da8cdb2a9dfb6d585a338032beab1845217dbc) - Update GearmanClient.php [nkornev]
|
|
|
+* [578bf60](https://github.com/mmoreram/GearmanBundle/commit/578bf603b6baee6a925d5e026efd8e8ffa6c3e21) - Fixed method default params value as empty string. Fixes #45 [Marc]
|
|
|
+* [f330be3](https://github.com/mmoreram/GearmanBundle/commit/f330be344f378cad17e24955224df2a847c55375) - Updated badges [Marc]
|
|
|
+* [90a2962](https://github.com/mmoreram/GearmanBundle/commit/90a29626ef6d4c1d0e5fce7b187fe3f8c47c1557) - Deleted non-finished test file [Marc]
|
|
|
+* [fcebf80](https://github.com/mmoreram/GearmanBundle/commit/fcebf80b711dfc5bc5e76134b79e08eb7a698c75) - updated readme [Marc]
|
|
|
+* [5f7d730](https://github.com/mmoreram/GearmanBundle/commit/5f7d730b4c49233b4433b41fe5b74be3a693aa34) - Adde still maintained badge [Marc]
|
|
|
+* [10d3127](https://github.com/mmoreram/GearmanBundle/commit/10d3127587786d7b3031aaa9fe60a5afff14bfb5) - Merge branch 'master' into 2.3 [Marc]
|
|
|
+* [1c8f934](https://github.com/mmoreram/GearmanBundle/commit/1c8f9347e5fdd6ba5ddfab64b40013a353bdf434) - Merge branch 'master' into 2.2 [Marc]
|
|
|
+* [34e231e](https://github.com/mmoreram/GearmanBundle/commit/34e231e59e5a253d7b0b26be8b98211b799e087a) - Merge branch 'master' into 2.1 [Marc]
|
|
|
+* [cdb9eff](https://github.com/mmoreram/GearmanBundle/commit/cdb9eff6acb310dff830f2ebf740c28e3c9362e7) - Update README.md [Marc]
|
|
|
+* [a209d94](https://github.com/mmoreram/GearmanBundle/commit/a209d94a006560752175ae4d9a973d3304bbee4b) - Merge branch 'master' into 2.3 [Marc]
|
|
|
+* [a74719f](https://github.com/mmoreram/GearmanBundle/commit/a74719f43ad0eea145ae59b71ce37e3599a10e56) - Merge branch 'master' into 2.2 [Marc]
|
|
|
+* [73ba175](https://github.com/mmoreram/GearmanBundle/commit/73ba17501e890781aef1dd895fa88c24c30c4b73) - Merge branch 'master' into 2.1 [Marc]
|
|
|
+* [fd25f8a](https://github.com/mmoreram/GearmanBundle/commit/fd25f8aa2fe878a367ca51fa46e6b5f917c129e4) - Update README.md [Marc]
|
|
|
+* [a0c4b3c](https://github.com/mmoreram/GearmanBundle/commit/a0c4b3cb81e88fdf00c5d54cfff0ecdc2a031879) - Merge branch 'master' into 2.3 [Marc]
|
|
|
+* [9b5a34a](https://github.com/mmoreram/GearmanBundle/commit/9b5a34a261fadb9b6341c17781600e53cd83eb9e) - Merge branch 'master' into 2.2 [Marc]
|
|
|
+* [fbfc9cf](https://github.com/mmoreram/GearmanBundle/commit/fbfc9cf8272ae0bf95ed6d828f72b35bebad0865) - Merge branch 'master' into 2.1 [Marc]
|
|
|
+* [f845933](https://github.com/mmoreram/GearmanBundle/commit/f84593329b91cfc504249b62ed36bf9283ae0df8) - Composer versions up to date [Marc]
|
|
|
+* [cf3e0e8](https://github.com/mmoreram/GearmanBundle/commit/cf3e0e828b499633a2ad6c02b57482a1caffecfa) - Merge branch 'master' into 2.1 [Marc]
|
|
|
+* [0ac4390](https://github.com/mmoreram/GearmanBundle/commit/0ac43900be87947c5597cefdcc3f16e530861948) - Merge branch 'master' into 2.3 [Marc]
|
|
|
+* [4c79a05](https://github.com/mmoreram/GearmanBundle/commit/4c79a05a36a04d3033c0c60e740d02f2879ab8ec) - Tested WorkerModule and Edited some code [Marc]
|
|
|
+* [0d8679b](https://github.com/mmoreram/GearmanBundle/commit/0d8679bacf39370fe153546e8a6ba7d9ff54316b) - Tested WorkerModule and Edited some code [Marc]
|
|
|
+* [e6d20eb](https://github.com/mmoreram/GearmanBundle/commit/e6d20eb15d81900ab08defebaf627b63dab3d484) - Merge branch 'master' into 2.3 [Marc]
|
|
|
+* [d31edbc](https://github.com/mmoreram/GearmanBundle/commit/d31edbc94e20bc8244da44196572dc6e02d3a414) - Merge branch 'master' into 2.2 [Marc]
|
|
|
+* [64b0751](https://github.com/mmoreram/GearmanBundle/commit/64b0751182261cc534958515d42ae0d3b0a9eb66) - Merge branch 'master' into 2.1 [Marc]
|
|
|
+* [514e13d](https://github.com/mmoreram/GearmanBundle/commit/514e13dab22f3e09a914ee472bd453155e086947) - Update README.md [Marc]
|
|
|
+* [810e8ef](https://github.com/mmoreram/GearmanBundle/commit/810e8ef896242415f0d258655eae5fbadc1a0275) - Update README.md [Marc]
|
|
|
+* [71e478a](https://github.com/mmoreram/GearmanBundle/commit/71e478a2ff4de68d14cd1000b9424fd82b3f649e) - Merge branch 'master' into 2.3 [Marc]
|
|
|
+* [43eabb3](https://github.com/mmoreram/GearmanBundle/commit/43eabb386141e77e6b5ae6dc83bc02f6150a1835) - Merge branch 'master' into 2.2 [Marc]
|
|
|
+* [b1fc243](https://github.com/mmoreram/GearmanBundle/commit/b1fc243c55096bbe5c9c16ea904fe3fec2d54150) - Merge branch 'master' into 2.1 [Marc]
|
|
|
+* [216eb24](https://github.com/mmoreram/GearmanBundle/commit/216eb24cead92efef7671c6e5473814b2b935ea9) - If Iterations value is 0, worker will not kill itself never [Marc]
|
|
|
+* [cd7bdff](https://github.com/mmoreram/GearmanBundle/commit/cd7bdffaed956413ddf3086c24425cc4f7c2485b) - Fixed minimum doctrine common version to 2.2.0-dev [Marc]
|
|
|
+* [e76980a](https://github.com/mmoreram/GearmanBundle/commit/e76980acde8a0733c462c7c1321cde6619e54f65) - Fixed minimum doctrine common version to 2.2.0-dev [Marc]
|
|
|
+* [0f921bf](https://github.com/mmoreram/GearmanBundle/commit/0f921bf5ba3a462cd563ac67a6a25b5de5d602a6) - Fixed minimum doctrine common version to 2.2.0-dev [Marc]
|
|
|
+* [e703d2d](https://github.com/mmoreram/GearmanBundle/commit/e703d2da6340453b187aad319a25fabf13940b31) - Fixed minimum doctrine common version to 2.2.0-dev [Marc]
|
|
|
+* [5884f14](https://github.com/mmoreram/GearmanBundle/commit/5884f144fdbbe5374c0aaf9f56cfa1881638eba8) - Update README.md [Marc]
|
|
|
+* [2e0eecd](https://github.com/mmoreram/GearmanBundle/commit/2e0eecd30553320ccf555bbe14c7f0cb58bcc687) - Update README.md [Marc]
|
|
|
+* [b372acc](https://github.com/mmoreram/GearmanBundle/commit/b372accfdef1ed4515cc3e2bc7b6a4a9ea00841f) - Updated warning message [Marc]
|
|
|
+* [b4e4728](https://github.com/mmoreram/GearmanBundle/commit/b4e4728deca1f5d7429a40e0203bb863d0f63180) - Updated scrutinizer badge url [Marc]
|
|
|
+* [5e2916b](https://github.com/mmoreram/GearmanBundle/commit/5e2916b5491ca61ea9906a19cbd0e6729d7b450b) - Added compatibility with >=2.1 until branches are not configured properly [Marc]
|
|
|
+* [02d667b](https://github.com/mmoreram/GearmanBundle/commit/02d667bee8706df27afd9337301a0ea2b6c31c2e) - Added test coverage to JobClass [Marc]
|
|
|
+* [7e4ccef](https://github.com/mmoreram/GearmanBundle/commit/7e4ccef00cc037a8400930d0e905f80f001f205a) - Changed default method value to doNormal [Marc]
|
|
|
+* [fcd49ef](https://github.com/mmoreram/GearmanBundle/commit/fcd49ef00c701446182c0325be056fb865a90bff) - Update README.md [Marc]
|
|
|
+* [706321a](https://github.com/mmoreram/GearmanBundle/commit/706321ab4d30773ea728565aeb4cfa8c2188f7b4) - Updated get to fetch [Marc]
|
|
|
+* [ea0c962](https://github.com/mmoreram/GearmanBundle/commit/ea0c96277fee0fd362ee489fa1a148e0c7a278ce) - Update README.md [Marc]
|
|
|
+* [4fcd8f1](https://github.com/mmoreram/GearmanBundle/commit/4fcd8f1c9a9ede2d412e02471ad9faa8c31dce0e) - Update README.md [Marc]
|
|
|
+* [1ee998f](https://github.com/mmoreram/GearmanBundle/commit/1ee998fa7204bd651b358125f18f56eb796139ed) - Fixed travis badge [Marc]
|
|
|
+* [207f6da](https://github.com/mmoreram/GearmanBundle/commit/207f6dae6de7209aa9a741eef9b2efc09391c006) - Travis badge and fixed travis file [Marc]
|
|
|
+* [62c7890](https://github.com/mmoreram/GearmanBundle/commit/62c7890ce693db33bf5a9f22150cc71a9c74f965) - Added custom kernel events [Marc]
|
|
|
+* [fe67513](https://github.com/mmoreram/GearmanBundle/commit/fe67513b62b58ac2f8176907f615ac73cf0a9744) - Set table of contents [Marc]
|
|
|
+* [c6b955c](https://github.com/mmoreram/GearmanBundle/commit/c6b955c448d210af980aa5df9b9e796f958e6711) - Fixed some typo error on cache commands [Marc]
|
|
|
+* [73c43b5](https://github.com/mmoreram/GearmanBundle/commit/73c43b5920d2f4e98a10733bc26f9b2170ba09bf) - Improved use of servers in gearman client. [Marc]
|
|
|
+* [8635f0c](https://github.com/mmoreram/GearmanBundle/commit/8635f0cc15a95cb571bdd6ef5aaadcc58734c43f) - Added real image path into readme [Marc]
|
|
|
+* [e04d1da](https://github.com/mmoreram/GearmanBundle/commit/e04d1dac5ada1eb96c0acc917f96d6d0bd6622dd) - Uploaded gearman bundle logo [Marc]
|
|
|
+* [580b399](https://github.com/mmoreram/GearmanBundle/commit/580b399fb849e646d7fb2751937046fa1a706ac9) - Some fixed code for new refactoring version [Marc]
|
|
|
+* [39b0a06](https://github.com/mmoreram/GearmanBundle/commit/39b0a066f14df25896ef397297815b13069a2f7d) - Some fixes for reducing NPath complexity [Marc]
|
|
|
+* [c122d6d](https://github.com/mmoreram/GearmanBundle/commit/c122d6dceb3d396be593c149cda21caa68968837) - Some fixes for reducing NPath complexity [Marc]
|
|
|
+* [5f6386f](https://github.com/mmoreram/GearmanBundle/commit/5f6386fe804cb3f62bf0efc824b1fe5042b0462c) - Some fixes for reducing NPath complexity [Marc]
|
|
|
+* [d6b5a7f](https://github.com/mmoreram/GearmanBundle/commit/d6b5a7fac68d945ba4ba0f8ab5b66c052b1b21f7) - Updated README.md documentation Fixed some issues in some classes Fixed CS [Marc]
|
|
|
+* [3cebf81](https://github.com/mmoreram/GearmanBundle/commit/3cebf81460757fb19bb67595ed2138e747730ea2) - Removed example workers folder [Marc]
|
|
|
+* [f2c5cb0](https://github.com/mmoreram/GearmanBundle/commit/f2c5cb0e596729c23509fd952034964e22087f4d) - Fixing composer [Marc]
|
|
|
+* [be531ac](https://github.com/mmoreram/GearmanBundle/commit/be531ac17097c9aedcf490711871a26bbc84e918) - Some changes for refactoring [Marc]
|
|
|
+* [9c59b84](https://github.com/mmoreram/GearmanBundle/commit/9c59b848c9c70b1fbb3ea9b6f61627efe605635c) - Fixing some files for refactoring [Marc]
|
|
|
+* [f7bb5ba](https://github.com/mmoreram/GearmanBundle/commit/f7bb5baec77530ca3a8eb4b7885692506d28134d) - Removed usued file [Marc]
|
|
|
+* [c36f0a2](https://github.com/mmoreram/GearmanBundle/commit/c36f0a2367f8438ae9e713f0a98bf0efa43307f7) - Some config editions [Marc]
|
|
|
+* [09e92aa](https://github.com/mmoreram/GearmanBundle/commit/09e92aa6fb251529f8ade6b705c61d607f3dc57d) - Adding more changes to refactoring [Marc]
|
|
|
+* [42e8e82](https://github.com/mmoreram/GearmanBundle/commit/42e8e822d27a5819da609d3f61d08dd3f684a366) - Edited README.md [Marc]
|
|
|
+* [d81eae2](https://github.com/mmoreram/GearmanBundle/commit/d81eae2dd203fc1bc414467f5e98903a450fbc84) - Some more refactoring work [mmoreramerino]
|
|
|
+* [86fc8a1](https://github.com/mmoreram/GearmanBundle/commit/86fc8a14b9e556e4e5f1b4848906494751341a73) - Update composer.json [Marc]
|
|
|
+* [93fe760](https://github.com/mmoreram/GearmanBundle/commit/93fe760d9c735e81407f9718356b60af201e1af7) - Fixed composer [Marc]
|
|
|
+* [9a5f417](https://github.com/mmoreram/GearmanBundle/commit/9a5f417bdf3e3c404a992c02d8df3a60c34bfe51) - Fixed composer [Marc]
|
|
|
+* [c20da7b](https://github.com/mmoreram/GearmanBundle/commit/c20da7bfca26b82e8cedbcdddfd1be3a732cbc45) - Uploading first refactoring version [Marc]
|
|
|
+* [07f81cc](https://github.com/mmoreram/GearmanBundle/commit/07f81cc9e7da036c1b25e5d33a81fa7a8fdaa33c) - Update README.md [Marc]
|
|
|
+* [e0fa6c0](https://github.com/mmoreram/GearmanBundle/commit/e0fa6c06bc5c7a5aaddaf33d5b0595ce280f7538) - Merge pull request #25 from mathielen/patch-1 [Marc]
|
|
|
+* [c1ef5f3](https://github.com/mmoreram/GearmanBundle/commit/c1ef5f320b8f1783f185772efaf5e5a282679a96) - Update lib/Mmoreramerino/GearmanBundle/Service/GearmanClient.php [mathielen]
|
|
|
+* [1f63109](https://github.com/mmoreram/GearmanBundle/commit/1f631094ef46c4066a34e0757bc58d2391581000) - Merge pull request #19 from Itart/development [Marc]
|
|
|
+* [14ca727](https://github.com/mmoreram/GearmanBundle/commit/14ca727a75fd87900e27f305c9922c89fa2cd84f) - Fixed typo in variable name [Pavel Gopanenko]
|
|
|
+* [04cfcf7](https://github.com/mmoreram/GearmanBundle/commit/04cfcf734fdd6d30b97bdfb20dc290fba1efa496) - Fixed project description [Marc]
|
|
|
+* [d9b6a1a](https://github.com/mmoreram/GearmanBundle/commit/d9b6a1a10929242fd147b1376b941fb1012c1a14) - [GearmanBundle] Fixed composer.json [Marc]
|
|
|
+* [6e39557](https://github.com/mmoreram/GearmanBundle/commit/6e3955730da0742b21a4cff3fa40e66d3a3893b4) - Changed bundle name on composer. All in lowercase [Marc]
|
|
|
+* [33f3b9d](https://github.com/mmoreram/GearmanBundle/commit/33f3b9d154b102c8f7fb71c86eae4681a06304f9) - Merge pull request #15 from dzuelke/configpath [Marc]
|
|
|
+* [b42d383](https://github.com/mmoreram/GearmanBundle/commit/b42d383976de68d1ca9ed273d1af631f7b818c80) - Cleanup handling/naming of parameter "config.path" [David Zuelke]
|
|
|
+* [0c0dbb1](https://github.com/mmoreram/GearmanBundle/commit/0c0dbb104a79fc7ca009aba0d30dea4e5cd6a495) - Merge pull request #14 from carlo1138/hotfix/kernel-cachedir [Marc]
|
|
|
+* [f04e0c8](https://github.com/mmoreram/GearmanBundle/commit/f04e0c836dae6c004a5c298292a72a8dfb8e0956) - Using Kernel getCacheDir method [Carlo]
|
|
|
+* [eb9ce31](https://github.com/mmoreram/GearmanBundle/commit/eb9ce3115727212a21022a513b1636d734b9dc52) - Merge pull request #12 from thorsten/development [Marc]
|
|
|
+* [929fa68](https://github.com/mmoreram/GearmanBundle/commit/929fa6825042009595bd80cab12934b8e51db7d5) - Added possibility to automatically set container on workers implementing ContainerAwareInterface [Thorsten Rinne]
|
|
|
+* [3519bcf](https://github.com/mmoreram/GearmanBundle/commit/3519bcfddc1e2a2c4081d6641de52c1424bb8bf4) - [GearmanBundle] Travis only fired when development branch [Marc]
|
|
|
+* [a5f539e](https://github.com/mmoreram/GearmanBundle/commit/a5f539e5e5fe61c9059d0593c9c09b4bf57ab8e1) - [GearmanBundle] Updated composer and some options for new version [Marc]
|
|
|
+* [5ac4e46](https://github.com/mmoreram/GearmanBundle/commit/5ac4e4649e2547c629ee04439958b90ab5ca9eb9) - [GearmanBundle] Fixed some broken code in git movements [Marc]
|
|
|
+* [038fc37](https://github.com/mmoreram/GearmanBundle/commit/038fc37fbf0bc45e096a1c59c0b2e4a08339bc03) - [GearmanBundle] Cleaning some testing code [Marc]
|
|
|
+* [f33d89e](https://github.com/mmoreram/GearmanBundle/commit/f33d89e8d4952e5637662b056c73d3e34602a0eb) - [GearmanBundle] Some fixes to make it work [mmoreramerino]
|
|
|
+* [edccf77](https://github.com/mmoreram/GearmanBundle/commit/edccf77a3dbf04fad56d687153d2d5b7da403545) - [GearmanBundle]. Refactoring project in a most distributed structure [mmoreramerino]
|
|
|
+* [e9f5ac0](https://github.com/mmoreram/GearmanBundle/commit/e9f5ac014d186e7ef293e672fbaa13334c29503c) - Merge pull request #9 from sdepablos/development [Marc]
|
|
|
+* [f99587c](https://github.com/mmoreram/GearmanBundle/commit/f99587cab0944a8d15b352534ce0439ca6b5b0f3) - Deleted log file inside the reporting directory, and adding a .gitinore for the directory content [Sergi de Pablos]
|
|
|
+* [67ec1be](https://github.com/mmoreram/GearmanBundle/commit/67ec1bea1e7068825b97c72c845b90212f2c12f3) - Travis config file to set Continuous integration tests [Marc]
|
|
|
+* [32eb208](https://github.com/mmoreram/GearmanBundle/commit/32eb208ef97a107f389dd9f25a9db02b1c9703a4) - Merge pull request #8 from eng1neer/development [Marc]
|
|
|
+* [4916524](https://github.com/mmoreram/GearmanBundle/commit/4916524da8b4a87a581bd1b56d11aa4336a70066) - Update composer.json for Symfony 2.1 [Nikita Pchelintsev]
|
|
|
+* [2342048](https://github.com/mmoreram/GearmanBundle/commit/2342048f99b01a51977f9aa4b9f495164d0196c1) - Changed composer email [Marc]
|
|
|
+* [587da60](https://github.com/mmoreram/GearmanBundle/commit/587da6031d7f94b1872959fd6203c314b3c12577) - Merge pull request #7 from Spea/development [Marc]
|
|
|
+* [35fddc6](https://github.com/mmoreram/GearmanBundle/commit/35fddc60678a7b2e35de714310ad9b97b9f29ba2) - Updated composer.json [Martin Parsiegla]
|
|
|
+* [c2da2b7](https://github.com/mmoreram/GearmanBundle/commit/c2da2b76951212457972c55b4470367367a5362b) - Added forwards compatibility for Doctrine 2.2. [Martin Parsiegla]
|
|
|
+* [c23acd1](https://github.com/mmoreram/GearmanBundle/commit/c23acd12da0c42967dd9dd77f084c9d8d698b785) - Merge pull request #5 from Vincent-Simonin/development [Marc]
|
|
|
+* [eb575c7](https://github.com/mmoreram/GearmanBundle/commit/eb575c7bedd886d418731386e132cea7dd9b5292) - Fixed CS [Vincent Simonin]
|
|
|
+* [285c542](https://github.com/mmoreram/GearmanBundle/commit/285c5421343d0679f7150eed8d1a7e5df86b43f6) - Added new command line option) --no-description to gearman:worker:execute and gearman:job:execute which doesn't print worker or job description if present. [Vincent Simonin]
|
|
|
+* [e751308](https://github.com/mmoreram/GearmanBundle/commit/e751308504775d7ce8b26db5cbc98eb93308d3a8) - Flattr line [Marc]
|
|
|
+* [0306fa7](https://github.com/mmoreram/GearmanBundle/commit/0306fa7b9a1ad2f1a57ba3e4fe4589cc40e17ae9) - Added Tasks functionalities. Waiting for callbacks... [Marc]
|
|
|
+* [46326f0](https://github.com/mmoreram/GearmanBundle/commit/46326f0bebf456bb68605e7e7c80ff84ca2fc015) - Fixed do method. [Marc]
|
|
|
+* [82fc10f](https://github.com/mmoreram/GearmanBundle/commit/82fc10f107d1cc307fcb0b85ac76ef9ffb8fc8bf) - Added some commands and fixed some files [Marc]
|
|
|
+* [5823dcd](https://github.com/mmoreram/GearmanBundle/commit/5823dcd80392fcf5a3c2219b79b54a20ba4f7114) - Added features. Worker execution and all files affected [Marc]
|
|
|
+* [c3f512d](https://github.com/mmoreram/GearmanBundle/commit/c3f512db995c267236d77587101b826d69016bc5) - TODO reloaded [Marc]
|
|
|
+* [8ac4d76](https://github.com/mmoreram/GearmanBundle/commit/8ac4d760a250f5a75c41a6619a41f4a4b73e07d9) - Fixed settings formatting and merge issue [Marc]
|
|
|
+* [1b99cb7](https://github.com/mmoreram/GearmanBundle/commit/1b99cb74ecc0db6a23100fbb668e1243d22c79d2) - Merge pull request #2 from Itart/development [Marc]
|
|
|
+* [c90f20e](https://github.com/mmoreram/GearmanBundle/commit/c90f20ea5eff89b4b6ecc8e3f9fd75dd8c781aa9) - Added some functs, checked describer, Added annotations, added exception and modified testWorker [Marc]
|
|
|
+* [f02f1ab](https://github.com/mmoreram/GearmanBundle/commit/f02f1abf73bb03bb0692c7d9143be70444ad5986) - Symfony2 code standart fix [pavelgopanenko]
|
|
|
+* [192506b](https://github.com/mmoreram/GearmanBundle/commit/192506bc866f77c0867521401298a91b9961b55f) - Add ignore namespace declaration in cache loader Configure [Pavel Gopanenko]
|
|
|
+* [5fd37a1](https://github.com/mmoreram/GearmanBundle/commit/5fd37a1415d47727a3fb6987c7a5dab1632aaa07) - Change docu url [Marc]
|
|
|
+* [352e866](https://github.com/mmoreram/GearmanBundle/commit/352e8666c535fda454f5f4be31c6752030530ea1) - gitignore for PDT Project [Pavel Gopanenko]
|
|
|
+* [ccf3494](https://github.com/mmoreram/GearmanBundle/commit/ccf3494d5742d96470a5ceba3c314a1aee126d2e) - Add ignore namespace declaration in cache loader Configure [Pavel Gopanenko]
|
|
|
+* [3933dcc](https://github.com/mmoreram/GearmanBundle/commit/3933dcc4391c54c40bb1025c73430782076fabd0) - Created new CacheLoader. Also added a check command [Marc]
|
|
|
+* [745d04c](https://github.com/mmoreram/GearmanBundle/commit/745d04cdf8aa8a47d2728341ff6fd0884ffca19c) - Fixed some errors given by phpmd [Marc]
|
|
|
+* [9481701](https://github.com/mmoreram/GearmanBundle/commit/9481701667a81044c66a4b9e6a110ace9f4fda97) - Merge branch 'development' of github.com:mmoreramerino/GearmanBundle into development [Marc]
|
|
|
+* [9b677fc](https://github.com/mmoreram/GearmanBundle/commit/9b677fc25aabd4a5101a80e8c629c536f603880a) - Change of project architecture [Marc]
|
|
|
+* [13ff85f](https://github.com/mmoreram/GearmanBundle/commit/13ff85ff7206de0e54e23d3255770d4d2b5f7bac) - Checked good working classes. Ready to be tested [Marc]
|
|
|
+* [0bfdb92](https://github.com/mmoreram/GearmanBundle/commit/0bfdb927e96feb1ef25dda3be9dabc775ed55a23) - Change iter to iterations. must be tested [Marc]
|
|
|
+* [be634f6](https://github.com/mmoreram/GearmanBundle/commit/be634f60a464165dc675e25d6359a7178ab6ab7b) - Changing and testing readmes [Marc]
|
|
|
+* [ab1498f](https://github.com/mmoreram/GearmanBundle/commit/ab1498f9278a3af94f18820bee9710e46f4dc2fd) - Merge branch 'development' of github.com:mmoreramerino/GearmanBundle into development [Marc]
|
|
|
+* [709e468](https://github.com/mmoreram/GearmanBundle/commit/709e46885287bc4667a7d668ffc88f3a07304803) - removed README.md [Marc]
|
|
|
+* [f00f6a8](https://github.com/mmoreram/GearmanBundle/commit/f00f6a84d28469bda4499e9103818d4e6034d4ad) - Readme message [Marc]
|
|
|
+* [d3e9555](https://github.com/mmoreram/GearmanBundle/commit/d3e955544809455b218d46dc69d4e58183b1c761) - Renamed gearman class [Marc]
|
|
|
+* [8da46a3](https://github.com/mmoreram/GearmanBundle/commit/8da46a357421d3b2f50b462f241b54b80ee11af4) - Merge branch 'development' of github.com:mmoreramerino/GearmanBundle into development [Marc]
|
|
|
+* [c723abc](https://github.com/mmoreram/GearmanBundle/commit/c723abcfca71c23f752a45df80c5dfc5653cd225) - Checked syntaxis errors [Marc]
|
|
|
+* [f808997](https://github.com/mmoreram/GearmanBundle/commit/f808997f1742f02e5fe77087650af1bbdea79d6e) - Deleted page filder [Marc]
|
|
|
+* [f1b8da8](https://github.com/mmoreram/GearmanBundle/commit/f1b8da83a5a740884957d3c0fb4af1fb1a62432c) - Project page [Marc]
|
|
|
+* [73790c1](https://github.com/mmoreram/GearmanBundle/commit/73790c1de2d35e3dde0d38be54513897057e13e1) - First README commit. [Marc]
|
|
|
+* [5dcd9be](https://github.com/mmoreram/GearmanBundle/commit/5dcd9be0d64e0a330a7bb614291d999ae4bfc965) - Added some features: [Marc]
|
|
|
+* [21ddaad](https://github.com/mmoreram/GearmanBundle/commit/21ddaad6628f2ad439f5e5b7f1bcb17824be73e2) - Message fixed [Marc]
|
|
|
+* [f1eb86f](https://github.com/mmoreram/GearmanBundle/commit/f1eb86f49a0a1802147f3e10fed02a9f63905297) - Merge remote branch 'origin/v1.0.0' into development [Marc]
|
|
|
+* [96b5338](https://github.com/mmoreram/GearmanBundle/commit/96b5338ab9e703daae3b81a45d612ef1bf784c22) - Deleted files or replaced. Also a @todo change [Marc]
|
|
|
+* [3b6f8a3](https://github.com/mmoreram/GearmanBundle/commit/3b6f8a36ddc9c83104ac2fd86e3da95aa18438b4) - Readme change. Not tested message [Marc]
|
|
|
+* [470a6f1](https://github.com/mmoreram/GearmanBundle/commit/470a6f16b135936001c082ca2e41f1175be96d32) - Checked and fixed all Code Conventions with symfony2 sintaxis [Marc]
|
|
|
+* [9c250e3](https://github.com/mmoreram/GearmanBundle/commit/9c250e3d4fdbbb2cc0e8bb13aafd77832ff47a5c) - Changed namespaces to all files. Also changed Bundle name [Marc]
|
|
|
+* [6b4ae58](https://github.com/mmoreram/GearmanBundle/commit/6b4ae5805850a4bbf3542a97a01d9cb7160a6bc7) - Some doc files [Marc]
|
|
|
+* [3f73aaa](https://github.com/mmoreram/GearmanBundle/commit/3f73aaa2574dd03c00f5a4a86d0253be1d728e63) - Initial code upload [Marc]
|
|
|
+* [64d5f2c](https://github.com/mmoreram/GearmanBundle/commit/64d5f2c80f425cba59d67d9eaba08973c8a00a04) - First commit [Marc]
|