a731237701
test(GODT-2871): tests for new telemetry logic.
2023-08-22 11:15:47 +02:00
f557666b4d
feat(GODT-2871): is telemetry enabled as service.
2023-08-21 14:08:47 +02:00
5f89e85139
chore: Under Bridge 3.5.0 changelog.
2023-08-17 12:39:31 +02:00
9fb922d18f
chore: merge master to devel
2023-08-17 12:04:17 +02:00
884c6ed932
fix(GODT-2865): add error on failed unlock.
2023-08-17 08:19:25 +00:00
db77bd4983
test(GODT-2873): Wait for Gluon Watcher to finish
...
Avoids go-routine leak checker entry.
https://github.com/ProtonMail/gluon/pull/393
2023-08-17 06:31:25 +00:00
85bfcf7158
test(GODT-2744): Add integration tests for moving messages (with MOVE support)
2023-08-17 06:22:12 +00:00
09a5f8ac0f
test(GODT-2872): Fix nightly job
2023-08-16 12:56:40 +00:00
81f81a63e8
test(GODT-2742): Add more integration tests regarding drafts
2023-08-16 10:56:23 +00:00
e724fafe2f
chore: checkout features from trift to devel
2023-08-15 15:40:53 +02:00
cba73997cd
fix(GODT-2802): Fix missing key pass input for keyring unlock
2023-08-14 13:09:22 +02:00
29f44fc312
fix(GODT-2814): Server Manager shutdown task cancel
2023-08-14 11:04:53 +02:00
41c125f65e
feat(GODT-2803): Gluon IMAP State access
...
Update to latest Gluon to allow access to the database for bridge. The
cache is placed in a `SharedCache` type to ensure that we respect calls
to `Connector.Close`.
In theory, this should never trigger an error, but this way we can catch
it if it happens.
https://github.com/ProtonMail/gluon/pull/391
2023-08-14 09:51:49 +02:00
0a555bf767
chore: Trift Bridge 3.4.1 changelog.
v3.4.1
2023-08-14 08:33:51 +02:00
24331f9715
fix(GODT-2803): Separate conditions to pause event loop for IMAP
...
Add two separate toggles to control event loop pausing. This is required
to prevent cases where the bridge requests the event loop to be paused
but a sync process completes and resumes the event loop.
For the loop to resume now both states need to be set to false. This
will be removed once GODT-2848 is implemented.
2023-08-11 14:32:18 +02:00
a5500629e5
feat(GODT-2803): Add Event Poll Waiter
...
Wait for the current event poll to finish publishing events after a
request to pause the event loop. This is required to change the gluon
cache directory.
2023-08-11 14:32:18 +02:00
a46533dcf2
feat(GODT-2787): Force Scrollview to top when re-opening questions set.
2023-08-11 08:43:23 +02:00
12183fbf05
feat(GODT-2787): Tweaking Bug Report form with last Review.
2023-08-11 05:39:34 +00:00
c90248920a
ci(GODT-2717): Create a job that will run on schedule
2023-08-10 12:19:59 +00:00
ccb9b7f81c
feat(GODT-2787): Fix vertical alignement on CategoryItem.
2023-08-10 08:43:37 +00:00
78c0651661
feat(GODT-2842): Implement Bug Report Fallback notification.
2023-08-10 09:46:12 +02:00
d72980e443
fix(GODT-2859): Fix scope of the function + rename properly.
2023-08-10 08:32:54 +02:00
b24937b666
fix(GODT-2859): Fix lint.
2023-08-10 08:30:46 +02:00
5ca9ec6674
fix(GODT-2859): Trigger user resync while updating from 3.4.0 to 3.4.1.
2023-08-10 08:28:39 +02:00
4ee6da4baa
chore(GODT-2848): Simplify User Event Service
...
Rather than having the services subscribe to each individual event type,
have only one subscriber for the whole event object. This spreads the
logic to the service through the `EventHandler` type.
This is important for the next stage where the IMAP service will be
required to apply events from the past.
2023-08-09 16:11:09 +02:00
e8ce8942be
feat(GODT-2788): Add preview to bug report validation.
2023-08-09 11:39:08 +00:00
9d0d3708af
feat(GODT-2808): Apply comment from Bug Report content review.
2023-08-09 11:07:15 +00:00
4c908aac7c
fix(GODT-2857): Do not check changed values in clear recent flag
...
https://github.com/ProtonMail/gluon/pull/390
2023-08-09 10:18:30 +02:00
6eb1878f66
fix(GODT-2827): Restore ticker to event poller
2023-08-09 10:17:41 +02:00
826dc2e5c3
test(GODT-2743): Sync high number of messages
2023-08-08 14:37:00 +00:00
e6ab874308
chore: Trift Bridge 3.4.1 changelog.
2023-08-08 15:06:16 +02:00
20b188368a
feat(GODT-2799): SMTP service interacts directly with Server Manager
...
Bridge no longer needs to manually add and remove accounts from the
service.
2023-08-08 14:14:52 +02:00
ded4f370dc
fix(GODT-2759): Use examine rather than select for fetching
...
When fetching messages in the debug mailbox state command, use read only
mode to avoid modifying the mailbox state.
2023-08-08 13:05:39 +02:00
519a6ecdb7
fix(GODT-2833): Migration of Message Flags
...
https://github.com/ProtonMail/gluon/pull/388
2023-08-08 12:38:54 +02:00
c35344d6f1
fix(GODT-2833): Fix migration of message flags
...
Migration of message flags was incomplete, leading to incorrect state
after migration.
https://github.com/ProtonMail/gluon/pull/388
2023-08-08 12:36:19 +02:00
a9865976a3
fix(GODT-2759): Use examine rather than select for fetching
...
When fetching messages in the debug mailbox state command, use read only
mode to avoid modifying the mailbox state.
2023-08-08 09:51:59 +02:00
9a96588afb
feat(GODT-2814): Standalone Server Manager
...
Convert ServerManger into a standalone service so that it can become a
self contained module.
2023-08-07 16:47:41 +02:00
1f2c573803
feat(GODT-2782): Apply content modification after review.
2023-08-03 18:05:33 +02:00
cc33423c1f
feat(GODT-2782): Add category name in decribe issue view + apply review comments.
2023-08-03 17:51:37 +02:00
1b95c290f1
feat(GODT-2808): Initial list of categories and questions.
2023-08-01 14:49:53 +00:00
9b88778c43
feat(GODT-2788): Add JSON validator file.
2023-08-01 14:49:53 +00:00
ae4705ba70
feat(GODT-2787): Replace the PathTracker by a more visual NavigationIndicator.
2023-08-01 14:49:53 +00:00
243ddf47ab
feat(GODT-2816): Handle maxChar even for non mandatory field + make it customisable from JSON.
2023-08-01 14:49:53 +00:00
80d729e3e5
feat(GODT-2816): Wait until mandatory fields are filled then fill body and title.
2023-08-01 14:49:53 +00:00
3d64c5f894
feat(GODT-2794): Clear cached answers when report is sent.
2023-08-01 14:49:53 +00:00
c4bcc38c53
feat(GODT-2793): Feed the bug report body with the answered questions.
2023-08-01 14:49:53 +00:00
2c2f816f3a
feat(GODT-2791): Add Unitary test.
2023-08-01 14:49:53 +00:00
86e115b2f3
feat(GODT-2791): Parse the Bug Report Flow description file and ensure forward compatibility (GODT-2789).
2023-08-01 14:49:53 +00:00
1a2783a63b
feat(GODT-2821): Display questions in one page.
2023-08-01 14:49:53 +00:00
cbbab71f5c
feat(GODT-2786): Init bug report flow description file.
2023-08-01 14:49:53 +00:00