Skip to content

Tags: packaged/dal

Tags

1.18.3

Toggle 1.18.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow ssl connections (#89)

* Allow ssl connections

* Update src/Ql/MySQLiConnection.php

1.18.2

Toggle 1.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
The docblock above \Packaged\Dal\Ql\QlDao::loadOneWhere is incorrect …

…as it says that it will always return static which is not true as the default value of \Packaged\Dal\Ql\QlDaoCollection::first is null (#88)

By the same token the return value of \Packaged\Dal\Ql\QlDaoCollection::first should be QlDao|null|mixed as the default value if passed can be set to anything

Co-authored-by: nikolaybrankov <nikolay.brankov@fortifi.io>

1.18.1

Toggle 1.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix return type issue (#86)

1.18.0

Toggle 1.18.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
gh actions (#83)

* gh actions

* Update branch

* Update branch

* Test new workflow using services

* Try a cassandra action

* revert to service
different debug command
increase health retries

* update exposed port
prevent running twice

* Add username and remove password

* revert cassandra port

* increase interval

* Add missing database

* add missing host

* Try get a db created

* Try with a custom action

* remove cassandra service

* remove random apostrophes

* Revert to old dockerfile setup

* remove pecl cassandra

* Revert back to services
Pass through cassandra-setup.cql

* Remove old action call

* Pass valid sql

* Use sql file

* Remove apt get for cqlsh

* update to checkout v3

* install pip and cqlsh

* limit cqlsh version

* add missing deps for crypto

* limit version of crypto

* add pyOpenSSl upgrade

* update connection port

* update required extensions

* update required extensions

* downgrade to cassandra 3

* add memcached

* increase memcached retries

* expose correct ports

* make sure we start rpc

* update memcached use 127.0.0.1

* expose the port

* Use alpine memcached

* remove memcached health check

* add quotes to column

* wrap in quotes

* correct column name

* use quotes of table names

* make sure apcu is enabled

* add to ini values

---------

Co-authored-by: Kyle Essex <kylegavinessex@hotmail.com>

1.17.0

Toggle 1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix type hint (#81)

1.16.1

Toggle 1.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix doctype (#80)

1.16.0

Toggle 1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump minimum php version (#78)

1.15.4

Toggle 1.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set serialised properties (#76)

* Set serialised properties

* Correct expected order

1.15.3

Toggle 1.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix false defaults (#75)

1.15.2

Toggle 1.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply CQL default values if we do not have the dao marked as loaded (#74

)