Ecosyste.ms: OpenCollective

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

django-river

Django workflow library supports on the fly changes.
Collective - Host: opensource - https://opencollective.com/django-river - Website: https://twitter.com/ceahmetdal - Code: https://github.com/javrasya/django-river

version is upgraded to 0.5.3

github.com/javrasya/django-river - 754d0b7e1da47f6d4a8af18ea8371ded8ee0f9ce authored about 9 years ago by Ahmet DAL <[email protected]>
Merge branch 'master' of github.com:javrasya/django-river

github.com/javrasya/django-river - c803396c5b4b00fef9f6238988a62f759210187f authored about 9 years ago by Ahmet DAL <[email protected]>
On finding proceedings, user.userpermissions was being used. Permissions are now retrieved from auth backend instead.

github.com/javrasya/django-river - bf801ef59537ca60d623feaf73091fd6d99cf967 authored about 9 years ago by Ahmet DAL <[email protected]>
this closes #17

github.com/javrasya/django-river - 42e8a46e205a768481488359383068c806b95e3b authored about 9 years ago by Ahmet DAL <[email protected]>
this closes #17

github.com/javrasya/django-river - fe9fa6f35c1df96579ad0d046efbbfbf59ebcdcc authored about 9 years ago by Ahmet DAL <[email protected]>
this closes #17

github.com/javrasya/django-river - 624e0df49a75a431ba5c93c1d4661c188dfb7dd3 authored about 9 years ago by Ahmet DAL <[email protected]>
version is upgraded to 0.5.2

github.com/javrasya/django-river - efa9a0e0cae7151ff74ce0d27341923c478cfbb5 authored about 9 years ago by Ahmet DAL <[email protected]>
this resolves #13. DatabaseHandlerBackend was trying to access database on initialisation. This is now after database is created.

github.com/javrasya/django-river - d884496b117f3bfe6278e5611f3df791311822f3 authored about 9 years ago by Ahmet DAL <[email protected]>
this resolves #13. DatabaseHandlerBackend was trying to access database on initialisation. This is now after database is created.

github.com/javrasya/django-river - d3bd9b88c475bbe4bc8246b06930f0089e33f3bf authored about 9 years ago by Ahmet DAL <[email protected]>
migration is fixed for django1.7. gitter badge is also is added.

github.com/javrasya/django-river - e7ad4e6c46fd3629fea32f50e70b1b449a530898 authored about 9 years ago by Ahmet DAL <[email protected]>
reopened example scenario was pointing wrong image.

github.com/javrasya/django-river - fbf33fe44e692e03c44e1d3efb83ac94d3183fd6 authored about 9 years ago by Ahmet DAL <[email protected]>
migrations are added. Docs are also updated with migration part.

github.com/javrasya/django-river - 05f178d4ecdb51c6fb16e2dd283496bd4ca8af3f authored about 9 years ago by Ahmet DAL <[email protected]>
version is upgraded to 0.5.1

github.com/javrasya/django-river - 69e6fad29eb08c0cb070fcc753982cc3b5866ce7 authored about 9 years ago by Ahmet DAL <[email protected]>
This closes #10 and #11 . Preceeding track is not injected into the model class by StateField anymore. Because, it cause double same column adding issue on migrations occured. All models also have app label explicitly to solve a warning which will be a problem in Django version 1.9

github.com/javrasya/django-river - ba0a956a5e9372a733edaa76911f94b6174c77d4 authored about 9 years ago by Ahmet DAL <[email protected]>
minor change

github.com/javrasya/django-river - ee914680a1efa450d9e14cdc7825ed42f731e5b8 authored about 9 years ago by Ahmet DAL <[email protected]>
example scnario diagrams are added. Features part is also added.

github.com/javrasya/django-river - 7dd16369e0f5261a1a7ddb45e1c4c8f027bdd94c authored about 9 years ago by Ahmet DAL <[email protected]>
version is upgraded to 0.5.0

github.com/javrasya/django-river - 04facf0cf8a89aa52289d5dadf03f5c853af49c5 authored about 9 years ago by Ahmet DAL <[email protected]>
approvement -> proceeding, approvement meta -> proceeding meta, approvement track -> proceeding track, approve*-proceed*

