1
1
mirror of https://github.com/mcuadros/ascode synced 2024-11-26 06:01:08 +01:00
Commit Graph

60 Commits

Author SHA1 Message Date
Máximo Cuadros
c3cd97a5fc
starlark/types: Computed renamed to Attribute, added documentation 2020-03-26 07:13:24 +01:00
Máximo Cuadros
be125c9f03
starlark/runtime: set PluginManager in context 2020-03-26 05:32:19 +01:00
Máximo Cuadros
0bf3031092
starlark/types: extract Make* functions 2020-03-25 19:31:21 +01:00
Máximo Cuadros
f95cb8c6ad
starlark/types: Provisioner documentation 2020-03-25 01:13:22 +01:00
Máximo Cuadros
df4f8b77fb
starlark/types: ResourceCollection documentation and exmaples 2020-03-24 08:40:53 +01:00
Máximo Cuadros
9f59c34ce6
starlark/types: standarization contructors and interface checks 2020-03-24 06:36:10 +01:00
Máximo Cuadros
5ce0598bdc
starlark/types: standarization of Type and String methods 2020-03-23 21:18:06 +01:00
Máximo Cuadros
030e0b00c5
starlark/types: Provider documentation and examples 2020-03-23 05:48:49 +01:00
Máximo Cuadros
63e4823473
starlark/types: Terraform documentation and examples 2020-03-22 20:32:42 +01:00
Máximo Cuadros
b081ca30bd
starlark/types: remove ambiguous AttrDict, replaced by Dict 2020-03-22 17:28:18 +01:00
Máximo Cuadros
10a78e0a1d
starlark/types: State, documentation and examples 2020-03-22 13:48:15 +01:00
Máximo Cuadros
27ef6956a4
starlark/types: State, removed AttrDict capabilties 2020-03-22 13:46:56 +01:00
Máximo Cuadros
505355fbf4
starlark/types: evaluate dict predeclared support 2020-03-22 05:51:05 +01:00
Máximo Cuadros
7b759a48ce
starlark/types: Resource.AttrNames kind dependant 2020-03-22 02:10:00 +01:00
Máximo Cuadros
6d88a265e4
starlark/types: AttrNames fix implementation and API improvments 2020-03-22 01:21:46 +01:00
Máximo Cuadros
b1d50635de
*: removed provider global in favor of tf 2020-03-21 00:10:22 +01:00
Máximo Cuadros
74c404f8e3
starlark/types: Terraform global object 2020-03-20 23:49:24 +01:00
Máximo Cuadros
c00d6e9829
starlark/types: improve documentation and fix computed attrs 2020-03-20 19:26:21 +01:00
Máximo Cuadros
5f0120775b
starlark/types: State type 2020-03-20 18:47:04 +01:00
Máximo Cuadros
d713bb6bc5
starlark/types: ResourceCollection.search method 2020-03-20 01:21:16 +01:00
Máximo Cuadros
3fbe4533a5
starlark/module: experimental/docker DOCKER_CONFIG_FILE support 2020-03-19 12:56:28 +01:00
Máximo Cuadros
2d1de14167
starlark/module: experimental/docker image name properties 2020-03-19 12:15:57 +01:00
Máximo Cuadros
ede2cc43f7
starlark/module: experimental/docker DOCKER_CONFIG support 2020-03-19 12:04:45 +01:00
Máximo Cuadros
c5436f7b86
starlark/types: evaluate function implementation 2020-03-17 21:13:12 +01:00
Máximo Cuadros
239a9ab9c0
starlark/types: fixes provider unexpected token in nested blocks 2020-03-17 16:28:09 +01:00
Máximo Cuadros
2acd02057e
starlark/runtime: fix relative loading 2020-03-17 14:55:39 +01:00
Máximo Cuadros
08d19626b8
go.mod: updates 2020-03-17 11:16:15 +01:00
Máximo Cuadros
14b64b111f
starlark/types: added resource.__provider__ 2020-03-17 08:51:59 +01:00
Máximo Cuadros
20563c90f0
starlark/types: computed, new fn function to wrap computed values 2020-03-17 01:41:10 +01:00
Máximo Cuadros
1b14da34a0
starlark/types: computed, fix proper MaxItem==1 indexes 2020-03-17 01:19:45 +01:00
Máximo Cuadros
79f0e8a22d
runtime: add struct support 2020-03-17 00:45:27 +01:00
Máximo Cuadros
fdaa5673f6
starlark/module: experimental/docker module to work with docker images and semver 2020-03-16 23:53:28 +01:00
Máximo Cuadros
e9444583e7
starlack/types: basic backend support 2020-03-16 19:17:02 +01:00
Máximo Cuadros
dd7e97b962
*: dependencies update 2020-03-16 18:12:44 +01:00
Máximo Cuadros
f84e92384f
starlark/test: assert.star copy from https://github.com/google/starlark-go/tree/master/starlarktest 2020-03-16 18:12:33 +01:00
Máximo Cuadros
e1c229b80c *: project org change
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-08-01 20:43:59 +02:00
Máximo Cuadros
b5ae00d09b starlark/types: provider kwargs and alias
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-08-01 18:34:45 +02:00
Máximo Cuadros
4ea887a849 starlark/types: Values O(1)
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-28 01:02:21 +02:00
Máximo Cuadros
8f414b66be starlark/types: idempotent HCL generation
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-28 00:35:04 +02:00
Máximo Cuadros
128112a66f starlark/types: Computed correct format for resources
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-27 21:08:50 +02:00
Máximo Cuadros
8d842717ce starlark/types: Value and Type support for dicts/maps
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-27 20:50:26 +02:00
Máximo Cuadros
a32599f413 starlark/types: properly load of nested resources and collections from list and dicts
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-27 20:15:07 +02:00
Máximo Cuadros
361d8f970f starlark/types: NamedValues and Values for sorted Resource attributes
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-26 19:12:34 +02:00
Máximo Cuadros
6558482bf4 starlark/types: Provisioner and Resource.add_provisioner, lacks of connection properties
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-25 15:30:29 +02:00
Máximo Cuadros
04ffa10c88 terraform: plugin manager with provisioner support and tests
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-24 23:30:39 +02:00
Máximo Cuadros
c8eb85ef8f starlark/types: Provider.Type
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-23 23:22:20 +02:00
Máximo Cuadros
d25c7b32a2 starlark/types: Resource.depends_on support
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-23 21:12:55 +02:00
Máximo Cuadros
5eee1fa944 starlark/types: proper .Type() function implementation
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2019-07-14 11:33:39 +02:00
Máximo Cuadros
d3d153ba25 examples and documentation 2019-07-12 03:32:28 +02:00
Máximo Cuadros
10f89435a9 starlark/types: computed literal escape fixes 2019-07-12 03:31:50 +02:00