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

Backend #132

Merged
merged 60 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
9f8127f
Changed /registration route to /register
kyrstke Apr 21, 2023
0448c3d
Added active (bool) column to User model
kyrstke Apr 21, 2023
683ef2d
Changed server_default to default in active column of User model
kyrstke Apr 21, 2023
8145e81
Added fastapi-mail and fastapi-users to api/requirements/docker.txt
kyrstke Apr 30, 2023
85d61fe
Created UserManager class in models.py
kyrstke Apr 30, 2023
1f0c64b
Mid debugging
kyrstke May 2, 2023
7b8c229
Auth system refactor
Fuligor May 2, 2023
51cdd9b
Linters fix
Fuligor May 2, 2023
42651e1
Change login body content type to json
Fuligor May 2, 2023
76bb753
Linters fix
Fuligor May 2, 2023
81bd726
Merge pull request #85 from akai-org/backend-refactor
kyrstke May 4, 2023
d082445
linters fix (#87)
Fuligor May 10, 2023
0c6d264
Add endpoint '/me' with PATCH and GET methods for changing password user
Maksymilian-Plywaczyk May 17, 2023
b1aa381
Added more retries to postgres container healthcheck
kyrstke May 21, 2023
3df5399
Added UserRead schema
kyrstke May 21, 2023
15655d9
Added verify router
kyrstke May 21, 2023
b98610e
Changed default requires_verification value to True
kyrstke May 21, 2023
8cbd0f7
api/db model (#78)
Fuligor May 21, 2023
20fcdba
Added .env files to .gitignore
kyrstke May 21, 2023
5f8a67c
Created templates for .env files
kyrstke May 21, 2023
19bc0d7
Added EMAIL and EMAIL_PASSWORD environment variables to config.py
kyrstke May 21, 2023
d037b7b
Linters
kyrstke May 21, 2023
b15ab82
Changed requires_verification default value to True in auth.py
kyrstke May 21, 2023
39a7225
Added email verification functionality
kyrstke May 21, 2023
4bc0ae1
Merge branch 'backend' of https://github.com/akai-org/planer-podrozy …
kyrstke May 21, 2023
f7e51bf
Linters again
kyrstke May 21, 2023
87dccb2
Linters fix
Fuligor May 21, 2023
b8488e1
Change UUID -> Integer in UserRead schema
Maksymilian-Plywaczyk May 22, 2023
20992a7
Merge branch '58-endpoint-aktywacji-konta' into feature/change-password
Maksymilian-Plywaczyk May 22, 2023
7ee4209
Delete unnecessary library 'uuid'
Maksymilian-Plywaczyk May 22, 2023
a4a1c11
Merge pull request #90 from akai-org/feature/change-password
Maksymilian-Plywaczyk May 22, 2023
2275ffd
Deleted TODO comment
kyrstke May 23, 2023
1b5fa97
Moved EmailSchema and conf from manager.py to schemas.py
kyrstke May 23, 2023
d8b7442
Linters fix
kyrstke May 23, 2023
89db4c7
Removed unnecessary import
kyrstke May 23, 2023
8e5d2d4
Linters fix
Fuligor May 25, 2023
e085030
Added venv to the root .gitignore, formatting
kyrstke May 25, 2023
c35a003
Merge branch '58-endpoint-aktywacji-konta' of https://github.com/akai…
kyrstke May 25, 2023
0a1866f
Changed api.database package to api.databases
kyrstke May 28, 2023
b0c8779
Created config.py in auth package and moved email configuration there
kyrstke May 28, 2023
5acfb71
Linters fix
Fuligor May 28, 2023
165eb99
Merge pull request #91 from akai-org/58-endpoint-aktywacji-konta
kyrstke May 28, 2023
244ea1f
Wykorzystanie istniejącego obrazu postgisaa
Fuligor Nov 18, 2023
7391942
Add alembic with version 1.12.1 to docker.txt file
Maksymilian-Plywaczyk Nov 18, 2023
1f61bd3
Add to User model table name, which produce before that errors, which…
Maksymilian-Plywaczyk Nov 18, 2023
5044a22
Add auto upgrade our database with the newest migration file in Docke…
Maksymilian-Plywaczyk Nov 18, 2023
60df332
Change location of alembic.ini file in api container
Maksymilian-Plywaczyk Nov 18, 2023
990b9ae
Add .idea to root .gitignore file
Maksymilian-Plywaczyk Nov 18, 2023
a765969
Restracture api container to have the same file structure as local st…
Maksymilian-Plywaczyk Nov 20, 2023
8aac42b
Update README.md
Fuligor Nov 22, 2023
f01485f
Add ruff to pre-commit hooks, create pyproject.toml file for configur…
Maksymilian-Plywaczyk Nov 23, 2023
a76eb28
Create migration folder for alembic configuration and versions, add a…
Maksymilian-Plywaczyk Nov 24, 2023
629e95f
Create migration folder for alembic configuration and versions, add a…
Maksymilian-Plywaczyk Nov 24, 2023
1d3a745
Add to volumes new 10_postgis.sh configuration file, change 10_postgi…
Maksymilian-Plywaczyk Nov 24, 2023
a66c0c7
Resolve issue with argument in pyproject.toml for isort
Maksymilian-Plywaczyk Nov 27, 2023
b08dafb
Merge pull request #126 from akai-org/feature/configurate_migration
Maksymilian-Plywaczyk Nov 27, 2023
c86dfc8
I love PostGIS
Fuligor Nov 28, 2023
3f80276
Merge pull request #131 from akai-org/feature/configurate_migration
Fuligor Nov 28, 2023
564e819
ruff reformat
Fuligor Nov 28, 2023
530a6da
Merge pull request #133 from akai-org/ruff-fix
Fuligor Nov 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- backend
paths:
- 'api/**'
- '.isort.cfg'

jobs:
build:
Expand All @@ -16,7 +17,7 @@ jobs:
- name: python-isort
uses: isort/isort-action@v1
with:
isort-version: 5.10.1
isort-version: 5.10.1

- name: Black Check
uses: jpetrucciani/[email protected]
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
deployment/backend.dev.env
deployment/database.dev.env
deployment/frontend.dev.env
venv/**
.idea
4 changes: 4 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[settings]
profile=black
known_fastapi=fastapi
sections=FUTURE,STDLIB,FASTAPI,FIRSTPARTY,THIRDPARTY,LOCALFOLDER
13 changes: 11 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
files: 'api/'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: requirements.txt
- id: check-yaml
- id: check-added-large-files

- id: detect-private-key
- id: check-merge-conflict
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
Expand All @@ -17,3 +19,10 @@ repos:
rev: 5.12.0
hooks:
- id: isort
- repo:
https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: v0.1.2
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,25 @@ All containers are configured to work as development environment so each change
## Backend workspace

./api/

## Linters

In this project we use _black_ and _isort_ as linters. In ordet to use them you must first install them with the following command:

```
pip install black isort
```

To format your code just type:

```
isort .
black .
```

We have also configured pre-commit hook, that will automaticly format your code on every commit. To use them install pre-commit

```
pip install pre-commit
pre-commit install
```
116 changes: 116 additions & 0 deletions api/alembic.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
# A generic, single database configuration.

[alembic]
# path to migration scripts
script_location = migrations

# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
# Uncomment the line below if you want the files to be prepended with date and time
# see https://alembic.sqlalchemy.org/en/latest/tutorial.html#editing-the-ini-file
# for all available tokens
# file_template = %%(year)d_%%(month).2d_%%(day).2d_%%(hour).2d%%(minute).2d-%%(rev)s_%%(slug)s

# sys.path path, will be prepended to sys.path if present.
# defaults to the current working directory.
prepend_sys_path = .

# timezone to use when rendering the date within the migration file
# as well as the filename.
# If specified, requires the python-dateutil library that can be
# installed by adding `alembic[tz]` to the pip requirements
# string value is passed to dateutil.tz.gettz()
# leave blank for localtime
# timezone =

# max length of characters to apply to the
# "slug" field
# truncate_slug_length = 40

# set to 'true' to run the environment during
# the 'revision' command, regardless of autogenerate
# revision_environment = false

# set to 'true' to allow .pyc and .pyo files without
# a source .py file to be detected as revisions in the
# versions/ directory
# sourceless = false

# version location specification; This defaults
# to migrations/versions. When using multiple version
# directories, initial revisions must be specified with --version-path.
# The path separator used here should be the separator specified by "version_path_separator" below.
# version_locations = %(here)s/bar:%(here)s/bat:migrations/versions

# version path separator; As mentioned above, this is the character used to split
# version_locations. The default within new alembic.ini files is "os", which uses os.pathsep.
# If this key is omitted entirely, it falls back to the legacy behavior of splitting on spaces and/or commas.
# Valid values for version_path_separator are:
#
# version_path_separator = :
# version_path_separator = ;
# version_path_separator = space
version_path_separator = os # Use os.pathsep. Default configuration used for new projects.

# set to 'true' to search source files recursively
# in each "version_locations" directory
# new in Alembic version 1.10
# recursive_version_locations = false

# the output encoding used when revision files
# are written from script.py.mako
# output_encoding = utf-8

sqlalchemy.url = driver://user:pass@localhost/dbname


[post_write_hooks]
# post_write_hooks defines scripts or Python functions that are run
# on newly generated revision scripts. See the documentation for further
# detail and examples

# format using "black" - use the console_scripts runner, against the "black" entrypoint
# hooks = black
# black.type = console_scripts
# black.entrypoint = black
# black.options = -l 79 REVISION_SCRIPT_FILENAME

# lint with attempts to fix using "ruff" - use the exec runner, execute a binary
# hooks = ruff
# ruff.type = exec
# ruff.executable = %(here)s/.venv/bin/ruff
# ruff.options = --fix REVISION_SCRIPT_FILENAME

# Logging configuration
[loggers]
keys = root,sqlalchemy,alembic

[handlers]
keys = console

[formatters]
keys = generic

[logger_root]
level = WARN
handlers = console
qualname =

[logger_sqlalchemy]
level = WARN
handlers =
qualname = sqlalchemy.engine

[logger_alembic]
level = INFO
handlers =
qualname = alembic

[handler_console]
class = StreamHandler
args = (sys.stderr,)
level = NOTSET
formatter = generic

[formatter_generic]
format = %(levelname)-5.5s [%(name)s] %(message)s
datefmt = %H:%M:%S
1 change: 1 addition & 0 deletions api/migrations/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Generic single-database configuration with an async dbapi.
114 changes: 114 additions & 0 deletions api/migrations/env.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
import asyncio
from logging.config import fileConfig

from alembic import context
from geoalchemy2 import alembic_helpers
from sqlalchemy import pool
from sqlalchemy.engine import Connection
from sqlalchemy.ext.asyncio import async_engine_from_config
from src.api.config import DATABASE_URL

# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.
config = context.config
config.set_main_option("sqlalchemy.url", DATABASE_URL)
# Change default sqlalchemy.url to our

# Interpret the config file for Python logging.
# This line sets up loggers basically.
if config.config_file_name is not None:
fileConfig(config.config_file_name)

from src.api.databases import Base
from src.api.models import (
City,
Country,
Image,
Route,
RoutePoint,
RoutePointRestriction,
UserFavourite,
)
from src.auth.models import User

# add your model's MetaData object here
# for 'autogenerate' support
# from myapp import mymodel
# target_metadata = mymodel.Base.metadata

target_metadata = Base.metadata


# other values from the config, defined by the needs of env.py,
# can be acquired:
# my_important_option = config.get_main_option("my_important_option")
# ... etc.


def run_migrations_offline() -> None:
"""Run migrations in 'offline' mode.

This configures the context with just a URL
and not an Engine, though an Engine is acceptable
here as well. By skipping the Engine creation
we don't even need a DBAPI to be available.

Calls to context.execute() here emit the given string to the
script output.

"""
url = config.get_main_option("sqlalchemy.url")
context.configure(
url=url,
target_metadata=target_metadata,
literal_binds=True,
dialect_opts={"paramstyle": "named"},
include_object=alembic_helpers.include_object,
process_revision_directives=alembic_helpers.writer,
render_item=alembic_helpers.render_item,
)

with context.begin_transaction():
context.run_migrations()


def do_run_migrations(connection: Connection) -> None:
context.configure(
connection=connection,
target_metadata=target_metadata,
include_object=alembic_helpers.include_object,
process_revision_directives=alembic_helpers.writer,
render_item=alembic_helpers.render_item,
)

with context.begin_transaction():
context.run_migrations()


async def run_async_migrations() -> None:
"""In this scenario we need to create an Engine
and associate a connection with the context.

"""
connectable = async_engine_from_config(
config.get_section(config.config_ini_section, {}),
prefix="sqlalchemy.",
poolclass=pool.NullPool,
)

async with connectable.connect() as connection:
await connection.run_sync(do_run_migrations)

await connectable.dispose()


def run_migrations_online() -> None:
"""Run migrations in 'online' mode."""

asyncio.run(run_async_migrations())


if context.is_offline_mode():
run_migrations_offline()
else:
run_migrations_online()
26 changes: 26 additions & 0 deletions api/migrations/script.py.mako
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
"""${message}

Revision ID: ${up_revision}
Revises: ${down_revision | comma,n}
Create Date: ${create_date}

"""
from typing import Sequence, Union

from alembic import op
import sqlalchemy as sa
${imports if imports else ""}

# revision identifiers, used by Alembic.
revision: str = ${repr(up_revision)}
down_revision: Union[str, None] = ${repr(down_revision)}
branch_labels: Union[str, Sequence[str], None] = ${repr(branch_labels)}
depends_on: Union[str, Sequence[str], None] = ${repr(depends_on)}


def upgrade() -> None:
${upgrades if upgrades else "pass"}


def downgrade() -> None:
${downgrades if downgrades else "pass"}
Loading