From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links b533e7c..34ad2e6 master -> master
From Peter Sanchez to ~netlandish/links-dev
--- api/graph/schema.resolvers.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/graph/schema.resolvers.go b/api/graph/schema.resolvers.go index abfa3f9..b07d3ee 100644 --- a/api/graph/schema.resolvers.go +++ b/api/graph/schema.resolvers.go @@ -2077,6 +2077,7 @@ func (r *mutationResolver) AddDomain(ctx context.Context, input model.DomainInpu "%s", lt.Translate("Error checking the DNS entry for domain. Please try again later")). WithField("lookupName"). WithCode(valid.ErrValidationCode) srv.Logger().Printf("Error validating domain DNS (AddDomain) %s: %v", host, err) return nil, nil [message trimmed]
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links 155fc39..b533e7c master -> master
From Peter Sanchez to ~netlandish/links-dev
Also fixes the issue where erorrs validating domain DNS are not shown to the user. Fixes: https://todo.code.netlandish.com/~netlandish/links/131 Changelog-fixes: Issue validating custom domain dns and always show the error to the end user. --- admin/routes.go | 4 ++-- api/graph/schema.resolvers.go | 12 ++++++------ domain/logic.go | 13 ++++++++++++- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/admin/routes.go b/admin/routes.go index cb2e926..a37d111 100644 [message trimmed]
From Peter Sanchez to ~netlandish/links-discuss
> Hi, I’d like to delete all my bookmarks so that I can re-import them. > How do I do that? best, geb Hi Gebhard, I can do this for you. Please just confirm to me directly and I will take care of it. Thanks, Peter
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links a484451..155fc39 master -> master
From Peter Sanchez to ~netlandish/links-dev
Implements: https://todo.code.netlandish.com/~netlandish/links/120 Changelog-updated: Add Delete buttons to bookmark/note detail and edit views. --- core/routes.go | 4 ++++ templates/link_create.html | 3 +++ templates/link_detail.html | 1 + templates/note_create.html | 3 +++ 4 files changed, 11 insertions(+) diff --git a/core/routes.go b/core/routes.go index 2677123..f34443b 100644 --- a/core/routes.go +++ b/core/routes.go [message trimmed]
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links babd2b9..a484451 master -> master
From Peter Sanchez to ~netlandish/links-dev
Fixes: https://todo.code.netlandish.com/~netlandish/links/117 Changelog-fixed: Issue blocking the removal of ALL tags from an object. --- api/api_test.go | 81 +++++++++++++- api/graph/schema.resolvers.go | 204 +++++++++++++++++++++------------- 2 files changed, 204 insertions(+), 81 deletions(-) diff --git a/api/api_test.go b/api/api_test.go index d098661..b0125bd 100644 --- a/api/api_test.go +++ b/api/api_test.go @@ -3346,7 +3346,7 @@ func TestAPI(t *testing.T) { opA.Var("title", "Link A isolation") opA.Var("url", "https://example.com/link-a-isolation") [message trimmed]
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links c334752..babd2b9 master -> master