aboutsummaryrefslogtreecommitdiff
path: root/plugin/tls/tls_test.go
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2018-02-16 11:05:52 -0500
committerGravatar John Belamaric <jbelamaric@infoblox.com> 2018-02-16 11:05:52 -0500
commit9719a47c1bc0bf0098ee07fd004e4d2d2ee139d9 (patch)
tree5b9c4384aabf1dfdca1c512d098e339a883ae991 /plugin/tls/tls_test.go
parent2cad04ec10584a19dae5b34434d34dedccaabd26 (diff)
downloadcoredns-9719a47c1bc0bf0098ee07fd004e4d2d2ee139d9.tar.gz
coredns-9719a47c1bc0bf0098ee07fd004e4d2d2ee139d9.tar.zst
coredns-9719a47c1bc0bf0098ee07fd004e4d2d2ee139d9.zip
plugin/kubernetes: Add noendpoints option (#1536)
* add noendpoints option * go fmt
Diffstat (limited to 'plugin/tls/tls_test.go')
0 files changed, 0 insertions, 0 deletions
3-15Add Go 1.18 to GitHub ActionsGravatar Frédéric Guillot 2-2/+2 2022-03-08Update ChangeLog2.0.36Gravatar Frédéric Guillot 1-0/+26 2022-03-07Gray out pagination buttons when they are not applicableGravatar Thiago Perrotta 3-4/+8 Whenever the "prev" and "next" buttons have no hyperlink, decrease their opacity to signal that they lead to nowhere. This signal is stronger and more obvious than the current one which merely removes the underline decoration from the text. This patch is an improvement on top of https://github.com/miniflux/v2/pull/1107 2022-03-07Bump mvdan.cc/xurls/v2 from 2.3.0 to 2.4.0Gravatar dependabot[bot] 2-4/+5 Bumps [mvdan.cc/xurls/v2](https://github.com/mvdan/xurls) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/mvdan/xurls/releases) - [Commits](https://github.com/mvdan/xurls/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: mvdan.cc/xurls/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 2022-03-04Use truncated entry description as title if unavailableGravatar Frédéric Guillot 10-24/+314 2022-03-04Do not fallback to InnerXML if XHTML title is emptyGravatar Frédéric Guillot 2-29/+31 2022-03-02Add '+' shortcut for new subscription pageGravatar Thiago Perrotta 3-0/+8 2022-03-02Add (+) action next to Feeds to quickly add new feedsGravatar Thiago Perrotta 2-1/+4 2022-02-22Unstar not working via Google Reader API/ReederGravatar 月杪 1-1/+1 2022-02-13Remove circles in front of page header list itemsGravatar Frédéric Guillot 1-11/+1 2022-02-13Fix CSS hover style for links styled as buttonsGravatar Frédéric Guillot 1-0/+3 2022-02-13Add missing page header iconsGravatar Frédéric Guillot 5-18/+55 2022-02-01Avoid showing "undefined" when clicking on read/unreadGravatar Frédéric Guillot 1-0/+1 2022-02-01refactor handleEntryStatus / goToNextListItem / goToPrevListItemGravatar Thiago Perrotta 2-101/+32 2022-02-01Add new keyboard shortcut: 'M' - toggle read/unread, go to prev itemGravatar Thiago Perrotta 17-15/+79 Currently there is "Toggle read/unread = m", which toggles and then goes to the next item. Having the opposite operation available is handy, especially when adding new feeds and going through them from oldest to newest posts. It seems natural to map 'M' (= shift + 'm') for this action. Closes https://github.com/miniflux/v2/issues/1352 2022-02-01Add several icons to menus according to their rolesGravatar Thiago Perrotta 11-36/+82 - refresh: https://tabler-icons.io/i/refresh - edit: https://tabler-icons.io/i/edit - delete: https://tabler-icons.io/i/delete - mark page as read: https://tabler-icons.io/i/check - mark all as read: https://tabler-icons.io/i/checks - show all entries: https://tabler-icons.io/i/eye - show only unread entries: https://tabler-icons.io/i/eye-off - create category: https://tabler-icons.io/i/folder-plus - add subscription: https://tabler-icons.io/i/plus - import: https://tabler-icons.io/i/file-import - export: https://tabler-icons.io/i/file-export - categories: https://tabler-icons.io/i/folders 2022-01-31Add missing event argument to onClick() function callGravatar Frédéric Guillot 1-1/+1 2022-01-31Add links to scraper/rewrite/filtering docs when editing feedsGravatar Thiago Perrotta 3-11/+77 2022-01-31Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1Gravatar dependabot[bot] 2-3/+3 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 2022-01-31Bump github.com/tdewolff/minify/v2 from 2.9.29 to 2.10.0Gravatar dependabot[bot] 2-3/+3 Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.29 to 2.10.0. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.29...v2.10.0) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 2022-01-30Add a rewrite rule for castopod episodesGravatar Romain de Laage 3-0/+17 2022-01-27Fix regression: reset touch-item if not in /unreadGravatar Jacob Duba 1-2/+5 2022-01-26Add API endpoint to fetch original articleGravatar Pascal Noisette 2-0/+42 2022-01-24Show the category first in feed settingsGravatar Orpheus Lummis 1-8/+8 2022-01-24Add pagination on top of all entries. Closes #1305.Gravatar Thiago Perrotta 8-9/+51 Enable users to move to prev/next page without having to scroll all the way to the bottom of the page. Furthermore, ensure consistency with entry.html which has top and bottom pagination. 2022-01-24Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0Gravatar dependabot[bot] 2-12/+296 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 2022-01-24Bump github.com/tdewolff/minify/v2 from 2.9.28 to 2.9.29Gravatar dependabot[bot] 2-3/+3 Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.28 to 2.9.29. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.28...v2.9.29) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 2022-01-22Display Go version on /aboutGravatar Alex Cohn 16-1/+18 Translations are copy-paste best effort from the equivalent Postgres string, and might not account for grammatical gender, etc. 2022-01-21Update ChangeLog2.0.35Gravatar Frédéric Guillot 1-0/+27 2022-01-19Set read-all permission to GITHUB_TOKEN for CI jobsGravatar Frédéric Guillot 4-0/+7 2022-01-19Pin jshint version in linter jobGravatar Frédéric Guillot 1-1/+1 2022-01-19Fix incorrect conversion between integer typesGravatar Frédéric Guillot 2-2/+16