Ecosyste.ms: OpenCollective

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

github.com/doctrine/orientdb-odm

A set of PHP libraries in order to use OrientDB from PHP
https://github.com/doctrine/orientdb-odm

Merge branch 'query-builder'

Conflicts:
README.md

2c8b97dd5b8979aa96e4debe4296eb9282e14eed authored over 13 years ago by Alessandro Nadalin <[email protected]>
Fixed the README

781bd266931bd41cef57e7aac34262b71390b36a authored over 13 years ago by Alessandro Nadalin <[email protected]>
Fixed count(*) issue: the regular formatter wasnt allowing count due to non literal chars

f83450f11dd5f4e249c6978d04c2be813d36874d authored over 13 years ago by Alessandro Nadalin <[email protected]>
updated OrientDB requirement

0e6498b44df4bd5450287103710ac1031fec2b67 authored over 13 years ago by Alessandro Nadalin <[email protected]>
fixed a few TODOs

7245dae88eb20b40b4f5f03fa5c727ed5ae189d7 authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #26

e0747a3e03f6bf2ee345c78e624f2570076abd38 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Adapted tests to work with OrientDB RC3.

2d21ba93371e84e94d27754d4c3e1d98ca078dd2 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Merge branch 'query-builder' of github.com:congow/Orient

49619a1753d0c8cf3040499c39852d2950c98677 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Updated PHPDOC

11d16d56bc589b478f06a31606578ced416b9a6e authored over 13 years ago by Alessandro Nadalin <[email protected]>
integrated reuseHandle functionality of curl class with orientDB-rc2

44dfff40e25251fc2b8941525e71d0464a1867ef authored over 13 years ago by David Funaro <[email protected]>
Edited README.md via GitHub

32daeb797963a41aec27985ea73e33de8b6b2f8c authored over 13 years ago by Alessandro Nadalin <[email protected]>
updated README, fix tests

6a4c589c9eb858e86edcccfe4d0036d3fb2ecd25 authored over 13 years ago by David Funaro <[email protected]>
Merge branch 'query-builder' of github.com:congow/Orient

9ca9898d595d24b7b9ef43b93a107b74a4ed6fcc authored over 13 years ago by David Funaro <[email protected]>
Merge branch 'mapper' of github.com:congow/Orient

83eb6de4aaa6e4bbc984e3a76526bab331f6a221 authored over 13 years ago by David Funaro <[email protected]>
added a tests for the query builder, a simple update

528addd637b2be01c18193a70fbd7755a1e872b8 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented MVCC in the binding.

dfa0f7e901d774a7ca7e52782b8844369a6b619e authored over 13 years ago by Alessandro Nadalin <[email protected]>
added integration tests for the ALTER CLASS and ALTER PROPERTY SQL commands

5592fd347f078cc72823ae774e9ca4ad4605440f authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #53

Removed stupid string replaces on the WHERE token formatter.

ae65a444bf3d416d1539231afc2b90d60cce8a96 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Merge pull request #52 from nrk/reuse_curl_handles

Reuse the underlying cURL handle by default.

de0c5294ead02c4a39042e18866e5f199455b2b0 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Reuse the underlying cURL handle by default.

Aside from a slightly lower overhead on the PHP side, reusing the same
handle enables cURL to re...

d77c4ec401dae73ae2625bc154a46054219920a3 authored over 13 years ago by Daniele Alessandri <[email protected]>
Fixed the README with additional informations about the tests.

6c663af2229a889c697449c1612259142264c535 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Merge branch 'query-builder' of github.com:odino/Orient into query-builder

35139788a80f4075b4e4592aaa87016868fe28d0 authored over 13 years ago by Alessandro Nadalin <[email protected]>
OrientDB 1.0.0-RC2-snapshot is now required

97fcdfc438691fd02e8f328bea81cafa6b227dec authored over 13 years ago by Alessandro Nadalin <[email protected]>
Tested the FIND REFERENCES command.

