Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test] - All test passed #9

Merged
merged 150 commits into from
Dec 9, 2022
Merged

[Test] - All test passed #9

merged 150 commits into from
Dec 9, 2022

Commits on Feb 26, 2022

  1. refactor

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ff7c8d7 View commit details
    Browse the repository at this point in the history
  2. fix: Corrige lista de cursos del instructor

    Fixes: #7
    
    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ac2d8b6 View commit details
    Browse the repository at this point in the history
  3. Agrega codigo para agregar seccion a un curso.

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    3a375cc View commit details
    Browse the repository at this point in the history
  4. Utiliza codigos uuid para secciones y recursos

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    4a2147d View commit details
    Browse the repository at this point in the history
  5. fix: Corrige error al crear la DB en potgres

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    713b273 View commit details
    Browse the repository at this point in the history
  6. style: Corrige errores reportados por pylint.

    pylint now_lms
    ************* Module now_lms
    now_lms/__init__.py:795:8: W0622: Redefining built-in 'id' (redefined-builtin)
    now_lms/__init__.py:796:8: W0621: Redefining name 'nuevo_seccion' from outer scope (line 790) (redefined-outer-name)
    now_lms/__init__.py:822:8: W0622: Redefining built-in 'id' (redefined-builtin)
    now_lms/__init__.py:823:8: W0621: Redefining name 'nuevo_recurso' from outer scope (line 817) (redefined-outer-name)
    now_lms/__init__.py:817:31: W0613: Unused argument 'seccion' (unused-argument)
    
    -----------------------------------
    Your code has been rated at 9.89/10
    
    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    d38dcc7 View commit details
    Browse the repository at this point in the history
  7. refactor: Reduce cantidad de markup repetido

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    e42774c View commit details
    Browse the repository at this point in the history
  8. build: Actualiza Bootstrap Icons

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    0fe99f8 View commit details
    Browse the repository at this point in the history
  9. feat: Acordeon para mostrar contenido del curso

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    00cd6d9 View commit details
    Browse the repository at this point in the history
  10. refactor: Pagina tipo de recurso

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    c4b1649 View commit details
    Browse the repository at this point in the history
  11. fix: Not require POST

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    d82793e View commit details
    Browse the repository at this point in the history
  12. refactor

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    4fdecaa View commit details
    Browse the repository at this point in the history
  13. Agrega indice

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    320190c View commit details
    Browse the repository at this point in the history
  14. Agrega info a usuarios predterminados

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    a4ce184 View commit details
    Browse the repository at this point in the history
  15. Feat: Agrego macro para notificaciones

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    70295ee View commit details
    Browse the repository at this point in the history
  16. fix: Notify

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    2b9ac92 View commit details
    Browse the repository at this point in the history
  17. setup tet

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    f4b851e View commit details
    Browse the repository at this point in the history
  18. test unitarios

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    233b08a View commit details
    Browse the repository at this point in the history
  19. pruebas unitarias

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    56eb114 View commit details
    Browse the repository at this point in the history
  20. test

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    3d88e68 View commit details
    Browse the repository at this point in the history
  21. build: Deploy to DO

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    46dc788 View commit details
    Browse the repository at this point in the history
  22. build: Deploy to Heroku

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    44c58d7 View commit details
    Browse the repository at this point in the history
  23. build: Deploy to DO

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    b365c39 View commit details
    Browse the repository at this point in the history
  24. build: Deploy to Heroku

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    4760b38 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. fix: Heroku postgresql requieres ssl

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    d8e1d82 View commit details
    Browse the repository at this point in the history
  2. fix: Heroku postgresql requieres ssl

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    3f00926 View commit details
    Browse the repository at this point in the history
  3. fix: Heroku postgresql requieres ssl

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    0ca1c7c View commit details
    Browse the repository at this point in the history
  4. build: Heroku likes psycopg

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    a7cc896 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    williamjmorenor authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    e038480 View commit details
    Browse the repository at this point in the history
  6. build: Minimal nginx configuration

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    ac6c11d View commit details
    Browse the repository at this point in the history
  7. Update readme

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    e00087b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. fix: Corrige permisos instructor

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    8ddcb53 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. fix: Corrige lista de cursos del instructor

    Fixes: #7
    
    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    b796874 View commit details
    Browse the repository at this point in the history
  2. test: Agrega pruebas

    Signed-off-by: William Moreno Reyes <williamjmorenor@fedoraproject.org>
    williamjmorenor committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    86818a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Agrega metodo para eliminar curso.

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6bc6eb2 View commit details
    Browse the repository at this point in the history
  2. fixup

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c81f994 View commit details
    Browse the repository at this point in the history
  3. build: Actualiza configuración de gitpod

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    11f1e7d View commit details
    Browse the repository at this point in the history
  4. style: Correcciones de estilo

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    941943c View commit details
    Browse the repository at this point in the history
  5. fix: Typo

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ec1e0dd View commit details
    Browse the repository at this point in the history
  6. refactor: Ejecuta un query menos

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    21877d6 View commit details
    Browse the repository at this point in the history
  7. WIP

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    81fca57 View commit details
    Browse the repository at this point in the history
  8. style: pass mypy

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ec6efa9 View commit details
    Browse the repository at this point in the history
  9. style: Sonarcube

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3a33093 View commit details
    Browse the repository at this point in the history
  10. feat: Corrige direcciones de base de datos

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3e8184b View commit details
    Browse the repository at this point in the history
  11. Update README.md

    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    57064e6 View commit details
    Browse the repository at this point in the history
  12. build: Minimal nginx configuration

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6c35a03 View commit details
    Browse the repository at this point in the history
  13. Update readme

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f485647 View commit details
    Browse the repository at this point in the history
  14. fix: Corrige permisos instructor

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c50478a View commit details
    Browse the repository at this point in the history
  15. fix: Corrige lista de cursos del instructor

    Fixes: #7
    
    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5364cf0 View commit details
    Browse the repository at this point in the history
  16. test: Agrega pruebas

    Signed-off-by: William Moreno Reyes <williamjmorenor@fedoraproject.org>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    320c94b View commit details
    Browse the repository at this point in the history
  17. Agrega metodo para eliminar curso.

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    802a6bb View commit details
    Browse the repository at this point in the history
  18. fixup

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a045348 View commit details
    Browse the repository at this point in the history
  19. build: Actualiza configuración de gitpod

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d96b859 View commit details
    Browse the repository at this point in the history
  20. style: Correcciones de estilo

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d3ffd07 View commit details
    Browse the repository at this point in the history
  21. fix: Typo

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    766f776 View commit details
    Browse the repository at this point in the history
  22. refactor: Ejecuta un query menos

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0c12f57 View commit details
    Browse the repository at this point in the history
  23. WIP

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e9f6a37 View commit details
    Browse the repository at this point in the history
  24. style: pass mypy

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f1195a8 View commit details
    Browse the repository at this point in the history
  25. build: Heroku likes psycopg

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7135c63 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    189f86a View commit details
    Browse the repository at this point in the history
  27. build: PG8000 por defecto

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    730d99b View commit details
    Browse the repository at this point in the history
  28. build: Test python3.11

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b804e0d View commit details
    Browse the repository at this point in the history
  29. Revert "build: Test python3.11"

    This reverts commit b804e0d.
    williamjmorenor committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8e3065c View commit details
    Browse the repository at this point in the history
  30. Update README.md

    williamjmorenor authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    716338d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. test: agrega test

    Signed-off-by: William Moreno Reyes <williamjmorenor@fedoraproject.org>
    williamjmorenor committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    a56c28b View commit details
    Browse the repository at this point in the history
  2. test: agrega test

    Signed-off-by: William Moreno Reyes <williamjmorenor@fedoraproject.org>
    williamjmorenor committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    64da717 View commit details
    Browse the repository at this point in the history
  3. test: agrega test

    Signed-off-by: William Moreno Reyes <williamjmorenor@fedoraproject.org>
    williamjmorenor committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    598511c View commit details
    Browse the repository at this point in the history
  4. test: Mejora covertura

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    cc15fda View commit details
    Browse the repository at this point in the history
  5. style: Correciones de estilo

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    414bde5 View commit details
    Browse the repository at this point in the history
  6. test: Mejor covertura

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    3d12b21 View commit details
    Browse the repository at this point in the history
  7. test: Mejor covertura

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    810a072 View commit details
    Browse the repository at this point in the history
  8. test: mejor cobertura

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    c7988ea View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    a9053da View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Update README.md

    williamjmorenor authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    01bd3ca View commit details
    Browse the repository at this point in the history
  2. Update README.md

    williamjmorenor authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b247857 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    williamjmorenor authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b40f523 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. test: Crear usuario

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    32986ef View commit details
    Browse the repository at this point in the history
  2. test: Fix test

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    0f50a05 View commit details
    Browse the repository at this point in the history
  3. test: Fix test

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    8d98500 View commit details
    Browse the repository at this point in the history
  4. test: Agrega mas test unitarios

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    aec7df6 View commit details
    Browse the repository at this point in the history
  5. feat: Crear curso demo

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    db6b80c View commit details
    Browse the repository at this point in the history
  6. test: Update test

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    122ae7a View commit details
    Browse the repository at this point in the history
  7. feat: Arregla relaciones entre tablas

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    d35feca View commit details
    Browse the repository at this point in the history
  8. test: Agrega test unitarios

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    763cb00 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    williamjmorenor authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    76f2728 View commit details
    Browse the repository at this point in the history
  10. test: Agrega pruebas unitarias

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    19f57b7 View commit details
    Browse the repository at this point in the history
  11. fix: Eliminar seccion

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    68e2bca View commit details
    Browse the repository at this point in the history
  12. test: Agrega pruebas unitarias

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    7fdcb47 View commit details
    Browse the repository at this point in the history
  13. feat: Seccion publica

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    21ca6d0 View commit details
    Browse the repository at this point in the history
  14. test: Actualiza test

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    9df22f0 View commit details
    Browse the repository at this point in the history
  15. test: Actualiza test

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    7e224aa View commit details
    Browse the repository at this point in the history
  16. style: CSS fixes

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    140f8ac View commit details
    Browse the repository at this point in the history
  17. style: Fixes

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    67d1581 View commit details
    Browse the repository at this point in the history
  18. style: CCS fixes

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    1ffac44 View commit details
    Browse the repository at this point in the history
  19. fix: Log message

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    23d083a View commit details
    Browse the repository at this point in the history
  20. feat: Asigna indice a nueva seccion

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    1d0c01b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. feat: Agrega metodos para modificar indice seccion

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    57a84c0 View commit details
    Browse the repository at this point in the history
  2. style: Fixes

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    b43801a View commit details
    Browse the repository at this point in the history
  3. WIP

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    0e82541 View commit details
    Browse the repository at this point in the history
  4. WIP

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    ef71917 View commit details
    Browse the repository at this point in the history
  5. WIP

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    c5bc6fa View commit details
    Browse the repository at this point in the history
  6. test: Update test

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    94e3000 View commit details
    Browse the repository at this point in the history
  7. test: Update test

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    8ed7065 View commit details
    Browse the repository at this point in the history
  8. Revert "test: Update test"

    This reverts commit 8ed7065.
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    3f26ec6 View commit details
    Browse the repository at this point in the history
  9. fix: Reorganiza indice de seccion

    Signed-off-by: William Moreno Reyes <williamjmorenor@fedoraproject.org>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    e4c2534 View commit details
    Browse the repository at this point in the history
  10. fix: Reordenar indice

    Signed-off-by: William Moreno Reyes <williamjmorenor@fedoraproject.org>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    7f9404f View commit details
    Browse the repository at this point in the history
  11. fix: Pagina inicio

    Signed-off-by: William Moreno Reyes <williamjmorenor@fedoraproject.org>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    5ccd99d View commit details
    Browse the repository at this point in the history
  12. fix: Reorganizar indice

    Signed-off-by: William Moreno Reyes <williamjmorenor@fedoraproject.org>
    williamjmorenor committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    dcaef2e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Fix typo

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    03eac5c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. feat: Agrega recurso en youtube

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed May 1, 2022
    Configuration menu
    Copy the full SHA
    db299a2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. update

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed May 5, 2022
    Configuration menu
    Copy the full SHA
    3025637 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. WIP

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed May 8, 2022
    Configuration menu
    Copy the full SHA
    aade69f View commit details
    Browse the repository at this point in the history
  2. WIP

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed May 8, 2022
    Configuration menu
    Copy the full SHA
    97631bf View commit details
    Browse the repository at this point in the history
  3. WIP

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed May 8, 2022
    Configuration menu
    Copy the full SHA
    44cace7 View commit details
    Browse the repository at this point in the history
  4. WIP

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed May 8, 2022
    Configuration menu
    Copy the full SHA
    75c83cb View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. refactor: Reorganice project

    Signed-off-by: William Moreno <williamjmorenor@gmail.com>
    williamjmorenor committed May 12, 2022
    Configuration menu
    Copy the full SHA
    e91cabc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. build: Development server

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed May 13, 2022
    Configuration menu
    Copy the full SHA
    43be641 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. WIP

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1f84783 View commit details
    Browse the repository at this point in the history
  2. WIP

    Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    320275d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Fix node_modules

    Signed-off-by: William Moremo <wmoreno@montelimar.com.ni>
    William Moremo committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    87d2832 View commit details
    Browse the repository at this point in the history
  2. Merge

    Signed-off-by: William Moremo <wmoreno@montelimar.com.ni>
    William Moremo committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2329c78 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Actualiza mensajes del log

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5aa7793 View commit details
    Browse the repository at this point in the history
  2. Python 3.11

    williamjmorenor authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    b9ec466 View commit details
    Browse the repository at this point in the history
  3. Python 3.11

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    de64a50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5d44df View commit details
    Browse the repository at this point in the history
  5. Clean pylint conf

    References:
     - pylint-dev/pylint#4942
    
    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    926f11e View commit details
    Browse the repository at this point in the history
  6. Corrige mensaje de error

    References:
    
     - https://github.com/bmosoluciones/now-lms/actions/runs/3652369567
    
     now_lms/__init__.py:358:53: E712 comparison to True should be 'if cond is True:' or 'if cond:'
    
    Se sigue la sintaxis aceptada por Flask-SqlAlchemy
    
    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e4bace7 View commit details
    Browse the repository at this point in the history
  7. Fix test

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7174cb8 View commit details
    Browse the repository at this point in the history
  8. Disable pylint

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4c99640 View commit details
    Browse the repository at this point in the history
  9. Disable pylint

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e8c6a28 View commit details
    Browse the repository at this point in the history
  10. lint

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4f0dd3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13db052 View commit details
    Browse the repository at this point in the history
  12. UBI 9

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    aefc665 View commit details
    Browse the repository at this point in the history
  13. UBI 9

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c65e663 View commit details
    Browse the repository at this point in the history
  14. UBI 9

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    38169de View commit details
    Browse the repository at this point in the history
  15. UBI 9

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    85c4b51 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Docker

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    9bb7b2b View commit details
    Browse the repository at this point in the history
  2. Docker

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    dd655cd View commit details
    Browse the repository at this point in the history
  3. Docker

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    20aae3d View commit details
    Browse the repository at this point in the history
  4. Docker

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    b6e8d16 View commit details
    Browse the repository at this point in the history
  5. Docker

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cb6d1aa View commit details
    Browse the repository at this point in the history
  6. Docker

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2f168bc View commit details
    Browse the repository at this point in the history
  7. Update README file

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    745ab80 View commit details
    Browse the repository at this point in the history
  8. Update Docker file

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    afc903b View commit details
    Browse the repository at this point in the history
  9. Enable type chequing

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8b3a7ce View commit details
    Browse the repository at this point in the history
  10. All test passed

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    6a06443 View commit details
    Browse the repository at this point in the history
  11. Fix mypy not interactive

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    9beb20d View commit details
    Browse the repository at this point in the history
  12. Fix bandit

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    17ca684 View commit details
    Browse the repository at this point in the history
  13. Ignore bandit errors

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    be1e2ca View commit details
    Browse the repository at this point in the history
  14. Check python 3.7

    Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
    williamjmorenor committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1fcc62e View commit details
    Browse the repository at this point in the history