aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Use plain string as type for question idGravatar ks1292020-12-01-2/+1
|
* Add question and form models to __init__.pyGravatar ks1292020-11-30-0/+4
|
* Create form object modelGravatar ks1292020-11-30-0/+25
|
* Add Enum for form featuresGravatar ks1292020-11-30-0/+12
|
* Create model for form questionGravatar ks1292020-11-30-0/+55
|
* Add question types data requirements to constantsGravatar ks1292020-11-30-0/+18
|
* Add allowed question types constantGravatar ks1292020-11-30-0/+11
|
* Move ObjectId to special types directoryGravatar ks1292020-11-30-0/+3
|
* Add ObjectId type for MongoDB Pydantic modelsGravatar ks1292020-11-30-0/+23
|
* Create models project moduleGravatar ks1292020-11-30-0/+0
|
* Add pydantic to project dependenciesGravatar ks1292020-11-30-130/+137
|
* Update SCHEMA.mdGravatar Joe Banks2020-11-30-7/+7
|
* Merge pull request #3 from python-discord/add-form-schemaGravatar Joe Banks2020-11-30-6/+117
|\
| * Fix checkbox spaceGravatar Joe Banks2020-11-30-1/+1
| |
| * Update syntax highlightingGravatar Joe Banks2020-11-30-5/+5
| |
| * Add form schemaGravatar Joe Banks2020-11-30-6/+117
|/
* Merge pull request #2 from python-discord/ks123/readmeGravatar Joe Banks2020-11-27-2/+35
|\
| * Specify URL and port for running in the host sectionGravatar ks1292020-11-27-1/+1
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Add "the" before "host" for running in the host headerGravatar ks1292020-11-27-1/+1
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Detail how to set environment variablesGravatar ks1292020-11-27-1/+1
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Fix wording and grammar for READMEGravatar ks1292020-11-27-12/+14
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Add local setup information to READMEGravatar ks1292020-11-27-1/+32
| |
| * Add general information about forms backendGravatar ks1292020-11-27-2/+2
| |
* | Create CODEOWNERSGravatar Joe Banks2020-11-27-0/+2
|/
* Update forms-backend.ymlGravatar Joe Banks2020-11-26-1/+1
|
* Merge pull request #1 from python-discord/docker-ci-deploymentGravatar Joe Banks2020-11-26-81/+489
|\
| * 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.