e978f3fae4ab13b97235e118c5b294e95da3ab20 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Tested INDEX management commands (create, drop, lookup, select, put, remove)

906b0f25ffc45753315cc73552c4226dcfd25df6 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Tested GRANT and REVOKE commands.

da6faa6eea0d68c59314a7feef0d7bdfb5954a34 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Tested INSERT command.

1243f20434aac95e50ba15108b32a57fa06e2149 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Fully tested execution of SELECTs with the QB.

d2717fa490febdcea77e33492dbc9029cd0c858d authored over 13 years ago by Alessandro Nadalin <[email protected]>
Merge branch 'query-builder' of github.com:odino/Orient into query-builder

cbd7c4840b573c1775cad0229844d17a017e3b18 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Merge branch 'master' of github.com:odino/Orient into mapper

b331e7a94d5bc962581b7c630ebf79d45d6228a8 authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #40

collection hydration now works with an array of standard object, it's no more bound to the HTTP i...

6886e687c700d4f5f51d33c8dd906c14f803769e authored over 13 years ago by David Funaro <[email protected]>
Fixed requirements: PHP 5.3.3 (not 5.3.5), is needed.

f14888e017e9b06a9c6fed891a1090b6221b171c authored over 13 years ago by David Funaro <[email protected]>
Started integration tests for the query builder with OrientDB RC2.

Index creation, drop and basic select has been tested.

9dc9a3a9838673bb6308b1d464bf7c3dd02f6386 authored over 13 years ago by David Funaro <[email protected]>
Merge branch 'mapper' of github.com:odino/Orient into mapper

82f204554c97ba838b2b26071df97b6d43976a7c authored over 13 years ago by David Funaro <[email protected]>
Merge branch 'master' into mapper

0c49b886dee731c9066e04d9ea856c749054d146 authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #28

All the command to manage indexes are implemented.

f266e92f22f3f6f817c8778ac571303cee532916 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented count() on the indexes.

7da80039b5b93f04f8ed311a56350a219ea57c24 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented index removal also only by RID

3371e04a6033b01fab1aae698a0a732872fc9355 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented index removal through key and RID

76d7354e56ed25f01ebdf77e44365b18ca54f7a5 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented index removal by key

d5d23a882cd7a2a5ddd388b2cad7c40fa4dfed02 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented query range of index SELECTs

f45f4a82efe3452ee9029e9004a455452b1c5913 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented put of an index.

30d2fafe6e8ea5c30b63679cf924d944085df9cf authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes 42

b3b0a865a9f26ad87cba4106fcc2ff6b4c7e4f60 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Merge branch 'master' of github.com:odino/Orient into mapper

8c041f4b16340eaa88c8c669dadfdc0bd669cc65 authored over 13 years ago by David Funaro <[email protected]>
closes #43

Query class is now bound to a generic interface.

02e0284bf5a2afdad72cfd426d71e1fb768508af authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #46

Fixed a few TODOs and eliminated some hardcoded dependencies.

b30f40e657369e881159793b03c931231e18cf36 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Modified phpunit XML configuration file in order not to process Doctrine tests

5fcf1110416f455363b4475155a53f3f1b037e26 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Merge branch 'master' into mapper

6e7ee6c7903ae1bd5e8629b296d008ea171418dd authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #47

Improved PHPDOC for the query builder.

dc2eafb47b5ec0c9f8e01165ecdaa4eee0949c65 authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #48

Documented the existing interfaces with DOCBLOCS.

e3c2b96bfca2215975d195f6a46a96a60d1416e9 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Documented a few interfaces

7478071c69262c3cd2ad98ed5202b42edb3d2688 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Added doxygen generator file

52bce5356218b46866b697fe9f4ce21f3474e34f authored over 13 years ago by Alessandro Nadalin <[email protected]>
Refactored the mapper in order to be able to inject a custom annotation reader.

