From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links da7790f..3e05348 master -> master
From Peter Sanchez to ~netlandish/links-dev
Changelog-fixes: Issue with email attachment boundaries out of place. --- go.mod | 10 +++++----- go.sum | 21 ++++++++++----------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/go.mod b/go.mod index eccd933..d01a2e8 100644 --- a/go.mod +++ b/go.mod @@ -37,9 +37,9 @@ require ( netlandish.com/x/gobwebs-graphql v0.2.11 netlandish.com/x/gobwebs-oauth2 v0.2.11 netlandish.com/x/gobwebs-ses-feedback v0.2.11 [message trimmed]
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links 73a8206..da7790f master -> master
From Peter Sanchez to ~netlandish/links-dev
--- api/api_test.go | 26 +++++++++++++------------- domain/integration_test.go | 30 +++++++++++++++--------------- slack/commands.go | 2 +- slack/routes.go | 2 +- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/api/api_test.go b/api/api_test.go index 0dabe06..465c019 100644 --- a/api/api_test.go +++ b/api/api_test.go @@ -219,7 +219,7 @@ func TestDirective(t *testing.T) { User: user3, } [message trimmed]
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links 2ea094e..73a8206 master -> master
From Peter Sanchez to ~netlandish/links-dev
--- api/graph/schema.resolvers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/graph/schema.resolvers.go b/api/graph/schema.resolvers.go index 16435c4..b49dcde 100644 --- a/api/graph/schema.resolvers.go +++ b/api/graph/schema.resolvers.go @@ -5011,8 +5011,8 @@ func (r *qRCodeResolver) CodeType(ctx context.Context, obj *models.QRCode) (mode func (r *queryResolver) Version(ctx context.Context) (*model.Version, error) { return &model.Version{ Major: 0, Minor: 7, Patch: 1, [message trimmed]
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links 9d75a47..2ea094e master -> master
From Peter Sanchez to ~netlandish/links-dev
Adding `server.ShouldProcessCommon` to ignore common errors and thus their error emails. --- cmd/api/main.go | 1 + cmd/links/main.go | 1 + cmd/list/main.go | 1 + cmd/short/main.go | 1 + go.mod | 12 ++++++------ go.sum | 24 ++++++++++++------------ 6 files changed, 22 insertions(+), 18 deletions(-) diff --git a/cmd/api/main.go b/cmd/api/main.go index ab6ee51..bfec080 100644 --- a/cmd/api/main.go [message trimmed]
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links fc421d4..9d75a47 master -> master
From Peter Sanchez to ~netlandish/links-dev
Name
Name (reverse)
Count
Count (reverse)
Created
Created (reverse)
The same applies to tag listings on each individual bookmark saved with
the exception of "Count" options as it makes no sense in this case. If a
users setting is set to a Count option, then it defaults to `Name`
Thanks to AJilityJ <ajilityj@pm.me> for this suggestion.
Changelog-added: Ability to specify how you want tags to be ordered in
[message trimmed]