~petersanchez

Los Angeles, CA

https://www.petersanchez.com

LA, CA USA - Managua, Nicaragua

Trackers

~petersanchez/django-impersonate

Last active a month ago

~petersanchez/gohome

Last active 1 year, 4 months ago

~petersanchez/tago

Last active 1 year, 4 months ago

~petersanchez/honk

Last active 2 years ago

~petersanchez/migrate

Last active 3 years ago

~petersanchez/carrier

Last active 3 years ago

~petersanchez/djeploy

Last active 4 years ago

~petersanchez/djpubsubhubbub

Last active 4 years ago

#111 Bookmark saved listing - URL is jumping up with description a day ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit 1fba6eb.

REPORTED RESOLVED FIXED

#111 Bookmark saved listing - URL is jumping up with description a day ago

Ticket created by ~petersanchez on ~netlandish/links

When a bookmark description is very short the URL listing is jumping up next to the description. Reference:

https://linktaco.com/bookmarks/2v58FctMyVbONP8spZPk5ZwfNZF

Probably just needs a proper structure in that area versus the paragraph trash I tried to put in there.

#110 Use provided "add" date when importing 2 days ago

task added by ~petersanchez on ~netlandish/links

#110 Use provided "add" date when importing 2 days ago

Ticket created by ~petersanchez on ~netlandish/links

Currently the import is not preserving the date originally saved, if included, when writing links to the database. I think it should be preserving this.

Need to look at the import types:

  • Pinboard: time value of the record
  • HTML: ADD_DATE attribute in record (unix epoch)

Look into the OrgLinkStoreBatch helper function in models/org_links.go and of course core/import.go for where to add changes to assign the creation date.

#90 Order link feed by date added 10 days ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit 4b576a8.

REPORTED RESOLVED IMPLEMENTED

#109 Internal API calls are not passing the proper end user IP address 12 days ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit 0869e11.

REPORTED RESOLVED FIXED

#109 Internal API calls are not passing the proper end user IP address 12 days ago

admin added by ~petersanchez on ~netlandish/links

#109 Internal API calls are not passing the proper end user IP address 12 days ago

Ticket created by ~petersanchez on ~netlandish/links

This is for more internal house keeping but when storing of AuditLog entries from the API server (where most are actually triggered for storage) the end user IP is not being recorded properly. This is because the service servers are not passing the proper header when forwarding a request to the api end point.

#108 Add more example queries to GraphQL playground 16 days ago

Ticket created by ~petersanchez on ~netlandish/links

Might be useful to have a handful of example queries in the playground. Maybe something like a list of items that when one is selected the query field is auto populated with the query.

Maybe have it auto provide hash values for public (or users own links if present) to show how to provide one in a query without the variables piece, though I guess that could also be included. This may involve some sort of callback handler but that's an easy thing to add.

#106 Handler to list what users/orgs saved the same bookmark 22 days ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit 6d9a153.

REPORTED RESOLVED IMPLEMENTED