[PR #9] [CLOSED] Minghe/postgress #126

Closed
opened 2026-03-03 11:56:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/9
Author: @metrue
Created: 4/7/2019
Status: Closed

Base: masterHead: minghe/postgress


📝 Commits (5)

📊 Changes

9 files changed (+247 additions, -4 deletions)

View changed files

.github/main.workflow (+26 -0)
db.go (+50 -0)
db_test.go (+54 -0)
📝 docker-compose.yaml (+14 -3)
📝 go.mod (+2 -0)
📝 go.sum (+9 -0)
messages.go (+24 -0)
messages_test.go (+58 -0)
📝 server.go (+10 -1)

📄 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/Finb/bark-server/pull/9 **Author:** [@metrue](https://github.com/metrue) **Created:** 4/7/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `minghe/postgress` --- ### 📝 Commits (5) - [`7a8ac5d`](https://github.com/Finb/bark-server/commit/7a8ac5de0aa9df703eef9deff8cd232abc6adb20) setup github action (#1) - [`8c30fe5`](https://github.com/Finb/bark-server/commit/8c30fe5e522448ac6d56f2e02d833506a148fa9e) add db as service - [`45f0e6a`](https://github.com/Finb/bark-server/commit/45f0e6a0491123759514c66be2da071a052a1229) add db stuff - [`1e2baeb`](https://github.com/Finb/bark-server/commit/1e2baeb667ecfe94f1fb49d727308a9119e79090) add test action - [`62f8369`](https://github.com/Finb/bark-server/commit/62f83694b9e7c95f8336d93cd9be5eb198a2b1c5) add test action ### 📊 Changes **9 files changed** (+247 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.github/main.workflow` (+26 -0) ➕ `db.go` (+50 -0) ➕ `db_test.go` (+54 -0) 📝 `docker-compose.yaml` (+14 -3) 📝 `go.mod` (+2 -0) 📝 `go.sum` (+9 -0) ➕ `messages.go` (+24 -0) ➕ `messages_test.go` (+58 -0) 📝 `server.go` (+10 -1) </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-03-03 11:56:19 +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/bark-server#126
No description provided.