grooveshop-django-api

Django Backend Eshop

MIT License

Downloads
12.8K
Stars
7
Committers
4

Bot releases are visible (Hide)

grooveshop-django-api - v0.37.3

Published by vasilistotskas 12 months ago

v0.37.3 (2023-10-31)

Fix

  • fix(Dockerfile): fix addgroup (3159bb9)
grooveshop-django-api - v0.37.2

Published by vasilistotskas 12 months ago

v0.37.2 (2023-10-31)

Fix

  • fix(Dockerfile): replace apt-get with apk (6d53af1)
grooveshop-django-api - v0.37.1

Published by vasilistotskas 12 months ago

v0.37.1 (2023-10-31)

Fix

  • fix: docker file fixes for github actions (0d500c0)
grooveshop-django-api - v0.37.0

Published by vasilistotskas 12 months ago

v0.37.0 (2023-10-31)

Feature

  • feat(docker.yml): add requirements for github actions cache. (4cbbc89)
grooveshop-django-api - v0.36.3

Published by vasilistotskas 12 months ago

v0.36.3 (2023-10-31)

Fix

  • fix(docker.yml): Update dockerfile path and add cache. (349cc26)
grooveshop-django-api - v0.36.2

Published by vasilistotskas 12 months ago

v0.36.2 (2023-10-30)

Fix

  • fix(docker.yml): Update dockerfile path. (b856bb1)

Unknown

  • Merge branch 'main' of github.com:vasilistotskas/grooveshop-django-api (fc5bb9c)
grooveshop-django-api - v0.36.1

Published by vasilistotskas 12 months ago

v0.36.1 (2023-10-30)

Fix

  • fix(cache.py): change redis host in github actions. (446e105)

  • fix: cache.py fixed. (240c3b3)

  • fix: Update staticfiles and mediafiles (ba83b89)

  • fix: More at Description

  • celery improvements , celery_setup.py rename to celery.py.
  • cache and session improvements.
  • locales generate, API schema.yml generate,. (16e0f6d)
grooveshop-django-api - v0.36.0

Published by vasilistotskas 12 months ago

v0.36.0 (2023-10-28)

Chore

  • chore: Move docker files under docker folder. (f02fc33)

Feature

  • feat(ci.yml): Add redis service (0458d56)

  • feat: Preparing for docker setup. (6e2f142)

Fix

  • fix: ci.yml cleanup (50dbaf9)

  • fix: Ci release step setup python added. (84b7f27)

  • fix: Update poetry lock (fd62504)

grooveshop-django-api - v0.35.0

Published by vasilistotskas almost 1 year ago

v0.35.0 (2023-10-20)

Feature

  • feat: More at Description
  • settings.py split in /config folder.
  • phonenumber_field library and use of PhoneNumberField in models and serializers.
  • pyproject.toml clean up.
  • migrations update. (1c4d811)

Fix

  • fix: add psycopg[binary] in requirements.txt and .env example file cleanup. (49408ce)

  • fix(config): SITE_ID default value fix (b40d7ba)

grooveshop-django-api - v0.34.0

Published by vasilistotskas about 1 year ago

v0.34.0 (2023-10-19)

Feature

  • feat(ci): Update package versions and use cache, compile locales (dee4d0f)
grooveshop-django-api - v0.33.1

Published by vasilistotskas about 1 year ago

v0.33.1 (2023-10-18)

Fix

  • fix(Dockerfile): copy python version 3.12 (1bae2ab)
grooveshop-django-api - v0.33.0

Published by vasilistotskas about 1 year ago

v0.33.0 (2023-10-18)

Feature

  • feat: More at Description
  • python version bump to 3.12.0
  • new lib djmoney add and usage in models and serializers.
  • versions bump.
  • migrations and api schema generate. (06faa95)
grooveshop-django-api - v0.32.0

Published by vasilistotskas about 1 year ago

v0.32.0 (2023-10-17)

Feature

  • feat: More at Description
  • Env files updated.
  • Replace django-environ lib with python-dotenv.
  • Multi factor authentication API endpoints implemented.
  • Settings and core/storages.py class for production S3 AWS storage.
  • Versions bump.

More fixes and improvements. (8d4ff27)

Fix

  • fix: settings.py change TIME_ZONE default and add multilang at test_serializers.py. (d9628e8)

  • fix(settings.py): update env defaults. (b371658)

  • fix(settings.py): languages update. (95b2aee)

  • fix(settings.py): languages update. (9fc02fd)

  • fix(settings.py): APPEND_SLASH default true. (62e519a)

  • fix(settings.py): add defaults at env vars. (4bab314)

  • fix(settings.py): local static path for GITHUB_WORKFLOW system env (b113b14)

  • fix(settings.py): ALLOWED_HOSTS env variable default set. (d0b0d4a)

grooveshop-django-api - v0.31.0

Published by vasilistotskas about 1 year ago

v0.31.0 (2023-10-06)

Feature

  • feat: More at Description
  • Authentication improvement. signal receive after social account signed up to populate account image.
  • Authentication new API endpoint is_user_registered based on email.
  • Authentication AuthenticationAllAuthPasswordResetForm method overriding AllAuthPasswordResetForm to change domain.
  • postgres in ci.yml version bump from 13 to 16.
  • More lint and general fixes. (53cc219)

Fix

  • fix: session serializer camel case fixed. (18baf25)
grooveshop-django-api - v0.30.0

Published by vasilistotskas about 1 year ago

v0.30.0 (2023-10-05)

Feature

  • feat: More at Description
  • Versions bump: Django, coverage, pylint, charset_normalizer, urllib3, rich, django-redis remove,
  • `psycopg2-binary` remove and replace with fresher and recommended `psycopg[binary]`
    
  • User auth account adapter override
  • Model constraints to modern way
  • Migrations update (e3d1703)
grooveshop-django-api - v0.29.1

Published by vasilistotskas about 1 year ago

v0.29.1 (2023-10-03)

Fix

  • fix: Cart service init fix, migrations update. (4d48e88)

Unknown

  • Chore: Versions bump, migrations update, API schema generate, notification app fix. (0553779)
grooveshop-django-api - v0.29.0

Published by vasilistotskas about 1 year ago

v0.29.0 (2023-10-03)

Feature

  • feat: settings.py updated, Session auth app refactor, User model improve.
  • Session: Remove method ensure_cart_id at session middleware, new API endpoints (session-all, session-refresh, session-revoke, session-revoke-all, session-active-users-count, session-refresh-last-activity), signal updated,
  • Settings: Update CORS and Auth.
  • User: Model new method remove_session and properties get_all_sessions and role. (a142372)
  • feat: Cart service refactor and cleanup, tests and API view updated. (de29e5e)
grooveshop-django-api - v0.28.0

Published by vasilistotskas about 1 year ago

v0.28.0 (2023-09-27)

Feature

  • feat: Auth module improve, unicode and str method fallback, session and cache rewrite. (cc21594)

Fix

  • fix(session/middleware.py): update_cache method rename to update_session to also set session + cache. (27c6a5d)
grooveshop-django-api - v0.27.0

Published by vasilistotskas about 1 year ago

v0.27.0 (2023-09-23)

Feature

  • feat(Faker): Increase command run speed using bulk_create, time of execution for each command add.
grooveshop-django-api - v0.26.2

Published by vasilistotskas about 1 year ago

v0.26.2 (2023-09-23)

Fix

  • fix(populate_user_address): Command fix check for main address. (770f6fb)
Package Rankings
Top 28.59% on Pypi.org
Badges
Extracted from project README
Coverage Status
Related Projects