[PR #67] [MERGED] Syncfix #283

Closed
opened 2026-03-04 01:36:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/67
Author: @lts-rad
Created: 9/16/2022
Status: Merged
Merged: 9/16/2022
Merged by: @lts-rad

Base: devHead: syncfix


📝 Commits (5)

  • 87a3142 [base] [api] Synchronize base and the API startup
  • 43929a3 [api] Create the ready file if needed
  • 80e15af [api] Create the ready file if needed
  • 3ed4734 [api] Fix err scoping for check
  • 875bfcd [base] Fix ready path

📊 Changes

5 files changed (+43 additions, -9 deletions)

View changed files

📝 api/code/api.go (+6 -1)
📝 api/code/firewall.go (+30 -7)
📝 base/scripts/startup.sh (+3 -1)
📝 docker-compose-virt.yml (+2 -0)
📝 docker-compose.yml (+2 -0)

📄 Description

@lts-po please review. This adds a FLOCK between base and API to make sure that the API only runs after base has loaded nft_rules.sh. Need to make sure this is correct before deploying


🔄 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/spr-networks/super/pull/67 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 9/16/2022 **Status:** ✅ Merged **Merged:** 9/16/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `dev` ← **Head:** `syncfix` --- ### 📝 Commits (5) - [`87a3142`](https://github.com/spr-networks/super/commit/87a3142a8c942ed0417f1a2a239a3130dbf27fb1) [base] [api] Synchronize base and the API startup - [`43929a3`](https://github.com/spr-networks/super/commit/43929a3e80a3acb3016f3083e217113a9826d71f) [api] Create the ready file if needed - [`80e15af`](https://github.com/spr-networks/super/commit/80e15af75783adf885dc4f792c541ab089f2ff89) [api] Create the ready file if needed - [`3ed4734`](https://github.com/spr-networks/super/commit/3ed4734135c9fd90f65c3e34329b518729bca010) [api] Fix err scoping for check - [`875bfcd`](https://github.com/spr-networks/super/commit/875bfcd7229e49cfe133eaa113176c6b30784bcf) [base] Fix ready path ### 📊 Changes **5 files changed** (+43 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+6 -1) 📝 `api/code/firewall.go` (+30 -7) 📝 `base/scripts/startup.sh` (+3 -1) 📝 `docker-compose-virt.yml` (+2 -0) 📝 `docker-compose.yml` (+2 -0) </details> ### 📄 Description @lts-po please review. This adds a FLOCK between base and API to make sure that the API only runs after base has loaded nft_rules.sh. Need to make sure this is correct before deploying --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:04 +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/super#283
No description provided.