Skip to content

Tags: nxflow/automate

Tags

hab-pkg-teams-service

Toggle hab-pkg-teams-service's commit message
Fix error handling in pg-sidecar (chef#641)

The defer Close was happening too soon. We need to check if we
have an error first, because we get nil back if there is an error.

Also, NewClient was leaking a database connection if an error occured
which I fixed.

Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>

hab-pkg-session-service

Toggle hab-pkg-session-service's commit message
Fix error handling in pg-sidecar (chef#641)

The defer Close was happening too soon. We need to check if we
have an error first, because we get nil back if there is an error.

Also, NewClient was leaking a database connection if an error occured
which I fixed.

Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>

hab-pkg-secrets-service

Toggle hab-pkg-secrets-service's commit message
Fix error handling in pg-sidecar (chef#641)

The defer Close was happening too soon. We need to check if we
have an error first, because we get nil back if there is an error.

Also, NewClient was leaking a database connection if an error occured
which I fixed.

Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>

hab-pkg-pg-sidecar-service

Toggle hab-pkg-pg-sidecar-service's commit message
Fix error handling in pg-sidecar (chef#641)

The defer Close was happening too soon. We need to check if we
have an error first, because we get nil back if there is an error.

Also, NewClient was leaking a database connection if an error occured
which I fixed.

Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>

hab-pkg-notifications-service

Toggle hab-pkg-notifications-service's commit message
Fix error handling in pg-sidecar (chef#641)

The defer Close was happening too soon. We need to check if we
have an error first, because we get nil back if there is an error.

Also, NewClient was leaking a database connection if an error occured
which I fixed.

Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>

hab-pkg-nodemanager-service

Toggle hab-pkg-nodemanager-service's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[A2-879] Refactor DeleteRule to work with staged rules (chef#642)

hab-pkg-license-control-service

Toggle hab-pkg-license-control-service's commit message
Fix error handling in pg-sidecar (chef#641)

The defer Close was happening too soon. We need to check if we
have an error first, because we get nil back if there is an error.

Also, NewClient was leaking a database connection if an error occured
which I fixed.

Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>

hab-pkg-ingest-service

Toggle hab-pkg-ingest-service's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[A2-879] Refactor DeleteRule to work with staged rules (chef#642)

hab-pkg-event-service

Toggle hab-pkg-event-service's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[A2-879] Refactor DeleteRule to work with staged rules (chef#642)

hab-pkg-event-gateway

Toggle hab-pkg-event-gateway's commit message
Fix error handling in pg-sidecar (chef#641)

The defer Close was happening too soon. We need to check if we
have an error first, because we get nil back if there is an error.

Also, NewClient was leaking a database connection if an error occured
which I fixed.

Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>