Skip to content

issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:Python language:Java

Filter by

55.1M results  (742 ms)

55.1M results

Current coverage: forecast-service 17%, notification-service 38%, order-service 49%. Add tests for Kafka consumers, scheduled jobs, and external HTTP calls using MockRestServiceServer / WireMock.

components/routing/PrivateRoute.js wraps the component with connect(mapStateToProps) AND reads state via useSelector, while propTypes declares auth as required even though the component uses hooks, not ...
cleanup
frontend

Currently using head-based sampling at 10%. Switch to tail-based so all slow or errored requests are always traced regardless of sampling rate.

File pyproject.toml pins package dependency PyRenew - currently at version 0.1.7 [tool.uv.sources] pyrenew = { git = https://github.com/CDCgov/PyRenew , rev = v0.1.7 } Ongoing work on the PyRenew ...

actions/auth.js exports apiLogout = () = userLogOut() (a plain action creator call), while every other action is a thunk (...) = async (dispatch) = {...}. Callers must remember to dispatch(apiLogout()). ...
auth
bug
frontend

Internal services trust X-User-Id header injected by the gateway. Without mTLS, anyone on the Docker network can spoof this header. Add Istio or Linkerd service mesh for mutual TLS.

In store/authSlice.js, the userAuthError reducer only sets state.token = null but leaves isAuthenticated and user untouched. After an auth error the app can still believe it s authenticated. Reset isAuthenticated=false, ...
auth
bug
frontend

Kubernetes manifests are written but the pipeline deploys via SSH + docker compose. Integrate kubectl apply or ArgoCD for proper Kubernetes deployments.

actions/auth.js apiLoadUser catches every error and calls navigate( /auth/login ). A temporary network blip or a 500 will log a valid user out. Distinguish auth failures (401) from transient errors and ...
auth
bug
frontend

Schema Registry is running but services use JSON. Migrate to Avro for schema validation and breaking change prevention.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.