Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write additional metadata back into the source sheet #4

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 22, 2023

  1. Make shortcut search case insensitive

    While technically path components are case sensitive, I have no
    personal need for case-sensitive redirection.
    micrictor committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0338427 View commit details
    Browse the repository at this point in the history
  2. Add a hit count tracker

    micrictor committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    3c67e93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16c2628 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c866e5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2eb234 View commit details
    Browse the repository at this point in the history
  6. Write redirect last used time to the sheet

    Upon redirect, record the current time into the correct row.
    micrictor committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    975a556 View commit details
    Browse the repository at this point in the history
  7. Add optional env var for response code

    Give users the ability to specify the HTTP response code to use.
    Default is 301 - Moved Permanantly.
    micrictor committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    7901d77 View commit details
    Browse the repository at this point in the history
  8. Consolidate sheet writes into one goroutine

    Make sheet writes in one goroutine. Also, make sure that the
    writes are thread-safe using mutexes.
    micrictor committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    d126056 View commit details
    Browse the repository at this point in the history