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

Feature/protocol #259

Open
wants to merge 39 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
8252428
feat: Protocol Requirements
jlacivita Dec 6, 2023
2ba553b
Updated Providers, added Schemas
jlacivita Dec 7, 2023
6b157cb
Contributors
jlacivita Dec 7, 2023
5bb301c
Latest changes...
jlacivita Dec 8, 2023
1adc6c9
Latest changes
jlacivita Dec 11, 2023
bbe5b43
Update rpc.md
kpears201 Dec 12, 2023
d962b6c
Latest changes
jlacivita Dec 13, 2023
420d941
Merge branch 'feature/protocol' of github.com:rdkcentral/firebolt-api…
jlacivita Dec 13, 2023
0d5247d
Latest fixes
jlacivita Dec 13, 2023
4c2861f
Merge branch 'next' into feature/protocol
jlacivita Jan 18, 2024
13f99f4
fix: Use relative paths for schema refs
jlacivita Jan 18, 2024
7ce347f
fix: Latest
jlacivita Jan 22, 2024
d563628
Merge branch 'next' into feature/protocol
jlacivita Mar 19, 2024
b033415
fix: MusicType $id
jlacivita Mar 19, 2024
832ad2f
fix: Updating code to use bundles, not x-schemas
jlacivita Mar 25, 2024
96262c8
fix: Added title to GrantKey
jlacivita Mar 26, 2024
c703c79
fix: Update tests to work with new Transport Layer API
jlacivita Apr 1, 2024
1d300c4
Update package.json
jlacivita May 2, 2024
7b1ddb4
chore: Update openRPC dependency (#262)
kschrief May 9, 2024
45dacf5
chore: WIP
jlacivita May 13, 2024
61e152a
Featuer/play intent (#272)
jlacivita May 23, 2024
7c6b8c9
fix: Move provider stuff
jlacivita Jun 3, 2024
ba25420
fix: Latest
jlacivita Jun 4, 2024
3eef17a
fix: Provider tests
jlacivita Jun 5, 2024
48a1094
feat: User Interest (#170)
jlacivita Jun 6, 2024
e68c061
chore(release): 1.2.0-next.3 [skip ci]
semantic-release-bot Jun 6, 2024
c8f8dae
feat: Command and Control Intents (#251)
jlacivita Jun 6, 2024
5213418
chore(release): 1.2.0-next.4 [skip ci]
semantic-release-bot Jun 6, 2024
12628e2
chore: Adding Capabilities Specification (#273)
jlacivita Jun 13, 2024
fe8a895
chore: Adding spec for existing Language APIs (#167)
jlacivita Jun 13, 2024
e38ad5a
fix: Remove x-alternatives that don't exist (#278)
jlacivita Jun 13, 2024
e00a1dd
chore(release): 1.2.0-next.5 [skip ci]
semantic-release-bot Jun 13, 2024
bc3e7b9
Merge branch 'next' into feature/protocol
jlacivita Jun 13, 2024
1a45cbc
fix: CI running w/ 1.x SDK
jlacivita Jun 17, 2024
7d5147d
fix: Remove unsupported macros from Lifecycle defaults mock
jlacivita Jun 25, 2024
45b80fa
fix: Remove union-type for Federated response parameters.
jlacivita Jun 25, 2024
d7fec81
fix: Various examples where malformed
jlacivita Jun 25, 2024
cb21036
fix: Point to latest firebolt-openrpc branch
jlacivita Jun 25, 2024
fc1f233
fix: Update SDK task name in yaml
jlacivita Jun 25, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- run: npm run compile
- run: npm run slice
- run: npm run validate:compiled
- run: npm run sdks
- run: npm run sdk
- run: npm run test
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.2.0-next.5](https://github.com/rdkcentral/firebolt-apis/compare/v1.2.0-next.4...v1.2.0-next.5) (2024-06-13)


### Bug Fixes

* Remove x-alternatives that don't exist ([#278](https://github.com/rdkcentral/firebolt-apis/issues/278)) ([e38ad5a](https://github.com/rdkcentral/firebolt-apis/commit/e38ad5a508fccb5c724cf0f03cbd67ad4a28378c))

# [1.2.0-next.4](https://github.com/rdkcentral/firebolt-apis/compare/v1.2.0-next.3...v1.2.0-next.4) (2024-06-06)


### Features

* Command and Control Intents ([#251](https://github.com/rdkcentral/firebolt-apis/issues/251)) ([c8f8dae](https://github.com/rdkcentral/firebolt-apis/commit/c8f8dae5a9a0f14a3815c04df5a55763823d4898))

# [1.2.0-next.3](https://github.com/rdkcentral/firebolt-apis/compare/v1.2.0-next.2...v1.2.0-next.3) (2024-06-06)


### Features

* User Interest ([#170](https://github.com/rdkcentral/firebolt-apis/issues/170)) ([48a1094](https://github.com/rdkcentral/firebolt-apis/commit/48a1094aaab6418f09db662dbc81f090a34f32ed))

# [1.2.0-next.2](https://github.com/rdkcentral/firebolt-apis/compare/v1.2.0-next.1...v1.2.0-next.2) (2024-04-08)


Expand Down
10 changes: 10 additions & 0 deletions firebolt-openrpc.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"sdk": {

},
"languages": {
"javascript": {
"copySchemasIntoModules": true
}
}
}
Loading
Loading