Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating 544 desktop agent bridging proposal #821

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
aa5f5b2
fix broken links in homepage
kriswest Aug 23, 2022
322b04a
Adding FDC3 2.0 support badge to Finsemble community data entry
kriswest Aug 23, 2022
873c697
Updating version number in package.json post-release (for NPM release)
kriswest Aug 23, 2022
f0cad07
Adding missing type exports (npm module release)
kriswest Aug 23, 2022
0e5a12c
add missing see also link in IntentResolution
kriswest Aug 26, 2022
18dac28
Prep changelog for v2.1
kriswest Aug 30, 2022
21e5318
Update CHANGELOG.md
kriswest Aug 30, 2022
c5ca85b
correcting adoption date for 2.0 in changelog
kriswest Aug 30, 2022
28f1789
Manually adding release comparison link to Changelog
kriswest Aug 30, 2022
94746af
Merge pull request #799 from finos/finsemble-fdc3-2.0-support-coming-…
robmoffat Sep 6, 2022
eb7c54d
fix vulnerable deps in FDC3 workbench
kriswest Sep 14, 2022
fcda9b7
fix vulnerable deps in fdc3-workbench
kriswest Sep 14, 2022
252bf7c
move workflows to latest LTS node
kriswest Sep 14, 2022
1577ae0
Switch website scripts to npm from yarn
kriswest Sep 15, 2022
11b3124
Remove yarn.lock and replace with package-lock.json
kriswest Sep 15, 2022
afc85df
Merge pull request #816 from ChartIQ/fix-vulnerable-deps-in-workbench
kriswest Sep 16, 2022
5e0089e
Update to DAB spec
kriswest Sep 21, 2022
4eed1b4
Merge branch '544-Desktop-Agent-Bridging-Proposal' of https://github.…
Sep 21, 2022
a9d25a5
Merge remote-tracking branch 'upstream/master' into 544-Desktop-Agent…
kriswest Sep 21, 2022
501b971
Merge remote-tracking branch 'upstream/544-Desktop-Agent-Bridging-Pro…
kriswest Sep 21, 2022
5f71c70
Merge branch '544-Desktop-Agent-Bridging-Proposal' of https://github.…
Sep 21, 2022
4ecc3b3
Merge branch '544-Desktop-Agent-Bridging-Proposal' of https://github.…
Sep 22, 2022
17115aa
typos
Sep 22, 2022
c7324ab
adding message exchange content
kriswest Sep 27, 2022
480a5d2
Merge branch '544-Desktop-Agent-Bridging-Proposal' of https://github.…
kriswest Sep 27, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
- name: Configure Node
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '16.17.*'
- name: Install website dependencies
run: yarn --cwd website install
working-directory: ./website
run: npm install
- name: Patch forked version
run: |
# Extract GitHub org/user and patch siteConfig.js only if not "finos"
Expand All @@ -56,7 +57,8 @@ jobs:
run: |
curl ${{ env.CONTRIBUTE_SCRIPT_URL }} | bash -s
- name: Build website
run: yarn --cwd website build
working-directory: ./website
run: npm run build
- name: Publish website
run: |
# Extract GitHub org/user
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [14.x]
node: [16.17.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Configure Node
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.17.x
registry-url: ${{ matrix.registry }}

- name: Check package version
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

### Changed

### Deprecated

### Fixed

## [FDC3 Standard 2.0](https://github.com/finos/FDC3/compare/v1.2..v2.0) - 2022-07-01

### Added

* Definition of the `icons` property of `AppMetadata`, based on PWA icon spec ([#319](https://github.com/finos/FDC3/pull/319))
* Added support for raiseIntent without a context via the addition of the `fdc3.nothing` context type ([#375](https://github.com/finos/FDC3/pull/375))
* Added [**FDC3 Workbench**](https://fdc3.finos.org/toolbox/fdc3-workbench/), an FDC3 API developer application ([#457](https://github.com/finos/FDC3/pull/457))
Expand Down Expand Up @@ -79,7 +89,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Corrected syntax errors in context schema examples ([#424](https://github.com/finos/FDC3/pull/424))
* Corrected a minor error in the ViewQuote Intent example ([#439](https://github.com/finos/FDC3/pull/439))
* Clarified behavior of `fdc3.addContextListener` when not joined to a channel ([#449](https://github.com/finos/FDC3/pull/449))
* Clarified existing behavior of `joinChannel` and `addIntentListener` when joining a channel ([#454](https://github.com/finos/FDC3/pull/454))
* Clarified existing behavior of `joinChannel` and `addContextListener` when joining a channel ([#454](https://github.com/finos/FDC3/pull/454))
* Clarified numerous aspects of the existing `raiseIntent` behavior in the spec and documentation ([#461](https://github.com/finos/FDC3/pull/461))
* Updated Methods.ts to support the updated signature for `addContextListener` introduced in FDC3 1.2 ([#462](https://github.com/finos/FDC3/pull/462))
* Clarified the description of the addContextListener functions from the Desktop Agent and Channel APIs in spec and docs. ([#492](https://github.com/finos/FDC3/pull/492))
Expand Down
1,148 changes: 793 additions & 355 deletions docs/api-bridging/spec.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/api/ref/Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ try {

#### See also

* [`IntentResult`](Types#intentresult)
* [`DesktopAgent.raiseIntent`](DesktopAgent#raiseintent)
* [`DesktopAgent.raiseIntentForContext`](DesktopAgent#raiseintentforcontext)
* [`TargetApp`](Types#targetapp)
Loading