David Verdeguer
|
4ce302bdb9
|
Use find in python-des tests
|
2020-10-05 00:04:20 +02:00 |
|
David Verdeguer
|
4e39b768c7
|
Remove tests that should fail
|
2020-09-29 10:33:25 +02:00 |
|
David Verdeguer
|
5e2245cc23
|
Add x permission to the test scripts
|
2020-09-29 10:06:06 +02:00 |
|
David Verdeguer
|
67ddca1d9c
|
Add workflow for testing python setup
|
2020-09-29 09:57:29 +02:00 |
|
Rasmus Wriedt Larsen
|
18312707fe
|
Explain get_extractor_version for python setup scripts
|
2020-09-25 12:07:22 +02:00 |
|
David Verdeguer
|
5419fcd735
|
Improve warning message
|
2020-09-25 11:28:57 +02:00 |
|
Rasmus Wriedt Larsen
|
dffce9945c
|
Minor fixes to python installation scripts based on code review
|
2020-09-24 15:43:34 +02:00 |
|
Rasmus Wriedt Larsen
|
6645c550ef
|
Apply suggestions from code review
Co-authored-by: Marco Gario <marcogario@github.com>
|
2020-09-24 15:36:00 +02:00 |
|
David Verdeguer
|
34955967b7
|
Fix python string
|
2020-09-23 18:06:08 +02:00 |
|
David Verdeguer
|
147734591c
|
Check platform before installing python tools
|
2020-09-23 17:49:39 +02:00 |
|
David Verdeguer
|
23a1a65b43
|
Merge branch 'main' into daverlo/python-v2
|
2020-09-23 09:27:54 +02:00 |
|
Chris Gavin
|
367ad73efb
|
Merge pull request #226 from github/octokit-retry
Fix retrying uploads by using Octokit retry plugin.
|
2020-09-22 12:39:47 +01:00 |
|
Chris Gavin
|
8d26f6175d
|
Merge branch 'main' into octokit-retry
|
2020-09-22 12:26:34 +01:00 |
|
Chris Gavin
|
31c2eca167
|
Fix retrying uploads by using Octokit retry plugin.
|
2020-09-21 19:15:19 +01:00 |
|
Marco Gario
|
427c79f43f
|
Merge pull request #216 from github/split_bundle
Workflow to split the bundle into components
|
2020-09-21 18:19:03 +02:00 |
|
Marco Gario
|
c36848d44b
|
Merge branch 'main' into split_bundle
|
2020-09-21 18:12:53 +02:00 |
|
Marco Gario
|
590fdcd891
|
Apply suggestions from code review
Co-authored-by: Robert <robertbrignull@github.com>
|
2020-09-21 18:12:23 +02:00 |
|
Chris Gavin
|
e67ba57e65
|
Merge pull request #221 from github/update-actions-github
Update to the latest version of `@actions/github`.
|
2020-09-21 16:06:30 +01:00 |
|
Chris Gavin
|
bba73b6d4e
|
Merge main into update-actions-github.
|
2020-09-21 15:25:08 +01:00 |
|
Chris Gavin
|
cc0eb452c7
|
Use getOctokit(...) when getting the GitHub API client.
|
2020-09-21 15:21:05 +01:00 |
|
Chris Raynor
|
a8a62974b3
|
Merge pull request #223 from miqh/fix/199
Resolve violations of github/array-foreach lint
|
2020-09-21 11:11:07 +01:00 |
|
Marco Gario
|
d265935d24
|
Update split.yml
|
2020-09-21 12:00:29 +02:00 |
|
Marco Gario
|
47eb668155
|
Update split.yml
|
2020-09-21 12:00:00 +02:00 |
|
Marco Gario
|
1154bf6df9
|
Update split.yml
|
2020-09-21 10:13:23 +02:00 |
|
Michael Huynh
|
4666a0eed0
|
Resolve violations of github/array-foreach lint
Resolves #199
|
2020-09-20 17:41:27 +08:00 |
|
Robert
|
b2dfa6e690
|
Merge pull request #219 from github/robertbrignull/init_status_queries
Include workflow queries in status report
|
2020-09-18 16:56:03 +01:00 |
|
Robert
|
def00916ce
|
Merge branch 'main' into robertbrignull/init_status_queries
|
2020-09-18 16:36:17 +01:00 |
|
Chris Gavin
|
9ed519fa12
|
Update to the latest version of @actions/github.
|
2020-09-18 16:06:20 +01:00 |
|
Robert
|
55458a1ab1
|
Merge pull request #179 from github/split_builtin_custom_queries
Split up builtin and custom queries
|
2020-09-18 10:06:50 +01:00 |
|
Robert Brignull
|
1dc1029baf
|
Merge branch 'main' into split_builtin_custom_queries
|
2020-09-18 09:52:44 +01:00 |
|
Marco Gario
|
5166e750e9
|
Merge pull request #218 from github/marcogario/reduce_ci_jobs
Reduce triggers in workflows
|
2020-09-17 18:36:18 +02:00 |
|
Robert Brignull
|
875a8da7e3
|
include workflow queries in status report
|
2020-09-17 17:29:45 +01:00 |
|
Marco Gario
|
ade519b950
|
Reduce triggers in workflows
See #182. Workflows are now triggered on all PRs but only on push on the main and v1 branch
|
2020-09-17 14:39:18 +02:00 |
|
Marco Gario
|
b4a8cfa05c
|
Add instructions
|
2020-09-17 13:42:19 +02:00 |
|
Marco Gario
|
7da583bcb3
|
Workflow to split the bundle into components
|
2020-09-17 13:36:26 +02:00 |
|
Robert
|
c9b06117cb
|
Merge pull request #211 from github/robertbrignull/consistent_inputs
Make inputs consistent between action and runner
|
2020-09-17 10:06:43 +01:00 |
|
Robert
|
4b4f9e8e6a
|
Merge branch 'main' into robertbrignull/consistent_inputs
|
2020-09-17 09:36:51 +01:00 |
|
Robert
|
2c94a7f61f
|
Merge pull request #215 from github/main-v1
Mergeback v1 to main
|
2020-09-17 09:33:39 +01:00 |
|
Marco Gario
|
5f592775cc
|
Merge branch 'main' into main-v1
|
2020-09-16 18:37:11 +02:00 |
|
Robert
|
ef3b75cbdb
|
Update action.yml
|
2020-09-16 16:23:11 +02:00 |
|
Robert Brignull
|
090a7013dd
|
add explanation to query
|
2020-09-16 11:03:19 +01:00 |
|
Robert Brignull
|
4c4114f2d8
|
add an extra getRequiredInput
|
2020-09-16 11:03:13 +01:00 |
|
Robert Brignull
|
7be1a410c2
|
Merge branch 'main' into robertbrignull/consistent_inputs
|
2020-09-16 10:50:54 +01:00 |
|
Robert Brignull
|
c1cee53da5
|
Add getOptionalInput and getRequiredInput
|
2020-09-15 18:47:50 +01:00 |
|
Robert Brignull
|
d88fa5cef6
|
Add queries
|
2020-09-15 18:33:37 +01:00 |
|
Robert
|
f6894d6610
|
Merge pull request #210 from github/robertbrignull/disable-snippets
Disable snippets by default
|
2020-09-15 18:25:28 +01:00 |
|
Robert
|
3d5127d682
|
Update action.yml
|
2020-09-15 17:45:34 +01:00 |
|
Marco Gario
|
4076e23ec5
|
Merge pull request #209 from github/remove_file
Remove unused files
|
2020-09-15 18:02:05 +02:00 |
|
Nick Fyson
|
0da3e94867
|
Merge branch 'main' into remove_file
|
2020-09-15 15:16:05 +01:00 |
|
Marco Gario
|
3325da8a15
|
Remove unused files
|
2020-09-15 15:51:27 +02:00 |
|