github.com/javrasya/django-river - 774a2ef5c8e8b9cefc257931401aab51dd4cdeb3 authored about 9 years ago by Ahmet DAL <[email protected]>
Merge branch 'master' of github.com:javrasya/django-river

github.com/javrasya/django-river - d1a991fb224ef7de12d7a51a6e5fc8f9ee535516 authored about 9 years ago by Ahmet DAL <[email protected]>
Add a Bitdeli badge to README

github.com/javrasya/django-river - d1076ac8d70c981f97c533a05cf6a5be635fa939 authored about 9 years ago by Bitdeli Chef <[email protected]>
approve -> proceed

github.com/javrasya/django-river - c5da2cc885dd40a3cc61d4f980b4ab3498b72e11 authored about 9 years ago by Ahmet DAL <[email protected]>
Merge pull request #9 from bitdeli-chef/master

Add a Bitdeli Badge to README

github.com/javrasya/django-river - cc36f4de5b5e8d5a8052127e55b9af39f7b67b58 authored about 9 years ago by Ahmet DAL <[email protected]>
logo-128px is added into README and docs

github.com/javrasya/django-river - 0e22331ba9b72d21976712bd2469f4704ffb491a authored about 9 years ago by Ahmet DAL <[email protected]>
version is upgraded to 0.4.2

github.com/javrasya/django-river - 79c5389521e07ceb4a856ce166db2136a95a9a6f authored about 9 years ago by Ahmet DAL <[email protected]>
Because of app load order in django, handlers can not be find by django-river. So, it must be made sure that all application and django are initialized. So, Appconfig which comes with django1.7 is used to solve this. Now, support for django versions less than 1.7 is dropped.

github.com/javrasya/django-river - e3db382c28df8d7695145a32a4c86e942bee08fd authored about 9 years ago by Ahmet DAL <[email protected]>
travis fix with new tox file

github.com/javrasya/django-river - 9c5e93a48a8bcdcebef1d983f86f2da67a0dbc4a authored about 9 years ago by Ahmet DAL <[email protected]>
minor change

github.com/javrasya/django-river - d76823eb80ca50882139a1a94c7f06eddd407232 authored about 9 years ago by Ahmet DAL <[email protected]>
django version 1.7 and 1.8 are supported. Doc is updated with requirements and supported python and django versions

github.com/javrasya/django-river - 225c69187ec094b29f7a04f31156e98b7a33870b authored about 9 years ago by Ahmet DAL <[email protected]>
isse-4, issue-5, isse-6 and issue-7 are fixed. python version 3.3, 3,4 pypy version 2 and 3 is supported

github.com/javrasya/django-river - 0267c46895c3b2b881b17efb61c2314c14eff05a authored about 9 years ago by Ahmet DAL <[email protected]>
python 3.3 support is added but 3.4, pypy, pypy3 are not supported yet

github.com/javrasya/django-river - 888f7da98c50dbcd6c43348d17203ef5d8a16d01 authored about 9 years ago by Ahmet DAL <[email protected]>
version is upgraded to 0.4.0

github.com/javrasya/django-river - e8e7779d95d521ddd5c81d1fb213cbad56a569ba authored about 9 years ago by Ahmet DAL <[email protected]>
logs are added in backend. doc version is also updated

github.com/javrasya/django-river - faaa823e2b09f00c694dfb5033a12c1cc6315450 authored about 9 years ago by Ahmet DAL <[email protected]>
removed irrelevant files

github.com/javrasya/django-river - 06c608ebe8701b37424b4ef4b47103543ac2b60e authored about 9 years ago by Ahmet DAL <[email protected]>
documentation is updated with HandlerBackends

github.com/javrasya/django-river - 2f0273e9c0202f4904d78ecf7efa188391b5d141 authored about 9 years ago by Ahmet DAL <[email protected]>
isse-1 is fixed. Handlers now kept in HanderBackends. There are two types of handler backend at the moment. One is memory which is not for multiworker. The other is database which is for multiworker.

github.com/javrasya/django-river - 8f0d5f69820da217102fcf42820fe5ec56896769 authored about 9 years ago by Ahmet DAL <[email protected]>
README is rst file instead of md file for PyPI page

