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

New feature logging #16

Merged
merged 2 commits into from
Feb 3, 2024
Merged

New feature logging #16

merged 2 commits into from
Feb 3, 2024

Conversation

shurikman82
Copy link
Collaborator

Ребята, это не окончательная версия. я только начал. Но! Яндекс Практикум грохнул аккаунты нашей группы в пачке. Единственное как я могу связаться с вами - это PR

@WolfMTK WolfMTK merged commit f13ee19 into dev Feb 3, 2024
WolfMTK added a commit that referenced this pull request Feb 3, 2024
* Initial commit

* Initial commit

* Create dockerfiles for services (#1)

* Create .dockerignore

* Move the file with the sample secrets

* Update packets

* Create imports for migrations

* Create a migration script

* Fix bug in template

* Create docker-compose config

* Create dockerfile

* Update main

* Add new dependencies

* Update settings

* Create the alembic of config

* Create a model connection and a database connection

* Create the alembic of config

* Update readme

* API, models & repositories.

* Some bugs fixed after Alex review.

* User model edited.

* Code refactoring and handlers refinement

* Create registration form, sending messages to the coordinator and help command

* add requirements.txt

* Admin panel has been added.

* Fix config

* Update dockerfile

* Update admin panel.

* Create requests to the service to receive data (#6)

* Update settings

* Update validate for password

* Move packets with the schemas

* Create base of exceptions for requests

* Create requests to the service to receive data

* Update protocols

* Update schemas

* Пофиксил ошибки и немного навел порядок.

* env.example

* Add redis settings to the bot.

* Add menu and change logic bot (#7)

* Add menu

* test

* Add menu and improve bot logic

* For test

* Fix users service and add deafault settings for admin.

* test

* 4tests

* add 12 tests

* del test_routes

* Update migrations

* Fix bugs

* Create method for checking meeting

* Move constants in file

* Update db

* Update imports

* Create an error description return

* Update endpoints

* Create timezone and update methods

* Update models

* Update uow

* Optimize database queries

* Update schemas

* Update provider

* Update repositories

* Update modules

* Update models

* Fix bugs

* Fix bugs

* Update schemas

* Create validate for date

* Update imports

* Update dockerfile

* Update imports

* Plug api to bot

* Create new migrations

* Update packets

* Create new functional

* Add the ability to create administrators

* Add the ability to create administrators

* Update config for pytest

* Create decorator

* Update main

* Move files

* Create password hash

* Add docstrings

* Update env.example

* Update .dockerignore

* Update scripts

* Update dockerfile

* Create requirements for prod

* Create readme

* Update settings

* Update requirements

* Update the admin widget

* Update dockerfile

* Update dependencies

* Update dependencies

* Update migrations

* Update models

* Fix bug

* Update requirements

* Update settings

* Update env.example

* Update validate

* Update validate

* Update meeting of service

* Update validation

* Fix bug

* Update validate

* Fix bug

* Fix bug

* Update readme

* Add tests for user endpoints.

* Change pytest.ini.

* Add test for meetings.

* Fixed bugs in tests.

* Fix date

* Fix date

* Fix date

* Fix date

* New feature logging (#16)

* logging

* meeting and users finish

* Update logging and move files

* Update dockerfile

* Update scripts

---------

Co-authored-by: pavlovvitaliy <me@pavlovvitaliy.ru>
Co-authored-by: Boichuk Julia <juliaboichuk503@gmail.com>
Co-authored-by: juliaboichuk <37875454+juliaboichuk@users.noreply.github.com>
Co-authored-by: Александр Русанов <shurik.82rusanov@yandex.ru>
Co-authored-by: Александр Русанов <130507152+shurikman82@users.noreply.github.com>
WolfMTK added a commit that referenced this pull request Feb 6, 2024
* Initial commit

* Initial commit

* Create dockerfiles for services (#1)

* Create .dockerignore

* Move the file with the sample secrets

* Update packets

* Create imports for migrations

* Create a migration script

* Fix bug in template

* Create docker-compose config

* Create dockerfile

* Update main

* Add new dependencies

* Update settings

* Create the alembic of config

* Create a model connection and a database connection

* Create the alembic of config

* Update readme

* API, models & repositories.

* Some bugs fixed after Alex review.

* User model edited.

* Code refactoring and handlers refinement

* Create registration form, sending messages to the coordinator and help command

* add requirements.txt

* Admin panel has been added.

* Fix config

* Update dockerfile

* Update admin panel.

* Create requests to the service to receive data (#6)

* Update settings

* Update validate for password

* Move packets with the schemas

* Create base of exceptions for requests

* Create requests to the service to receive data

* Update protocols

* Update schemas

* Пофиксил ошибки и немного навел порядок.

* env.example

* Add redis settings to the bot.

* Add menu and change logic bot (#7)

* Add menu

* test

* Add menu and improve bot logic

* For test

* Fix users service and add deafault settings for admin.

* test

* 4tests

* add 12 tests

* del test_routes

* Update migrations

* Fix bugs

* Create method for checking meeting

* Move constants in file

* Update db

* Update imports

* Create an error description return

* Update endpoints

* Create timezone and update methods

* Update models

* Update uow

* Optimize database queries

* Update schemas

* Update provider

* Update repositories

* Update modules

* Update models

* Fix bugs

* Fix bugs

* Update schemas

* Create validate for date

* Update imports

* Update dockerfile

* Update imports

* Plug api to bot

* Create new migrations

* Update packets

* Create new functional

* Add the ability to create administrators

* Add the ability to create administrators

* Update config for pytest

* Create decorator

* Update main

* Move files

* Create password hash

* Add docstrings

* Update env.example

* Update .dockerignore

* Update scripts

* Update dockerfile

* Create requirements for prod

* Create readme

* Update settings

* Update requirements

* Update the admin widget

* Update dockerfile

* Update dependencies

* Update dependencies

* Update migrations

* Update models

* Fix bug

* Update requirements

* Update settings

* Update env.example

* Update validate

* Update validate

* Update meeting of service

* Update validation

* Fix bug

* Update validate

* Fix bug

* Fix bug

* Update readme

* Add tests for user endpoints.

* Change pytest.ini.

* Add test for meetings.

* Fixed bugs in tests.

* Fix date

* Fix date

* Fix date

* Fix date

* New feature logging (#16)

* logging

* meeting and users finish

* Update logging and move files

* Update dockerfile

* Update scripts

* Create workflow

* Create docker-compose for prod

* Update scripts

* Update deploy.yml

* Update main

* Create Dockerfile

* Create nginx config

* Update docker compose config

* Update env.example

* Create webhooks

* Update nginx config

* Update settings

* Update nginx config

* Update constants

* Create new custom action

* Create parser

* Update req

* Update users

* Update parser

* Update parser

---------

Co-authored-by: pavlovvitaliy <me@pavlovvitaliy.ru>
Co-authored-by: Boichuk Julia <juliaboichuk503@gmail.com>
Co-authored-by: juliaboichuk <37875454+juliaboichuk@users.noreply.github.com>
Co-authored-by: Александр Русанов <shurik.82rusanov@yandex.ru>
Co-authored-by: Александр Русанов <130507152+shurikman82@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants