[PR #698] [MERGED] Export API errors #1581

Closed
opened 2025-12-29 02:30:49 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/698
Author: @GrigoriyMikhalkin
Created: 7/29/2022
Status: Merged
Merged: 8/9/2022
Merged by: @juanfont

Base: mainHead: export-errors


📝 Commits (5)

  • 911e6ba exported API errors
  • cc1343d fixed typo in ErrCannotDecryptResponse name
  • d7e8db7 Merge branch 'main' into export-errors
  • 0506e68 Merge branch 'main' into export-errors
  • aa2b927 Merge branch 'main' into export-errors

📊 Changes

10 files changed (+57 additions, -57 deletions)

View changed files

📝 api_key.go (+2 -2)
📝 db.go (+3 -3)
📝 machine.go (+12 -12)
📝 namespaces.go (+14 -14)
📝 namespaces_test.go (+6 -6)
📝 oidc.go (+1 -1)
📝 preauth_keys.go (+8 -8)
📝 preauth_keys_test.go (+5 -5)
📝 routes.go (+2 -2)
📝 utils.go (+4 -4)

📄 Description

Solves https://github.com/juanfont/headscale/issues/690


🔄 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/juanfont/headscale/pull/698 **Author:** [@GrigoriyMikhalkin](https://github.com/GrigoriyMikhalkin) **Created:** 7/29/2022 **Status:** ✅ Merged **Merged:** 8/9/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `export-errors` --- ### 📝 Commits (5) - [`911e6ba`](https://github.com/juanfont/headscale/commit/911e6ba6de445092dca7e809477e594133ea9cdc) exported API errors - [`cc1343d`](https://github.com/juanfont/headscale/commit/cc1343d31d2bd60011dee51f3b6ea125f32812d3) fixed typo in ErrCannotDecryptResponse name - [`d7e8db7`](https://github.com/juanfont/headscale/commit/d7e8db7adc7aee2d9ce02d3c1ee35270868da7db) Merge branch 'main' into export-errors - [`0506e68`](https://github.com/juanfont/headscale/commit/0506e68a96d4a8f66b788ce3a194b248aa9563dd) Merge branch 'main' into export-errors - [`aa2b927`](https://github.com/juanfont/headscale/commit/aa2b92703f26b6e4456ba0e4e7ce65ed0b629052) Merge branch 'main' into export-errors ### 📊 Changes **10 files changed** (+57 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `api_key.go` (+2 -2) 📝 `db.go` (+3 -3) 📝 `machine.go` (+12 -12) 📝 `namespaces.go` (+14 -14) 📝 `namespaces_test.go` (+6 -6) 📝 `oidc.go` (+1 -1) 📝 `preauth_keys.go` (+8 -8) 📝 `preauth_keys_test.go` (+5 -5) 📝 `routes.go` (+2 -2) 📝 `utils.go` (+4 -4) </details> ### 📄 Description Solves https://github.com/juanfont/headscale/issues/690 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:30:49 +01:00
adam closed this issue 2025-12-29 02:30:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1581