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

finding objects waiting for approval mechanism is changed. Next states are calculated acording to skipped states now.

github.com/javrasya/django-river - 65bea948cb52d35d1f6b3ae5939621295a43b3ea authored about 9 years ago by Ahmet DAL <[email protected]>
approve and reject functionality is now in workflow model class too

github.com/javrasya/django-river - 31bfb4a85d93fb133374e7115a675178108a4fed authored about 9 years ago by Ahmet DAL <[email protected]>
StateField was not connecting to worklow model pre save to initialize states for it. This is fixed. There was also a circular reference caused by StateField. Lazy model definining for GenericRelation is introduced instead of using Approvement model class reference

github.com/javrasya/django-river - d019c317d6b2b1d3b9706e940f16c2db1a98ec3a authored about 9 years ago by Ahmet DAL <[email protected]>
object field in approvement is now workflow_object

github.com/javrasya/django-river - faf1b1d5528ddd8b6ca21d4a7566cee88493c21e authored about 9 years ago by Ahmet DAL <[email protected]>
nullable argument is not necessary for groups and permissions m2m fields in ApprovementMeta. They are removed.

github.com/javrasya/django-river - cd3bb1738b91ee0b2e22f8fa3b5575c49ecf7bc6 authored about 9 years ago by Ahmet DAL <[email protected]>
nullable argument is not necessary for groups and permissions m2m fields in Approvement. They are removed.

github.com/javrasya/django-river - cde9fc3e5f812146c40ddd51a28c82d8ce51aa8b authored about 9 years ago by Ahmet DAL <[email protected]>
enabling/disabling approvement functionality is added.

github.com/javrasya/django-river - 7d4973d1e5a6f5ee06bdf72dbc0b5c0e979f8659 authored about 9 years ago by Ahmet DAL <[email protected]>
completed successfully handler functionality is added

github.com/javrasya/django-river - a5cf2339698b9999c4f36e3eb433f5d4298ecf38 authored about 9 years ago by Ahmet DAL <[email protected]>
transition handler functionality is added

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

github.com/javrasya/django-river - 7f8b497ffdacf72fefede0abceec81314396616c authored about 9 years ago by Ahmet DAL <[email protected]>
README minor fix

github.com/javrasya/django-river - 22a4203716de3cec139d0796f38d871f1e8e674f authored about 9 years ago by Ahmet DAL <[email protected]>
new WorkflowManager which contains object_service methods is added automatically into model. is_workflow_completed method is also injected into the model automatically by StateField

github.com/javrasya/django-river - 67d89a7a73201e2dbbef98166068b214c7b9c243 authored about 9 years ago by Ahmet DAL <[email protected]>
overriding approvements permission and group functionalities are added.

github.com/javrasya/django-river - ddd0e216cf59cb7a88aeba1ef518d5677be63053 authored about 9 years ago by Ahmet DAL <[email protected]>
pytest installing is removed

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

github.com/javrasya/django-river - f6d157b7cd079a432a1b1161a565e122929ea952 authored about 9 years ago by Ahmet DAL <[email protected]>
coverall badge

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

github.com/javrasya/django-river - d02d3ec0d3bf8632105f2718bbe06b4580a08740 authored about 9 years ago by Ahmet DAL <[email protected]>
coveral keys is fixed

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

github.com/javrasya/django-river - b65e9f03dbf80052b89da307709faa194886d469 authored about 9 years ago by Ahmet DAL <[email protected]>
README is OK. Travis and coverals are integrated

github.com/javrasya/django-river - dce343a95e05061496c8815188d810f5c13ba57f authored about 9 years ago by Ahmet DAL <[email protected]>
README is OK. Travis and coverals are integrated

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

github.com/javrasya/django-river - 6ac32af1bb2490d4506c079b84cb67df60ead72a authored about 9 years ago by Ahmet DAL <[email protected]>
tests are fixed.

github.com/javrasya/django-river - 1cc436bef3573ca29bf33920555ad8ce781c64d7 authored about 9 years ago by Ahmet DAL <[email protected]>
initial commit

github.com/javrasya/django-river - 59eb396eafd87cff2f6c4a9031d72e54cc1656ae authored about 9 years ago by Ahmet DAL <[email protected]>
Initial commit

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