[PR #4275] [MERGED] Change parsing of postgresql settings #17312

Closed
opened 2025-11-02 12:32:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4275
Author: @techknowlogick
Created: 6/19/2018
Status: Merged
Merged: 6/20/2018
Merged by: @lafriks

Base: masterHead: techknowlogick-patch-4


📝 Commits (10+)

  • 1cd364f Change parsing of postgresql settings
  • cfa259d Merge branch 'master' into techknowlogick-patch-4
  • 6f9bc5e Add copyright
  • 6ac3430 Merge branch 'master' into techknowlogick-patch-4
  • ab47c4a Merge remote-tracking branch 'upstream/master' into techknowlogick-patch-4
  • 31cb306 update postgresql connection string
  • b72b1cd add tests
  • 64a13f7 fix fmt
  • 168f119 remove @
  • 8296849 Merge branch 'master' into techknowlogick-patch-4

📊 Changes

2 files changed (+54 additions, -8 deletions)

View changed files

📝 models/models.go (+14 -8)
📝 models/models_test.go (+40 -0)

📄 Description

Fix #4200


🔄 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/go-gitea/gitea/pull/4275 **Author:** [@techknowlogick](https://github.com/techknowlogick) **Created:** 6/19/2018 **Status:** ✅ Merged **Merged:** 6/20/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `techknowlogick-patch-4` --- ### 📝 Commits (10+) - [`1cd364f`](https://github.com/go-gitea/gitea/commit/1cd364f8ad20860cb4baaf4b6de97bc05b94bb37) Change parsing of postgresql settings - [`cfa259d`](https://github.com/go-gitea/gitea/commit/cfa259d89bae353b9e19fe2b40af0f4633153385) Merge branch 'master' into techknowlogick-patch-4 - [`6f9bc5e`](https://github.com/go-gitea/gitea/commit/6f9bc5e88dc7a2fc86a982668a5241b172ccaf7b) Add copyright - [`6ac3430`](https://github.com/go-gitea/gitea/commit/6ac3430c936969bdb54285a61d2fe376deb38b1e) Merge branch 'master' into techknowlogick-patch-4 - [`ab47c4a`](https://github.com/go-gitea/gitea/commit/ab47c4a2edfd933c7d56e3e9c4c35138ef3cc338) Merge remote-tracking branch 'upstream/master' into techknowlogick-patch-4 - [`31cb306`](https://github.com/go-gitea/gitea/commit/31cb30684bd4725998415f0a62534f034d503aab) update postgresql connection string - [`b72b1cd`](https://github.com/go-gitea/gitea/commit/b72b1cd915a70d4da0ad32c22ed72383d8fc9c90) add tests - [`64a13f7`](https://github.com/go-gitea/gitea/commit/64a13f71f84dab812d5d898fc950fbb0df686ae4) fix fmt - [`168f119`](https://github.com/go-gitea/gitea/commit/168f119718aadb9ea2e5f3680ce9547464de6476) remove @ - [`8296849`](https://github.com/go-gitea/gitea/commit/8296849c28534c83f2d2fcc6cafe3d7e01d2f3a0) Merge branch 'master' into techknowlogick-patch-4 ### 📊 Changes **2 files changed** (+54 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `models/models.go` (+14 -8) 📝 `models/models_test.go` (+40 -0) </details> ### 📄 Description Fix #4200 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:32:20 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17312