aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * Add secretRef key to deployment.yamlGravatar ks1292020-11-26-0/+3
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Remove all unnecessary flake8 ignoresGravatar ks1292020-11-26-8/+0
| |
| * Delete flake8-matchers.jsonGravatar ks1292020-11-26-32/+0
| |
| * Format flake8 output to show annotationsGravatar ks1292020-11-26-10/+2
| |
| * Add return type hint to route classmethodGravatar ks1292020-11-24-1/+1
| |
| * Ignore class self and class method cls type annotations for flake8Gravatar ks1292020-11-24-1/+3
| |
| * Update flake8 rules ignoring listGravatar ks1292020-11-24-5/+2
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Remove unnecessary if check from Kubernetes jobGravatar ks1292020-11-24-1/+0
| |
| * Check event for build and push jobGravatar ks1292020-11-24-1/+1
| | | | | | Co-authored-by: Sebastiaan Zeeff <[email protected]>
| * Fix GHCR Docker cachingGravatar ks1292020-11-24-0/+1
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Fix linting issues to make flake8 job passingGravatar ks1292020-11-23-12/+18
| |
| * Make flake8 matchers removing step comments betterGravatar ks1292020-11-23-1/+1
| |
| * Improve flake8 configurationGravatar ks1292020-11-23-0/+14
| | | | | | Use PyCharm import order, copy flake8 rules ignore list from other PyDis projects.
| * Run flake8 matchers removal step alwaysGravatar ks1292020-11-23-0/+1
| |
| * Add missing dot to workflowGravatar ks1292020-11-22-1/+1
| |
| * Use matchers for GitHub Actions workflowGravatar ks1292020-11-22-2/+9
| |
| * Add flake8 matchersGravatar ks1292020-11-22-0/+32
| |
| * Exclude .venv, .cache and .git from flake8 lintGravatar ks1292020-11-22-0/+1
| |
| * Revert Poetry Shell changeGravatar ks1292020-11-22-4/+1
| |
| * Activate Poetry shell before running flake8Gravatar ks1292020-11-22-9/+4
| |
| * Try to use flake8 action instead manual runGravatar ks1292020-11-22-1/+9
| |
| * Run flake8 in verbose mode for debugging in GH ActionsGravatar ks1292020-11-22-1/+1
| |
| * Run flake8 in Poetry environment for CI lintGravatar ks1292020-11-22-1/+1
| |
| * Fix flake8 step command and remove path adding stepGravatar ks1292020-11-22-4/+1
| | | | | | Removed 2nd ', what gave error. Removed adding environment variable to PATH that don't exist.
| * Remove unnecessary env variables and fix Poetry installGravatar ks1292020-11-22-22/+9
| |
| * Create job for deploying to KubernetesGravatar ks1292020-11-22-0/+31
| |
| * Create Kubernetes deployment manifestGravatar ks1292020-11-22-0/+20
| |
| * Add building and pushing job to GH ActionsGravatar ks1292020-11-22-0/+38
| |
| * Creating linting GH Actions jobGravatar ks1292020-11-22-0/+61
| | | | | | Run flake8 every time when pushing to main or to PR.
| * Create empty workflow fileGravatar ks1292020-11-22-0/+1
| | | | | | | | I want to use GH helper for Workflow files, but this require to already have file.
| * Create .dockerignore in order to not add all files to Docker imageGravatar ks1292020-11-22-0/+11
| |
| * Create docker-compose.yml for local developmentGravatar ks1292020-11-22-0/+30
| | | | | | | | | | Run MongoDB and forms-backend in Docker to make local development easier.
| * Create Dockerfile for projectGravatar ks1292020-11-22-0/+27
| |
| * Move CORS allowed origins to environment variableGravatar ks1292020-11-22-1/+3
| |
| * Install Gunicorn (for production) and include uvicorn dependenciesGravatar ks1292020-11-22-2/+178
| |
| * Push Python version to 3.9Gravatar ks1292020-11-21-66/+75
| |
| * Add IntelliJ IDEA based IDEs configuration to .gitignoreGravatar ks1292020-11-21-0/+3
|/
* linebreak in SCHEMA.mdGravatar Joe Banks2020-11-14-0/+4
|
* Add basic debug submit route to calculate some anti-spam and validate tokensGravatar Joe Banks2020-11-14-0/+68
|
* Do not force str form _id, it will be a str in prodGravatar Joe Banks2020-11-14-1/+0
|
* Search for Discoverable forms using features instead of attributeGravatar Joe Banks2020-11-14-2/+1
|
* Check if a user is an admin in the token payloadGravatar Joe Banks2020-11-14-0/+4
|
* Add schema file describing feature meaningsGravatar Joe Banks2020-11-14-0/+7
|
* Add form index URLGravatar Joe Banks2020-10-31-0/+27
|
* Add discoverable forms URLGravatar Joe Banks2020-10-31-0/+29
|
* Add some basic routesGravatar Joe Banks2020-10-25-0/+55
|
* Add route class and route manager for dynamic route loadingGravatar Joe Banks2020-10-25-0/+74
|
* Add database middlewareGravatar Joe Banks2020-10-25-0/+17
|
* Add Discord API wrapperGravatar Joe Banks2020-10-25-0/+38
|
* Add constantsGravatar Joe Banks2020-10-25-0/+17
|