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

Implemented interfaces for Index and Reference\Find.

Moved some tests from Query into Command classes.

3fb4ce0cf123da7bf66c34b5b9f3a6134a936676 authored over 13 years ago by Alessandro Nadalin <[email protected]>
moved Proeprty\Drop test into its class, from Query

e14483da293de8b524fbed880ad536f276bc6072 authored over 13 years ago by Alessandro Nadalin <[email protected]>
moved some tests from the Query into the command classes

Bound some command to their respective interfaces

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

Implemented UPDATE command.

f748c8f403c5c7ade1c4595f92d5dd4b165f1d6c authored over 13 years ago by Alessandro Nadalin <[email protected]>
refactored Query and commands to implement a more extensible fluent interface

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

Implemented CREATE LINK command.

d2ca344494ce5fa3a7a86618efd7eb183869d8f3 authored over 13 years ago by Alessandro Nadalin <[email protected]>
added license informations

3a0c206163697d997253cc0d4361d2673dd91b38 authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #25

6643ea0a8580fd2574056706fe8343259fe4bd0e authored over 13 years ago by odino <[email protected]>
closes #20

bfbb5da16dd7b8d9bbef9f215c627c5cbafd5f59 authored over 13 years ago by odino <[email protected]>
closes #22

refactored all the commands and the query class.
Dependency Injection is less flexible but requir...

8d9c858da2aae67bf36c7225d20598df7f1e9d2e authored over 13 years ago by odino <[email protected]>
implemented CREATE INDEX and DROP INDEX

fc66b92e05bdb9dcfe69279145f63f6007b93a2e authored over 13 years ago by Alessandro Nadalin <[email protected]>
Added FIND REFERENCES command

5374ac79dbc23bd4d73909b61dc387125886ef64 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented CREATE PROPERTY command

3d7206cd59fdda20e2db1b3f49ec46f8b4b57d07 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented DROP PROPERTY

c8848f755c34172df10bd0cb5d3e0c775ea89119 authored over 13 years ago by Alessandro Nadalin <[email protected]>
implemented CREATE CLASS and DROP CLASS instructions

2db1766acae49f0530b54b487dd15f93b9cb8876 authored over 13 years ago by Alessandro Nadalin <[email protected]>
100% code coverage (it was so easy to implement, gotta lose a few minutes upon it ;))

e151d8bd8d6af5686f29f741869517b033d3b672 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Refactored the Query class in order to let it be a subject for a DIC, now all the commands are injected from the constructor.

Closes 17

4d866b44f575c830b0c8a70b77361f025e637f4f authored over 13 years ago by Alessandro Nadalin <[email protected]>
closes #19

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

Refactored tests, adding meaningful names and a couple of custom assertions

b454b74f98aaf19ad01a43bf3985ecc12c1993da authored over 13 years ago by Alessandro Nadalin <[email protected]>
Started refactoring test suite.

Renamed test classes without "Test", added namespaces into the tests.
Started implementing custom...

309d535c8abf7c8c94e1816877c8c590429e0621 authored over 13 years ago by odino <[email protected]>
Added REVOKE command, with a test.

Added an abstract class to manage SQL permission-related commands (Query/Command/Credential.php)....

d86da65efe4e570d9ea9fa9f5f8fb5ee93ca6cc7 authored over 13 years ago by odino <[email protected]>
Added GGRANT command

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

e2d13b7d414ddecb7aea4f5c71a4fb7189169755 authored over 13 years ago by Alessandro Nadalin <[email protected]>
deleted useless return in a __construct()

d07f688ad51c9801688e1a43e1a394a16bf792e4 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Added the Insert command.

Query class now has a fluent interface.

b564411570ef0e7c3b935eb21c6bb9293481302d authored over 13 years ago by Alessandro Nadalin <[email protected]>
Added an interface for Query formatters. Added base formatter class. Moved tokens formatting work from the Command class to the Formatter, injected into the Command. Strenghten a few tests.

165a5b35840a4e58f1af0cbd90164e8a8161dfb7 authored over 13 years ago by Alessandro Nadalin <[email protected]>
ops... forgot a few stuff

0a14841dfbcfa9a6703e09df003d5b7660bc4243 authored over 13 years ago by Alessandro Nadalin <[email protected]>
tweaked PHPUnit configuration and added tests. Code coverage is > 90% now.

e9f02e3316c7e029b58c89f67dee55bed3aa3e33 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Initialized the query builder. Added a first, incomplete, working SELECT command class

7515139562d152f93ea38a4dcd875db30a109d63 authored over 13 years ago by Alessandro Nadalin <[email protected]>
changed directory structure

e650c2b927405afec921c039b6a80610139c1d61 authored over 13 years ago by Alessandro Nadalin <[email protected]>
modified the README to include the mapper informations

50bc421482de51e5168a3ddec92f607a77506fab authored over 13 years ago by Alessandro Nadalin <[email protected]>
added PHPDoc, added custom exception, refactored the binding, refactored namespaces

189cd4a0c1e98a2b71fc222326e4bc705edd4564 authored over 13 years ago by Alessandro Nadalin <[email protected]>
polished minor stuff

56acb4bb9e83f9a5877ddd85d721a6907419c05b authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented PUT on Document

6c3a57124bacf88cabc458b786fb99edc566debc authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented GET, DELETE, POST of the Document

24b2b439c3d9200c33bef67bdf840516d83a0c1f authored over 13 years ago by Alessandro Nadalin <[email protected]>
Added some PHPDOC and refactored the BindingTest

82e381a21a7146f464f91eab0a273f16b643f033 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented Query

33b014972ccd127ce9e071057566d26779227337 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented Database (GET)

17f379a80c9f6e42be53d566c27fd88ff588d138 authored over 13 years ago by Alessandro Nadalin <[email protected]>
Implemented Command

d67e31cfe94ea825c47099b56dd9382786b30e16 authored over 13 years ago by Alessandro Nadalin <[email protected]>
implemented cluster

41ad9ab693a6a4d680b8de2909fc7237d8f98ca1 authored almost 14 years ago by David Funaro <[email protected]>
Implemented connect, disconnect and server commands

bc37cf249b6b249736cfcce18a141386daf98c08 authored almost 14 years ago by Alessandro Nadalin <[email protected]>
minor stuff

1c9fd676861c775cea550683fb2d7a0f3f2ecc9d authored almost 14 years ago by Alessandro Nadalin <[email protected]>
implemented CLASS

9e54bc8bd26381298158e167d2312416f02a868d authored almost 14 years ago by Alessandro Nadalin <[email protected]>
implemented class_

3a658e20d5594af8337ca5701335b05e22063c45 authored almost 14 years ago by Alessandro Nadalin <[email protected]>
added some fancy comments

fdebc21fd75c428e08b224efcea1808e9c5246ad authored almost 14 years ago by Alessandro Nadalin <[email protected]>
added README

45d5be71aabc00c516c19f03a234e2f782c76c93 authored almost 14 years ago by Alessandro Nadalin <[email protected]>
initial commit

65929ec57a2e2cb1f4af034d722e17b5339b9d48 authored almost 14 years ago by Alessandro Nadalin <[email protected]>