github.com/javrasya/django-river - e4a8de648039a2358a7577da87468e9a433a39e0 authored about 9 years ago by Ahmet DAL <[email protected]>
README is rst file instead of md file for PyPI page

github.com/javrasya/django-river - 34465b2d6310a8f9599bef3b304f9abb273c245e authored about 9 years ago by Ahmet DAL <[email protected]>
README file loading fix in setup.py

github.com/javrasya/django-river - d48eaf7c68da4fefb381f4a9a8a1a8a59208ab04 authored about 9 years ago by Ahmet DAL <[email protected]>
minor change

github.com/javrasya/django-river - f26ae5ea96bcc1a243c7b17526a2d1d84debeb01 authored about 9 years ago by Ahmet DAL <[email protected]>
Merge branch 'master' of github.com:javrasya/django-river

github.com/javrasya/django-river - 95b133cf406f5379df6fc4ee031e8fc4e498cf2d authored about 9 years ago by Ahmet DAL <[email protected]>
version upgrade to 0.3.3

github.com/javrasya/django-river - 4396e6a0a040770eb6e0d7c076684ffd7f149cfe authored about 9 years ago by Ahmet DAL <[email protected]>
rst conversion of README.md file is added for PyPI page.

github.com/javrasya/django-river - 50b6a28179625cca7fcca3592c1f7aee184bd8f2 authored about 9 years ago by Ahmet DAL <[email protected]>
Merge pull request #3 from jMyles/master

Thank you for your contribution

github.com/javrasya/django-river - 05aaac8d88aa74bd235321010af4b268804bc672 authored about 9 years ago by Ahmet DAL <[email protected]>
Typo in README.

github.com/javrasya/django-river - 3df72bdc93986d0da5f068dd98619f1d07b49d00 authored about 9 years ago by Justin Holmes <[email protected]>
README file is updated with installation command from PyPI

github.com/javrasya/django-river - 35d41766c257cf9d41b74fdf4b681995c8871f2d authored about 9 years ago by Ahmet DAL <[email protected]>
Merge pull request #2 from h3/patch-1

Typo in readme..

github.com/javrasya/django-river - 449a2ad680039b2443144886d91b7d681f75446e authored about 9 years ago by Ahmet DAL <[email protected]>
Typo in readme..

github.com/javrasya/django-river - a764b7d77ee7ff1a2230f7ae954d3cec597d964b authored about 9 years ago by Maxime Haineault <[email protected]>
end-user guide is added into docs.

github.com/javrasya/django-river - 534d73afb72c81c048da37926d1f7f571e4a6a32 authored about 9 years ago by Ahmet DAL <[email protected]>
doc badge is added

github.com/javrasya/django-river - a8f6770fef8eaf60942d7abcbaeaed70dae470aa authored about 9 years ago by Ahmet DAL <[email protected]>
doc badge is added

github.com/javrasya/django-river - 49ef2122da6890a51ec980103e289a1fb55880ed authored about 9 years ago by Ahmet DAL <[email protected]>
docs are updated. version is upgraded to 0.3.2

github.com/javrasya/django-river - 2d3cf0c9676e206761e171f39e16b6ce764b815a authored about 9 years ago by Ahmet DAL <[email protected]>
docs are updated

github.com/javrasya/django-river - 945d8deb12c999b4b27a1af1c30ae9b6f29d64c5 authored about 9 years ago by Ahmet DAL <[email protected]>
docs are updated

github.com/javrasya/django-river - 7555e19b52ea34bc0648991c7ddb00c139b4fd0a authored about 9 years ago by Ahmet DAL <[email protected]>
Documentation tab is added

github.com/javrasya/django-river - 573c7bc1bf8af2d12ef47f09771636df1bffd625 authored about 9 years ago by Ahmet DAL <[email protected]>
Documentation tab is added

github.com/javrasya/django-river - a78fb5f731155ccb99ede25818c3dbed928db3d8 authored about 9 years ago by Ahmet DAL <[email protected]>
docs are added.

github.com/javrasya/django-river - 7a95ca73921f48907405f11a90fbca95a3c88ca2 authored about 9 years ago by Ahmet DAL <[email protected]>
version is upgrded to 0.3.1

github.com/javrasya/django-river - fe320a6ea419b44e663c6650bce449ed187f9be0 authored about 9 years ago by Ahmet DAL <[email protected]>
Loggings are added

