pullrequests Search Results · language:Dune language:JavaScript language:Java language:Java language:Java is:public language:C#
Filter by
143M results
What does this PR do?
Sets up the public-repo basics so outside contributors can file issues and PRs with clear guardrails, and so dependency
and code-scanning automation runs on every change.
- GitHub ...
This pull request was created by @kiro-agent on behalf of @Aragan221 :ghost:
Comment with /kiro fix to address specific feedback or /kiro all to address everything. sub Learn about Kiro Web /sub
Resumen ...
What
Moves the Azure B2C custom UI templates and their deployment pipeline out of this monorepo and into the dedicated
ourgameltd/auth repo.
Removed here:
- b2c/templates/ (sign-in, sign-up, password-reset ...
The donation link on the logged out screen is in a different area of the code and needed to be updated separately.
🎯 What: The testing gap addressed The generic exception catch block in WolframClient.QueryAsync was missing a test case.
📊 Coverage: What scenarios are now tested The new test creates a fake HTTP handler ...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
| --- | --- | --- | --- | --- | --- |
| TUnit | 1.56.0 → 1.56.18 | age | adoption | passing | confidence ...
- Add detection for non-string key properties with no prefix and not computed
- Generate SetKey(k = {...}) with inline AttributeValue construction for non-string keys
- Implement proper serialization ...
Summary
- Remove DEBUG: false from the public Thought Cards config example
- Preserve the separate Story Card wording for Life Cards and Thought Cards
Validation
- Ran git diff --check
Summary
Create the initial authentication domain model.
Added
- Household entity
- User entity
- Household repository
- User repository
- Initial package structure
Validation
- Application ...
Replace the hardcoded raw.githubusercontent.com schema URL in the server module with a ${codegen.server.schemaUrl}
property (default unchanged). Lets the graphqlcodegen e2e CI job serve the pinned schema ...