Commit Graph

  • d5e2b33913 Flip the expected and actual values in the asserts. Praneet Loke 2018-10-22 18:01:18 -0700
  • 67d0119ac0 Rename the metadata keys to vcs.repo, kind and owner to keep the keys generic for any vcs. Expanded the git SSH regex to account for bitbucket's .org domain. Praneet Loke 2018-10-22 17:14:30 -0700
  • a31cf4ff5b Always trim suffix for the git ssh remote URL as well. Praneet Loke 2018-10-22 15:23:15 -0700
  • 3c918899b0 Fix lint errors. Remove (now) unused function from git.go. Praneet Loke 2018-10-22 14:21:56 -0700
  • 6879d21dd9 Clean-up some comments. Praneet Loke 2018-10-22 13:35:04 -0700
  • d4599bd76d Refactored the git remote detection functions by using pre-compiled regexp. Simplified detection of the cloud source control provider by just doing a simple strings.Contains() call to check for the hostname of each provider. Praneet Loke 2018-10-22 13:20:46 -0700
  • b69b7aa792 Add nfpm configuration for RPM and DEB packaging James Nugent 2018-10-22 11:25:54 -0700
  • d54f06e103
    CR feedback: Sean Gillespie 2018-10-22 11:21:49 -0700
  • c0baefbb74 Do not propose replacement of providers in preview. Pat Gavlin 2018-10-22 11:02:14 -0700
  • 8d68f335a9 Added unit test for gitlab metadata. Added an empty string check for remoteURL. Praneet Loke 2018-10-21 22:25:56 -0700
  • fa4411de29 Rename a formal parameter Praneet Loke 2018-10-21 18:21:05 -0700
  • b99b50db30 Added nolint to ignore the empty branch. Removed the old way of adding github metadata to the stack tags. Praneet Loke 2018-10-19 13:02:59 -0700
  • 92b255d238 Added new stack tag constants for GitLab, as well as added new keys for use with UpdateMetadata. Refactored some of the logic around git repo detection and how we extract metadata from the repo. Updated the stack tag manipulation code to use the new way of working with the git repo instead of calling the all encompassing GetGitHubProjectForOrigin func from gitutil.go, which always assumed GitHub as the cloud source control provider. Praneet Loke 2018-10-19 12:47:09 -0700
  • 9f9cbe7297 Rename a formal parameter Praneet Loke 2018-10-21 18:21:05 -0700
  • 35bb7d3964 Merge remote-tracking branch 'origin/master' into release/0.16 v0.16.1 Matt Ellis 2018-10-21 17:24:39 -0700
  • 786d4a843f Add Go module file and remove Godep.{toml,lock} master-mod James Nugent 2018-10-21 14:39:59 -0400
  • f465fc0a48
    Reorder an error check in the provider registry. (#2078) v0.16.2-dev Pat Gavlin 2018-10-19 17:22:50 -0700
  • c35b39d292 Added nolint to ignore the empty branch. Removed the old way of adding github metadata to the stack tags. Praneet Loke 2018-10-19 13:02:59 -0700
  • 3f9a237a9b Added new stack tag constants for GitLab, as well as added new keys for use with UpdateMetadata. Refactored some of the logic around git repo detection and how we extract metadata from the repo. Updated the stack tag manipulation code to use the new way of working with the git repo instead of calling the all encompassing GetGitHubProjectForOrigin func from gitutil.go, which always assumed GitHub as the cloud source control provider. Praneet Loke 2018-10-19 12:47:09 -0700
  • 7aa76bb163 PR feedback Pat Gavlin 2018-10-19 10:43:16 -0700
  • 768b5194ed Reorder an error check in the provider registry. Pat Gavlin 2018-10-19 10:05:23 -0700
  • 2ec066261b
    Print the correct console URL in `pulumi stack ls` (#2075) Luke Hoban 2018-10-18 16:39:01 -0700
  • a06477fb93 Print the correct console URL in `pulumi stack ls` Luke Hoban 2018-10-18 15:18:24 -0700
  • 19a313b628
    Do not analyze user source code for required packages. We'll analyze their project.json for that. (#1612) CyrusNajmabadi 2018-10-18 11:21:47 -0700
  • eba044e061
    Handle malformed commit messages (#2069) Chris Smith 2018-10-18 11:10:36 -0700
  • 252663b1bb Merge branch 'master' into noRequiredPackages Cyrus Najmabadi 2018-10-18 10:52:40 -0700
  • 3e9b210edd
    Default to unbounded parallelism (#2065) Sean Gillespie 2018-10-17 15:33:26 -0700
  • 36ecc56970
    spelling Sean Gillespie 2018-10-17 15:10:31 -0700
  • 04f6fc41e8
    Enable gzip compression on the wire Sean Gillespie 2018-10-17 14:47:55 -0700
  • 0c6a8f7e88 Handle malformed commit messages Chris Smith 2018-10-17 12:03:11 -0700
  • 61ea62ddc1
    Remove Error When User Cancels David McKay 2018-10-17 18:48:22 +0100
  • 6c45915f40
    Cleanup Summary of Changes David McKay 2018-10-17 18:50:15 +0100
  • b3524e9e13 Update the README a little joeduffy 2018-10-16 23:08:25 -0700
  • 3264012061
    Get commit message and branch from CI if unavailable (#2062) Chris Smith 2018-10-16 15:37:02 -0700
  • 4c71963c15
    Merge ca51f6b640 into 00a22b27f8 Chris Smith 2018-10-16 22:12:20 +0000
  • 89a3a42adc
    Default to unbounded parallelism Sean Gillespie 2018-10-15 14:39:32 -0700
  • ca51f6b640 Add tests Chris Smith 2018-10-15 22:43:16 -0700
  • d95b2809b1 Get commit message and branch from CI if unavailable Chris Smith 2018-10-15 22:02:21 -0700
  • 00a22b27f8 Don't `unwrap` functions Alex Clemmer 2018-10-15 12:49:44 -0700
  • 59dc7d3a19 Don't `unwrap` functions Alex Clemmer 2018-10-15 12:49:44 -0700
  • 730a929c2b
    Add new 'pulumi state' command for editing state (#2024) Sean Gillespie 2018-10-15 09:52:55 -0700
  • a71db160e8
    Expose hte ephemeral logging flag to the Nodejs sdk. (#2056) CyrusNajmabadi 2018-10-12 11:09:09 -0700
  • ed2624dd1f Expose hte ephemeral logging flag to the Nodejs sdk. Cyrus Najmabadi 2018-10-12 10:38:27 -0700
  • 243f944772 Kick off v0.16.1 v0.16.1-dev Matt Ellis 2018-10-12 10:33:39 -0700
  • dfdb10393a
    Fix a panic on shutdown (#2050) v0.16.0 Sean Gillespie 2018-10-12 10:29:47 -0700
  • 8c230e9caa
    Implement log functions for the Python SDK (#2048) Sean Gillespie 2018-10-12 09:50:26 -0700
  • a7674f31f2
    Fix a panic on shutdown Sean Gillespie 2018-10-11 15:03:49 -0700
  • b509ff42f2
    Deal with circularities in package structure when computing codepaths. (#2049) CyrusNajmabadi 2018-10-11 14:57:21 -0700
  • d2e201b655 Deal with circularities in package structure when computing codepaths. Cyrus Najmabadi 2018-10-11 13:49:06 -0700
  • 40caa0e745
    Implement log functions for the Python SDK Sean Gillespie 2018-10-11 13:10:29 -0700
  • ae87c469c5
    Improve error message for missing provider plugins (#2040) v0.16.0-rc1 Sean Gillespie 2018-10-10 15:18:41 -0700
  • 6707accdc8
    Get rid of waitForDeath (#2041) Sean Gillespie 2018-10-10 10:01:57 -0700
  • bc888793e2
    Get rid of waitForDeath Sean Gillespie 2018-10-09 12:05:45 -0700
  • aa4be047ab
    Improve error message for missing provider plugins Sean Gillespie 2018-10-09 11:20:41 -0700
  • 7ce29eeb33
    Save old inputs on partial update failures (#2035) Sean Gillespie 2018-10-09 11:19:31 -0700
  • 19944b9c89 Add note about create a stack in an organization to the help Matt Ellis 2018-10-08 15:34:57 -0700
  • 609305aae0
    Pass new inputs as default check return (#2037) Joe Duffy 2018-10-08 17:00:44 -0700
  • 732bae53dd Pass new inputs as default check return joeduffy 2018-10-08 16:20:06 -0700
  • c6b2e368ae Add note about create a stack in an organization to the help Matt Ellis 2018-10-08 15:34:57 -0700
  • 6551d296b5
    CR: Only delete protected resources when asked with --force Sean Gillespie 2018-10-08 14:23:15 -0700
  • e130d846d8
    Lots of CR feedback Sean Gillespie 2018-10-08 12:44:03 -0700
  • 5d8538a545
    Save old inputs on partial update failures Sean Gillespie 2018-10-08 11:28:13 -0700
  • 00bb0952c0
    Add git head ref name to update metadata (#2033) Chris Smith 2018-10-08 11:13:21 -0700
  • f1b5dd7386
    Check git status from project repo, not cwd (#2032) Chris Smith 2018-10-08 10:05:06 -0700
  • 19425515c9 Reuse some test code Chris Smith 2018-10-07 11:11:57 -0700
  • 2586b6200a Add git head ref name to update metadata Chris Smith 2018-10-07 11:11:42 -0700
  • 1cf0aa7a15 Check git status from project repo, not cwd Chris Smith 2018-10-07 10:43:04 -0700
  • c5a86ae7c2
    Add an option to suppress displaying stack outputs (#2029) Joe Duffy 2018-10-06 14:13:02 -0700
  • 08b2fb7a84 Add an option to suppress displaying stack outputs joeduffy 2018-10-05 16:17:26 -0700
  • 058d86897a
    CR: Print yellow 'warning' before editing state Sean Gillespie 2018-10-05 15:11:45 -0700
  • 3212d9d588
    Simplify LocateResource Sean Gillespie 2018-10-05 14:50:56 -0700
  • 84c2a23acc
    Don't print out the 'info' column when there is nothing to display. (#2027) CyrusNajmabadi 2018-10-05 13:03:30 -0700
  • 4a34424c2b Simplify. Cyrus Najmabadi 2018-10-05 12:29:01 -0700
  • e709cff5b2 Don't print out the 'info' column when there is nothing to display. Cyrus Najmabadi 2018-10-05 12:25:35 -0700
  • 4ec76981f6
    Bring back support for the 'auto' value for colorization. (#2023) CyrusNajmabadi 2018-10-04 16:20:01 -0700
  • 7ccc591ac8 Linting. Cyrus Najmabadi 2018-10-04 15:38:21 -0700
  • c0dd4e0007
    Add new 'pulumi state' command for editing state Sean Gillespie 2018-10-04 15:33:14 -0700
  • fff74e1895 Cleanup. Cyrus Najmabadi 2018-10-04 15:00:19 -0700
  • 4138f34620 Bring back support for the 'auto' value for colorization. Cyrus Najmabadi 2018-10-04 14:49:05 -0700
  • 16ae1f2a81
    Fix rendering of the 'outputs:' header in the diff view. (#2020) CyrusNajmabadi 2018-10-03 13:06:20 -0700
  • 844ee1cadf Add another point to readme Fraser Waters 2018-10-03 21:04:22 +0100
  • 1b500e3ace Update readme to match experimental status Fraser Waters 2018-10-03 20:57:15 +0100
  • c578281192 Add docs. Cyrus Najmabadi 2018-10-03 12:35:43 -0700
  • 13c64b29d3 Print a different header for resource-outputs for hte diff versus progress view. Cyrus Najmabadi 2018-10-03 12:32:24 -0700
  • 43674dcef5
    Switch to upath so that all paths are in unix-format (#2019) CyrusNajmabadi 2018-10-03 12:06:55 -0700
  • 0f41e6b1af Don't need the 'safe' version of htese ops. it's appropriate to strip off the leading ./ Cyrus Najmabadi 2018-10-03 11:29:10 -0700
  • ec04efcc8f Fix joining. Cyrus Najmabadi 2018-10-03 11:17:47 -0700
  • 382733f3c9 Remove file. Cyrus Najmabadi 2018-10-03 11:04:25 -0700
  • a588bfcfb8 Add comments. Cyrus Najmabadi 2018-10-03 11:01:52 -0700
  • cb23f25f95 Comments Cyrus Najmabadi 2018-10-03 10:57:19 -0700
  • 22a4b2aec1 Don't do string path manipulation. Cyrus Najmabadi 2018-10-03 10:55:16 -0700
  • b457b2c5d2 Add 'normalized' to the name Cyrus Najmabadi 2018-10-03 10:47:30 -0700
  • 1d8b58cabd Switch to upath so that all paths are in unix-format Cyrus Najmabadi 2018-10-03 10:35:46 -0700
  • 5ed33c6915
    Add GitLab CI support (#2013) Joe Duffy 2018-10-02 16:08:03 -0700
  • e1e053275b Add GitLab CI support joeduffy 2018-10-02 14:26:19 -0700
  • 6e29ada4b8
    Merge pull request #2004 from joeduffy/master Joe Duffy 2018-10-02 13:48:03 -0700
  • f9ef9312fe Skip immaterial PR events joeduffy 2018-10-02 13:24:22 -0700
  • 423c995dfd
    Default an update's message to the Git commit title (#2009) Joe Duffy 2018-10-02 10:49:41 -0700
  • 150e4ca30e Default an update's message to the Git commit title joeduffy 2018-10-02 09:39:53 -0700
  • fb18032a42
    Emit the "using token" login message to stderr (#2006) Joe Duffy 2018-10-01 19:49:42 -0700