Releases: buildly-release-management/buildly-core
Releases · buildly-release-management/buildly-core
Release v1.0.0
Release v0.9.1
Release v0.9.0
Release v0.8.0
Release v0.6.3
Release v0.6.0
Release v0.5.8
Release v0.5.7
1) Upstream changes (Auto Approve, Social Auth, Test cases etc) * login with github * added django template * removed django template * initial commit * remove user groups * updated urls * initial commit * Updated dependency issues * Datamesh update (#11) * Datamesh async fixed * Datamesh join function script * Email alert integration (#13) * Integration - Email Notification * Integration - Email Notification * updated serializer * updated unit test * datamesh join script (#14) * datamesh join script * datamesh join script * comment removed * updated datamesh join script * updated datamesh join script * updated join_record_datamesh function * removed print statement * Partner implementation (#17) * Partner Implementation * removed organization * removed partner organization * removed partner organization * - partner unit test * - updated test fixtures * - removed comment * Resolve permissions for Organization * fix core endpoint issue (#21) * fix core endpoint issue * updated comment * Updated environment variables * Updated environment values * Handle for Gateway response 400 * datamesh join: - product <-> third party tool and - product <-> product_team * completed project tool service datamesh join * completed release service datamesh join * completed dev/partner service datamesh join * Fix Datamesh request issue * updated admin username and password * revert find endpoint fix * updated datamesh join module name * Added script to load datamesh * Handled blank response for join records * datamesh POST/PUT request implementation * updated post request for different use-cases * datamesh implemented delete request * post empty response validation * updated datamesh script for pk * converted into functions * updated put request * updated PUT request for case -> The relation that exists but needs to create join * Allow users to be auto-approved after registration * added fields on Relationship model * model via forward lookup * param service name via forward_lookup * written function for the case - Handles The relation that only needs to update ID or UUID * Get response after a POST and PUT request * refactor the functions * updated func parameter * issue fix - delete join * delete status join * migration file * User Type Implementation (#45) * added user type * admin dashboard * added survey_status * serializer fields added * help text * User profile update API (#48) * user profile update API * updated get_permission * unit test cases * added serializer field * serializer organization_name validation * updated core-user serializer update method * User registration update (#53) * register with org validation * uncommented invitation_token method * updated load initial script for org creation * set auto approve to false * core user create method * default org name * added new var to update * code format * updated gunicorn timeout * removed unwanted files from upstream pr * updated migration files * added new line * removed unwanted changes * removed prepare_get_request() function * updated DEFAULT_ORG to lowercase * Fix None type DEFAULT_ORG issue Co-authored-by: ashishkmishra36 <ashish.kumar@ajackus.com> Co-authored-by: Ashish K Mishra <70134840+ashishkmishra36@users.noreply.github.com> Co-authored-by: Yasmin Ansari <yasmin@ajackus.com> Co-authored-by: mthombare <83965396+mthombare@users.noreply.github.com> Co-authored-by: manish <manish.thombare@ajackus.com> Co-authored-by: Yasmin Ansari <yasmin.ansari@ajackus.com> Co-authored-by: Greg Lind <gwlind@gmail.com> (abhishek-kumar-piyush) (SHA: fb767679aec22e5591874194f653d49a4bc123d4) 2) GitHub action configuration (#67) * GitHub action configuration * Updated prod-build GCR path * Updated prod-build slack message * Updated prod-build mail message (mthombare) (SHA: bd79c328eaae0da05247e06924581a34c4c9ef1a) 3) Added Product Team as default user type (#65) (mthombare) (SHA: 96e67028b60e373643b21ef9e1648a897d0b5a0e) 4) Bump django from 2.2.27 to 2.2.28 in /requirements (#351) Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.27...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot]) (SHA: 3c303841ffcd88ce5db52e9f065ed11911931a4a) 5) Merge branch 'master' into master (glind) (SHA: 1bb28f0e2f7953893e64cef18fb6769abbc005b5) 6) Changes for email verification * changes for email verification * fix test case for coreuser registration (RadhikaPPatel) (SHA: e3cbd1739b41362caef183021a65b049316073ed) 7) move key to ops (RadhikaPPatel) (SHA: eb323b718daf04ce82369dc2061c6e65fbd36463) 8) Delete docker-compose.yml (glind) (SHA: 458b2035d9e81b2e11be21c4f25239cbc054b34f) 9) Create docker-compose.yml (glind) (SHA: c76af91c6fc544669fb062f58888c2e2412705e2) 10) add importlib_metadata package (RadhikaPPatel) (SHA: a870a1ad1d1125408048baf0dedff45495a37433) 11) coupon, verification, lint changes (RadhikaPPatel) (SHA: defbd13d00123b260a3af7d23abd9844a5dbf833) 12) Merge pull request #74 from buildly-release-management/feat/free-coupon-registration Free coupon, Email verification, Lint changes (glind) (SHA: ce2dfcf57644105e16c78c2f7e13970bb9b403fc) 13) add versioning for github actions deployment (RadhikaPPatel) (SHA: 9d0ef29a7ab38cc794d1b1fe2ec5b1a48a58ce93) 14) clean email template (odenypeter) (SHA: 0388a26672622d05d75b3fd9c22e3a184da4efa1) 15) Merge pull request #75 from buildly-release-management/patch-fix-email-template clean email template (glind) (SHA: ebd1499061961e6b7cca524bffdf3deb80d00043) 16) Update Dockerfile (#78) (glind) (SHA: 04529a50040a2f540cd208b9ce4f15b7b0e1bf9f) 17) add stripe subscription endpoint (odenypeter) (SHA: 03074b7fc8576c0adec7b1b76c3d64fdb7123590) 18) add subscription endpoint (odenypeter) (SHA: 29978c74d429b37778e9ee1392688044ed5797fd) 19) Merge pull request #83 from buildly-release-management/restore-stripe Add subscription endpoint (glind) (SHA: 4ccb19cdd45f1d22a4fddc1e9efc9edd6b729713) 20) update stripe endpoint (odenypeter) (SHA: fe8f860a6406b82b921931aa6bacf5d3ceba0ddb) 21) Merge branch 'restore-stripe' of github.com:buildly-release-management/buildly-core (odenypeter) (SHA: 582a8710f5daf0714e21229ba9498d0ea5af077b) 22) fix tests (odenypeter) (SHA: 00caa76a98c98227e368be0c3186ee5b5642fdda) 23) fix error (odenypeter) (SHA: 4b0764ccc4a0d1a6219225d82c16e7f0c993f992) 24) fix get org (odenypeter) (SHA: 2851464100225653527cd8483b5ff90d9a1bd53c) 25) fix microwave (odenypeter) (SHA: ec277e5c28dd5a2a543b25a87d25b1e768f03ace) 26) update versuion (odenypeter) (SHA: af615c5764a1743f18db19ac3abb6a8a4fbfeff4) 27) fix serializer error (odenypeter) (SHA: 1d7b088f317eacd9525a5ff36012e69d4298b9fa) 28) update stripe info (odenypeter) (SHA: dfd165e250e8b5e5c9e58b4c07fcca59c779cfab) 29) update subscription fields (odenypeter) (SHA: 980243a001b77c52c82348367293fd9727b2f80a) 30) fix subscription endpoint (odenypeter) (SHA: 4f04a3d892ef7001d5192b5a0d176453f3cd2222) 31) fix data (odenypeter) (SHA: 9b9cbafa5546ec3384d1e9074af6738ee0f8bb4d) 32) fix data (odenypeter) (SHA: cd6e540ecb36bcb94bc6561f3cd1a26505ec6b2b) 33) add coupon field (odenypeter) (SHA: d1ec61781a96e3d8514a9e862fac636820eb08ac) 34) update coupon code (odenypeter) (SHA: c35b70d6f633723d5911db56be8355a197722703) 35) update version (odenypeter) (SHA: 57fdec47e05b20db5e50ff6aa5c32e86dd8c8669) 36) clean subscription (odenypeter) (SHA: 3e929ac005c956a7eafdd84ae7057edfff0d61eb) 37) fix products (odenypeter) (SHA: d64e0d1829873a620bf8d4ac69c7bb83caba3c47) 38) fix products (odenypeter) (SHA: 3b53895881fa3d6a26567865ed81de208d7b8c55) 39) fix subscription date error (odenypeter) (SHA: 0cad262a33746213ae5d09c5c55949a54447940e) 40) set stripe api version (odenypeter) (SHA: 2d431a6c74b206a41d830ddb604ab710a2c54503) 41) fix data (odenypeter) (SHA: aaed694d5386c47c0534d3f1dbda5eedf520a3b6) 42) fix data (odenypeter) (SHA: aeda6e72baec7cbf79d7a233b464158e6eddc250) 43) bump version (odenypeter) (SHA: 131ad20d8b46968806d351d2e5debce28ac8fb19)
Release v0.5.6
1) Upstream changes (Auto Approve, Social Auth, Test cases etc) * login with github * added django template * removed django template * initial commit * remove user groups * updated urls * initial commit * Updated dependency issues * Datamesh update (#11) * Datamesh async fixed * Datamesh join function script * Email alert integration (#13) * Integration - Email Notification * Integration - Email Notification * updated serializer * updated unit test * datamesh join script (#14) * datamesh join script * datamesh join script * comment removed * updated datamesh join script * updated datamesh join script * updated join_record_datamesh function * removed print statement * Partner implementation (#17) * Partner Implementation * removed organization * removed partner organization * removed partner organization * - partner unit test * - updated test fixtures * - removed comment * Resolve permissions for Organization * fix core endpoint issue (#21) * fix core endpoint issue * updated comment * Updated environment variables * Updated environment values * Handle for Gateway response 400 * datamesh join: - product <-> third party tool and - product <-> product_team * completed project tool service datamesh join * completed release service datamesh join * completed dev/partner service datamesh join * Fix Datamesh request issue * updated admin username and password * revert find endpoint fix * updated datamesh join module name * Added script to load datamesh * Handled blank response for join records * datamesh POST/PUT request implementation * updated post request for different use-cases * datamesh implemented delete request * post empty response validation * updated datamesh script for pk * converted into functions * updated put request * updated PUT request for case -> The relation that exists but needs to create join * Allow users to be auto-approved after registration * added fields on Relationship model * model via forward lookup * param service name via forward_lookup * written function for the case - Handles The relation that only needs to update ID or UUID * Get response after a POST and PUT request * refactor the functions * updated func parameter * issue fix - delete join * delete status join * migration file * User Type Implementation (#45) * added user type * admin dashboard * added survey_status * serializer fields added * help text * User profile update API (#48) * user profile update API * updated get_permission * unit test cases * added serializer field * serializer organization_name validation * updated core-user serializer update method * User registration update (#53) * register with org validation * uncommented invitation_token method * updated load initial script for org creation * set auto approve to false * core user create method * default org name * added new var to update * code format * updated gunicorn timeout * removed unwanted files from upstream pr * updated migration files * added new line * removed unwanted changes * removed prepare_get_request() function * updated DEFAULT_ORG to lowercase * Fix None type DEFAULT_ORG issue Co-authored-by: ashishkmishra36 <ashish.kumar@ajackus.com> Co-authored-by: Ashish K Mishra <70134840+ashishkmishra36@users.noreply.github.com> Co-authored-by: Yasmin Ansari <yasmin@ajackus.com> Co-authored-by: mthombare <83965396+mthombare@users.noreply.github.com> Co-authored-by: manish <manish.thombare@ajackus.com> Co-authored-by: Yasmin Ansari <yasmin.ansari@ajackus.com> Co-authored-by: Greg Lind <gwlind@gmail.com> (abhishek-kumar-piyush) (SHA: fb767679aec22e5591874194f653d49a4bc123d4) 2) GitHub action configuration (#67) * GitHub action configuration * Updated prod-build GCR path * Updated prod-build slack message * Updated prod-build mail message (mthombare) (SHA: bd79c328eaae0da05247e06924581a34c4c9ef1a) 3) Added Product Team as default user type (#65) (mthombare) (SHA: 96e67028b60e373643b21ef9e1648a897d0b5a0e) 4) Bump django from 2.2.27 to 2.2.28 in /requirements (#351) Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.27...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot]) (SHA: 3c303841ffcd88ce5db52e9f065ed11911931a4a) 5) Merge branch 'master' into master (glind) (SHA: 1bb28f0e2f7953893e64cef18fb6769abbc005b5) 6) Changes for email verification * changes for email verification * fix test case for coreuser registration (RadhikaPPatel) (SHA: e3cbd1739b41362caef183021a65b049316073ed) 7) move key to ops (RadhikaPPatel) (SHA: eb323b718daf04ce82369dc2061c6e65fbd36463) 8) Delete docker-compose.yml (glind) (SHA: 458b2035d9e81b2e11be21c4f25239cbc054b34f) 9) Create docker-compose.yml (glind) (SHA: c76af91c6fc544669fb062f58888c2e2412705e2) 10) add importlib_metadata package (RadhikaPPatel) (SHA: a870a1ad1d1125408048baf0dedff45495a37433) 11) coupon, verification, lint changes (RadhikaPPatel) (SHA: defbd13d00123b260a3af7d23abd9844a5dbf833) 12) Merge pull request #74 from buildly-release-management/feat/free-coupon-registration Free coupon, Email verification, Lint changes (glind) (SHA: ce2dfcf57644105e16c78c2f7e13970bb9b403fc) 13) add versioning for github actions deployment (RadhikaPPatel) (SHA: 9d0ef29a7ab38cc794d1b1fe2ec5b1a48a58ce93) 14) clean email template (odenypeter) (SHA: 0388a26672622d05d75b3fd9c22e3a184da4efa1) 15) Merge pull request #75 from buildly-release-management/patch-fix-email-template clean email template (glind) (SHA: ebd1499061961e6b7cca524bffdf3deb80d00043) 16) Update Dockerfile (#78) (glind) (SHA: 04529a50040a2f540cd208b9ce4f15b7b0e1bf9f) 17) add stripe subscription endpoint (odenypeter) (SHA: 03074b7fc8576c0adec7b1b76c3d64fdb7123590) 18) add subscription endpoint (odenypeter) (SHA: 29978c74d429b37778e9ee1392688044ed5797fd) 19) Merge pull request #83 from buildly-release-management/restore-stripe Add subscription endpoint (glind) (SHA: 4ccb19cdd45f1d22a4fddc1e9efc9edd6b729713) 20) update stripe endpoint (odenypeter) (SHA: fe8f860a6406b82b921931aa6bacf5d3ceba0ddb) 21) Merge branch 'restore-stripe' of github.com:buildly-release-management/buildly-core (odenypeter) (SHA: 582a8710f5daf0714e21229ba9498d0ea5af077b) 22) fix tests (odenypeter) (SHA: 00caa76a98c98227e368be0c3186ee5b5642fdda) 23) fix error (odenypeter) (SHA: 4b0764ccc4a0d1a6219225d82c16e7f0c993f992) 24) fix get org (odenypeter) (SHA: 2851464100225653527cd8483b5ff90d9a1bd53c) 25) fix microwave (odenypeter) (SHA: ec277e5c28dd5a2a543b25a87d25b1e768f03ace) 26) update versuion (odenypeter) (SHA: af615c5764a1743f18db19ac3abb6a8a4fbfeff4) 27) fix serializer error (odenypeter) (SHA: 1d7b088f317eacd9525a5ff36012e69d4298b9fa) 28) update stripe info (odenypeter) (SHA: dfd165e250e8b5e5c9e58b4c07fcca59c779cfab) 29) update subscription fields (odenypeter) (SHA: 980243a001b77c52c82348367293fd9727b2f80a) 30) fix subscription endpoint (odenypeter) (SHA: 4f04a3d892ef7001d5192b5a0d176453f3cd2222) 31) fix data (odenypeter) (SHA: 9b9cbafa5546ec3384d1e9074af6738ee0f8bb4d) 32) fix data (odenypeter) (SHA: cd6e540ecb36bcb94bc6561f3cd1a26505ec6b2b) 33) add coupon field (odenypeter) (SHA: d1ec61781a96e3d8514a9e862fac636820eb08ac) 34) update coupon code (odenypeter) (SHA: c35b70d6f633723d5911db56be8355a197722703) 35) update version (odenypeter) (SHA: 57fdec47e05b20db5e50ff6aa5c32e86dd8c8669)
Release v0.5.5
1) Upstream changes (Auto Approve, Social Auth, Test cases etc) * login with github * added django template * removed django template * initial commit * remove user groups * updated urls * initial commit * Updated dependency issues * Datamesh update (#11) * Datamesh async fixed * Datamesh join function script * Email alert integration (#13) * Integration - Email Notification * Integration - Email Notification * updated serializer * updated unit test * datamesh join script (#14) * datamesh join script * datamesh join script * comment removed * updated datamesh join script * updated datamesh join script * updated join_record_datamesh function * removed print statement * Partner implementation (#17) * Partner Implementation * removed organization * removed partner organization * removed partner organization * - partner unit test * - updated test fixtures * - removed comment * Resolve permissions for Organization * fix core endpoint issue (#21) * fix core endpoint issue * updated comment * Updated environment variables * Updated environment values * Handle for Gateway response 400 * datamesh join: - product <-> third party tool and - product <-> product_team * completed project tool service datamesh join * completed release service datamesh join * completed dev/partner service datamesh join * Fix Datamesh request issue * updated admin username and password * revert find endpoint fix * updated datamesh join module name * Added script to load datamesh * Handled blank response for join records * datamesh POST/PUT request implementation * updated post request for different use-cases * datamesh implemented delete request * post empty response validation * updated datamesh script for pk * converted into functions * updated put request * updated PUT request for case -> The relation that exists but needs to create join * Allow users to be auto-approved after registration * added fields on Relationship model * model via forward lookup * param service name via forward_lookup * written function for the case - Handles The relation that only needs to update ID or UUID * Get response after a POST and PUT request * refactor the functions * updated func parameter * issue fix - delete join * delete status join * migration file * User Type Implementation (#45) * added user type * admin dashboard * added survey_status * serializer fields added * help text * User profile update API (#48) * user profile update API * updated get_permission * unit test cases * added serializer field * serializer organization_name validation * updated core-user serializer update method * User registration update (#53) * register with org validation * uncommented invitation_token method * updated load initial script for org creation * set auto approve to false * core user create method * default org name * added new var to update * code format * updated gunicorn timeout * removed unwanted files from upstream pr * updated migration files * added new line * removed unwanted changes * removed prepare_get_request() function * updated DEFAULT_ORG to lowercase * Fix None type DEFAULT_ORG issue Co-authored-by: ashishkmishra36 <ashish.kumar@ajackus.com> Co-authored-by: Ashish K Mishra <70134840+ashishkmishra36@users.noreply.github.com> Co-authored-by: Yasmin Ansari <yasmin@ajackus.com> Co-authored-by: mthombare <83965396+mthombare@users.noreply.github.com> Co-authored-by: manish <manish.thombare@ajackus.com> Co-authored-by: Yasmin Ansari <yasmin.ansari@ajackus.com> Co-authored-by: Greg Lind <gwlind@gmail.com> (abhishek-kumar-piyush) (SHA: fb767679aec22e5591874194f653d49a4bc123d4) 2) GitHub action configuration (#67) * GitHub action configuration * Updated prod-build GCR path * Updated prod-build slack message * Updated prod-build mail message (mthombare) (SHA: bd79c328eaae0da05247e06924581a34c4c9ef1a) 3) Added Product Team as default user type (#65) (mthombare) (SHA: 96e67028b60e373643b21ef9e1648a897d0b5a0e) 4) Bump django from 2.2.27 to 2.2.28 in /requirements (#351) Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.27...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot]) (SHA: 3c303841ffcd88ce5db52e9f065ed11911931a4a) 5) Merge branch 'master' into master (glind) (SHA: 1bb28f0e2f7953893e64cef18fb6769abbc005b5) 6) Changes for email verification * changes for email verification * fix test case for coreuser registration (RadhikaPPatel) (SHA: e3cbd1739b41362caef183021a65b049316073ed) 7) move key to ops (RadhikaPPatel) (SHA: eb323b718daf04ce82369dc2061c6e65fbd36463) 8) Delete docker-compose.yml (glind) (SHA: 458b2035d9e81b2e11be21c4f25239cbc054b34f) 9) Create docker-compose.yml (glind) (SHA: c76af91c6fc544669fb062f58888c2e2412705e2) 10) add importlib_metadata package (RadhikaPPatel) (SHA: a870a1ad1d1125408048baf0dedff45495a37433) 11) coupon, verification, lint changes (RadhikaPPatel) (SHA: defbd13d00123b260a3af7d23abd9844a5dbf833) 12) Merge pull request #74 from buildly-release-management/feat/free-coupon-registration Free coupon, Email verification, Lint changes (glind) (SHA: ce2dfcf57644105e16c78c2f7e13970bb9b403fc) 13) add versioning for github actions deployment (RadhikaPPatel) (SHA: 9d0ef29a7ab38cc794d1b1fe2ec5b1a48a58ce93) 14) clean email template (odenypeter) (SHA: 0388a26672622d05d75b3fd9c22e3a184da4efa1) 15) Merge pull request #75 from buildly-release-management/patch-fix-email-template clean email template (glind) (SHA: ebd1499061961e6b7cca524bffdf3deb80d00043) 16) Update Dockerfile (#78) (glind) (SHA: 04529a50040a2f540cd208b9ce4f15b7b0e1bf9f) 17) add stripe subscription endpoint (odenypeter) (SHA: 03074b7fc8576c0adec7b1b76c3d64fdb7123590) 18) add subscription endpoint (odenypeter) (SHA: 29978c74d429b37778e9ee1392688044ed5797fd) 19) Merge pull request #83 from buildly-release-management/restore-stripe Add subscription endpoint (glind) (SHA: 4ccb19cdd45f1d22a4fddc1e9efc9edd6b729713) 20) update stripe endpoint (odenypeter) (SHA: fe8f860a6406b82b921931aa6bacf5d3ceba0ddb) 21) Merge branch 'restore-stripe' of github.com:buildly-release-management/buildly-core (odenypeter) (SHA: 582a8710f5daf0714e21229ba9498d0ea5af077b) 22) fix tests (odenypeter) (SHA: 00caa76a98c98227e368be0c3186ee5b5642fdda) 23) fix error (odenypeter) (SHA: 4b0764ccc4a0d1a6219225d82c16e7f0c993f992) 24) fix get org (odenypeter) (SHA: 2851464100225653527cd8483b5ff90d9a1bd53c) 25) fix microwave (odenypeter) (SHA: ec277e5c28dd5a2a543b25a87d25b1e768f03ace) 26) update versuion (odenypeter) (SHA: af615c5764a1743f18db19ac3abb6a8a4fbfeff4)