lp:~niemeyer/pyjuju/go-formula-dir

Created by Gustavo Niemeyer and last modified
Get this branch:
bzr branch lp:~niemeyer/pyjuju/go-formula-dir
Only Gustavo Niemeyer can upload to this branch. If you are Gustavo Niemeyer please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gustavo Niemeyer
Project:
pyjuju
Status:
Merged

Recent revisions

22. By Gustavo Niemeyer

Bundle filepath.Rel as filepath_Rel while the submission upstream
doesn't go in (http://codereview.appspot.com/4981049).

21. By Gustavo Niemeyer

Simplified further the Formula interface:

- BundleTo now takes an io.Writer, which means it can bundle
  formulas pretty much anywhere rather than only into a file.

- dir.Path is now a field of Dir rather than a method part of
  the interface. One has to know it's a Dir to handle it
  properly either way.

20. By Gustavo Niemeyer

Unified formula.ReadConfig and ParseConfig.

Now ReadConfig accepts an io.Reader, equivalent to the
ReadMeta change.

19. By Gustavo Niemeyer

Unified formula.ParseMeta and ReadMeta.

Now only ReadMeta exists, and it accepts an io.Reader,
which is a common denominator and enables easily doing
what the other two could achieve.

18. By Gustavo Niemeyer

Implemented bundling of formulas!

17. By Gustavo Niemeyer

Got started with formula.Dir implementation. Missing bundling
and expanding for completion.

16. By Gustavo Niemeyer

Added config validation support.

15. By Gustavo Niemeyer

Implemented initial config parsing. No variable validation using the
parsed schema yet.

14. By Gustavo Niemeyer

Added formula(_test).go files with the generic bits that were
all together in meta.go at first.

13. By Gustavo Niemeyer

Config parsing begins.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:pyjuju
This branch contains Public information 
Everyone can see this information.

Subscribers