Jon Chambers
|
44838d6238
|
Verify that nobody's addressing API calls by e164 any more.
|
2021-07-29 11:50:36 -04:00 |
Chris Eager
|
5400abb065
|
Better support unhandled exception logging on websocket requests
|
2021-07-28 14:06:09 -05:00 |
Jon Chambers
|
f47fefb73e
|
Lock accounts for the duration of deletion operations.
|
2021-07-27 13:12:39 -04:00 |
Jon Chambers
|
cdef745a7a
|
Drop a not-very-helpful metric (logging works better in this case).
|
2021-07-27 13:12:39 -04:00 |
Jon Chambers
|
1a1eab4ec0
|
Also clear profiles on re-registration.
|
2021-07-27 13:05:54 -04:00 |
Jon Chambers
|
3a966ef345
|
Reuse account UUIDs when registering an account with a recently-deleted e164.
|
2021-07-27 13:05:54 -04:00 |
Jon Chambers
|
be20c04cd8
|
Identify accounts for which to delete keys by UUID.
|
2021-07-27 13:05:54 -04:00 |
Jon Chambers
|
d09dcc90fe
|
Add methods for getting, clearing, locking recently-deleted account records.
|
2021-07-27 13:05:54 -04:00 |
Jon Chambers
|
0117fc12c7
|
Actually increment the moved "new user" counter.
|
2021-07-27 12:09:51 -04:00 |
Jon Chambers
|
ef9a7fda9a
|
Publish outstanding SQS operation count as a gauge.
|
2021-07-27 11:15:41 -04:00 |
Chris Eager
|
13447df1e0
|
Update validation for NotNull items in IncomingMessagesList
|
2021-07-27 10:39:30 -04:00 |
Jon Chambers
|
3608c5bfb0
|
Wait for outstanding requests to be resolved before shutting down the directory queue.
|
2021-07-27 10:36:53 -04:00 |
Jon Chambers
|
34dbff6786
|
Switch to an async SQS client.
|
2021-07-27 10:36:53 -04:00 |
Jon Chambers
|
a6066bfc2f
|
Migrate DirectoryQueueTest to JUnit 5.
|
2021-07-27 10:36:53 -04:00 |
Jon Chambers
|
8579190cdf
|
Consolidate account creation/directory updates into `AccountsManager`
|
2021-07-27 10:27:47 -04:00 |
Chris Eager
|
917f667229
|
Remove AccountController and KeysController from websocket
|
2021-07-26 14:27:43 -05:00 |
Chris Eager
|
317a551bdb
|
Migrate MetricsRequestEventListenerTest to JUnit 5
|
2021-07-26 12:06:29 -05:00 |
Chris Eager
|
27e9271473
|
Add request path and user agent to unhandled exception logging
|
2021-07-26 12:06:29 -05:00 |
Fedor Indutny
|
11dff6c546
|
more controllers
|
2021-07-26 12:06:17 -05:00 |
Fedor Indutny
|
e6712937ca
|
fix indent
|
2021-07-26 12:06:17 -05:00 |
Fedor Indutny
|
cf8887bb5a
|
Provide more WebSocket endpoints
|
2021-07-26 12:06:17 -05:00 |
Chris Eager
|
696340f780
|
Migrate DeviceControllerTest to JUnit 5
|
2021-07-26 11:18:17 -05:00 |
Chris Eager
|
86ddcbaa08
|
Migrate CertificateControllerTest to JUnit 5
|
2021-07-26 11:18:17 -05:00 |
Chris Eager
|
2144d2a8d8
|
Migrate AttachmentControllerTest to JUnit 5
|
2021-07-26 11:18:17 -05:00 |
Chris Eager
|
f7af861b31
|
Migrate SecureStorageControllerTest to JUnit 5
|
2021-07-26 11:18:17 -05:00 |
Chris Eager
|
208a09b3ae
|
Migrate RemoteConfigControllerTest to JUnit 5
|
2021-07-26 11:18:17 -05:00 |
Chris Eager
|
831023e41d
|
Migrate PaymentsControllerTest to JUnit 5
|
2021-07-26 11:18:17 -05:00 |
Chris Eager
|
ff627793d6
|
Migrate DirectoryControllerTest to JUnit 5
|
2021-07-26 11:18:17 -05:00 |
Chris Eager
|
f971c76a99
|
Migrate StickerControllerTest to JUnit 5
|
2021-07-26 11:18:17 -05:00 |
Chris Eager
|
8f41176c76
|
Enable "sms" transport for +98
|
2021-07-26 10:40:05 -05:00 |
Ehren Kret
|
31bbbbb5e0
|
Raise default message TTL to 14 days
|
2021-07-20 14:08:08 -05:00 |
Jon Chambers
|
effcd6038d
|
Also record dimensional metrics for circuit breakers and retries.
|
2021-07-19 16:56:16 -04:00 |
Jon Chambers
|
12be7d49c2
|
Clear one-time pre-keys on re-registration.
|
2021-07-19 10:05:01 -04:00 |
Jon Chambers
|
14863b575e
|
Clear one-time pre-keys when a device is unlinked.
|
2021-07-19 10:05:01 -04:00 |
Jon Chambers
|
32a95f96ff
|
Add a pessimistic locking system for operations on recently-deleted account records
|
2021-07-16 16:52:58 -04:00 |
Jon Chambers
|
b757d4b334
|
Measure how many "send message" requests are still using e164-based addressing.
|
2021-07-16 16:52:58 -04:00 |
Chris Eager
|
bd03d910fe
|
Set authenticated device after updating last seen
|
2021-07-16 16:52:58 -04:00 |
Chris Eager
|
01ef855157
|
Return a non-stale account from base authenticator when last seen is updated
|
2021-07-16 16:52:58 -04:00 |
Chris Eager
|
817866caf3
|
Use fresh accounts to update in PushFeedbackProcessor
|
2021-07-16 16:52:58 -04:00 |
Chris Eager
|
158d65c6a7
|
Add optimistic locking to account updates
|
2021-07-16 16:52:58 -04:00 |
realturner
|
62022c7de1
|
Migrate AppConfig to SDK v2 to detect and use web identify token
|
2021-07-16 16:48:33 -04:00 |
Chris Eager
|
a824b5575d
|
Add dynamic configuration for using DynamoDB in AccountsDatabaseCrawler
|
2021-07-06 13:01:24 -05:00 |
Jon Chambers
|
78819d5382
|
Remove expiration logic when checking token validity.
The data store will no longer return tokens that have expired, and we no longer need to check for expiration in application space.
|
2021-07-06 11:03:49 -04:00 |
Jon Chambers
|
d128bc782a
|
Retire Postgres-backed pending account/device tables.
|
2021-07-06 11:03:49 -04:00 |
Chris Eager
|
530b2a310f
|
Ensure active future is always completed
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
d5b0d99a54
|
Remove unused method
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
43be72d076
|
Add test for ManagedPeriodicWork; fix shutdown not awaiting active execution
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
9558944e22
|
Add needsReconciliationIndexName to sample.yml
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
0f6c866c8d
|
Update imports
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
bac78e9291
|
Switch DeletedAccountsTableCrawler metrics to a basic Metrics#summary
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
c22ea78672
|
Add crawler to process migration retry accounts
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
a85afe827d
|
Avoid NPE by using scheduledFuture as the Gauge state object
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
abaed821ec
|
Add additional case to unit test
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
6fa9dcd954
|
Refactor to use shared recurringJobExecutor
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
819d59cd79
|
Update reconciliation crawler to use secondary index
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
2f88f0eedb
|
Refactor to use single threaded scheduled executor
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
74ff491671
|
Rename ManagedPeriodicWorkCache to ManagedPeriodicWorkLock
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
eac48a6617
|
Don’t delete accounts after reconciling
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
19617c14f8
|
Improved logging in ManagedPeriodcWork
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
fc7291c3e8
|
Migrate DeletedAccountsTableCrawler to ManagedPeriodicWork
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
88db808298
|
Add abstract ManagedPeriodicWork
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
5193abdab3
|
Add DeletedAccountsTableCrawler
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
a315c9be92
|
Add DeletedAccounts DynamoDB table
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
fc1541591a
|
Add AbstractDynamoDbStore#scan
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
ae97c4db9f
|
Use editorconfig in AbstractDynamoDbStore
|
2021-07-02 15:05:11 -05:00 |
Chris Eager
|
26bc5973b5
|
Clear message queue before and after removing a device
|
2021-07-02 10:48:42 -05:00 |
Chris Eager
|
e52b8c8423
|
Implement DatadogConfig in DatadogConfiguration
|
2021-07-02 10:48:05 -05:00 |
Jon Chambers
|
7395489bac
|
Add tests for pending account/device managers.
|
2021-07-02 11:30:13 -04:00 |
Jon Chambers
|
b384ed7f5c
|
Add a counter for requests for delivery certificates with/without e164s.
|
2021-07-01 10:59:10 -04:00 |
Jon Chambers
|
e3afcae7d3
|
Gather data to verify safety of retiring legacy reglock system.
|
2021-07-01 10:58:47 -04:00 |
Jon Chambers
|
9faeed7b20
|
Count E164 authentications versus UUID authentications.
|
2021-07-01 10:51:34 -04:00 |
Jon Chambers
|
49adcca80e
|
Use Optional.isEmpty().
|
2021-07-01 10:51:34 -04:00 |
Jon Chambers
|
49c43a6816
|
Simplify distribution summary for "days since last seen."
|
2021-07-01 10:51:34 -04:00 |
Jon Chambers
|
84f85ae098
|
Collapse various account meters into a single, multi-dimensional counter.
|
2021-07-01 10:51:34 -04:00 |
Jon Chambers
|
3d581941ab
|
Add plumbing and configuration to migrate pending accounts/devices to DynamoDB.
|
2021-07-01 10:50:52 -04:00 |
Jon Chambers
|
d2d39baede
|
Add a DynamoDB-backed stored verification code store.
|
2021-07-01 10:50:52 -04:00 |
Jon Chambers
|
111f5ba024
|
Use java.time classes for stored verification code expiration; add tests.
|
2021-07-01 10:50:52 -04:00 |
Jon Chambers
|
ce3fb7fa99
|
Extract a common base class for verification code store tests.
|
2021-07-01 10:50:52 -04:00 |
Jon Chambers
|
fc421d3f21
|
Introduce a common interface for verification code stores.
|
2021-07-01 10:50:52 -04:00 |
Jon Chambers
|
71bea759c6
|
Consolidate StoredVerificationCode constructors.
|
2021-07-01 10:50:52 -04:00 |
Jon Chambers
|
bf1dd791a5
|
Drop caching for pending accounts/devices.
|
2021-07-01 10:50:52 -04:00 |
Chris Eager
|
4c99577c08
|
Add configuration for Datadog batch size
|
2021-06-30 16:44:25 -05:00 |
Graeme Connell
|
5d5c63e6d4
|
Update profile controller to S3 AWSv2.
|
2021-06-30 13:09:18 -06:00 |
Graeme Connell
|
42ff3f8432
|
Switch SQS to Amazon SDKv2.
|
2021-06-30 12:46:12 -06:00 |
Chris Eager
|
be6ef76486
|
Update DynamoDBLocal to 1.16.0
|
2021-06-23 13:50:58 -05:00 |
Ehren Kret
|
7883352b74
|
Match random capability generation in test
|
2021-06-21 17:32:31 -05:00 |
Ehren Kret
|
982d122d18
|
Match random capability generation in test
|
2021-06-21 17:32:31 -05:00 |
Ehren Kret
|
d8d94407c6
|
Create announcement group capability
|
2021-06-21 17:32:31 -05:00 |
Chris Eager
|
28cfc54170
|
Update FunctionCounter builder to use non-null object and method
|
2021-06-11 11:27:45 -05:00 |
Jon Chambers
|
2ee7279743
|
Pause nstat counters.
|
2021-06-11 12:26:56 -04:00 |
Jon Chambers
|
eb1b073385
|
Add a hostname-aware reporter factory.
|
2021-06-10 14:23:05 -04:00 |
Jon Chambers
|
c634185b6f
|
Standardize a utility method for getting local host names.
|
2021-06-10 14:23:05 -04:00 |
Jon Chambers
|
2c33d22a30
|
Stop recording specific client versions in metrics until we know we need them again.
|
2021-06-08 12:25:31 -04:00 |
Chris Eager
|
b41ed9d810
|
Update sample.yml config
|
2021-06-07 17:21:36 -04:00 |
Jon Chambers
|
58d3a12eff
|
Set hostname to lowercase to avoid strange case mismatch issues; log hostname failures.
|
2021-06-07 17:17:46 -04:00 |
Jon Chambers
|
88c4b2be97
|
Correct a misunderstanding about the metrics host tag.
|
2021-06-07 16:29:44 -04:00 |
Jon Chambers
|
6cbd57f19f
|
Include environment/service/version as common metric tags.
|
2021-06-04 18:17:09 -04:00 |
Jon Chambers
|
5522376584
|
Include a host tag with metrics.
|
2021-06-04 18:17:09 -04:00 |
Jon Chambers
|
5089c37d28
|
Drop a pair of unused commands.
|
2021-06-04 12:35:06 -04:00 |
Jon Chambers
|
1ccf24e68c
|
Add a command to check dynamic config files.
|
2021-06-04 12:34:48 -04:00 |