github.com/javrasya/django-river - aedd54ae2409ee97197f517f5f1d77c6c5d82ffc authored about 9 years ago by Ahmet DAL <[email protected]>
initial migrations are added.

github.com/javrasya/django-river - 2cf0117a9d6bc5ad17a13cba603fa755bb893546 authored about 9 years ago by Ahmet DAL <[email protected]>
Default user model is now settings.AUTH_USER_MODEL instead of auth.User

github.com/javrasya/django-river - 94aeb7e68768e00b103ba8d16c2b966ed84fd222 authored about 9 years ago by Ahmet DAL <[email protected]>
injected methods now taking *args and **kwargs to apply all parameters

github.com/javrasya/django-river - 179a8dd5b249dfda73ca470f2c5f0248693b0ed2 authored about 9 years ago by Ahmet DAL <[email protected]>
updated version for master to 0.3.0. This is not tagged yet.

github.com/javrasya/django-river - bd7cb69cd78db9b0acf75138c0f4efa73b89c3d1 authored about 9 years ago by Ahmet DAL <[email protected]>
version upgrade

github.com/javrasya/django-river - 0e1f98cf6728f85093d0ae6fc428037ea02c7a2c authored about 9 years ago by Ahmet DAL <[email protected]>
test fix for handlers

github.com/javrasya/django-river - c346131e86e6a8f1882e4659001628d3a803797f authored about 9 years ago by Ahmet DAL <[email protected]>
signals and handlers documentations are added in README file.

github.com/javrasya/django-river - fb8044c0ba061fd3c05724440ee7cac7cef5c46a authored about 9 years ago by Ahmet DAL <[email protected]>
Signaling is handling with with expression.

github.com/javrasya/django-river - a726716bc16cefcdf102d5ad52968ece45fb3b79 authored about 9 years ago by Ahmet DAL <[email protected]>
workflow_completed_signal -> pre_final and post_final. CompletedHandler is also seperated as two as Pre and Post

github.com/javrasya/django-river - 602762815af9405730587df1dc08a8d5b4fa57c5 authored about 9 years ago by Ahmet DAL <[email protected]>
pre transition signal is added. TransitionHandler is also seperated as two as Pre and Post

github.com/javrasya/django-river - a31158ffa4314874b4655d9d7819dfb88dcecd23 authored about 9 years ago by Ahmet DAL <[email protected]>
pre_approved and post_approved signals are added

github.com/javrasya/django-river - 80449ce20c00fe49d057ca0166da878b3526ce18 authored about 9 years ago by Ahmet DAL <[email protected]>
get_approvements_object_waiting_for_approval was not passing god_mod and destination_state recursively

github.com/javrasya/django-river - df5d19026a55fb43261629d2e0f3cb89545e5c5f authored about 9 years ago by Ahmet DAL <[email protected]>
current_approvement_track -> approvement_track

github.com/javrasya/django-river - 43ca71966b826f90303513bb6f14f502f7e4efab authored about 9 years ago by Ahmet DAL <[email protected]>
injected approve method now accepts god_mod param

github.com/javrasya/django-river - 44fa6c627931af0a72c1e1df920eb483cc196d15 authored about 9 years ago by Ahmet DAL <[email protected]>
state fields was injecting attrubutes and methods more than one

github.com/javrasya/django-river - 5492ff52be45566305a77199ab1d33f3e586ed22 authored about 9 years ago by Ahmet DAL <[email protected]>
track model is added in init

github.com/javrasya/django-river - 9b4d7170cd9ef849de4631fa491ad802df2a6aab authored about 9 years ago by Ahmet DAL <[email protected]>
approvement track model is added becuase of circular state machines

github.com/javrasya/django-river - 8cb2b64546cdb3ff895b11aaf8c4adf8857ece7c authored about 9 years ago by Ahmet DAL <[email protected]>
next states are all PENDING when it is approved

github.com/javrasya/django-river - 9cb795fd124450b9fcdf9bc45bd367fe47cddca3 authored about 9 years ago by Ahmet DAL <[email protected]>
curcilar state machine was in infinite loop for next_approvements service. This is fixed. Also, the model class now has next_approvements property

