~petersanchez

Los Angeles, CA

https://www.petersanchez.com

LA, CA USA - Managua, Nicaragua

~petersanchez/blog-discussion

~petersanchez/public-inbox

View more

Recent activity

Re: [PATCH links] carrier update 8 days ago

From Peter Sanchez to ~netlandish/links-dev

Applied.

To git@git.code.netlandish.com:~netlandish/links
   da7790f..3e05348  master -> master

[PATCH links] carrier update 8 days ago

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]

Re: [PATCH links] Run modernizer on codebase. 11 days ago

From Peter Sanchez to ~netlandish/links-dev

Applied.

To git@git.code.netlandish.com:~netlandish/links
   73a8206..da7790f  master -> master

[PATCH links] Run modernizer on codebase. 11 days ago

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]

Re: [PATCH links] API version bump. Related to changes made in changeset `9d75a4796b0d2be66a4a0ae659775ae29b23daa3` 15 days ago

From Peter Sanchez to ~netlandish/links-dev

Applied.

To git@git.code.netlandish.com:~netlandish/links
   2ea094e..73a8206  master -> master

[PATCH links] API version bump. Related to changes made in changeset `9d75a4796b0d2be66a4a0ae659775ae29b23daa3` 15 days ago

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]

Re: [PATCH links] gobwebs bump 19 days ago

From Peter Sanchez to ~netlandish/links-dev

Applied.

To git@git.code.netlandish.com:~netlandish/links
   9d75a47..2ea094e  master -> master

[PATCH links] gobwebs bump 19 days ago

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]

Re: [PATCH links] Add ability to specify the ordering of tags. For tag clouds the options are: 19 days ago

From Peter Sanchez to ~netlandish/links-dev

Applied.

To git@git.code.netlandish.com:~netlandish/links
   fc421d4..9d75a47  master -> master

[PATCH links] Add ability to specify the ordering of tags. For tag clouds the options are: 19 days ago

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]