HomePhorge

(#9051) Get the compiler out of the ActiveRecord business.
543f331af8fcUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#9051) Get the compiler out of the ActiveRecord business.

When we started to abstract the system initialization of our database
connections moved out of the parser and AST, into the compiler terminus.

This was excellent progress, and helped abstract away our stored configuration
passing system from the language itself.

Now, as we move StoreConfigs out into a separate and replaceable system we
need to get the compiler out of the business of database initialization
entirely. That can be fully delegated down to the StoreConfigs terminus and
implementations themselves.

Signed-off-by: Daniel Pittman <daniel@puppetlabs.com>

Details

Provenance
Daniel Pittman <daniel@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU4b55e72aba4d: (#9051) Implement the StoreConfigs indirection itself.
Branches
Unknown
Tags
Unknown

Event Timeline

Daniel Pittman <daniel@puppetlabs.com> committed rPU543f331af8fc: (#9051) Get the compiler out of the ActiveRecord business. (authored by Daniel Pittman <daniel@puppetlabs.com>).Aug 24 2011, 1:44 AM