github.com/javrasya/django-river - 63c1133c66006bc5af9240b56be27aa195475ec7 authored about 9 years ago by Ahmet DAL <[email protected]>
get_next_approvements of an object function is added into approvement service

github.com/javrasya/django-river - e3a2b158dca39b48272a89f19c304061bd828775 authored about 9 years ago by Ahmet DAL <[email protected]>
hashing now includes keys

github.com/javrasya/django-river - bab2e2568f085342380c1f956fff357fa2809049 authored about 9 years ago by Ahmet DAL <[email protected]>
hashing now includes keys

github.com/javrasya/django-river - db7d1bd9266088849184468a3a9f8dc64c10e6da authored about 9 years ago by Ahmet DAL <[email protected]>
hashing now includes keys

github.com/javrasya/django-river - 8a026de5a84abf4c07783fba50bc84ab227858da authored about 9 years ago by Ahmet DAL <[email protected]>
combination is used instead of permutaion to find registered handlers

github.com/javrasya/django-river - d4ed2d33aaba7945a4f9fa26b7f360511b08e4c9 authored over 9 years ago by Ahmet DAL <[email protected]>
Handlers are overhauled. Hashing is used for registration.

github.com/javrasya/django-river - 2728f88db1a44e1d240519f47d9ee351b2bd20ac authored over 9 years ago by Ahmet DAL <[email protected]>
approvement is also passed to transition signals

github.com/javrasya/django-river - 005a732867971c3dc46d0f4f962d8c3ae3e1be71 authored over 9 years ago by Ahmet DAL <[email protected]>
god_mod is added for approvements

github.com/javrasya/django-river - c984bf432513fec7d08393e2cadd943d74ca77b4 authored over 9 years ago by Ahmet DAL <[email protected]>
initial_approvements and final_approvements are injected into class by StateField

github.com/javrasya/django-river - 328b3bfd7a909098438a63f0f7b2b80557ef4302 authored over 9 years ago by Ahmet DAL <[email protected]>
initial_approvements and final_approvements services are added in ApprovementService

github.com/javrasya/django-river - e147d4e27aa5a47fc9c687fc3a28f4f8ec870c47 authored over 9 years ago by Ahmet DAL <[email protected]>
approvement methods now in atomic block

github.com/javrasya/django-river - 9e8919c02ca3f81083bba5e552837698fddf0bdc authored over 9 years ago by Ahmet DAL <[email protected]>
approvement methods now in atomic block

github.com/javrasya/django-river - 5b91f67fba1593dac866d63f70b4d223c422f5f9 authored over 9 years ago by Ahmet DAL <[email protected]>
When there is a circlular transition and a single state is a station for second times, next states were not be able to be transited; because theye were APPROVED, not PENDING. This is fixed. Whenever an approvement is approved, its next state's status are updated with status PENDING

github.com/javrasya/django-river - 426c5b8fc0e49e182ba69a85d82cc371dd078b77 authored over 9 years ago by Ahmet DAL <[email protected]>
RiverException now contains an error code.

github.com/javrasya/django-river - 03fbe9ec716118a04aea9226ae18716043ea4f0c authored over 9 years ago by Ahmet DAL <[email protected]>
RiverException now contains an error code.

github.com/javrasya/django-river - 660e894c3fb203923abf9fb70595e44e2ba469f4 authored over 9 years ago by Ahmet DAL <[email protected]>
get_available_approvements methods is injected into model object.

github.com/javrasya/django-river - 83d989707e2f81972fac376ff953ade914785baf authored over 9 years ago by Ahmet DAL <[email protected]>
get_init_state -> get_initial_state

github.com/javrasya/django-river - deccdc6a2febd3592835d9148cdd6c4c0db587ac authored over 9 years ago by Ahmet DAL <[email protected]>
direction is added to transitions. It can be FORWARD or BACKWARD. This parameter is used to make django-river decide which one is initial and which ones are final states. There are also boolean properties injected in workflow model by StateField named on_initial_state and in_final_state. Not it can be defined a circlular state machines by defining some of them FORWARD or BACKWARD.

github.com/javrasya/django-river - a128fd702fce31c3f2a56f9a31f70a49206edf09 authored over 9 years ago by Ahmet DAL <[email protected]>