4924 Commits

Author SHA1 Message Date
Sarah Hughes
9effe6c127
add script for google events, fill in event data for CED (#1872)
* add script for google events, fill in event data for CED

* lint

* remove explicit googlebot allow
2022-08-26 14:52:01 -07:00
Sarah Hughes
0167067462
add aks/cosmosdb workshop to resources (#1874) 2022-08-26 14:48:36 -07:00
Sarah Hughes
0b48abf27b
add kubecrash to resources (#1873) 2022-08-26 14:27:20 -07:00
Aaron Friel
2056543b99
Update state & login instructions for AWS profiles (#1870)
* Update state & login instructions

Fixes https://github.com/pulumi/pulumi/issues/9555

* Update state.md

* Update state.md
2022-08-25 15:23:53 -07:00
Josh Kodroff
a75f354c71
Update get.md (#1867)
Co-authored-by: susan evans
2022-08-25 18:02:29 -04:00
Laura Santamaria
5ed9d6dc18
fix(variables): fix all variables for typescript; remove seed container ref (#1869) 2022-08-25 17:01:14 -05:00
Laura Santamaria
8844ceab7e
feat(cli): add cli install links (#1866)
* feat(cli): add cli install links

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>

Co-authored-by: Christian Nunciato <c@nunciato.org>
2022-08-24 19:56:15 +00:00
Alex Qiu
302b9f2f7b
Add Fn::Split to YAML Reference (#1865) 2022-08-24 10:11:45 -07:00
Sean Holung
b514b8b7ce
add angular static website blog post (#1839) 2022-08-24 10:07:54 -07:00
Josh Kodroff
e29ed52872
Update troubleshooting.md (#1838)
Co-authored-by: susan evans
2022-08-24 16:57:23 +00:00
Christian Nunciato
28a70247b8
Fix a broken link (#1862) 2022-08-23 18:32:40 -07:00
Thomas Kappler
18eac06635
Add Thomas Kappler (tkappler) (#1864) 2022-08-23 18:32:18 -07:00
Michael Bridgen
181015398b
General functions documentation (#1728)
* Add page on provider functions

This adds a page under intro/concepts/resources/ describing what
provider functions are (functions exposed in SDKs) and how to invoke
them. Provider functions are different enough to Getter functions that
they deserve their own treatment.

* Explain methods (CALL) after functions (INVOKE)

This explains the procedures exposed via CALL, as "methods".

Signed-off-by: Michael Bridgen <mbridgen@pulumi.com>
2022-08-23 15:45:19 +01:00
susan evans
e729259c9b
fix refs (#1861) 2022-08-23 06:55:59 -07:00
susan evans
8e563db64a
fix headings and clean up troubleshooting page (#1855) 2022-08-22 19:13:04 -07:00
Sarah Hughes
0f1a151b2c
Sarah/ced hero update (#1859)
* add link to registration from hero

* update hero image with new dates
2022-08-22 17:13:23 -07:00
Sarah Hughes
279aacb4c6
add link to registration from hero (#1858)
* add link to registration from hero

* Update themes/default/layouts/page/cloud-engineering-days.html

Co-authored-by: Zack Chase <zachary@pulumi.com>

Co-authored-by: Zack Chase <zachary@pulumi.com>
2022-08-22 14:56:45 -07:00
Komal
1c9a775b7b
reactivate komal on team page (#1857) 2022-08-22 14:34:22 -07:00
Sarah Hughes
81c2c9e9ce
Sarah/ced2022 Cloud Engineering Days landing page (#1854)
* a ton of CED changes

* prettier

* update copy

* more updates, add hackathon section

* update nav, placeholder form

* form updates

* appease prettier

* add a meta image for this year

* add description below hero

* meta image update, mobile optimizations
2022-08-22 12:18:34 -07:00
Raja Nagendra Kumar
277b010e8b
log is a method in context (#1850)
context in java has a method log() not as public field
2022-08-22 13:46:03 -04:00
Guinevere Saenger
e729d0cce0
Explicitly set GCP Project via pulumi config (#1852)
* Explicitly set GCP Project via `pulumi config`

We don't, at least in pulumi-gcp, use gcloud config, so we need to ask people to set Project the Pulumi way.

* Update configure-gcp.html

* mirror mirror on the wall who is the prettiest of them all

* make a list

* use code tags and also remove extra dollar sign
2022-08-19 16:08:13 -07:00
Guinevere Saenger
3cb633b408
Delete gcp_create_credentials.png (#1848)
* Delete gcp_create_credentials.png

* Delete gcp_create_service_account_key.png
2022-08-19 11:16:21 -07:00
Praneet Loke
3fc06341b4
Fix CLI binary download link for Windows (#1843) 2022-08-19 04:46:07 -07:00
Aaron Friel
60c3d288e3
Remove Fn::StackReference doc (#1746) (#1849)
Co-authored-by: Alex Qiu <aqiu@pulumi.com>
2022-08-18 20:25:07 -07:00
Laura Santamaria
8d5a79e712
fix(markdown): format code blocks (#1796)
* fix(markdown): format code blocks

Patch up the configuration info to display the code blocks properly.

* fix lint

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* fix Signed-off-by: susanev <susan.ra.evans@gmail.com>

* more fixing

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* fix as intended

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* fix Signed-off-by: susanev <susan.ra.evans@gmail.com>

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: susanev <susan.ra.evans@gmail.com>
2022-08-18 17:50:50 -05:00
Fraser Waters
31050bd37e
Fix typo in scheduling-serverless (#1844) 2022-08-18 19:44:49 +01:00
Levi Blackstone
64e6c2f045
Add note to clarify ignoreChanges behavior (#1846) 2022-08-18 12:28:17 -06:00
meagancojocar
160d3c4e3c
Team Access Tokens blog post (#1753)
* first draft of access tokens blog post

* updating meta and gif

* Update index.md

* fix gif typo

* make snowflake edits

* Update index.md

* Apply suggestions from code review

Co-authored-by: George Huang <george@pulumi.com>

* Update index.md

* updated on docs

Co-authored-by: George Huang <george@pulumi.com>
2022-08-16 14:55:35 -07:00
Sarah Hughes
d13c391385
update presetners for iac on aws workshop on 9/12 (#1836) 2022-08-16 12:53:33 -07:00
Christian Nunciato
18abfe3bdd
Fix some broken links in the DigitalOcean MERN post (#1835)
Looks like these moved (and not redirected to their new locations! 🙀).
2022-08-16 18:50:57 +00:00
susan evans
725bcccfb7
improve usability of pulumi yaml project file (#1821) 2022-08-16 10:26:24 -07:00
Sarah Hughes
f2de03ceb1
add ndc oslo reactive infrastructure talk to resources (#1830) 2022-08-16 09:44:10 -07:00
Sarah Hughes
0bbc07df9b
add Container Days workshop to resources page (#1833) 2022-08-16 09:43:46 -07:00
Zack Chase
fc61641a27
Update csharp code examples on Metabase blog (#1829) 2022-08-16 09:35:46 -07:00
Sarah Hughes
825ed2b8b5
add gophercon canonical GitOps talk to resources page (#1832) 2022-08-15 15:44:46 -07:00
Sarah Hughes
70328a2526
add gophercon workshop to upcoming resources (#1828) 2022-08-15 15:44:30 -07:00
Sarah Hughes
57a6763533
add NDC oslo kubernetes talk to resources (#1831) 2022-08-15 14:59:27 -07:00
Robbie McKinstry
6ca005d488
Clarify Copy on Supported Py Version (#1825)
This commit clarifies some unclear language around the minimum supported Python version.
2022-08-12 22:32:19 -04:00
Zack Chase
43f8ce8702
Add class for download button styling (#1824) 2022-08-12 11:54:17 -07:00
Sarah Hughes
a7197308a7
update iac on aws date to 9/12 (#1823) 2022-08-12 09:26:16 -07:00
meagancojocar
4bb6be582d
Billing managers blog post fixes (#1822) 2022-08-12 08:55:47 -07:00
Michal Fudala
3b904f0554
Add stack transformation example for Java (#1740) 2022-08-12 10:55:29 -04:00
meagancojocar
5026e28a43
Billing Managers blog post (#1787) 2022-08-11 22:19:31 -07:00
Isabel Suchanek
a3aee74ba9
Billing manager docs (#1817) 2022-08-11 22:18:58 -07:00
Sarah Hughes
62ff060981
add women who code melbourne meetup to resources (#1801)
* add women who code melbourne meetup to resources

* fix lint issue

* Empty commit
2022-08-11 13:00:19 -07:00
Joe Duffy
a79b6e03be Moar download buttons
I kept finding myself on this page and wishing there was a link
to the download page. Seems like a safe addition.
2022-08-11 10:13:20 -07:00
Kyle Pitzen
a21d8a75e4
Adds Kyle Pitzen to Pulumi website (#1819) 2022-08-11 06:22:22 -07:00
Paul Stack
e8c6f8de2d
Fix winget download link on getting-started installation section (#1818) 2022-08-11 13:42:55 +01:00
susan evans
dec886dd65
fix buttons on home on smaller screens (#1816) 2022-08-10 20:18:58 -07:00
Zack Chase
759ac73f73
Fix typo in metabase blog (#1815) 2022-08-10 14:38:22 -07:00