aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix import of userGravatar ks1292020-12-01-1/+2
|
* Create authentication backend for JWTGravatar ks1292020-12-01-1/+54
|
* Create BaseUser implementation for JWT authenticationGravatar ks1292020-12-01-0/+25
|
* 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.
| * 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.