This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
Releases: bcgov/kq-api
Releases · bcgov/kq-api
1.0.2
Version 1.0.2
Commits
- [366f117] Update sonar-project.properties
- [a32b404] Kong 2.x upgrade baseline (#12)
- [24e6829] Default create patches for changes to master
- [d484ba3] Remove sonarcloud for now
- [b61b42f] fix failed ghaction
- [3acf7ac] Merge branch 'master' of https://github.com/bcgov/kq-api
- [44d1dac] upd gh actions and sonar
- [2985654] Add compliance audit file (#9)
- [ab5edc1] update syntax as flask-redis change
- [47b92fe] Update request_store.py
- [0b6b946] Update challenge_store.py
- [36c6f79] Update requirements.txt
- [d2fa832] Update request_store.py
- [4f6ecf5] Update request_store.py
- [a54152f] Update challenge_store.py
- [abf4f9b] Update requirements.txt
- [d717c90] Update Dockerfile
- [31ce368] Update requirements.txt
- [746abf7] Update Dockerfile
- [1b12ba1] Update requirements.txt
- [28f5eb1] Update README.md
- [10ce50e] Update kq-dc-statefulset.yaml
- [89e968c] Merge pull request #8 from bcgov/fix/add-license
- [e7179b1] Add Apache License 2.0
- [92a808c] Merge pull request #7 from banders/master
- [3cf08fa] fixed an HTML error in the 'verify key request' email message
- [5da58d9] Merge pull request #6 from banders/master
- [c7b4cfd] changed the 'group' field in the api key request from required to optional. if not specified, the new metadata record won't be assigned to a group.
- [8992220] Merge pull request #5 from banders/master
- [0aab4fa] updated tests to use the new api key request json format
- [dff11e4] added new setting to enable/disable for case-insensitive captchas. removed 'license' as a required field in api key requests. we now assume a default license of 'Access Only'. improvements to error messages.
- [2e27c34] improved error message on failed create package
- [8a19e99] updated error messages
- [30f66ed] Update kq-dc-statefulset.yaml
- [bade832] Merge pull request #4 from banders/master
- [8dd279c] made environment variables KQ_STORE_TTL_SECONDS and CAPTCHA_STORE_TTL_SECONDS optional. default values will be provided if not specified.
- [b188795] Merge pull request #3 from banders/master
- [afa5450] removed need for BCDC_GROUP_ID environment variable. added additional error handling to challenge_store
- [6d1c545] fixed bug related to missing import
- [5199f61] Update kq-dc-statefulset.yaml
- [b3d872b] Create kq-dc-statefulset.yaml
- [18ed844] Merge pull request #2 from banders/master
- [7672688] fixed application path in dockerfile. added an instruction to the readme about starting the Redis databases with docker-compose
- [993e70d] removed license info until we can determine what license is appropriate
- [02fdd1a] added configuration instructions
- [b69b8e0] Merge pull request #1 from banders/master
- [5748231] added new endpoints to support captchas. reorganized html templates into separate module.
- [2e501d8] added bad language filter to some fields in the request_key body. added redis store to keep a record of submissions until they are verified.
- [2e1e015] started modifying the code to handle the api key requests
- [558194a] copied files from argg-api to initialize this repo
- [dfea91b] Update issue templates
- [c7ed17e] Initial commit
1.0.1
1.0.0
0.0.1
Version 0.0.1
Commits
- [24e6829] Default create patches for changes to master
- [d484ba3] Remove sonarcloud for now
- [b61b42f] fix failed ghaction
- [3acf7ac] Merge branch 'master' of https://github.com/bcgov/kq-api
- [44d1dac] upd gh actions and sonar
- [2985654] Add compliance audit file (#9)
- [ab5edc1] update syntax as flask-redis change
- [47b92fe] Update request_store.py
- [0b6b946] Update challenge_store.py
- [36c6f79] Update requirements.txt
- [d2fa832] Update request_store.py
- [4f6ecf5] Update request_store.py
- [a54152f] Update challenge_store.py
- [abf4f9b] Update requirements.txt
- [d717c90] Update Dockerfile
- [31ce368] Update requirements.txt
- [746abf7] Update Dockerfile
- [1b12ba1] Update requirements.txt
- [28f5eb1] Update README.md
- [10ce50e] Update kq-dc-statefulset.yaml
- [89e968c] Merge pull request #8 from bcgov/fix/add-license
- [e7179b1] Add Apache License 2.0
- [92a808c] Merge pull request #7 from banders/master
- [3cf08fa] fixed an HTML error in the 'verify key request' email message
- [5da58d9] Merge pull request #6 from banders/master
- [c7b4cfd] changed the 'group' field in the api key request from required to optional. if not specified, the new metadata record won't be assigned to a group.
- [8992220] Merge pull request #5 from banders/master
- [0aab4fa] updated tests to use the new api key request json format
- [dff11e4] added new setting to enable/disable for case-insensitive captchas. removed 'license' as a required field in api key requests. we now assume a default license of 'Access Only'. improvements to error messages.
- [2e27c34] improved error message on failed create package
- [8a19e99] updated error messages
- [30f66ed] Update kq-dc-statefulset.yaml
- [bade832] Merge pull request #4 from banders/master
- [8dd279c] made environment variables KQ_STORE_TTL_SECONDS and CAPTCHA_STORE_TTL_SECONDS optional. default values will be provided if not specified.
- [b188795] Merge pull request #3 from banders/master
- [afa5450] removed need for BCDC_GROUP_ID environment variable. added additional error handling to challenge_store
- [6d1c545] fixed bug related to missing import
- [5199f61] Update kq-dc-statefulset.yaml
- [b3d872b] Create kq-dc-statefulset.yaml
- [18ed844] Merge pull request #2 from banders/master
- [7672688] fixed application path in dockerfile. added an instruction to the readme about starting the Redis databases with docker-compose
- [993e70d] removed license info until we can determine what license is appropriate
- [02fdd1a] added configuration instructions
- [b69b8e0] Merge pull request #1 from banders/master
- [5748231] added new endpoints to support captchas. reorganized html templates into separate module.
- [2e501d8] added bad language filter to some fields in the request_key body. added redis store to keep a record of submissions until they are verified.
- [2e1e015] started modifying the code to handle the api key requests
- [558194a] copied files from argg-api to initialize this repo
- [dfea91b] Update issue templates
- [c7ed17e] Initial commit