Open
Conversation
Member
Coverage reportClick to see where and how coverage changed
The report is truncated to 25 files out of 33. To see the full report, please visit the workflow summary page. This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
9e6a465 to
a2b2213
Compare
LancelotMarti
approved these changes
Feb 20, 2026
bstuder
reviewed
Feb 23, 2026
Comment on lines
+57
to
+59
| return os.path.join( | ||
| tempfile.gettempdir(), f"lomas_{self.config.user_name}_{self.config.dataset_name}_token.json" | ||
| ) |
bstuder
reviewed
Feb 23, 2026
Comment on lines
+106
to
+112
| if not device_data.verification_uri_complete: | ||
| print(f"Go to: {device_data.verification_uri}") | ||
| print(f"Log in and authorize the Lomas Python client with this code {device_data.user_code}") | ||
| else: | ||
| print(f"Go to: {device_data.verification_uri_complete}") | ||
| print("Log in and authorize the Lomas Python client.") | ||
|
|
bstuder
reviewed
Feb 23, 2026
Comment on lines
+119
to
+139
| default = pkgs.dex-oidc.overrideAttrs (old: rec { | ||
| version = "c016300db963097d7a90eb010ae2f323dd54b0b7"; | ||
| src = pkgs.fetchFromGitHub { | ||
| owner = "dexidp"; | ||
| repo = "dex"; | ||
| rev = "${version}"; | ||
| sha256 = "sha256-COUhIxskcfnTF/TRmfb3IQ6Do+xdRV4xeNUspytc1Xw="; | ||
| }; | ||
| patches = [ | ||
| (pkgs.fetchpatch { | ||
| url = "https://github.com/dexidp/dex/commit/cccbebc146f95ddad890fd2307c9c0bf5497ecee.patch"; | ||
| sha256 = "sha256-NsnqN+VeXi3NZ2zsp9KE5/9zqX9CioRrr0N313ZG3G0="; | ||
| }) | ||
| ]; | ||
| vendorHash = "sha256-obnZ8DOCDSK2cqu6PNjAeQbkb24osRGwM6fq93WZpOc="; | ||
| passthru.tests = { | ||
| version = pkgs.testers.testVersion { | ||
| version = "${version}"; | ||
| }; | ||
| }; | ||
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.