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
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...
Roaders created a comment on a pull request on finos/FDC3
Tested against our Desktop Agent using Workbench from PR #1485 (rebased onto branch `fdc3-for-web-impl`) All workbench functionality successfully tested: - addContextListener - addIntentList...
Roaders created a comment on a pull request on finos/FDC3
Rebased onto fdc3-for-web-impl to get import changes for `@finos/fdc3`
github-actions[bot] created a comment on a pull request on finos/FDC3
<img src="https://svg.test-summary.com/dashboard.svg?p=494&f=0&s=0" alt="494 passed">
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
github-actions[bot] created a comment on a pull request on finos/FDC3
<img src="https://svg.test-summary.com/dashboard.svg?p=494&f=0&s=0" alt="494 passed">
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
bingenito created a comment on a pull request on finos/FDC3
Draft fdc3-dotnet implementation can be found at https://github.com/finos/fdc3-dotnet/pull/170. As noted above this is significant simplification of design to simply have a nullable object in the ...
bingenito created a review comment on a pull request on finos/FDC3
Should this be explicit level for more refined control versus just debug yes or no?
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