Skip to content

Version 0.3 : documentation and fun

Compare
Choose a tag to compare
@lexman lexman released this 30 Nov 10:17
· 398 commits to master since this release

New "include" statement

... To split a tuttle project in several files

More documentation

the reference lists all the resources and processors available

New resources and processors :

  • PostgreSQL tables, views, functions and index resources
  • PostgreSQL Processor
  • https resources
  • AWS s3 resources (experimental)

Better tests

Part of tuttle's job is to connect to third party tools. Integration tests must cover these tools, like Postgresql or a web server... Two methods have been developed :

  • mock the third party tool with some python code (web server, s3 server)
  • use the third party tool if it is installed on the machine (postgresql)

A few bug fixes

  • bug on install that required jinja2 before installing dependencies