Commit Graph

  • 47bd6f70ba
    go mod tidy Levi Blackstone 2023-03-14 14:52:12 -0600
  • f71c857f4a
    Add integration test Levi Blackstone 2023-03-14 14:14:23 -0600
  • f6eb3ba8b7
    Merge config values that are JSON strings Levi Blackstone 2023-03-14 14:14:14 -0600
  • 43366a493c
    Add `PULUMI_SHARED_PROVIDER_CONFIG` flag to enable the feature Levi Blackstone 2023-03-13 06:46:59 -0600
  • afa9b7860d
    CL Levi Blackstone 2023-03-10 15:49:21 -0700
  • 0d3cde8702
    Extract logic into a function and add to relevant Step types Levi Blackstone 2023-03-10 15:45:01 -0700
  • 9411aa2af9
    Optionally include stack values for first-class Provider config Levi Blackstone 2023-03-09 12:45:46 -0700
  • ff83916ac7 go mod tidy Zaid Ajaj 2023-03-16 12:14:49 +0100
  • 19d9f3f7ce fix listing tests in tests/integration Zaid Ajaj 2023-03-16 11:57:50 +0100
  • d89bc9d705 Update docs of WriteSource to not specify a starting root directory Zaid Ajaj 2023-03-16 10:59:19 +0100
  • 8e4324517b Update the correct changelog Zaid Ajaj 2023-03-16 10:58:46 +0100
  • 0d25812a62 Program.WriteSource takes only the file system Zaid Ajaj 2023-03-15 23:11:49 +0100
  • 977321dbe1 Unit test for writing source files to a provided file system Zaid Ajaj 2023-03-15 22:26:34 +0100
  • d3a764d666 Use Afero file system abstraction to write out PCL files Zaid Ajaj 2023-03-15 18:57:41 +0100
  • ca6f6d9b3e Use MkdirAll instead of checking whether directory exists. Zaid Ajaj 2023-03-14 17:19:41 +0100
  • 0ced47ec32 lint Zaid Ajaj 2023-03-14 16:48:35 +0100
  • 6d01a77106 PCL program.SourceFiles(...) implementation and usage in pulumi convert Zaid Ajaj 2023-03-14 16:10:24 +0100
  • 73953eddbf
    Merge #12444 bors[bot] 2023-03-15 20:59:20 +0000
  • 96d41485a8
    Merge #12445 bors[bot] 2023-03-15 20:13:17 +0000
  • 7a057ea7ae
    Merge #12398 bors[bot] 2023-03-15 18:24:00 +0000
  • 4e848531aa Unpin Node back to 19.x Justin Van Patten 2023-03-15 10:52:05 -0700
  • 8f1a47aa00 chore: post-release go.mod updates pkg/v3.58.0 github-actions 2023-03-15 17:49:10 +0000
  • b858df6ee9 chore: changelog for v3.58.0 github-actions 2023-03-15 17:47:38 +0000
  • 73750ae7fa
    Merge #12442 bors[bot] 2023-03-15 16:55:07 +0000
  • d22ff117d1 CL pgavlin/reflow-interactive-display Pat Gavlin 2022-11-10 11:51:32 -0800
  • 1e45aa6ddc [cli] Reflow the interactive display as needed. Pat Gavlin 2022-10-31 09:18:14 -0700
  • 6f235f0460
    Freeze 3.58.0 Fraser Waters 2023-03-15 16:30:10 +0000
  • 432209840a
    Merge #12440 v3.58.0 sdk/v3.58.0 bors[bot] 2023-03-15 15:54:55 +0000
  • 3a2d2f53f1
    Bump version to 3.58.0 Fraser Waters 2023-03-15 15:50:16 +0000
  • e72faa31dd
    Merge #12433 bors[bot] 2023-03-15 15:13:26 +0000
  • 4111f97593 Pin Node to 18.x temporarily Justin Van Patten 2023-03-15 04:44:56 -0700
  • e5b9595a55
    Merge #12435 bors[bot] 2023-03-15 10:10:30 +0000
  • 5083e82422
    test: Move replicated legacy tests to separate file fraser/filestate Abhinav Gupta 2023-03-14 17:47:14 -0700
  • 8e8b54440b
    projectReferenceStore: add ListProjects Abhinav Gupta 2023-03-14 14:50:19 -0700
  • c05fe58dcf
    currentProject: use an atomic pointer Abhinav Gupta 2023-03-14 14:44:15 -0700
  • 3a5ca7795e
    Make .pulumi/{stacks,history,backup} into constants Abhinav Gupta 2023-03-14 14:26:16 -0700
  • 6271c746bd
    Revert "localBackendReference: Don't track backend" Abhinav Gupta 2023-03-14 14:08:07 -0700
  • 355ecf8d5a
    referenceStore: More control over layout, track on localBackendReference Abhinav Gupta 2023-03-14 10:47:39 -0700
  • 42f6a9e7d3
    localBackendReference: Don't track backend Abhinav Gupta 2023-03-13 12:10:47 -0700
  • dbf2a69a97
    New: Re-use legacyReferenceStore to warn about old files Abhinav Gupta 2023-03-13 11:32:08 -0700
  • 29a9881042
    Upgrade: Use existing logic to read old stacks Abhinav Gupta 2023-03-10 16:30:20 -0700
  • 94d8686266
    refactor: Remove if-project-mode branches Abhinav Gupta 2023-03-10 15:43:21 -0700
  • 5663d93ef7
    cmd/state upgrade: Refactor and add unit tests Abhinav Gupta 2023-03-09 19:59:19 -0800
  • 98a0625dc0
    cmd/state upgrade: Drop unused required argument Abhinav Gupta 2023-03-09 19:51:30 -0800
  • 3f2d7bf7bb
    test(filestate/New): warnings for legacy files in project mode Abhinav Gupta 2023-03-08 16:25:16 -0800
  • 9b73977308
    filestate/pulumiState: Move extraction into separate function Abhinav Gupta 2023-03-08 16:06:31 -0800
  • 67208a3f27
    backend/filestate: Re-add project support Fraser Waters 2023-02-10 12:24:28 +0000
  • 0bc171825c Pin CI to Node 19.7.x to avoid hitting assert in 19.8.0 Justin Van Patten 2023-03-14 17:13:43 -0700
  • ef6036a336
    sdk/go: Don't use Provider for type if package doesn't match Abhinav Gupta 2023-03-14 15:53:52 -0700
  • ac1b9fbc3e Add a helper entry point t0yv0/expose-context-in-plugin-providers Anton Tayanovskyy 2023-03-14 15:12:29 -0500
  • 812f169351 Expose Context for plugin providers Anton Tayanovskyy 2023-03-14 14:58:37 -0500
  • 14fd8f9b12
    filestate/internal: Use stack reference, not name Fraser Waters 2023-02-10 12:24:28 +0000
  • b22b060fc8 changelog Zaid Ajaj 2023-03-09 18:26:06 +0100
  • 26e58eb9a8 nodejs program-gen implementation for components and support for nested component declarations Zaid Ajaj 2023-03-09 14:28:55 +0100
  • e5a8a7e934 nodejs pcl components, initial commit Zaid Ajaj 2023-03-09 00:34:15 +0100
  • 477e0c9766
    Merge #12421 bors[bot] 2023-03-13 23:47:26 +0000
  • 871bb46cfb
    Merge #12425 bors[bot] 2023-03-13 22:41:47 +0000
  • 408ace1a42
    Updates nodejs sdk resources now properly inherit parent.deletedWith. dixler/12158/deleted-with Kyle Dixler 2023-03-13 09:01:20 -0700
  • 7ef1005b86
    Merge #12424 bors[bot] 2023-03-13 20:56:43 +0000
  • 7831cbf7a8
    filestate: Plumb context through constructor Fraser Waters 2023-02-10 12:24:28 +0000
  • 1bdf2a8667
    all: Don't use cmdutil.Diag in tests Abhinav Gupta 2023-03-13 12:54:04 -0700
  • c72b29e442
    sdk/common: Add testing/diagtest package Abhinav Gupta 2023-03-13 12:29:52 -0700
  • 01c2af3e2b
    Merge #12423 bors[bot] 2023-03-13 18:58:21 +0000
  • 6d5b255184 Hardcode repo for yaml converter Fraser Waters 2023-03-13 18:29:23 +0000
  • 8f594326a2
    ci: Don't run codegen tests for PRs Abhinav Gupta 2023-03-02 14:33:45 -0800
  • 998902e7d4
    [do not merge] Testing #12421 Abhinav Gupta 2023-03-13 11:04:27 -0700
  • 550a8c67ef
    Use paths-filter instead of labeler Abhinav Gupta 2023-03-13 10:52:24 -0700
  • 97eef19790
    ci: Don't run codegen tests for PRs Abhinav Gupta 2023-03-02 14:33:45 -0800
  • fe15f6f1da
    Merge #12419 bors[bot] 2023-03-13 16:30:38 +0000
  • ac71c3b9a1 Close converter plugins after use Fraser Waters 2023-03-13 13:07:11 +0000
  • 5bf51b03ef
    Merge #12128 bors[bot] 2023-03-13 05:45:53 +0000
  • b27c71f5bd
    Merge #12377 bors[bot] 2023-03-10 20:33:51 +0000
  • 70f8825ef5
    Pulumi check version message is now printed as info rather than a warning. dixler/10578/warn-to-info Kyle Dixler 2023-03-10 08:00:21 -0800
  • cc11dde617
    Merge #12412 #12413 bors[bot] 2023-03-10 18:30:02 +0000
  • 13bcb56069
    pkg: Dedupe "open in browser" library Abhinav Gupta 2023-03-10 10:31:23 -0700
  • fff9a8dd5d
    display: Switch "Open in Browser" to "View in Browser" Abhinav Gupta 2023-03-10 10:09:53 -0700
  • 830cd60e87
    Merge #12410 bors[bot] 2023-03-10 17:51:13 +0000
  • 7e8a1cb4ae Lint Anton Tayanovskyy 2023-03-10 12:29:07 -0500
  • a69ad7bc96 CHANGELOG Anton Tayanovskyy 2023-03-10 09:48:06 -0500
  • 7c26db008b Fix provider_server ID handling in Read Anton Tayanovskyy 2023-03-10 09:44:00 -0500
  • 8c017e18cd
    Merge #12408 bors[bot] 2023-03-10 14:30:00 +0000
  • d480e69ffb
    Merge #12409 bors[bot] 2023-03-10 12:00:15 +0000
  • 28484e8267
    Update the description of the function Zaid Ajaj 2023-03-10 12:28:23 +0100
  • b90b5a5bf9 Add "NotImplemented" PCL function intrinsic Zaid Ajaj 2023-03-10 12:14:28 +0100
  • ad8e095c74 sdk/go/common/util cleanup Fraser Waters 2023-02-01 22:13:01 +0000
  • cc0b5664fe
    Merge #12355 bors[bot] 2023-03-10 08:08:33 +0000
  • 5a28f4c601
    Merge #12406 bors[bot] 2023-03-10 03:41:51 +0000
  • f8f4b932cb [cli/diff] Tighten the YAML value heuristic Pat Gavlin 2023-03-09 16:53:45 -0800
  • 5890e2e32c
    Merge #12380 bors[bot] 2023-03-10 00:16:48 +0000
  • 2bad0a85e8 [cli] Add an "open in browser" keybinding Pat Gavlin 2023-03-06 11:06:48 -0600
  • 5013d427e6 Add converter plugin Fraser Waters 2023-03-04 09:13:30 +0000
  • 794a47fe96
    Merge #12404 bors[bot] 2023-03-09 21:52:55 +0000
  • 0005552823 Remove experimentalWorkspaceModule from vscode settings Fraser Waters 2023-03-09 20:59:57 +0000
  • 0042e82d66
    Merge #12400 #12402 bors[bot] 2023-03-09 19:48:33 +0000
  • acaf79bc10
    all: Drop //nolint:goconst Abhinav Gupta 2023-03-09 11:15:21 -0800
  • 51be6dc82d
    golangci: Drop goconst Abhinav Gupta 2023-03-09 11:00:04 -0800
  • c7789807b8
    cmd/whoami: Override stdout and currentBackend, add tests Abhinav Gupta 2023-03-08 14:31:55 -0800
  • 557c843196
    refactor(cmd/whoami): Turn into a command struct Abhinav Gupta 2023-03-08 14:15:42 -0800
  • 8d88744d25
    Merge #12374 #12397 bors[bot] 2023-03-09 17:11:34 +0000
  • b84a428782
    Merge #12361 bors[bot] 2023-03-09 16:35:34 +0000