Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Backend/carrito2 #61

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Backend/carrito2 #61

wants to merge 19 commits into from

Commits on Dec 3, 2023

  1. chore(backend): populate initial database

    Signed-off-by: davblamor <davidbm2001.db@gmail.com>
    davblamor authored and ferferga committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ac888b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. feat(frontend):index page

    Signed-off-by: carlosdelrioperez <80700839+carlosdelrioperez@users.noreply.github.com>
    carlosdelrioperez authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    a4c1f32 View commit details
    Browse the repository at this point in the history
  2. chore(frontend):correct lint

    Signed-off-by: carlosdelrioperez <80700839+carlosdelrioperez@users.noreply.github.com>
    carlosdelrioperez authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    2f05933 View commit details
    Browse the repository at this point in the history
  3. chore(frontend): remove sass

    Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
    ferferga authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    671a392 View commit details
    Browse the repository at this point in the history
  4. fix(frontend): add quasar minimum set of icons

    Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
    ferferga authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    9d6efda View commit details
    Browse the repository at this point in the history
  5. chore(deps): update npm dependencies (#5)

    renovate[bot] authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    674fbba View commit details
    Browse the repository at this point in the history
  6. chore(deps): update npm development dependencies (#41)

    renovate[bot] authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    0c9df3f View commit details
    Browse the repository at this point in the history
  7. chore(backend): populate initial database

    Signed-off-by: davblamor <davidbm2001.db@gmail.com>
    davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    3b8d53c View commit details
    Browse the repository at this point in the history
  8. feat (Product): Added Product list and getter

    Signed-off-by: Juan Carlos GR <juacargomram@gmail.com>
    juagomram authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    28a6bac View commit details
    Browse the repository at this point in the history
  9. feat (Product-Admin): Added Admin and Product gets

    Signed-off-by: Juan Carlos GR <juacargomram@gmail.com>
    juagomram authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    e66becb View commit details
    Browse the repository at this point in the history
  10. chore(backend): update requirements file

    drf_yasg dependency was missing
    
    Signed-off-by: GitHub <noreply@github.com>
    ferferga authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    4aa4f2b View commit details
    Browse the repository at this point in the history
  11. fix(backend): warning on url pattern

    We were using a deprecated pattern for the swagger endpoints
    
    Signed-off-by: GitHub <noreply@github.com>
    ferferga authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    fa4a6c8 View commit details
    Browse the repository at this point in the history
  12. refactor(backend): join all activity endpoints into a single one

    Signed-off-by: GitHub <noreply@github.com>
    ferferga authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    508efcc View commit details
    Browse the repository at this point in the history
  13. refactor(backend): move database into subdirectory

    In order to have a working Docker image, the database must be persisted.
    In ocker, folders are mounted from the container to the host, so we should mount
    a folder that contains the only data needed to be persisted, not the whole application
    
    Signed-off-by: GitHub <noreply@github.com>
    ferferga authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    26faee0 View commit details
    Browse the repository at this point in the history
  14. ci: add backend quality checks

    Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
    ferferga authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    57713cb View commit details
    Browse the repository at this point in the history
  15. chore(deps): update actions/setup-python action to v5

    renovate[bot] authored and davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    5bbcde8 View commit details
    Browse the repository at this point in the history
  16. <type>[optional scope]: <description>

    [optional body]
    
    [optional footer(s)]
    
    Signed-off-by: davblamor <davidbm2001.db@gmail.com>
    davblamor committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    540988a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. feat(backend): Add cart

    Signed-off-by: raumonmar1 <raumonmar1@alum.us.es>
    raumonmar1 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8f6a8f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef46514 View commit details
    Browse the repository at this point in the history