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

Finalize prerelease #204

Merged
merged 70 commits into from Dec 16, 2022
Merged

Finalize prerelease #204

merged 70 commits into from Dec 16, 2022

Conversation

0xcadams
Copy link
Member

Description

Merging next branch into main to complete prerelease.

0xcadams and others added 30 commits November 8, 2022 17:23
* docs: update nextra dependency

* feat: added crypto package and work on signed playback

* fix: update deps

* fix: types

* fix: move to using rainbowkit

* feat: removed dependencies and used webcrypto for jwt signing

* chore: add initial expo dev example app

* chore: added react native bare dev

* fix: further work towards rn examples

* Added z-index to the default variant of the player (#132)

* Add nodejs example (#131)

* feat: added import script for nodejs example

* fix: small fixes and added comments

* fix: added handling of paths in dstorage

* fix: moved ipfs-playback to dstorage and added redirect

* fix: added output json and fix docs links

* fix: fix docs on contributing

* chore(deps): bump pnpm/action-setup from 2.2.2 to 2.2.4 (#125)

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v2.2.2...v2.2.4)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* Added changeset for z-index change (#135)

* fix: added HEAD request to check for valid URLs

* Add access control docs (#93)

* docs: update nextra dependency

* feat: added crypto package and work on signed playback

* fix: update deps

* fix: types

* fix: move to using rainbowkit

* feat: removed dependencies and used webcrypto for jwt signing

* feat: added further access control

* fix: added b64 decoding for private key

* fix: final fixes for access control

* fix: fixed packages

* docs: clean up svelte example

* chore: fix up issue templates

* docs: removed extra brackets from useCreateAsset example (#136)

Co-authored-by: Chase Adams <c@cadams.io>

* update docs (#138)

* update docs

* Update docs/pages/examples/react/dstorage-playback.en-US.mdx

Co-authored-by: Chase Adams <c@cadams.io>

Co-authored-by: Chase Adams <c@cadams.io>

* chore: version packages (#134)

* chore: version packages

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* Add support for multiple files at once using useCreateAsset  (#102)

* feat: added multi-video upload to useCreateAsset hook

* fix: updated changeset description

* fix: solved the Asset.tsx in example component error

* feat: added multiple file upload at the core package

* fix: fixed the build error in next example directory

* fix: refactor types

* fix: updated the changeset and types

* docs: updated the types in useCreateAsset page

* fix: fixed the merge conflicts

* docs: updated the types in the documentation.

* refactor: removed styles and console.log's

* refactor: replaced promise.all with promise.allSettled

* docs: updated the types in the docs

* refactor: updated the upload progress object

* fix: reverted the types

- refactor: updated the return in Promise.allSettled

* fix: fixed the typed lint issue

* refactor: remove the uploadsize from tus

* fix: fix types

* refactor: removed meta from the tus upload

* fix: refactored types

* docs: added new types to the docs

Co-authored-by: Chase Adams <c@cadams.io>

* Rework types to support multiple createAsset as const (#140)

* feat: added multi-video upload to useCreateAsset hook

* fix: updated changeset description

* fix: solved the Asset.tsx in example component error

* feat: added multiple file upload at the core package

* fix: fixed the build error in next example directory

* fix: refactor types

* fix: updated the changeset and types

* docs: updated the types in useCreateAsset page

* fix: fixed the merge conflicts

* docs: updated the types in the documentation.

* refactor: removed styles and console.log's

* refactor: replaced promise.all with promise.allSettled

* docs: updated the types in the docs

* refactor: updated the upload progress object

* fix: reverted the types

- refactor: updated the return in Promise.allSettled

* fix: fixed the typed lint issue

* refactor: remove the uploadsize from tus

* fix: fix types

* refactor: removed meta from the tus upload

* fix: refactored types

* docs: added new types to the docs

* fix: rework types to support const assertions for typing

* test: fix tests

Co-authored-by: Suhail Kakar <suhail.zahed@gmail.com>

* fix: merge cleanup

* test: fix tests

* fix: update nodejs example

* refactor: added core-react package and moved web logic out of react

* chore: changesets

* Revert "chore: changesets"

This reverts commit 498cfca.

* chore: changeset

* ci: add release on next branch

* chore: add pre

* fix: fix prerendering

* style: lint

* fix: added core js to react

* test: fix tests

* test: fix

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: clacla <claudio@livepeer.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Suhail Kakar <suhail.zahed@gmail.com>
Co-authored-by: pglowacky <79172645+pglowacky@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: added initial react native package

* feat: further work on monorepo

* chore: added react native example projects

* chore: small fixes

* fix: fixed types

* chore: move to local package

* test: testing removing node linker

* ci: attempt to fix ci

* fix: fix builds

* test: fix tests and remove rn tests due to lack of vite support :(

* test: attempt to fix tests

* ci: fix react 17 test

* test: fix tests to sort imports
* feat: added sketch of buttons with stitches native

* fix: fixed multiple uploads (#154)

* chore: version packages (#156)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: added all remaining controls and broadcast package

* fix: reverted file fingerprint (#158)

* chore: version packages (#159)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* refactor: refactored to add usePlayButton, ... hooks to core

* refactor: reworked theme to have shared types

* refactor: further cleanup

* fix: further refactoring

* fix: further refactoring

* fix: final fixes for build

* fix: final fixes from testing android/ios w/ expo/rn bare

* fix: fixed metrics to work in RN

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: fixes for theming and added poster functionality

* docs: updated docs for react native

* fix: added back ethers dep

* fix: fix build
* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>
* feat: remove default api key

* docs: added sunset date

* test: fix tests

* test: fix tests
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions bot and others added 21 commits December 12, 2022 16:45
* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>
* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>
* feat: added loading color

* ci: bump

* fix: fixed missing theme config
* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* docs: added redirect for docs to new domain

* fix: fixed to redirect all to developing
@0xcadams 0xcadams requested a review from a team as a code owner December 16, 2022 21:26
@vercel
Copy link

vercel bot commented Dec 16, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
livepeerjs ✅ Ready (Inspect) Visit Preview Dec 16, 2022 at 9:32PM (UTC)
livepeerjs-with-next ✅ Ready (Inspect) Visit Preview Dec 16, 2022 at 9:32PM (UTC)
livepeerjs-with-svelte ✅ Ready (Inspect) Visit Preview Dec 16, 2022 at 9:32PM (UTC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant