Commit Graph

  • fd4e33e98e Add an exclusion to manually render the k8s overlay resource constructor params for the Python language. Praneet Loke 2020-04-21 17:44:27 -0700
  • 4f0aec56f6 PR feedback Pat Gavlin 2020-04-21 15:38:42 -0700
  • 777b295b6a
    Add flag to `pulumi stack` to output only the stack name (#4450) Paul Stack 2020-04-21 23:35:28 +0100
  • 9204d70c54 Fix Python input property names. Pat Gavlin 2020-04-21 13:52:24 -0700
  • 6afefe050f
    [codegen/go] Fix accessors on struct ptr outputs (#4456) Luke Hoban 2020-04-21 13:33:38 -0700
  • 0cd70fb532 More fixes Luke Hoban 2020-04-21 12:36:45 -0700
  • e96662a48e
    Refactor script for building, testing, publishing Docker containers (#4354) Chris Smith 2020-04-21 10:39:26 -0700
  • b471d41118 Add CHANGELOG Luke Hoban 2020-04-21 10:36:29 -0700
  • 51acfd906b Mark nested property types as requiring ptr types Luke Hoban 2020-04-21 10:34:08 -0700
  • 1d672563da Fix output property names in Python codegen. Pat Gavlin 2020-04-21 09:18:09 -0700
  • 807cf44cd7
    Codegen: collect imports from function calls. (#4445) Pat Gavlin 2020-04-21 10:24:42 -0700
  • e1cdd182cc
    Update CHANGELOG Luke Hoban 2020-04-21 06:09:01 -0700
  • 5d9e3626b3
    [codegen/docs] Improve titles tags and meta descriptions (#4432) Sean Holung 2020-04-21 04:28:44 -0700
  • 67a040e0fd Merge branch 'master' of https://github.com/amichel/pulumi Alex Michel 2020-04-21 11:44:40 +0300
  • 3367dfa056 Add a test for the generated resource and function title tag. Praneet Loke 2020-04-20 21:44:22 -0700
  • 6d5a89e145 [codegen/go] Fix accessors on struct ptr outputs Luke Hoban 2020-04-20 21:40:20 -0700
  • af38e7b2c1 Account for empty module names for package-level resources. Move logic for generating title tag and description into separate methods for Resources and Functions. Praneet Loke 2020-04-20 20:34:43 -0700
  • 261d68ccdc Fix whitespace in the package_details template.. Praneet Loke 2020-04-20 20:02:42 -0700
  • 1858658226 Update the function.tmpl with the auto-generated disclaimer. Pass title tag and meta description for the function template as well. Praneet Loke 2020-04-20 19:11:35 -0700
  • 3afce433fb Improve module level descriptions Sean Holung 2020-04-20 16:37:18 -0700
  • 5117be92cb Add more providers to look up map Sean Holung 2020-04-20 16:15:15 -0700
  • feebd20529 Improve resource descriptions Sean Holung 2020-04-20 16:05:51 -0700
  • 141f962978 Remove block_external_search_index from index.tmpl Sean Holung 2020-04-17 14:27:49 -0700
  • 239015533c Add title tags and description to module and pkg index pages Sean Holung 2020-04-17 14:24:27 -0700
  • ae962ae432 wip Sean Holung 2020-04-17 12:17:52 -0700
  • a2661d96b8 Move regexp to file level variable Sean Holung 2020-04-17 09:49:44 -0700
  • 5ad137786c Optimize titles and descriptions Sean Holung 2020-04-17 00:06:36 -0700
  • 1f19cbbe08
    Clean up the language-specific schema APIs. (#4454) Pat Gavlin 2020-04-20 16:36:05 -0700
  • d1a37e2aca
    Ensure yes is passed when creating a new template in a container (#4453) Paul Stack 2020-04-20 23:43:42 +0100
  • 3bc6fe6e98 Appease the linter Pat Gavlin 2020-04-20 15:40:14 -0700
  • d536caf5fa PR feedback Pat Gavlin 2020-04-20 15:07:11 -0700
  • 7e0cbe5e40 Update tests Pat Gavlin 2020-04-20 14:57:31 -0700
  • edb9942ac2
    Update tests/containers/containers_test.go Paul Stack 2020-04-20 22:50:57 +0100
  • ce5fd47558
    Fix hang if PersistentPreRun fails (#4411) Chris Smith 2020-04-20 14:25:50 -0700
  • 0e75020fb4 Clean up the language-specific schema APIs. Pat Gavlin 2020-04-20 14:06:13 -0700
  • b8d29b3956 Merge branch 'master' of github.com:pulumi/pulumi into features/test-container-build Chris Smith 2020-04-20 13:43:21 -0700
  • 479adfd838 Block if channel still open Chris Smith 2020-04-20 13:27:10 -0700
  • 77bf592490 Close channel at end of function if check not started Chris Smith 2020-04-20 12:56:32 -0700
  • d8cd017422 Ensure yes is passed when creating a new template in a container stack72 2020-04-20 20:52:59 +0100
  • 8b4f49d7a7 Fix hang if PersistentPreRun fails Chris Smith 2020-04-15 23:40:35 -0700
  • 058a77dcde
    README: Adding DotNet to language matrix and making Go stable (#4452) Paul Stack 2020-04-20 20:37:32 +0100
  • 43244860bf
    Update README.md Paul Stack 2020-04-20 17:08:18 +0100
  • 84de34c5db README: Adding DotNet to language matrix and making Go stable stack72 2020-04-20 16:21:18 +0100
  • 200ab176df Add flag to `pulumi stack` to output only the stack name stack72 2020-04-19 21:13:52 +0100
  • f5412cce90 Fix the anchor link used in resource docs template. praneetloke/minor-fix-template Praneet Loke 2020-04-18 22:12:25 -0700
  • 5b79c8f034
    Allows conditional dependencies and Resources from apply Luiz Ferraz 2020-04-19 00:16:59 -0300
  • e090098b5b Update tests Pat Gavlin 2020-04-18 17:42:28 -0700
  • 791fa944cb Fix Python names Pat Gavlin 2020-04-18 17:12:40 -0700
  • fcaf7c2bf8 Codegen: collect imports from function calls. Pat Gavlin 2020-04-18 17:01:37 -0700
  • 5328b6801f
    Inject `id` resource output property in docs (#4443) Justin Van Patten 2020-04-18 14:17:08 -0700
  • c5ed110eb6 Inject `id` resource output property in docs Justin Van Patten 2020-04-18 03:47:45 -0700
  • a5a6863f57
    Update `@pulumi/policy` dependency (#4439) Justin Van Patten 2020-04-18 13:07:19 -0700
  • a9fac0c51c
    Add a period to the end of the Context object comment (#4440) Justin Van Patten 2020-04-18 13:06:43 -0700
  • aadc17a488
    Merge pull request #4441 from pulumi/stack72/gh-4405 Paul Stack 2020-04-18 17:51:25 +0100
  • ddc6f05abc
    Fix typo in `--replace` help output (#3719) Cameron Stokes 2020-04-18 06:21:14 -0700
  • b7a3d73f69 Protect against panic when unprotecting state with no resources stack72 2020-04-18 14:19:56 +0100
  • 5d0e0de3ef Fix typo in `--replace` help output clstokes 2020-01-06 09:42:15 -0800
  • 7f8be330bd Add a period to the end of the Context object comment Justin Van Patten 2020-04-18 02:54:45 -0700
  • c04d1beaab
    Fix header anchor ids in resource docs (#4436) Justin Van Patten 2020-04-18 02:45:47 -0700
  • dfdd3e5626 Use <h4> HTML tag with specified id for nested type headings Justin Van Patten 2020-04-17 13:33:17 -0700
  • 599efbaeb2 H3=>H2 for Modules/Resources/Functions/Package Details headings Justin Van Patten 2020-04-17 11:48:19 -0700
  • 02f0206753 Docs: Make header ids more general Justin Van Patten 2020-04-17 10:09:25 -0700
  • 65c7e823b2 Docs: Add ids to headers so they can be linked to Justin Van Patten 2020-04-17 10:03:30 -0700
  • 06c4c6b0a8
    Polish input and output props (#4408) Sean Holung 2020-04-17 16:48:47 -0700
  • d16bed3a0f Update `@pulumi/policy` dependency Justin Van Patten 2020-04-17 16:40:47 -0700
  • 30311a0445 Fix relref links Sean Holung 2020-04-17 15:58:04 -0700
  • 8a165369d4
    Update pkg/codegen/docs/templates/resource.tmpl Sean Holung 2020-04-17 15:19:52 -0700
  • a4f8dd6ae9
    Update pkg/codegen/docs/templates/resource.tmpl Sean Holung 2020-04-17 15:17:22 -0700
  • ac6f04d45f
    Fix changelog (#4438) Chris Smith 2020-04-17 14:01:03 -0700
  • b85ab69089 Update pkg/codegen/docs/templates/resource.tmpl Sean Holung 2020-04-16 12:00:05 -0700
  • a80f379872 Update pkg/codegen/docs/templates/resource.tmpl Sean Holung 2020-04-16 11:59:35 -0700
  • 26a5df665e Fix changelog Chris Smith 2020-04-17 11:54:19 -0700
  • df1b07b9dc
    Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) Chris Smith 2020-04-17 11:50:00 -0700
  • 2c03c158e2
    Annotate .ctor args in docs (#4385) Chris Smith 2020-04-17 11:46:02 -0700
  • 78e9621379
    [codegen/docs] Allow specifying the languages to show in the lang chooser (#4426) Praneet Loke 2020-04-17 11:45:06 -0700
  • 854a1d5758
    Add version to package details (#4433) Sean Holung 2020-04-17 11:39:19 -0700
  • f8a3184e63 Replace hard-coded exclusions for skipping input properties with checking for ConstValue attribute of input properties. Praneet Loke 2020-04-17 10:49:40 -0700
  • 69f9e33822 Address PR feedback Chris Smith 2020-04-17 10:46:11 -0700
  • acc80fae35 Address PR feedback Chris Smith 2020-04-17 10:40:18 -0700
  • 392809b2a7 try to fix whitespace Sean Holung 2020-04-17 09:41:44 -0700
  • 9f33531eb6 Add another exclusion for generating the C# constructor param for k8s overlay resources. Praneet Loke 2020-04-17 08:56:51 -0700
  • f081d98a39
    HCL2: support for tolerating missing variables. (#4430) Pat Gavlin 2020-04-17 08:24:44 -0700
  • e1691c0f52 HCL2: support for tolerating missing variables. Pat Gavlin 2020-04-17 00:52:48 -0700
  • ec8582f3c3 Add version to package details Sean Holung 2020-04-16 21:49:51 -0700
  • b9f7f429af Run gofmt. Praneet Loke 2020-04-16 17:06:36 -0700
  • 398878de31
    Various codegen updates. (#4424) Pat Gavlin 2020-04-16 16:44:34 -0700
  • b21007e15a Allow specifying the languages to show in the lang chooser. Hide the go language for k8s overlay resources. Praneet Loke 2020-04-16 16:37:36 -0700
  • a4d40a209f Remove an unused import Pat Gavlin 2020-04-16 16:00:51 -0700
  • 7c8b73098e Remove blocked_external_search_index sean1588/remove-blocked-external-search-index Sean Holung 2020-04-16 15:13:17 -0700
  • 37283a1e14 Various codegen updates. Pat Gavlin 2020-04-16 13:38:59 -0700
  • d583b411f5 Upgrade the version stamping of pulumi to match the providers stack72 2020-04-16 20:08:46 +0100
  • c4f6cd9b59 Add resource name to heading. Sean Holung 2020-04-16 09:58:59 -0700
  • 1461b2f2dc Polish input and output props Sean Holung 2020-04-15 17:27:17 -0700
  • 00acc7999a Update scripts/v2 and tests/v2 to use pkg/v2.0.0 & sdk/v2.0.0 release v2.0.0 pkg/v2.0.0 stack72 2020-04-16 17:58:16 +0100
  • b7da2d8d81 Update pkg/v2 to use sdk/v2.0.0 release stack72 2020-04-16 17:56:05 +0100
  • 9ece9011a4 Prepare for v2.0.0 release sdk/v2.0.0 stack72 2020-04-16 17:42:43 +0100
  • 5430cfcf09
    Fix make generate target for generating static bundle for docs templates (#4414) Praneet Loke 2020-04-16 09:05:26 -0700
  • 9b0c10c181
    Fix number of args expected for `policy disable` (#4415) Justin Van Patten 2020-04-16 08:56:14 -0700
  • 2de515c75f cd the dir with module for generate. Praneet Loke 2020-04-16 08:20:47 -0700
  • 9e4e978f3a Fix number of args expected for `policy disable` Justin Van Patten 2020-04-16 08:12:02 -0700