Skip to content

Releases: surister/queryzen

v0.0.1

02 Mar 11:11
Compare
Choose a tag to compare

What's Changed

  • Set up project structure and basic gh workflow by @surister in #1
  • Improvements. by @surister in #4
  • New endpoints to create, retrieve zens through collections by @AndresGL01 in #7
  • Added new endpoints and schemas by @AndresGL01 in #9
  • Feature/python client by @surister in #10
  • Get DEFAULT_COLLECTION to constants.py by @surister in #11
  • Fix how we call pylint in CI by @surister in #12
  • Fix lint errors by @surister in #13
  • Added new fields on execution response by @AndresGL01 in #14
  • Replace version type from string to int and make it non-user configurable (auto-version) by @AndresGL01 in #16
  • Feature/py client update with backend by @surister in #17
  • Fix/py client+api fixes and improvements by @surister in #18
  • Fix bug where version was being updated in every instance save by @surister in #19
  • Handled broker/worker unavailability exceptions by @AndresGL01 in #21
  • Improve linting configuration by @surister in #22
  • feat: added parameters validation by @AndresGL01 in #25
  • Fix/fix more lint by @surister in #23
  • Add Zen.preview method to preview the SQL replacement of parameters. by @surister in #27
  • Add more filters like `name_contains, version_gt, version_lt, executi… by @surister in #28
  • Add docker-compose-ci.yml and GH action to run the tests on pushes. by @surister in #29
  • Make QueryZen catch 404 errors on Zen run by @surister in #30
  • Many improvementes: by @surister in #32
  • Add step to comment on PR the coverage report by @surister in #33
  • New Feature/workflows add sonar step by @x4lpha in #35
  • Fix/sonar client and api coverage & dockerfiles codesmells by @x4lpha in #36
  • Feature/default parameters by @surister in #34
  • fix (sonar-project.properties): Change sonar.projectKey by @x4lpha in #37
  • Fix/query parametrization by @surister in #38
  • Bump actions/setup-python from 3 to 5 by @dependabot in #39
  • Update faker requirement from ^35.0.0 to ^36.1.0 in /queryzen-api by @dependabot in #40
  • Update Zen state on run result by @surister in #41
  • Feature/refactor database by @surister in #42
  • Improve safe_sql_replace and add 'IDENT' special function by @surister in #43
  • Feature/improve result api by @surister in #44
  • Update django-filter requirement from ^24.3 to ^25.1 in /queryzen-api by @dependabot in #45
  • Feature/production setup by @surister in #48
  • Call test CI on push master by @surister in #49
  • Fix/update by @surister in #50

New Contributors

  • @AndresGL01 made their first contribution in #7
  • @x4lpha made their first contribution in #35
  • @dependabot made their first contribution in #39

Full Changelog: https://github.com/surister/queryzen/commits/v0.0.1