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

4.4.2 Release #446

Closed
wants to merge 50 commits into from
Closed

4.4.2 Release #446

wants to merge 50 commits into from

Conversation

ryanbas21
Copy link
Contributor

JIRA Ticket

Please link jira ticket here

Description

Type of Change

Please Delete options that are not relevant

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Definition of Done

Check all that apply

  • Acceptance criteria is met.
  • All tasks listed in the user story have been completed.
  • Coded to standards.
  • Code peer-reviewed.
  • Ensure backward compatibility (special attention).
  • API reference docs is updated.
  • Unit tests are written.
  • Integration tests are written.
  • e2e tests are written.
  • CI build passing on the feature branch.
  • Functional spec is written/updated
  • contains example code snippets.
  • Change log updated.
  • Documentation story is created and tracked.
  • UI is completed or ticket is created.
  • Demo to PO and team.
  • Tech debts and remaining tasks are tracked in separated ticket(s).

Documentation

  • Acceptance criteria met
  • Spell-check run
  • Peer reviewed
  • Proofread

juanManuel05 and others added 30 commits March 27, 2024 13:15
dynamically import signals sdk in start of protect method

export fr-auth callbacks of protect in index

update changelog
fix(javascript-sdk): fix-exports-update-protect
update the module type in package.json
fix(ping-protect): update-module-type
remove circular-dep-on-config
fix(javascript-sdk): circular-dep
update signals sdk to latest
fix(javascript-sdk): change x-requested-platform to opt-in
the old esm module resolution would be fine if we wrote imports with .js at the end. we could use
'bundler' but then 'bundler' has odd

support of module types in package.json

Further node16 supports all of the above.
build(ping-protect): update-module-resolution
update bundle to leverage vite for now. then generate types with tsc.
update extensions in imports in token-vault and ping-protect. leverage node16 and es2020 in tsconfig
refactor: update-nx-e2e-tests-builds
fix(ping-protect): update-ping-protect-signals-sdk
we need the idToken for pingone signout and we also remove it in case we are not in a pingone
signout. so we will store the idToken and pass it in, incase. default to empty  string
redirect test case in autoscript
fix(javascript-sdk): add logout redirect for pingone
update to use vite because of extensions needed in esm
update to use esmodules for js files
build(javascript-sdk): update-build-to-vite-lib
update versions in package.json
chore(javascript-sdk): package-versions
ryanbas21 and others added 2 commits May 15, 2024 14:18
Copy link

nx-cloud bot commented May 16, 2024

☁️ Nx Cloud Report

CI is running for commit d3d4e55.

📂 Click to track the progress, see the status, the terminal output, and the build insights.


Sent with 💌 from NxCloud.

cerebrl and others added 18 commits July 2, 2024 13:37
This is an initial commit of the mock api saving work as progress is made
Initial iteration of the mock-api using effect and effect-http

I included a readme with a lot of context as to how to add code
and where to look.
…ilities

feat(javascript-sdk): refactor authorize URL utilities for DaVinci
refactored the api to clean up the fetch service.
renamed from repository to services, and
abstracted the test code into a new file.

Created a map of responses to infer types based
on the url passed in.
Refactoring how services are being used in mock api to make it more |
maintainble and easier to follow. The goal should be readability
and make it so its clearer and easier to narrow responses
update the types to be a bit better across the app.

created a types file for centralizing query and header types for
generics
Layers are the convention that should be used when needing to provide
requirements to effects
renamed files and imports for style requests
implemented basic tests for some services in effect
update test file and some cleanup of code
refactor to update effect-http version which added a few methods and
improved http-error.

refactor arrow functions to function named style
added more tests to cover some of the internal functions
use opaque types for schemas to make reading types cleaner. refactor
non-effect returning tests to use `it` instead of `it.effect`
autoscript-apps will now wait for the new mock api as well
to start. so its usable in the existing test suite
update nx to 19.5.1
@ryanbas21 ryanbas21 closed this Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants