wpetit
|
2fc590d708
|
feat(storage): retry sqlite failed transaction when database is busy
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-22 23:18:02 +02:00 |
wpetit
|
6e4bf2f025
|
feat(storage): remap rpc errors
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-22 23:04:56 +02:00 |
wpetit
|
22a3326be9
|
feat(lifecycle): execute onInit func asynchronously
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-22 10:47:44 +02:00 |
wpetit
|
0cfb132b65
|
feat(lifecycle-module): add debug message for onInit() execution
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-21 21:46:51 +02:00 |
wpetit
|
de4ab0d02c
|
fix(bus): prevent double close in event dispatcher
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-21 21:38:34 +02:00 |
wpetit
|
d1458bab4a
|
ci: use go 1.21.2
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-20 11:01:32 +02:00 |
wpetit
|
a5c67c29d0
|
feat(bundle): add zim format support
arcad/edge/pipeline/head There was a failure building this commit
Details
|
2023-10-19 22:20:52 +02:00 |
wpetit
|
1544212ab5
|
feat: capture logged exceptions and integrate storage-server with sentry
|
2023-10-19 21:47:09 +02:00 |
wpetit
|
efb8ba8b99
|
feat(app): pass context to start process
|
2023-10-19 20:05:59 +02:00 |
wpetit
|
4d064de164
|
feat(filter): add basic json parsing test case
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-11 11:43:17 +02:00 |
wpetit
|
8a5a1cd482
|
chore: watch .env file in dev mode
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-03 11:25:14 -06:00 |
wpetit
|
3fd25988cf
|
feat(storage-server): fix typo in openrc init script
|
2023-10-03 11:24:59 -06:00 |
wpetit
|
ebe3e77879
|
feat(storage-server): remove /var/log/storage-server directory for apk packager
|
2023-10-03 11:24:35 -06:00 |
wpetit
|
3078ea7d21
|
feat(storage-server): add check-token command
|
2023-10-03 11:24:03 -06:00 |
wpetit
|
4c6e979bb6
|
fix(ci): inject current branch name in release tasks
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-02 21:25:36 -06:00 |
wpetit
|
0fded0170a
|
feat(storage-server): fix service
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-02 20:56:53 -06:00 |
wpetit
|
6ddd831025
|
fix(ci): update sdk test app version correctly
arcad/edge/pipeline/head This commit looks good
Details
|
2023-10-02 16:11:46 -06:00 |
wpetit
|
4fe68e335a
|
fix(ci): add missing task dependency
arcad/edge/pipeline/head There was a failure building this commit
Details
|
2023-10-02 15:18:23 -06:00 |
wpetit
|
599ff749d3
|
Merge pull request 'feat(storage): rpc based implementation' (#8) from rpc-store into master
arcad/edge/pipeline/head There was a failure building this commit
Details
Reviewed-on: #8
|
2023-10-02 23:14:21 +02:00 |
wpetit
|
9f89c89fb9
|
feat(storage-server): add packaging services
arcad/edge/pipeline/pr-master This commit looks good
Details
|
2023-10-02 15:05:18 -06:00 |
wpetit
|
d2472623f2
|
feat(storage-server): jwt based authentication
arcad/edge/pipeline/pr-master This commit looks good
Details
|
2023-10-01 19:56:38 -06:00 |
wpetit
|
c63af872ea
|
feat: goreleaser packaging
arcad/edge/pipeline/pr-master This commit looks good
Details
|
2023-09-28 14:26:46 -06:00 |
wpetit
|
8e574c299b
|
feat(storage): rpc based implementation
arcad/edge/pipeline/pr-master This commit looks good
Details
|
2023-09-28 12:36:30 -06:00 |
wpetit
|
c3535a4a9b
|
feat(http): allow passing middlewares via options
arcad/edge/pipeline/head This commit looks good
Details
|
2023-09-20 09:23:53 -06:00 |
wpetit
|
7e58551f6a
|
docs(context): remove reference to obsolete attribute
arcad/edge/pipeline/head This commit looks good
Details
|
2023-09-20 09:02:27 -06:00 |
wpetit
|
41d5db6321
|
docs(auth): add informations about anonymous users
ref arcad/edge-menu#86
|
2023-09-20 09:01:36 -06:00 |
wpetit
|
8eb441daee
|
feat(auth): automatically generate anonymous user session
arcad/edge/pipeline/head This commit looks good
Details
ref arcad/edge-menu#86
|
2023-09-20 08:55:49 -06:00 |
wpetit
|
17808d14c9
|
fix: prevent bus congestion by flushing out messages
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-26 15:53:23 +02:00 |
wpetit
|
ba9ae6e391
|
fix(app): use event loop runtime for every operations
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-24 12:16:30 +02:00 |
wpetit
|
abc60b9ae3
|
fix(module,app): use whole remote address if splitting fail
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-21 20:01:43 +02:00 |
wpetit
|
f99b1ac6ac
|
feat(module,share): cross-app resource sharing module
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-21 12:40:09 +02:00 |
wpetit
|
1606ff5937
|
chore: use go 1.20.2
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-20 19:27:05 +02:00 |
wpetit
|
90020d6ea6
|
feat(module,cast): enhance casting device discovery speed
arcad/edge/pipeline/head There was a failure building this commit
Details
|
2023-04-20 19:20:52 +02:00 |
wpetit
|
7b6e39088d
|
feat(cli,run): use 127.0.0.1 as default host value if empty
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-20 14:17:03 +02:00 |
wpetit
|
9944a37670
|
chore: cache modd tool
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-20 13:57:46 +02:00 |
wpetit
|
78307b6850
|
feat(cli,app): filter out ipv6 adresses for url resolving
|
2023-04-20 13:57:46 +02:00 |
wpetit
|
2543386e5c
|
Mise à jour de 'doc/apps/client-api/edge-menu.md'
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-20 13:14:12 +02:00 |
wpetit
|
20c4189599
|
feat(sdk,client): minify generated script
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-20 10:41:03 +02:00 |
wpetit
|
c7b639b643
|
feat(cli,app): compress http responses
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-20 10:36:20 +02:00 |
wpetit
|
b5b4042cc7
|
feat(sdk,client): add menu to help navigation between apps
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-20 10:17:37 +02:00 |
wpetit
|
9e3fc427bb
|
feat(sdk,client): target es2015 for old chromecast compatibility
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-14 16:24:34 +02:00 |
wpetit
|
d0b57ab15f
|
fix(client,sdk): accept empty token from parent frame
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-13 13:41:35 +02:00 |
wpetit
|
dc93c585eb
|
fix(sdk,client): add listener to current frame window
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-13 12:07:52 +02:00 |
wpetit
|
de330c0042
|
fix(sdk,client): use origin as postmessage target
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-13 11:35:31 +02:00 |
wpetit
|
310dac296f
|
feat(storage,sqlite): begin tx with context
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-13 11:23:34 +02:00 |
wpetit
|
4db7576b12
|
feat(client,sdk): retrieve auth token from parent frame + better resize detection
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-13 11:02:24 +02:00 |
wpetit
|
f5283b86ed
|
fix(app,manifest): manifest serialization
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-11 15:08:07 +02:00 |
wpetit
|
98ebd7a168
|
doc(app,manifest): add metadata attribute in manifest schema
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-11 11:11:00 +02:00 |
wpetit
|
8ca31d05c0
|
feat(app,manifest): validation + extendable metadatas
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-11 11:05:09 +02:00 |
wpetit
|
34c6a089b5
|
fix(client,sdk): permit cross-domain message communication
arcad/edge/pipeline/head This commit looks good
Details
|
2023-04-06 20:54:01 +02:00 |