You are now able not to use the doctrine annotation library, you only need to implement the Inter...

67e4caac22dbebadbf0cdd6578da4f7292c092fd authored over 13 years ago by Alessandro Nadalin <[email protected]>
Merge branch 'issue-36'

9aaea64a58aeb2bda0d246efc658d37b64ecd701 authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes 36

Identycal multiline headers are now merged in HTTP response class.
Added a method to retrieve an ...

0796247fc2113f329d80182ee3b5d63f9dcb4b09 authored over 13 years ago by Alessandro Nadalin <[email protected]>
started testing the type Caster

9d0d4e6dafa857cf3db2a40ed9aa879456092a68 authored over 13 years ago by David Funaro <[email protected]>
closes #38

305c712442a58c93b507f02966fea2eb281fd078 authored over 13 years ago by David Funaro <[email protected]>
Added Collection Hydration to the mapper

440d353ad95b7092497f8e059b5f2b8336d5e614 authored over 13 years ago by David Funaro <[email protected]>
Merge branch 'mapper' of github.com:odino/Orient into mapper

cb7498b7b8fa22258ade2fc9d74413741d98664f authored over 13 years ago by David Funaro <[email protected]>
Merge branch 'master' of github.com:odino/Orient into mapper

73b1e6a61fd4f5d1aae4bf4eedfb46a8cc94acc1 authored over 13 years ago by David Funaro <[email protected]>
Updated phpunit configuration file to look for ODM tests

Updated the README with some basic onformation on the ODM.

6d672ea0680c7ad796ed4e8cbaa5d419fd5f1b73 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Merge remote branch 'nrk/misc_http_response'

ea998f894b81f5433fa668966d295d32132d8c8b authored over 13 years ago by Alessandro Nadalin <[email protected]>
Fixed annotations loader.

Implemented basic property type mapping (string, date, datetime, boolean).
Heavily refactored Man...

8308e389853c83f155388c1c0fc42caa9aef4b9a authored over 13 years ago by Alessandro Nadalin <[email protected]>
Merge branch 'mapper' of github.com:odino/Orient into mapper

af1ef01944f60e8bf83c5c6649b282fe382a431f authored over 13 years ago by Alessandro Nadalin <[email protected]>
updated README

fac3ffb45f71b52888094053584e40f5bad3c1f1 authored over 13 years ago by Alessandro Nadalin <[email protected]>
starting working on mapper

d0558ea63ea4dc20c284542fb9b8ba6e3d0f151f authored over 13 years ago by David Funaro <[email protected]>
Prevent list() from generating a NOTICE warning on responses with empty an body.

b736a4dfba6a70974a619e13873935a76963c201 authored over 13 years ago by Daniele Alessandri <[email protected]>
Remove an unused member variable.

399656e78c755672b65bf56adfb8435203b584c1 authored over 13 years ago by Daniele Alessandri <[email protected]>
Do not omit the delimiter used to separate headers and body in Orient\Http\Response::getResponse().

d2176c543b7b936f01e09954409b98ba84b03374 authored over 13 years ago by Daniele Alessandri <[email protected]>
Improve the code used to parse the headers part of an HTTP response.

acc7687e078a96bd3018bac8b65f8bf4a5e4813c authored over 13 years ago by Daniele Alessandri <[email protected]>
Fix wrong assignment that resulted in the parsed headers being inadvertently overwritten.

f38b2c3849d14d679649a065bf73e5f7882d3548 authored over 13 years ago by Daniele Alessandri <[email protected]>
Reduce the code needed to test the string representation of an HTTP response object.

e2be796ab7dcd639c52149f956c8d98308922538 authored over 13 years ago by Daniele Alessandri <[email protected]>
Simplify code.

559c1c3c9d40d3323bfa84d28e9df79cd38b53de authored over 13 years ago by Daniele Alessandri <[email protected]>
Fix separation of HTTP headers and body from a raw response buffer.

