[PR #71] [CLOSED] Ignore directories and dot files #115

Closed
opened 2026-02-28 14:16:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/abh/geodns/pull/71
Author: @abligh
Created: 8/15/2015
Status: Closed

Base: masterHead: ignore-directories-and-dot-files


📝 Commits (5)

  • 75f2193 Fix race referencing config
  • 9ea0491 Move last modified time out of zone
  • c99b922 Fix crash on removal of zonefile with invalid JSON (Issue #69)
  • 63f15b8 Fix issue #74 - crash on reenabling previously invalid zone
  • ed3f369 Ignore files beginning with dots and directories

📊 Changes

8 files changed (+65 additions, -22 deletions)

View changed files

📝 config.go (+23 -1)
📝 geodns.go (+2 -2)
📝 geoip.go (+3 -2)
📝 stathat.go (+7 -7)
📝 zone.go (+15 -6)
📝 zone_test.go (+4 -1)
📝 zones.go (+9 -3)
📝 zones_test.go (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/abh/geodns/pull/71 **Author:** [@abligh](https://github.com/abligh) **Created:** 8/15/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ignore-directories-and-dot-files` --- ### 📝 Commits (5) - [`75f2193`](https://github.com/abh/geodns/commit/75f21937fb32dd445ddc8d856c5832fa434dc0ec) Fix race referencing config - [`9ea0491`](https://github.com/abh/geodns/commit/9ea0491eb4fc9e73554508f41ecb09bd20928eee) Move last modified time out of zone - [`c99b922`](https://github.com/abh/geodns/commit/c99b92208cd405218b9522a91d1ea45f5fe27ee8) Fix crash on removal of zonefile with invalid JSON (Issue #69) - [`63f15b8`](https://github.com/abh/geodns/commit/63f15b8bd560e7e976b742c2c18eb391b330a267) Fix issue #74 - crash on reenabling previously invalid zone - [`ed3f369`](https://github.com/abh/geodns/commit/ed3f36975d0108087e72600ec940850eb58beae6) Ignore files beginning with dots and directories ### 📊 Changes **8 files changed** (+65 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `config.go` (+23 -1) 📝 `geodns.go` (+2 -2) 📝 `geoip.go` (+3 -2) 📝 `stathat.go` (+7 -7) 📝 `zone.go` (+15 -6) 📝 `zone_test.go` (+4 -1) 📝 `zones.go` (+9 -3) 📝 `zones_test.go` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:16:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#115
No description provided.