You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improved url pattern string (#30)
* fix: improved url pattern string
replaced 0-9 with %d
added %% which is used for matching safe string urls
* test: added test for encoded urls
Add handler for git commit hash (#15)
* Add handler for git commit hash
* Handle both long (40) char hashes and short (7) char hashes.
* Handle commit hashes of any length between 7 and 40 characters.
* Add spec for commit handler
* Run stylua
* Update test/spec/gx/handlers/commit_handler_spec.lua
Co-authored-by: Christoph <52382992+chrishrb@users.noreply.github.com>
* Update test/spec/gx/handlers/commit_handler_spec.lua
Co-authored-by: Christoph <52382992+chrishrb@users.noreply.github.com>
---------
Co-authored-by: Christoph <52382992+chrishrb@users.noreply.github.com>