Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/javrasya/django-river
Django workflow library that supports on the fly changes ⛵
https://github.com/javrasya/django-river
finding objects waiting for approval mechanism is changed. Next states are calculated acording to skipped states now.
65bea948cb52d35d1f6b3ae5939621295a43b3ea authored over 9 years ago by Ahmet DAL <[email protected]>
65bea948cb52d35d1f6b3ae5939621295a43b3ea authored over 9 years ago by Ahmet DAL <[email protected]>
approve and reject functionality is now in workflow model class too
31bfb4a85d93fb133374e7115a675178108a4fed authored over 9 years ago by Ahmet DAL <[email protected]>
31bfb4a85d93fb133374e7115a675178108a4fed authored over 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
d019c317d6b2b1d3b9706e940f16c2db1a98ec3a authored over 9 years ago by Ahmet DAL <[email protected]>
d019c317d6b2b1d3b9706e940f16c2db1a98ec3a authored over 9 years ago by Ahmet DAL <[email protected]>
object field in approvement is now workflow_object
faf1b1d5528ddd8b6ca21d4a7566cee88493c21e authored over 9 years ago by Ahmet DAL <[email protected]>
faf1b1d5528ddd8b6ca21d4a7566cee88493c21e authored over 9 years ago by Ahmet DAL <[email protected]>
nullable argument is not necessary for groups and permissions m2m fields in ApprovementMeta. They are removed.
cd3bb1738b91ee0b2e22f8fa3b5575c49ecf7bc6 authored over 9 years ago by Ahmet DAL <[email protected]>
cd3bb1738b91ee0b2e22f8fa3b5575c49ecf7bc6 authored over 9 years ago by Ahmet DAL <[email protected]>
nullable argument is not necessary for groups and permissions m2m fields in Approvement. They are removed.
cde9fc3e5f812146c40ddd51a28c82d8ce51aa8b authored over 9 years ago by Ahmet DAL <[email protected]>
cde9fc3e5f812146c40ddd51a28c82d8ce51aa8b authored over 9 years ago by Ahmet DAL <[email protected]>
enabling/disabling approvement functionality is added.
7d4973d1e5a6f5ee06bdf72dbc0b5c0e979f8659 authored over 9 years ago by Ahmet DAL <[email protected]>
7d4973d1e5a6f5ee06bdf72dbc0b5c0e979f8659 authored over 9 years ago by Ahmet DAL <[email protected]>
completed successfully handler functionality is added
a5cf2339698b9999c4f36e3eb433f5d4298ecf38 authored over 9 years ago by Ahmet DAL <[email protected]>
a5cf2339698b9999c4f36e3eb433f5d4298ecf38 authored over 9 years ago by Ahmet DAL <[email protected]>
transition handler functionality is added
d38aff1d18fff58317f1a8e591707d23353e7847 authored over 9 years ago by Ahmet DAL <[email protected]>
d38aff1d18fff58317f1a8e591707d23353e7847 authored over 9 years ago by Ahmet DAL <[email protected]>
workflow_is_completed and on_transition signals are added.
7f8b497ffdacf72fefede0abceec81314396616c authored over 9 years ago by Ahmet DAL <[email protected]>
7f8b497ffdacf72fefede0abceec81314396616c authored over 9 years ago by Ahmet DAL <[email protected]>
README minor fix
22a4203716de3cec139d0796f38d871f1e8e674f authored over 9 years ago by Ahmet DAL <[email protected]>
22a4203716de3cec139d0796f38d871f1e8e674f authored over 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
67d89a7a73201e2dbbef98166068b214c7b9c243 authored over 9 years ago by Ahmet DAL <[email protected]>
67d89a7a73201e2dbbef98166068b214c7b9c243 authored over 9 years ago by Ahmet DAL <[email protected]>
overriding approvements permission and group functionalities are added.
ddd0e216cf59cb7a88aeba1ef518d5677be63053 authored over 9 years ago by Ahmet DAL <[email protected]>
ddd0e216cf59cb7a88aeba1ef518d5677be63053 authored over 9 years ago by Ahmet DAL <[email protected]>
pytest installing is removed
4902b82f2ea7a78f8ffee2cc4c7611db6ac50dce authored over 9 years ago by Ahmet DAL <[email protected]>
4902b82f2ea7a78f8ffee2cc4c7611db6ac50dce authored over 9 years ago by Ahmet DAL <[email protected]>
minor changes
f6d157b7cd079a432a1b1161a565e122929ea952 authored over 9 years ago by Ahmet DAL <[email protected]>
f6d157b7cd079a432a1b1161a565e122929ea952 authored over 9 years ago by Ahmet DAL <[email protected]>
coverall badge
37cc52cddb1711fd900896f7e49dfc7764a948b8 authored over 9 years ago by Ahmet DAL <[email protected]>
37cc52cddb1711fd900896f7e49dfc7764a948b8 authored over 9 years ago by Ahmet DAL <[email protected]>
minor change
d02d3ec0d3bf8632105f2718bbe06b4580a08740 authored over 9 years ago by Ahmet DAL <[email protected]>
d02d3ec0d3bf8632105f2718bbe06b4580a08740 authored over 9 years ago by Ahmet DAL <[email protected]>
coveral keys is fixed
f9315646eaeb63705c589d50de4cb6e64fe4daa1 authored over 9 years ago by Ahmet DAL <[email protected]>
f9315646eaeb63705c589d50de4cb6e64fe4daa1 authored over 9 years ago by Ahmet DAL <[email protected]>
minor change
b65e9f03dbf80052b89da307709faa194886d469 authored over 9 years ago by Ahmet DAL <[email protected]>
b65e9f03dbf80052b89da307709faa194886d469 authored over 9 years ago by Ahmet DAL <[email protected]>
README is OK. Travis and coverals are integrated
dce343a95e05061496c8815188d810f5c13ba57f authored over 9 years ago by Ahmet DAL <[email protected]>
dce343a95e05061496c8815188d810f5c13ba57f authored over 9 years ago by Ahmet DAL <[email protected]>
README is OK. Travis and coverals are integrated
e92085d86a63b482d81888aba2a97b15c20644f5 authored over 9 years ago by Ahmet DAL <[email protected]>
e92085d86a63b482d81888aba2a97b15c20644f5 authored over 9 years ago by Ahmet DAL <[email protected]>
coverage is added
6ac32af1bb2490d4506c079b84cb67df60ead72a authored over 9 years ago by Ahmet DAL <[email protected]>
6ac32af1bb2490d4506c079b84cb67df60ead72a authored over 9 years ago by Ahmet DAL <[email protected]>
tests are fixed.
1cc436bef3573ca29bf33920555ad8ce781c64d7 authored over 9 years ago by Ahmet DAL <[email protected]>
1cc436bef3573ca29bf33920555ad8ce781c64d7 authored over 9 years ago by Ahmet DAL <[email protected]>
initial commit
59eb396eafd87cff2f6c4a9031d72e54cc1656ae authored over 9 years ago by Ahmet DAL <[email protected]>
59eb396eafd87cff2f6c4a9031d72e54cc1656ae authored over 9 years ago by Ahmet DAL <[email protected]>
Initial commit
a9d0eb71f9740e69acbaa5599aeed2546a16ea4e authored over 9 years ago by Ahmet DAL <[email protected]>
a9d0eb71f9740e69acbaa5599aeed2546a16ea4e authored over 9 years ago by Ahmet DAL <[email protected]>