Releases: juntossomosmais/django-import-export-stomp
Releases · juntossomosmais/django-import-export-stomp
0.3.0
0.2.0
Changes:
- f3464df Merge pull request #14 from juntossomosmais/feature/fixed-add-edit-form-and-permissions
- 5d9337a feat: moved resource_importer to model_config and renamed model_config to resources.py
- f02eefc chore: pre-committed all the things
- 95e8232 feat: updated version
- 6d8c535 fix: fixed bigautofield and id fields on apps
- b1452f3 fix: set correct settings
- 585bb5a fix: start-example now removes sqlite db
- 44dfb14 fix: fixed permissions for admin
- 008094c fix: now using correct key when using presigned url
- 2cdc20f feat: added network to docker-compose to fix some networking inssues
This list of changes was auto generated.
0.1.2
Changes:
- d8e3500 Merge pull request #13 from juntossomosmais/feature/update-release-version
- 4ffbb9c feat: udpated version
- 09053f8 Merge pull request #12 from juntossomosmais/feature/fixed-change-admin
- af1a2b9 fix: fixed change page on admin and added default to IMPORT_EXPORT_STOMP_PRESIGNED_POST_EXPIRATION
This list of changes was auto generated.
0.1.1
Changes:
- a2c8067 Merge pull request #11 from juntossomosmais/feature/updated-readme-and-versions
- 7a51adf feat: fixed versions
- 94a5fc7 feat: updated readme to have add urls section to upload with aws s3 presigned url
- 094d8a3 feat: changed versions to reflect real usage
- 5a640bd Merge pull request #10 from juntossomosmais/feature/update-readme
- edc29ca feat: added running the consumer step to documentation
- b7eb449 feat: updated readme with the correct variables, badges, and documentation
This list of changes was auto generated.
0.1.0
Changes:
- 6844fac Merge pull request #9 from juntossomosmais/feature/signed-url-and-example
- fdca38b feat: precommit it all
- 6e08cc9 feat: added form that accepts both presigned and normal upload
- 940b819 feat: precommit it all
- 1546461 feat: created tests for presigned url endpoint
- aa97a21 feat: precommited everything
- 6fd3857 feat: added presigned update template
- f825e39 feat: created presigned post view
- df1d3a3 feat: added pubsub to example container
- f935541 Merge pull request #6 from juntossomosmais/feature/signed-url-and-example
See More
- 581b880 feat: fixed tests
- 7ef52d2 feat: pre-commited everything
- 6b950c4 Merge branch 'main' into feature/signed-url-and-example
- b8c4f89 Merge pull request #4 from juntossomosmais/feature/renaming-and-clean
- e8e24c0 Merge branch 'refactor/remove-celery-and-add-stomp-pubsub' into feature/renaming-and-clean
- 2a33ede Merge branch 'main' into feature/renaming-and-clean
- 049bb70 Merge pull request #7 from juntossomosmais/release/azure-integration
- e80f6bc docs: change readme extension in main folder
- 5e0dd65 build: change readme in toml file
- 235faeb docs: change readme extension from rst to markdown
- e7745f1 Merge pull request #2 from juntossomosmais/feature/azure-integration
- 4cbe52c tests: add type hints in tests
- 32c6ad5 feat: added example to project
- 86ada06 feat: removed more refrences to celery
- f1f7e4e feat: added command
- ebe00e1 feat: added boto3 and storages to dev, updated tests
- 8564131 feat: added admin.py to exclude on coverage
- 28af9af refactor: actions now send via stomp instead of celery
- 34b440b feat: fixed rabbitmq and added aws storage
- 83f7596 fix: fixed false-positive import test
- 3e5d2a8 feat: added export testing
- 3dcd5ff feat: added removal of tests folder for dockerfile
- 388f9ce feat: added fake_app
- 06b1155 feat: created main pubsub
- 35fdfff refactor: typed and diminished cognite load on some functions
- bda889b refactor: changed from call celery task to send stomp message
- 94d846a feat: added utils to load resource and send message to stomp queue
- 28d75d3 refactor: removed email testing
- 361b1d3 docs: updated readme and added credits
- 21abd84 refactor: removed html2text
- 8a5c1a4 refactor: updated django-stomp and removed html2text
- 60d5ab3 fix: removed double call on start-tests
- 0833694 refactor: renamed everything from celery to stomp
- c0ce506 refactor: renamed from celery to stomp
- d6a635e refactor: excluded example from coverage
- 0cff2cd feat(tests): add tests for exportjob model and methods
- 23193d1 feat(tests): add tests for fields module and fix test formats
- c3262ea feat(tests): add tests for importjob model
- 18d0130 feat(tests): add testes for model config and export job action
- 92a52eb feat(tests): wip for admin actions tests
- 200518b feat(tests): add tests for model resources and app
- 80bfc25 feat(tests): add tests for utils functions
- 2a808fb feat(build): add new files to exclude in sonar
- 9daf695 feat(build): exclude reports to pass sonar
- 2b595a9 feat(lint): add new version of flake and black
- 815dfd0 feat(build): add organization in project sonar key
- 57a8632 feat(build): fix sonar project key
- f1eee31 feat(build): remove custom networks
- a531d48 feat: add network in docker-compose
- 8adbd02 feat: add test to fix exit code 5 in pytest
- 32f0e97 feat: add azure pipeline template
- 662c9b9 feat: modify pre-commit and gitignore
- aabd198 Merge pull request #1 from juntossomosmais/develop
- 483894f feat: fixed integration tests
- fd168a9 feat: linted/blacked/mypyd all the things
- 6e8dcd4 feat: added docker containers and scripts
- 43fd30d feat: added poetry
- 41a57ca feat: added sonar-project properties and pytest setup
- ca05e36 feat: updated setup.cfg
- 45efde9 feat: added pre-commit-config
- 0102c30 feat: added dockerignore
- f9a32a0 feat: added .coveragerc
- 3f0a6ca feat: updated gitignore
- 54e3753 feat: added dockerfile and docker-compose
- c6f4347 feat: moved from celery folder to django-stomp
- 087bf11 feat: added CODEOWNERS, dependabot and pull_request_template
- 35b0495 feat: updated README with django-stomp references
- eb951fb feat: Removed unused files
- 4e92ed1 Merge pull request auto-mat#109 from Jaspreet-singh-1032/add-try-except-for-auto-file-delete [ #1032 ]
- f6744d9 added try except for import file delete
- 97589eb Merge pull request auto-mat#108 from Jaspreet-singh-1032/104-delete-uploaded-files-upon-deleting-the-import-job [ #1032 ]
- 86664b3 Merge pull request auto-mat#106 from zachbellay/patch-1
- a8738b1 delete uploaded file on import job delete
- e7bc39c Fix AttributeError if IMPORT_EXPORT_CELERY_STORAGE is not defined in django settings
- a08f82d Underline two short errors are sadistic bs.
- 5a54a81 Merge pull request auto-mat#105 from zachbellay/feat/customizable-storage-backend
- b3273d3 add customizable storage backend configurable via IMPORT_EXPORT_CELERYY_STORAGE
- 234e93e Merge pull request auto-mat#102 from urtzai/master
- aa8fb58 fix README tablib URL
- b4232e0 Necesary changes for the PR acceptance
- 9eddf39 Merge pull request auto-mat#103 from Jaspreet-singh-1032/fixes-101-convert-directory-to-modules [ #1032 ]
- 0df1fdf added MANIFEST.in to include data files
- 3937528 treat templates and locale directories as sub-module
- 4ab9cd0 removed translatable template + black
- 03dc463 get_formats conditional fixed
- f7a01be function rewrited in more pythonic way
- 918410c Optional function to exclude some DEFAULT_FORMATS
- 5928884 translatable email template
- 1cb2857 Add Basque localization
- c98ed0e Merge pull request auto-mat#100 from jacklinke/add_missing_migration
- 4e49658 Add missing migration
- dde72db Merge pull request auto-mat#99 from Ubiwhere/feat/translations
- 65ed15a added translation in portuguese
- 87bb13f Weird typo in code of conduct :O
- 2d5755d Merge pull request auto-mat#94 from Jaspreet-singh-1032/issue-83-use-template-to-send-email [ #1032 ]
- 256acd8 error fix in readme
- 8a37502 Merge pull request auto-mat#92 from Jaspreet-singh-1032/issue-83-use-template-to-send-email [ #1032 ]
- d6243e7 added documentation
- 083aafe Merge pull request auto-mat#91 from Jaspreet-singh-1032/issue-83-use-template-to-send-email [ #1032 ]
- e347b0f fixed flake8 issues and added html2text to setup.py dependencies
- f52326f use template to send mail for export job completion
- afe519b...