-
Notifications
You must be signed in to change notification settings - Fork 0
Pull requests: texpert/ngrok-wrapper
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Added compatibility with Ngrok v3.x (specs also enhanced to test both 2 and 3 versions)
#24
by texpert
was merged Nov 19, 2022
Loading…
Prepare for different ngrok versions params, still for version 2
#23
by texpert
was merged Nov 19, 2022
Loading…
Allow region subdomains - modify Rails config.hosts example to parse the host from NGROK_URL
#22
by texpert
was merged Nov 19, 2022
Loading…
Ngrok.start should try to return first @ngrok_url_https or then @ngrok_url
#17
by texpert
was merged Feb 19, 2022
Loading…
Use fork, Process.setsid and spawn instead of just spawn, to change the owner of ngrok process
#16
by texpert
was merged Feb 19, 2022
Loading…
Use fork and Process.setsid instead of just spawn, to change the owner of ngrok process
#15
by texpert
was merged Feb 19, 2022
Loading…
Described gem's usage in Rails, move the description from
examples
folder into README.md
#13
by texpert
was merged Jan 9, 2022
Loading…
Check if rubocop beta channel is working on Codeclimate
#12
by texpert
was closed Jan 9, 2022
Loading…
Fix Codeclimate rubocop channel to beta to enable latest 1-24-1
#11
by texpert
was merged Jan 9, 2022
Loading…
Refactor
ngrok_running?
to re-use ngrok_process_status_lines
instead of a shell process
#8
by texpert
was merged Jan 9, 2022
Loading…
Raise if Ngrok with the pid from persistence file is running on other port
#7
by texpert
was merged Jan 9, 2022
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.