HomePhorge

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

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
rPU4d51680d59aa: (#9051) Implement the StoreConfigs indirection itself.
Branches
Unknown
Tags
Unknown

Event Timeline

Daniel Pittman <daniel@puppetlabs.com> committed rPU6e0ff6a77e00: (#9051) Get the compiler out of the ActiveRecord business. (authored by Daniel Pittman <daniel@puppetlabs.com>).Aug 26 2011, 2:18 AM