-
Notifications
You must be signed in to change notification settings - Fork 17
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
develop
to iv
#215
base: iv
Are you sure you want to change the base?
develop
to iv
#215
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 319b8af - Browse repository at this point
Copy the full SHA 319b8afView commit details
Commits on Jan 26, 2023
-
Update thunk github.json in README.md
Sean Chalmers committedJan 26, 2023 Configuration menu - View commit details
-
Copy full SHA for df75577 - Browse repository at this point
Copy the full SHA df75577View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce3bb5c - Browse repository at this point
Copy the full SHA ce3bb5cView commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05f1c04 - Browse repository at this point
Copy the full SHA 05f1c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99a09b - Browse repository at this point
Copy the full SHA a99a09bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff0e9f - Browse repository at this point
Copy the full SHA 3ff0e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4b533 - Browse repository at this point
Copy the full SHA 8e4b533View commit details -
Merge pull request #208 from obsidiansystems/cg/purify-token-decryption
Purify function argument to decrypt token in handleAuthenticatedQuery
Configuration menu - View commit details
-
Copy full SHA for 8e2ea67 - Browse repository at this point
Copy the full SHA 8e2ea67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c5855 - Browse repository at this point
Copy the full SHA 29c5855View commit details -
Configuration menu - View commit details
-
Copy full SHA for f82fc70 - Browse repository at this point
Copy the full SHA f82fc70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8922046 - Browse repository at this point
Copy the full SHA 8922046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9115c92 - Browse repository at this point
Copy the full SHA 9115c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81976ba - Browse repository at this point
Copy the full SHA 81976baView commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 032e6d4 - Browse repository at this point
Copy the full SHA 032e6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf0c1b - Browse repository at this point
Copy the full SHA bcf0c1bView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6a0d02 - Browse repository at this point
Copy the full SHA a6a0d02View commit details -
Merge pull request #204 from obsidiansystems/aa/ghc810
Update for ghc-8.10 and updated packages
Configuration menu - View commit details
-
Copy full SHA for cf0718b - Browse repository at this point
Copy the full SHA cf0718bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1333c - Browse repository at this point
Copy the full SHA ec1333cView commit details -
Merge pull request #194 from obsidiansystems/readme-typo
Add missing quotes
Configuration menu - View commit details
-
Copy full SHA for d356ccd - Browse repository at this point
Copy the full SHA d356ccdView commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad64881 - Browse repository at this point
Copy the full SHA ad64881View commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35cef32 - Browse repository at this point
Copy the full SHA 35cef32View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd2155d - Browse repository at this point
Copy the full SHA bd2155dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c01dc9 - Browse repository at this point
Copy the full SHA 6c01dc9View commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35c1063 - Browse repository at this point
Copy the full SHA 35c1063View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7589b06 - Browse repository at this point
Copy the full SHA 7589b06View commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab7e62e - Browse repository at this point
Copy the full SHA ab7e62eView commit details -
Merge pull request #211 from obsidiansystems/aa/obelisk-1.3
obelisk 1.1 -> 1.3
Configuration menu - View commit details
-
Copy full SHA for 8e0f328 - Browse repository at this point
Copy the full SHA 8e0f328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997d875 - Browse repository at this point
Copy the full SHA 997d875View commit details
Commits on May 8, 2024
-
Make authentication easier to use and fix some things about ErrorV
The forced polymorphism in handlePersonalAuthMapQuery was preventing use of ErrorV for handling authorization failures (because its operations are intentionally monomorphic). liftErrorV was not a good primitive to make queries, it would have been fine for reporting success, but did not explicitly register interest in the error part. Because of that, cropV would have quietly deleted the errors from the view. I'd be surprised if anything using this managed to avoid this pitfall. As such, liftErrorV has been replaced by two new primitives: queryErrorV for registering interest in a view wrapped in ErrorV, and successErrorV for constructing a successful Identity view. I also removed unsafeProjectE / unsafeProjectV from ErrorV rather than reworking them because the things they did were not entirely sensible to begin with: * unsafeProjectE was requesting only errors from the backend, but then discarding those errors from the corresponding view on the way back. If you want that, you ought to avoid registering interest in the ErrorV in the first place, rather than making the backend work to discover that there's an error you're going to ignore. * unsafeProjectV was treating failures the same way as lag (which is maybe on a rare occasion something you'd want, but let's not encourage it).
Configuration menu - View commit details
-
Copy full SHA for 79f21b0 - Browse repository at this point
Copy the full SHA 79f21b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9f2d2 - Browse repository at this point
Copy the full SHA 9d9f2d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81752cc - Browse repository at this point
Copy the full SHA 81752ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27873bb - Browse repository at this point
Copy the full SHA 27873bbView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f022309 - Browse repository at this point
Copy the full SHA f022309View commit details -
Configuration menu - View commit details
-
Copy full SHA for de67d6e - Browse repository at this point
Copy the full SHA de67d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c80f95 - Browse repository at this point
Copy the full SHA 7c80f95View commit details
Commits on May 25, 2024
-
Merge pull request #213 from obsidiansystems/cg/fix-errorv
Make authentication easier to use and fix some things about ErrorV
Configuration menu - View commit details
-
Copy full SHA for 3d77e73 - Browse repository at this point
Copy the full SHA 3d77e73View commit details -
Merge pull request #210 from obsidiansystems/aa/remove-modals
widgets: remove Reflex.Dom.Modal.*
Configuration menu - View commit details
-
Copy full SHA for 1f29ec5 - Browse repository at this point
Copy the full SHA 1f29ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4adb328 - Browse repository at this point
Copy the full SHA 4adb328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a952fb - Browse repository at this point
Copy the full SHA 8a952fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a10a67 - Browse repository at this point
Copy the full SHA 8a10a67View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b06e21 - Browse repository at this point
Copy the full SHA 0b06e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 496a0e3 - Browse repository at this point
Copy the full SHA 496a0e3View commit details