Commit Graph

1019 Commits

Author SHA1 Message Date
github-actions ba278a013f v0.1.139 2023-02-15 20:39:21 +00:00
Beth Brennan 48f52b041a Merge branch 'main' into elbrenn/serialize-null-token 2023-02-15 15:38:57 -05:00
Beth Brennan 5348312e02 Merge pull request #148 from github/elbrenn/secret-validation
Validate secrets passed in to reusable workflow job
2023-02-15 15:38:41 -05:00
Beth Brennan 3a2d6dd260 Merge branch 'main' into elbrenn/secret-validation 2023-02-15 15:35:12 -05:00
Beth Brennan d5d68f3936 Serialize NullToken as null 2023-02-15 15:26:27 -05:00
Beth Brennan 9e1bb89fa3 Validate secrets passed in to reusable workflow job 2023-02-15 14:48:26 -05:00
Josh Gross 0d647c1765 Move ErrorPolicy into template converter options 2023-02-14 16:41:34 -05:00
Josh Gross 9d402a3cb7 Add descriptions to reusable workflow outputs 2023-02-14 15:48:12 -05:00
github-actions e5e52aecf3 v0.1.138 2023-02-14 01:30:33 +00:00
Laura Yu c2eb0f630d Skip validating secrets and vars when user does not have permission (#108) 2023-02-13 17:29:55 -08:00
github-actions ed9199aa93 v0.1.137 2023-02-10 20:09:55 +00:00
Josh Gross e311fa0a27 Merge pull request #144 from github/joshmgross/read-file-constant
Replace another instance of `actions/ReadFile`
2023-02-10 15:09:09 -05:00
github-actions f7ddc4fe76 v0.1.136 2023-02-10 17:58:04 +00:00
Josh Gross 6c6f3a664c Merge pull request #143 from github/joshmgross/yaml-errors
Ensure existing context errors don't prevent parsing workflows
2023-02-10 12:56:37 -05:00
Josh Gross 4d7c661a4f Replace another instance of actions/ReadFile 2023-02-09 18:56:54 -05:00
Josh Gross e25500b8e4 Ensure existing context errors don't prevent parsing workflows 2023-02-09 18:50:05 -05:00
github-actions ff0e9ba6e2 v0.1.135 2023-02-09 17:49:46 +00:00
Josh Gross 5894a9f7c9 Merge pull request #134 from github/joshmgross/read-file-request-types
Add constants for `actions/readFile`
2023-02-09 12:48:56 -05:00
github-actions 76c468ef28 v0.1.134 2023-02-08 22:57:40 +00:00
Josh Gross 6bfa7416b5 Merge pull request #142 from github/joshmgross/rm-eval
Remove unused template evaluation code
2023-02-08 17:57:04 -05:00
Josh Gross e8060b6e15 Remove unused template evaluation code 2023-02-08 17:37:45 -05:00
github-actions ddfbc6a026 v0.1.133 2023-02-08 20:00:09 +00:00
Christopher Schleiden 097978479f Merge pull request #141 from github/cschleiden/fix-unexpected-mapping
Correctly skip unexpected mappings
2023-02-08 11:59:32 -08:00
Christopher Schleiden f4f3801b15 Enable test 2023-02-08 11:44:48 -08:00
Christopher Schleiden ad817bedd1 Correctly skip unexpected mappings 2023-02-08 11:37:39 -08:00
Josh Gross 014f2f925c Merge branch 'main' into joshmgross/read-file-request-types 2023-02-08 13:10:20 -05:00
github-actions 1bff36a3d3 v0.1.132 2023-02-08 17:38:12 +00:00
Beth Brennan 336c4c8a34 Merge pull request #140 from github/elbrenn/runner-labels
Update default runner label list
2023-02-08 12:37:35 -05:00
Beth Brennan 6c067e1fa5 Share default runner label list 2023-02-08 12:22:27 -05:00
Beth Brennan cfe75cef4a Update default runner label list 2023-02-08 11:23:46 -05:00
github-actions 88f72a6082 v0.1.131 2023-02-08 16:13:37 +00:00
Josh Gross 7e94f992d0 Merge pull request #139 from github/joshmgross/reusable-wf-outputs
Support reusable workflow outputs in expressions
2023-02-08 11:12:46 -05:00
Josh Gross 44fe960bae Test is passing now? 2023-02-08 11:00:01 -05:00
Josh Gross 5c897048db Update test to failing 2023-02-08 10:51:56 -05:00
github-actions c56a86952e v0.1.130 2023-02-08 15:39:44 +00:00
Josh Gross 95fdff1a03 Merge branch 'main' into joshmgross/reusable-wf-outputs 2023-02-08 10:39:31 -05:00
Josh Gross a019b70280 Merge pull request #138 from github/joshmgross/complete-reusable-job-inputs
Support completing reusable job inputs
2023-02-08 10:39:04 -05:00
github-actions 672b989fcd v0.1.129 2023-02-08 01:51:09 +00:00
Beth Brennan 325a4bb44e Merge pull request #135 from github/elbrenn/expression-complete
Complete multi-segment expressions
2023-02-07 20:50:31 -05:00
Josh Gross 27cde6715c Merge branch 'main' into joshmgross/complete-reusable-job-inputs 2023-02-07 19:46:36 -05:00
github-actions 4a4c2944d5 v0.1.128 2023-02-08 00:46:13 +00:00
Josh Gross 5d8a8c08f8 Merge pull request #137 from github/joshmgross/completion-file-provider
Add a `FileProvider` to auto-completion
2023-02-07 19:45:34 -05:00
Josh Gross 2358166326 Support reusable workflow outputs in expressions 2023-02-07 19:43:42 -05:00
Josh Gross 63fdcf143f Support completing reusable job inputs 2023-02-07 19:13:41 -05:00
Josh Gross fc87fcb11f Add a FileProvider to auto-completion 2023-02-07 18:35:50 -05:00
github-actions df1836ef90 v0.1.127 2023-02-07 23:20:45 +00:00
Christopher Schleiden bd7b31afb4 Merge pull request #136 from github/cschleiden/reusable-needs
Support `needs` for reusable jobs
2023-02-07 15:19:57 -08:00
Christopher Schleiden 6777fc2990 Remove /." imports 2023-02-07 15:13:45 -08:00
Christopher Schleiden f7b8a566ce Force reusable job needs to be empty array 2023-02-07 15:12:16 -08:00
Christopher Schleiden cd38b2fe76 Support needs for reusable jobs 2023-02-07 14:52:12 -08:00