[PR #15119] launch: backup configs for integrations automatically #40909

Open
opened 2026-04-23 01:41:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15119
Author: @ParthSareen
Created: 3/28/2026
Status: 🔄 Open

Base: mainHead: parth-auto-save-backup


📝 Commits (4)

  • d94d683 launch: backup configs for integrations automatically
  • 04e41dd launch: emit backup notice after config write
  • cdd0bc4 launch: remove banner and warn only when backup-relevant configs change (#15124)
  • 7c9213a test: align launch expectations after rebase

📊 Changes

7 files changed (+291 additions, -40 deletions)

View changed files

📝 cmd/launch/command_test.go (+6 -10)
📝 cmd/launch/integrations_test.go (+67 -1)
📝 cmd/launch/launch.go (+3 -0)
📝 cmd/launch/launch_test.go (+53 -15)
📝 cmd/launch/models.go (+49 -12)
📝 cmd/launch/opencode_test.go (+111 -0)
📝 cmd/launch/selector_hooks.go (+2 -2)

📄 Description

Now it'll just display the path of where backup is saved


🔄 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/ollama/ollama/pull/15119 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 3/28/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `parth-auto-save-backup` --- ### 📝 Commits (4) - [`d94d683`](https://github.com/ollama/ollama/commit/d94d683c3298c5fd6ed7c02c7ab16ba3c391c3e7) launch: backup configs for integrations automatically - [`04e41dd`](https://github.com/ollama/ollama/commit/04e41ddcfbaeec032941b1c496edf847613759da) launch: emit backup notice after config write - [`cdd0bc4`](https://github.com/ollama/ollama/commit/cdd0bc48a3b128e2fbf0b32bb74a39c98007fc68) launch: remove banner and warn only when backup-relevant configs change (#15124) - [`7c9213a`](https://github.com/ollama/ollama/commit/7c9213aac40cb2d5be43724793701b2b4a7ae100) test: align launch expectations after rebase ### 📊 Changes **7 files changed** (+291 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `cmd/launch/command_test.go` (+6 -10) 📝 `cmd/launch/integrations_test.go` (+67 -1) 📝 `cmd/launch/launch.go` (+3 -0) 📝 `cmd/launch/launch_test.go` (+53 -15) 📝 `cmd/launch/models.go` (+49 -12) 📝 `cmd/launch/opencode_test.go` (+111 -0) 📝 `cmd/launch/selector_hooks.go` (+2 -2) </details> ### 📄 Description Now it'll just display the path of where backup is saved --- <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 2026-04-23 01:41:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#40909