Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build the provider in github #9351

Merged
merged 59 commits into from
Nov 15, 2023
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
6017f3b
test building the provider in github
ScottSuarez Oct 25, 2023
4c25393
updoot
ScottSuarez Oct 25, 2023
09e4e09
merp
ScottSuarez Oct 25, 2023
a5b208e
merp
ScottSuarez Oct 25, 2023
b96b513
merp
ScottSuarez Oct 25, 2023
08bc08c
improve bundle cache
ScottSuarez Oct 25, 2023
2a6cfca
build all downstreams
ScottSuarez Oct 27, 2023
581dbd4
fix individual build downstreams
ScottSuarez Oct 27, 2023
c9e4214
fix doc builder
ScottSuarez Oct 27, 2023
1839b20
supress output of git rm.. too noisy
ScottSuarez Oct 27, 2023
77ae4a2
test matrixes
ScottSuarez Oct 28, 2023
53d801a
meep
ScottSuarez Oct 28, 2023
f72e753
meep
ScottSuarez Oct 28, 2023
c53d033
meep
ScottSuarez Oct 28, 2023
427aaa5
echo output
ScottSuarez Oct 28, 2023
d28e910
meerp
ScottSuarez Oct 28, 2023
f63d24b
build
ScottSuarez Oct 28, 2023
dfd132f
update make file
ScottSuarez Oct 30, 2023
300e2b4
output-path
ScottSuarez Oct 30, 2023
52780e8
fix make file
ScottSuarez Oct 30, 2023
44d2161
simplify build script to use make commands
ScottSuarez Oct 30, 2023
178de0f
tgc generation simplified
ScottSuarez Oct 30, 2023
474066d
retain old base build pathway
ScottSuarez Oct 30, 2023
954b5fa
retain old base build pathway
ScottSuarez Oct 30, 2023
ee8080e
more verbose logging
ScottSuarez Oct 30, 2023
bf0bb30
fix syntax errors
ScottSuarez Oct 30, 2023
d07ac92
fix build script for ga version
ScottSuarez Oct 31, 2023
c3ffc35
commit working env
ScottSuarez Oct 31, 2023
0da2a2e
Update GNUmakefile
ScottSuarez Nov 1, 2023
49f62d9
revert changes to ruby version
ScottSuarez Nov 1, 2023
b5256de
Merge branch 'pgh' of https://github.com/ScottSuarez/magic-modules in…
ScottSuarez Nov 1, 2023
3003f97
Merge branch 'main' of https://github.com/GoogleCloudPlatform/magic-m…
ScottSuarez Nov 2, 2023
b3e7903
Run tests
ScottSuarez Nov 2, 2023
46afdc6
add dependency
ScottSuarez Nov 2, 2023
bae7e57
edit downstreams
ScottSuarez Nov 3, 2023
b721b97
fix yaml
ScottSuarez Nov 3, 2023
1045ea1
simplify output statement
ScottSuarez Nov 3, 2023
4fc81f9
lets see if this works
ScottSuarez Nov 3, 2023
b894d09
fix workflow
ScottSuarez Nov 3, 2023
1176b97
revert
ScottSuarez Nov 3, 2023
72a028f
small typo
ScottSuarez Nov 3, 2023
39b148c
split to workflow files
ScottSuarez Nov 3, 2023
3abafe3
remove workflow run file
ScottSuarez Nov 3, 2023
d0758c9
test better naming conventions (might not work)
ScottSuarez Nov 3, 2023
2164ab6
more name convention alignments
ScottSuarez Nov 3, 2023
6ce314d
generation checkin
ScottSuarez Nov 3, 2023
bc14131
tgc unit test fix
ScottSuarez Nov 3, 2023
360a642
replace wiht local provider
ScottSuarez Nov 3, 2023
ffe5c66
extract tpgb into go path
ScottSuarez Nov 3, 2023
4c42791
tgc unit tests
ScottSuarez Nov 3, 2023
bb4a38b
fix typo
ScottSuarez Nov 3, 2023
00c539c
gnumake
ScottSuarez Nov 7, 2023
db896db
Update GNUmakefile
ScottSuarez Nov 7, 2023
c0fec6e
Update .github/workflows/unit-test-tpg.yml
ScottSuarez Nov 7, 2023
ac68661
merge with main
ScottSuarez Nov 7, 2023
1a4758d
Merge branch 'main' of https://github.com/GoogleCloudPlatform/magic-m…
ScottSuarez Nov 14, 2023
cba768c
apply suggestions from review
ScottSuarez Nov 14, 2023
d7ab1ef
correct syntax error on Make file
ScottSuarez Nov 15, 2023
c27dbeb
Update .github/workflows/downstreams.yml
ScottSuarez Nov 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/unit-test-tpg.yml
  • Loading branch information
ScottSuarez authored Nov 7, 2023
commit c0fec6e598efca4e38f297a0a2dea68dfbc56954
2 changes: 2 additions & 0 deletions .github/workflows/unit-test-tpg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: unit-test-tpg
permissions: read-all

on:
ScottSuarez marked this conversation as resolved.
Show resolved Hide resolved
workflow_call:
inputs:
Expand Down