1
1
Fork 0
mirror of https://github.com/mcuadros/ascode synced 2024-05-09 09:06:32 +02:00
Commit Graph

88 Commits

Author SHA1 Message Date
Maximo Cuadros ca95f0f93c PluginManager, download directly, quick fix for fixed versions 2022-11-10 21:49:30 +01:00
Máximo Cuadros 44c68b3006 go modules: update non-terraform dependencies 2021-04-06 19:34:30 +02:00
Máximo Cuadros 105761d00a ci: fix github action 2021-04-06 15:58:07 +02:00
Máximo Cuadros d51fb0c7a4 starlark: modules, new url module 2021-04-06 14:07:35 +02:00
Máximo Cuadros 476219624e
starlark/types: ref function 2020-05-22 15:31:58 +02:00
Máximo Cuadros 19afe30fd2
starlark/types: Provider, set_prefix 2020-05-21 18:46:49 +02:00
Máximo Cuadros 4225bbc35f
starlark: types, fix HCL int encoding 2020-04-30 22:12:38 +02:00
Máximo Cuadros 6fc80cda96
starlark/types: Attribute.Get, support for map attributes 2020-04-13 10:34:59 +02:00
Máximo Cuadros 8b962d26cc
starlark/types: Resource.HCL enconding directly from starlark.Value 2020-04-13 04:21:35 +02:00
Máximo Cuadros bac0f66196
starlark/types: evaluate include main thread predeclared variables 2020-04-12 22:15:28 +02:00
Máximo Cuadros 1643ed115e
cmd/run: add validation 2020-04-10 00:26:26 +02:00
Máximo Cuadros 4a1a60b57a
starlark/types: validate function and CallStack reccord 2020-04-10 00:00:11 +02:00
Máximo Cuadros 2a189546ee
starlark/module: os, command documention improvement 2020-04-09 23:59:57 +02:00
Máximo Cuadros 4d4f1058d3
starlark/module: os, added command function 2020-04-09 04:25:52 +02:00
Máximo Cuadros 3ac614c86c
*: comments review and starlib version 2020-03-30 00:41:24 +02:00
Máximo Cuadros 0dc73c5d1c
starlark/module: docker promoted to stable 2020-03-30 00:24:10 +02:00
Máximo Cuadros b6b3d7da9f
documentation: some examples, links review and gh-actions 2020-03-29 21:19:52 +02:00
Máximo Cuadros 6a682e4977
starlark: fix flaky tests 2020-03-29 11:20:08 +02:00
Máximo Cuadros f8e6cb55d2
starlark/runtime: fix repl and add math and time modules 2020-03-29 05:25:57 +02:00
Máximo Cuadros 5609ea2c19
documentation: install outline 2020-03-29 03:45:15 +02:00
Máximo Cuadros e66c4b456b
*: fix test on Windows 2020-03-27 21:50:48 +01:00
Máximo Cuadros 452e5032c7
starlark/module: os add temp_dir function 2020-03-27 20:29:03 +01:00
Máximo Cuadros af30b3e5d1
terraform: allow skip provisioner test and proper error 2020-03-27 20:01:08 +01:00
Máximo Cuadros fd709c4694
starlark/types: fix failing example 2020-03-27 19:22:44 +01:00
Máximo Cuadros a5fc3f257b
starlark/test: embed assert.star file 2020-03-27 19:07:10 +01:00
Máximo Cuadros e627a3db53
starlark/types: move documentation of ProviderCollection.__call__ 2020-03-27 18:32:13 +01:00
Máximo Cuadros 699cc6dead
starlark/types: Resource documentation 2020-03-26 21:26:03 +01:00
Máximo Cuadros f457b5b6f1
starlark/types: documentation review 2020-03-26 08:01:33 +01:00
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