Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kriswest created a review comment on a pull request on finos/FDC3
Agreed, fixed. ```suggestion | Test | 2. Confirm private channel `id` is unique | Test creates a second PrivateChannel with `const privChan2 = await fdc3.createPrivateChannel();`. Confirm that ...
kriswest pushed 1 commit to conformance-tests-into-docs finos/FDC3
- Update docs/api/conformance/App-Channel-Tests.md 961435a
kriswest created a review comment on a pull request on finos/FDC3
Good spot, fixed! ```suggestion | A | 5. Retrieve Current Context | A is able to retrieve the most recent context of each context type from the `Channel` via: <br />`const instrument = await...
kriswest created a review comment on a pull request on finos/FDC3
Its does feel a little scrappy this way, but the issue is we've got two scopes to control logging in: the connection phase and the proxy itself + within the proxy there are two types of debug messa...
kriswest pushed 1 commit to fdc3-for-web-impl finos/FDC3
- Apply prettier after generating files from schemas At various times we've committed the generated source files with ... 4ff303f
kriswest pushed 16 commits to fdc3-for-web-impl finos/FDC3
- Adding Aladdin/Blackrock 2f43dad
- Fixed typo 4f4fae9
- Fixed aladdin URL 8967f8e
- Updating SessionStorage data format to additionally scope data fb5d2f1
- CHANGELOG 149cf63
- Clarifying SessionStorage format 52e596f
- minor corrections 8a9585d
- sync typedoc to markdown for SessionStorageFormat 662d28a
- Update docs/api/ref/GetAgent.md ac51055
- Merge branch 'main' into fdc3-for-web-update-session-storage e5a0a49
- Match event listener names to event type names in fdc3 for web schemas e9890d4
- updated logos 7c0fb63
- Merge pull request #1413 from finos/aladdin-conformance Adding Aladdin/Blackrock cbf3aeb
- Merge pull request #1442 from finos/fdc3-for-web-update-session-storage Updating SessionStorage data format to addit... bab450a
- Merge pull request #1459 from InteropIO/fdc3-for-web-match-pc-listeners-to-event-names Match event listener names to... cb6d709
- Merge branch 'main' into fdc3-for-web-impl cbda003
kriswest closed a pull request on finos/FDC3
Match event listener names to event type names in fdc3 for web schemas
## Describe your change The FDC3 for Web message schema for requesting the addition of an event listeners to a private channel use the names of the deprecated event handlers (e.g. `onAddContextL...kriswest closed an issue on finos/FDC3
Address Session Storage issue in FDC3 for the web for same domain iframes in a parent window
The implementation work for FDC3 for the Web identified a problem with the use of Session Storage for saving instanceId / instanceUuid: where iframes are used to display apps within the parent wind...kriswest pushed 8 commits to main finos/FDC3
- Updating SessionStorage data format to additionally scope data fb5d2f1
- CHANGELOG 149cf63
- Clarifying SessionStorage format 52e596f
- minor corrections 8a9585d
- sync typedoc to markdown for SessionStorageFormat 662d28a
- Update docs/api/ref/GetAgent.md ac51055
- Merge branch 'main' into fdc3-for-web-update-session-storage e5a0a49
- Merge pull request #1442 from finos/fdc3-for-web-update-session-storage Updating SessionStorage data format to addit... bab450a
kriswest closed a pull request on finos/FDC3
Updating SessionStorage data format to additionally scope data
## Describe your change Updates the description of and types governing the use SessionStorage by getAgent to scope the data by `identityUrl` and `window.name`, thus ensuring iframes in a common ...kriswest pushed 1 commit to fdc3-for-web-impl-debug-logs finos/FDC3
- Update website/docs/api/ref/GetAgent.md 1ed86d8
kriswest created a review comment on a pull request on finos/FDC3
```suggestion failover?: (args: GetAgentParams) => Promise<WindowProxy | DesktopAgent>, ```
kriswest closed an issue on finos/FDC3
FDC3 for Web Browsers Discussion group 19th December 2024
## Group overview Group convened to work on proposals to enable FDC3 use in a web browser, without the use of a browser extension. The main proposal is now part of the current draft of FDC3 2.2 on...kriswest pushed 1 commit to fdc3-for-web-impl-control-timeouts finos/FDC3
- Shorten timeouts used when testing bdef136
kriswest pushed 1 commit to fdc3-for-web-impl-control-timeouts finos/FDC3
- timeouts in testing for fdc3-agent-proxy cbf8ab1
kriswest opened a pull request on finos/FDC3
Allow DAs to customize timeouts used for message exchanges and app laβ¦
## Describe your change Allows DesktopAgents to set two custom timeouts, one for most FDC3 for Web message exchanges and asecond for message exchanges that involve application launches. Also ext...kriswest created a branch on finos/FDC3
fdc3-for-web-impl-control-timeouts - An open standard for the financial desktop.
kriswest opened an issue on finos/FDC3
FDC3 for Web Browsers Discussion group 16th January 2025
--- name: π€ Discussion Group meeting about: Organisation for and reporting from a discussion group intended to inform the Standards Working Group --- ### Group overview Group convened to work on p...kriswest created a comment on a pull request on finos/FDC3
@robmoffat doh, I wonder why those commits are not tied to my github id :-( I'll work on this later on today π
kriswest pushed 6 commits to fdc3-for-web-impl finos/FDC3
- Added test policy in contributing section 1e0774b
- added changelog 48b93e4
- Update CONTRIBUTING.md 8162392
- Update CONTRIBUTING.md ee7f931
- Update CONTRIBUTING.md Co-authored-by: Kris West <[email protected]> 67356c1
- Merge pull request #1480 from finos/fdc3-for-web-impl-test-policy Fdc3 for web impl test policy 6ccd641