Commit log
8785676
Renamed file with a mistype.
Click to expand commit body
Renamed lib/customer_finacials.rb to lib/customer_financials.rb
Edited the 'require' in lib/customer.rb and lib/financial_info.rb
root21
created
3 years ago
4c70ba8
Add emoji icons for each command
Stephen Paul Weber
created
3 years ago
4b045d1
Merge branch 'simpleswap'
Click to expand commit body
* simpleswap:
Integrate SimpleSwap into alt top up
Stephen Paul Weber
created
3 years ago
38d58f6
Integrate SimpleSwap into alt top up
Click to expand commit body
Allow choosing Done, Add Bitcoin, XMR, or ETH with the last two being SimpleSwap
swap addresses (and thus only one-time use, for safety, we don't know how long
they keep a record of swaps etc).
Stephen Paul Weber
created
3 years ago
b640c8e
Merge branch 'low-balance-target'
Click to expand commit body
* low-balance-target:
Fix linter, integrate patch feedback
Add low balance/auto top up with target amount
Stephen Paul Weber
created
3 years ago
cc8787a
Fix linter, integrate patch feedback
Stephen Paul Weber
created
3 years ago
1a2640d
Add low balance/auto top up with target amount
Osakpolor Obaseki
created
3 years ago
07575ad
Take in Carrier if Port is Canadian
Click to expand commit body
Canadian ports need this extra info to port them in. Up until now I've
been messaging people manually to ask for it, but that adds a delay to
the porting process since I can't move forwards until they've told me,
and it may be hours between when they fill out the form and when I'm
processing it.
So this will just ask for all the data upfront, meaning I can fully
process them right away.
Christopher Vollick
created
3 years ago
94298f5
Refactor alt top up to use FormTemplate
Stephen Paul Weber
created
3 years ago
8715e74
Remove expired payment methods from customer list of payment methods [with tests]
Osakpolor Obaseki
created
3 years ago
78c1b39
Command to show details (currently just remaining data) for account SIMs
Stephen Paul Weber
created
3 years ago
Stephen Paul Weber
created
3 years ago
c68cc15
Merge branch 'use-tel-we-have'
Click to expand commit body
* use-tel-we-have:
Skip asking backend about registration when we know the tel already
Stephen Paul Weber
created
3 years ago
502c8cf
Hotfix tests on master
Stephen Paul Weber
created
3 years ago
a006893
Better text for when used with webview
Stephen Paul Weber
created
3 years ago
08b2f8b
Merge branch 'fix-info-when-no-plan'
Click to expand commit body
* fix-info-when-no-plan:
Fix rendering info when there is no plan
Stephen Paul Weber
created
3 years ago
6e0b6b1
Merge branch 'outbound-call-customer-not-found'
Click to expand commit body
* outbound-call-customer-not-found:
Actually handle outbound attempt from unknown customer
Stephen Paul Weber
created
3 years ago
e1e0ddb
Fix rendering info when there is no plan
Stephen Paul Weber
created
3 years ago
07c3da0
Render useful message when trying to leave voicemail for no customer
Stephen Paul Weber
created
3 years ago
f5ad677
Actually handle outbound attempt from unknown customer
Stephen Paul Weber
created
3 years ago
6ce95ed
Skip asking backend about registration when we know the tel already
Click to expand commit body
This is an optimization. If we are looking up by tel already, then we don't
need to ask the backend sgx if they have a tel or what it is, we know that, so
just use that information directly and save us a call.
Stephen Paul Weber
created
3 years ago
eb16aef
Added number change Admin command to bot.
Click to expand commit body
V3 commit.
modified: forms/admin_menu.rb
new file: forms/admin_number_change.rb
new file: lib/admin_actions/number_change.rb
modified: lib/admin_command.rb
root21
created
3 years ago
30485ca
Merge branch 'preserve-parent'
Click to expand commit body
* preserve-parent:
Preserve previous parent id when re-activating plan
Stephen Paul Weber
created
3 years ago
25d74f5
Merge branch 'show-remaining-included-calling-credit'
Click to expand commit body
* show-remaining-included-calling-credit:
Show remaining included calling credit in customer info
Add missing require
Stephen Paul Weber
created
3 years ago
5000e1b
Show remaining included calling credit in customer info
root21
created
3 years ago
1648439
Add missing require
root21
created
3 years ago
6e32ea1
Merge branch 'ruby3'
Click to expand commit body
* ruby3:
Fix for ruby3
Test on Ubuntu LTS (with ruby3)
Update to new minitest
Stephen Paul Weber
created
3 years ago
9037e5c
Merge branch 'longer-auto-top-up-block'
Click to expand commit body
* longer-auto-top-up-block:
The secondary block should be longer than the main lock...
Stephen Paul Weber
created
3 years ago
0001880
The secondary block should be longer than the main lock...
Stephen Paul Weber
created
3 years ago
e3712fc
Merge branch 'customer_id_in_order'
Click to expand commit body
* customer_id_in_order:
Include customer id as CustomerOrderId when ordering number
Stephen Paul Weber
created
3 years ago
1ff1310
Search again if no tel selected
Stephen Paul Weber
created
3 years ago
6f01945
Include customer id as CustomerOrderId when ordering number
Click to expand commit body
So we can tell who ordered a number in case of issues
Stephen Paul Weber
created
3 years ago
e33ce01
Preserve previous parent id when re-activating plan
Stephen Paul Weber
created
3 years ago
27b2711
Merge branch 'prev'
Click to expand commit body
* prev:
Allow prev from mail-in registration
Allow prev from invite code
Allow prev from credit card form
Make sure OOB comes first in payload
Allow prev from Bitcoin registration
Allow prev action on TelSelections search results
Stephen Paul Weber
created
3 years ago
Stephen Paul Weber
created
3 years ago
5d3f180
Test on Ubuntu LTS (with ruby3)
Stephen Paul Weber
created
3 years ago
298ff66
Update to new minitest
Stephen Paul Weber
created
3 years ago
575804c
Merge branch 'disable-voicemail'
Click to expand commit body
* disable-voicemail:
Allow infinite timeout / disabled voicemail
Stephen Paul Weber
created
3 years ago
4acf6c3
Allow infinite timeout / disabled voicemail
Click to expand commit body
Use Forward to hand control completely to the target call. If something ends up
at our voicemail due to error or similar, just hang up.
Stephen Paul Weber
created
3 years ago
dd9dfe8
Merge branch 'tel-in-ogm'
Click to expand commit body
* tel-in-ogm:
Switch default OGM to include tel
Stephen Paul Weber
created
3 years ago
d622bc0
Transcription Retry Metadata Uses Symbols
Click to expand commit body
We transform the keys into symbols, but then index with a string.
Christopher Vollick
created
3 years ago
04ab66b
Switch default OGM to include tel
Stephen Paul Weber
created
3 years ago
470beb3
Trust level Olympias
Stephen Paul Weber
created
3 years ago
4486e59
Include tel in note for billing transactions
Stephen Paul Weber
created
3 years ago
f686bfe
Allow prev from mail-in registration
Stephen Paul Weber
created
3 years ago
f7426dd
Allow prev from invite code
Stephen Paul Weber
created
3 years ago
691c8b9
Allow prev from credit card form
Stephen Paul Weber
created
3 years ago
100e003
Make sure OOB comes first in payload
Stephen Paul Weber
created
3 years ago
039a86f
Allow prev from Bitcoin registration
Stephen Paul Weber
created
3 years ago
977e286
Allow prev action on TelSelections search results
Stephen Paul Weber
created
3 years ago
Page 11 of 22