02f66f2375718b1956724ff929fadb0786ad1743 authored over 13 years ago by Daniele Alessandri <[email protected]>
updated README

3c07e3b250ce598139159be1c6a40fcf0dcf770b authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented ALTER CLASS and ALTER PROPERTY commands.

These commands will be available with OrientDB RC2 release (snapshot already available in OrientD...

bf44db3a8272f9fe666726872decc718951979d0 authored over 13 years ago by Alessandro Nadalin <[email protected]>
added a few testers

299c1aeec75cce45223f8e1c3cdd9323f076a373 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Added a couple interfaces to handle query/token formatters

299ad46298a79d1a2453f0223c0f26a1142c04b0 authored over 13 years ago by Alessandro Nadalin <[email protected]>
refactored all the token formatting

1e4883a4ee9e9091f4048d43ff874df476a57a84 authored over 13 years ago by Alessandro Nadalin <[email protected]>
polished binding example

9f1ad13cb8005edcb977bb4c232a38148ac39f27 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Updated the readme with an example to use the binding.

eddeadb3f86441b5010d73aee2a6d91fb4635187 authored over 13 years ago by Alessandro Nadalin <[email protected]>
converted the coding standard to Symfony2/Zend Framework/PEAR

( I hate it, but normal people says that symfony 1's suck )

6b0e93708c0b2fd82e767b66101e263a1dc82e8f authored over 13 years ago by Alessandro Nadalin <[email protected]>
updated README

1791dd2c816e2f45ef955a8476d0a86d1141d4d6 authored over 13 years ago by Alessandro Nadalin <[email protected]>
lookup index

d951aea8531727d39fef108047eb14ebf8afdb9b authored over 13 years ago by davidino <[email protected]>
lookup index

531c96e00fbe2da245b62835e81f78ec15dc4e76 authored over 13 years ago by davidino <[email protected]>
Merge branch 'master' of github.com:odino/Orient

b4293c8f404fbf9634ebb5a6b93bf2fb3707e62c authored over 13 years ago by davidino <[email protected]>
Lookup Index

834e39ef211242eab4c2da8d219b9b040a2d2c96 authored over 13 years ago by davidino <[email protected]>
covered the Query class with more tests

ec8085dcb11cf5c8c417d62f0062c86c0aaa9e13 authored over 13 years ago by Alessandro Nadalin <[email protected]>
refactored index commands in order to create/drop indexes not ontly bound to a class

added the type parameter when creating an index

949c8c4da5a7776669e6edb4a919501762849bb1 authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #30

94f4bda84d73e132924452d132c10a50d39e700f authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #29

b7fb0f6c2abb2407cf9e9cd613d1d5a1dc067aae authored over 13 years ago by Alessandro Nadalin <[email protected]>
modified the README

128b0f4ca516929f54dd8e8207e617702ea5452e authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #27

Tested PHP 5.3 autoloader (https://gist.github.com/221634) into the library.

2213842c4e690ff034dcc5ca7d6bff6d7a54e3a5 authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #24

15d0e0ea7056f264b2f5c34bc3c64379b87e016d authored over 13 years ago by Alessandro Nadalin <[email protected]>
updated README

f3229e0d69d238261eb9b31e66e65fda47ed3b29 authored over 13 years ago by Alessandro Nadalin <[email protected]>
added a few more tests for the query class

4bf7888de30a5d372b35c54181d2472ba83d1d27 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Updated README

7548e9ade76f0ad35cebd0ad48d91e3906a506f6 authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #23

Added filters in the query builder.

c363976717d93c5c8b496412495f22e6370574c3 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implementing a sanitizer for the query parameters.

65557d3de8ba7ad03080b37ff1138a02217963f7 authored over 13 years ago by Alessandro Nadalin <[email protected]>
added PHPDoc

refactored the query class in order to have a native method to clear the values of a token

afd252b71528c69e5a9e795512ba248012f3d522 authored over 13 years ago by Alessandro Nadalin <[email protected]>