- 24 Feb, 2022 2 commits
-
-
JohannesGarm authored
Bump nanoid from 3.1.30 to 3.2.0 in /website
-
JohannesGarm authored
Limit twisted version to <21.7.0 to prevent issues.
-
- 15 Feb, 2022 2 commits
-
-
Michal Hažlinský authored
-
-
- 22 Jan, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0 ) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 06 Jan, 2022 1 commit
-
-
JohannesGarm authored
[TechDebt] Adding a more structured prettier documentation layout.
-
- 23 Dec, 2021 1 commit
-
-
Samir Faci authored
-
- 13 Dec, 2021 1 commit
-
-
JohannesGarm authored
Adding a Dev User Guide
-
- 10 Dec, 2021 1 commit
-
-
Samir Faci authored
-
- 03 Dec, 2021 1 commit
-
-
- 30 Nov, 2021 1 commit
-
-
JohannesGarm authored
-
- 26 Nov, 2021 4 commits
-
-
JohannesGarm authored
an http request should return bytes
-
JohannesGarm authored
[TechDebt] Adding automatic docker publishing.
-
JohannesGarm authored
[TechDebt] Adding a CI health badge
-
csgeek authored
-
- 25 Nov, 2021 1 commit
-
-
csgeek authored
-
- 12 Nov, 2021 1 commit
-
-
Hans Trompert authored
This solves the '500 - Request did not return bytes', that is now returned instaed of a 304 Not Modified, while trying to fetch a discovery or topology file that is older than the If-Modified-Since header.
-
- 05 Nov, 2021 2 commits
-
-
JohannesGarm authored
Proxied setup support
-
JohannesGarm authored
Adding instructions for local CI/CD exec
-
- 04 Nov, 2021 1 commit
-
-
Hans Trompert authored
In config.py _load_certificates() already makes sure that CERTIFICATE_DIR is set and if TLS is enbled that KEY and CERTIFICATE are supplied, here we only need to decide between a full 2 Way TLS context, either to start the server in TLS mode and/or be able to do TLS client authentication, or a simple TLS context that will only be able to verify the remote certificate in client requests.
-
- 03 Nov, 2021 1 commit
-
-
Samir Faci authored
-
- 29 Oct, 2021 4 commits
-
-
Hans Trompert authored
-
Hans Trompert authored
-
Hans Trompert authored
-
Hans Trompert authored
- in a proxied setup base_url is not just the combination of host+port, in this case use base_url to specify your outside endpoint - even in non-TLS mode enable client authentication when a key and certificate are specified
-
- 28 Oct, 2021 1 commit
-
-
JohannesGarm authored
Adding CI/CD
-
- 26 Oct, 2021 2 commits
-
-
Samir Faci authored
-
JohannesGarm authored
Introduce Admin access to querySummary, added support for SOAPFaults and fixes for rest_config, test_providers and test_multiple
-
- 25 Oct, 2021 1 commit
-
-
Samir Faci authored
ChangeLog: - Fixing client test to work with py3 - Fix docs to be more markdown friendly. - Fixing various tests: test_config.py, test_providers, test_mulitple.py - Fixing the SOAPFaults parsing behavior
-
- 06 Oct, 2021 1 commit
-
-
JohannesGarm authored
Updated oess.py to python3
-
- 05 Oct, 2021 3 commits
-
-
marcosfsch authored
-
marcosfsch authored
-
JohannesGarm authored
Docker Overall Improvement and workflow changes
-
- 29 Sep, 2021 1 commit
-
-
Samir Faci authored
-
- 28 Sep, 2021 1 commit
-
-
Samir Faci authored
ChangeLog: - Upgrade docker DB image. - Upgrade psycopg2 version.
-
- 27 Sep, 2021 1 commit
-
-
Samir Faci authored
ChangeLog: - Making configuration env aware. - Moved configs default path to config/ folder - Pulled things out to config/ folder - docker-compose, env pulled to root folder. - added build to docker-compose - Updating gitignore
-
- 10 Sep, 2021 2 commits
-
-
JohannesGarm authored
Removed necessity for --squash
-
JohannesGarm authored
not all certificates have a common name
-
- 09 Sep, 2021 1 commit
-
-
Hans Trompert authored
Not all certificates have a common name, for example the Go Daddy Class 2 Certification Authority intermediate certificate, just show the distinguished name of the loaded CA certificate.
-
- 10 Aug, 2021 1 commit
-
-
marcosfsch authored
-