• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / http
78%
master: 79%

Build:
Build:
LAST BUILD BRANCH: themilchenko/support-mtls
DEFAULT BRANCH: master
Repo Added 10 Nov 2021 05:27PM UTC
Files 5
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH themilchenko/gh-199-add-ssl-support-httpd-role
branch: themilchenko/gh-199-add-ssl-support-httpd-role
CHANGE BRANCH
x
Reset
  • themilchenko/gh-199-add-ssl-support-httpd-role
  • 0x501D/add_tarantool_version
  • 0x501D/bump_version
  • 0x501D/ci-enable-tests
  • 0x501D/ci_enable_tests
  • 0x501D/ci_fix_ubuntu
  • 0x501D/ci_remove_packpack_crutch
  • 0x501D/packaging
  • 0x501D/release-1.3.0
  • 0x501D/remove_coverage
  • DerekBum/TNTP-1058-update-ubuntu-runners
  • DerekBum/gh-196-add-http-role
  • artembo/packaging
  • check_packpack_fix
  • fix-ffi-type-declaration
  • fix_undef_var_strict_warning
  • igrishnov/gh-185-fix-version-file-missing
  • igrishnov/gh-204-add-hardcoded-versioning-support
  • ligurio/add-code-coverage-support
  • ligurio/gh-137-connections
  • ligurio/gh-76-fix-http_server-stop
  • ligurio/shuffling-tests
  • master
  • oleg-jukovec/release-1.6.0
  • psergee/gh-143-1.x.x-changelog
  • refs/pull/173/merge
  • refs/pull/174/merge
  • refs/pull/177/merge
  • refs/pull/178/merge
  • refs/pull/179/merge
  • refs/pull/180/merge
  • refs/pull/181/merge
  • refs/pull/183/merge
  • refs/pull/184/merge
  • refs/pull/186/merge
  • refs/pull/187/merge
  • refs/pull/188/merge
  • refs/pull/190/merge
  • refs/pull/192/merge
  • refs/pull/194/merge
  • refs/pull/197/merge
  • refs/pull/198/merge
  • refs/pull/200/merge
  • refs/pull/201/merge
  • refs/pull/203/merge
  • refs/pull/204/merge
  • refs/pull/206/merge
  • refs/pull/208/merge
  • refs/pull/210/merge
  • refs/pull/211/merge
  • refs/pull/213/merge
  • refs/pull/214/merge
  • refs/pull/215/merge
  • refs/pull/218/merge
  • refs/pull/220/merge
  • refs/pull/221/merge
  • refs/pull/222/merge
  • refs/tags/1.3.0
  • refs/tags/1.4.0
  • refs/tags/1.5.0
  • refs/tags/1.6.0
  • refs/tags/1.7.0
  • refs/tags/1.8.0
  • themilchenko/add-sslsocket-file-into-rockspec
  • themilchenko/fix-sslsocket-support
  • themilchenko/get-rid-of-deleted-job
  • themilchenko/gh-209-fix-server-address-change
  • themilchenko/gh-216-fix-update-opts-on-config-reload
  • themilchenko/gh-35-add-ssl-support
  • themilchenko/release-1.7.0
  • themilchenko/release-1.8.0
  • themilchenko/support-mtls

13 Nov 2024 02:21PM UTC coverage: 78.435%. Remained the same
11819193850

Pull #203

github

themilchenko
doc: fix typo in roles.httpd

It was a typo in `roles.httpd` paragraph - listen addresses was wrongly
declared as a list in `roles_cfg` target.

After the patch list's markers was deleted.
Pull Request #203: roles: add tls support

862 of 1099 relevant lines covered (78.43%)

72.82 hits per line

Relevant lines Covered
Build:
Build:
1099 RELEVANT LINES 862 COVERED LINES
72.82 HITS PER LINE
Source Files on themilchenko/gh-199-add-ssl-support-httpd-role
  • Tree
  • List 5
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
11819193850 themilchenko/gh-199-add-ssl-support-httpd-role doc: fix typo in roles.httpd It was a typo in `roles.httpd` paragraph - listen addresses was wrongly declared as a list in `roles_cfg` target. After the patch list's markers was deleted. Pull #203 13 Nov 2024 02:24PM UTC themilchenko github
78.43
11816958077 themilchenko/gh-199-add-ssl-support-httpd-role doc: fix typo in roles.httpd It was a typo in `roles.httpd` paragraph - listen addresses was wrongly declared as a list in `roles_cfg` target. After the patch list's markers was deleted. Pull #203 13 Nov 2024 12:13PM UTC themilchenko github
78.43
11814354186 themilchenko/gh-199-add-ssl-support-httpd-role doc: fix typo in roles.httpd It was a typo in `roles.httpd` paragraph - listen addresses was wrongly declared as a list in `roles_cfg` target. After the patch list's markers was deleted. Pull #203 13 Nov 2024 09:30AM UTC themilchenko github
78.43
11811471344 themilchenko/gh-199-add-ssl-support-httpd-role doc: fix typo in roles.httpd It was a typo in `roles.httpd` paragraph - listen addresses was wrongly declared as a list in `roles_cfg` target. After the patch list's markers was deleted. Pull #203 13 Nov 2024 05:55AM UTC themilchenko github
78.43
11811440721 themilchenko/gh-199-add-ssl-support-httpd-role doc: fix typo in roles.httpd It was a typo in `roles.httpd` paragraph - listen addresses was wrongly declared as a list in `roles_cfg` target. After the patch list's markers was deleted. Pull #203 13 Nov 2024 05:52AM UTC themilchenko github
78.43
11801058866 themilchenko/gh-199-add-ssl-support-httpd-role doc: fix typo in roles.httpd It was a typo in `roles.httpd` paragraph - listen addresses was wrongly declared as a list in `roles_cfg` target. After the patch list's markers was deleted. Pull #203 12 Nov 2024 04:06PM UTC themilchenko github
78.43
11800918451 themilchenko/gh-199-add-ssl-support-httpd-role roles: add tls support Since we support TLS in this module, we need to add it into roles too. After the patch TLS params was added. It can be configurated like the following: ```yaml server_name: listen: "localhost:3013" params: ssl_key... Pull #203 12 Nov 2024 03:58PM UTC themilchenko github
78.43
11800775538 themilchenko/gh-199-add-ssl-support-httpd-role roles: add tls support Since we support TLS in this module, we need to add it into roles too. After the patch TLS params was added. It can be configurated like the following: ```yaml server_name: listen: "localhost:3013" params: ssl_key... push 12 Nov 2024 03:50PM UTC themilchenko github
78.48
See All Builds (328)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc