Commit log
a0b76cc
Adopt cmd error handling like sgx-jmp
Click to expand commit body
So it doesn't fall over on errors and we have to rely on a supervisor to
bring it back up a couple minutes after. This also adds Sentry error
reporting, only tested with the mock, not with actual GlitchTip.
Amolith
created
1 month ago
752795f
fix: handle 404 in tn_eligible_for_port_out_pin?
Phillip Davis
created
1 month ago
710dfae
Merge branch '380-conditionally-show-command' of https://git.secluded.site/sgx-bwmsgsv2
Click to expand commit body
* '380-conditionally-show-command' of https://git.secluded.site/sgx-bwmsgsv2:
refactor: only show port-out cmd if tn eligible
Stephen Paul Weber
created
4 months ago
a953751
refactor: only show port-out cmd if tn eligible
Click to expand commit body
References: https://todo.sr.ht/~singpolyma/soprani.ca/380
Co-authored-by: Crush <crush@charm.land>
Amolith
and
Crush
created
4 months ago
16170c6
Merge branch '380-set-port-out-pin' of https://git.secluded.site/sgx-bwmsgsv2
Click to expand commit body
* '380-set-port-out-pin' of https://git.secluded.site/sgx-bwmsgsv2:
chore: swap StandardError/RuntimeError, simplify
feat: let users set their port-out PIN
chore: update rubocop names
test: rescue NameError
chore: add missing webrick dependency
Stephen Paul Weber
created
4 months ago
97a38ec
chore: swap StandardError/RuntimeError, simplify
Amolith
created
4 months ago
fe75c33
feat: let users set their port-out PIN
Amolith
created
4 months ago
a42646d
chore: update rubocop names
Amolith
created
8 months ago
70a2071
test: rescue NameError
Amolith
created
4 months ago
facf6fe
chore: add missing webrick dependency
Amolith
created
5 months ago
8829bbd
Fix redis keys
Stephen Paul Weber
created
9 months ago
dd73941
use doesn't return for chain
Stephen Paul Weber
created
9 months ago
9ac5842
Fixups not worth sending back to review
Stephen Paul Weber
created
9 months ago
8fa3d50
forward errors to users when a msg gets blocked
Phillip Davis
created
9 months ago
a3ad5dd
dedup 'to' array
Phillip Davis
created
10 months ago
8a577f3
Forgot this require
Stephen Paul Weber
created
2 years ago
0968b7e
Use explicit txt URL
Stephen Paul Weber
created
2 years ago
44c55ae
Convert long message to MMS
Stephen Paul Weber
created
2 years ago
1babdd4
Allow any media URL, and resiliency
Stephen Paul Weber
created
3 years ago
c427405
No need to generate fallback body in SGX anymore, cheogram can do that now
Stephen Paul Weber
created
3 years ago
3605df4
Merge branch 'send-big-or-bad-mime-as-link' into 'master'
Click to expand commit body
Added method to send link via SMS on large file sizes and unsupported MIME types.
See merge request soprani.ca/sgx-bwmsgsv2!16
Stephen Paul Weber
created
3 years ago
9595ade
Added comments to new code blocks.
root root
created
3 years ago
d5f7384
Added commented link for MIME type support
root root
created
3 years ago
eee0826
Added method to send link via SMS on large file sizes and unsupported MIME types.
root21
created
3 years ago
e18e0b6
Merge branch 'allow_updating_user_registration' into 'master'
Click to expand commit body
Allow updating existing user registration
See merge request soprani.ca/sgx-bwmsgsv2!15
Christopher Vollick
created
3 years ago
339caef
Allow updating existing user registration
Stephen Paul Weber
created
3 years ago
449c2e4
Use new blather properly
Stephen Paul Weber
created
3 years ago
23eaf6b
Merge branch 'ibr-refactor' into 'master'
Click to expand commit body
Ibr refactor
See merge request soprani.ca/sgx-bwmsgsv2!14
Stephen Paul Weber
created
3 years ago
e144002
Refactor IBR get/form to use the IBR helpers
Stephen Paul Weber
created
3 years ago
cf71abd
Refactor IBR set code to use the IBR helpers
Stephen Paul Weber
created
3 years ago
e74bae8
Merge branch 'error-refactor' into 'master'
Click to expand commit body
Error refactor
See merge request soprani.ca/sgx-bwmsgsv2!13
Christopher Vollick
created
3 years ago
cddd64b
Return meaningful text from bandwidth errors
Stephen Paul Weber
created
3 years ago
7739701
Use blather error method
Stephen Paul Weber
created
3 years ago
5c053fe
Merge branch 'tests' into 'master'
Click to expand commit body
Initial test framework and some tests
See merge request soprani.ca/sgx-bwmsgsv2!12
Christopher Vollick
created
3 years ago
f6e362c
Initial test framework and some tests
Stephen Paul Weber
created
3 years ago
bed6a72
Merge branch 'reply-to-remove' into 'master'
Click to expand commit body
Reply to IBR remove request
See merge request soprani.ca/sgx-bwmsgsv2!11
Christopher Vollick
created
3 years ago
f770000
Reply to IBR remove request
Click to expand commit body
Otherwise caller times out waiting for it
Stephen Paul Weber
created
3 years ago
f1e2313
Merge branch 'fix-for-older-redis' into 'master'
Click to expand commit body
Need Redis 7 for NX and GET together
See merge request soprani.ca/sgx-bwmsgsv2!10
Christopher Vollick
created
3 years ago
44c4cd8
Need Redis 7 for NX and GET together
Stephen Paul Weber
created
3 years ago
Stephen Paul Weber
created
3 years ago
b423b9e
Merge branch 'sentry' into 'master'
Click to expand commit body
Instrument for sentry
See merge request soprani.ca/sgx-bwmsgsv2!9
Christopher Vollick
created
3 years ago
778b90f
Instrument for sentry
Stephen Paul Weber
created
3 years ago
Stephen Paul Weber
created
3 years ago
57cde84
Merge branch 'allow-unregister' into 'master'
Click to expand commit body
Unregister when asked
See merge request soprani.ca/sgx-bwmsgsv2!7
Christopher Vollick
created
3 years ago
15be6a7
Merge branch 'v1-is-dead' into 'master'
Click to expand commit body
v1 is dead, remove hacks
See merge request soprani.ca/sgx-bwmsgsv2!8
Christopher Vollick
created
3 years ago
2c59c74
v1 is dead, remove hacks
Stephen Paul Weber
created
3 years ago
e8530d1
Actually remove registration when asked
Stephen Paul Weber
created
3 years ago
4217dbf
Refactor knowledge of registration persistance to RegistrationRepo
Click to expand commit body
Keeps all knowledge about redis key structure, etc, in one place.
Stephen Paul Weber
created
3 years ago
52fe3db
Rack 2 breaks goliath
Stephen Paul Weber
created
3 years ago
331f212
Get rubocop running again
Click to expand commit body
Not clean yet, but at least it runs
Stephen Paul Weber
created
3 years ago
Page 1 of 5