Kurnianto Trilaksono
8f283499e9
add go mod tidy before workspace sync
2023-09-16 21:47:23 +07:00
Kurnianto Trilaksono
d78fe665a7
add commentaries, change command order on presubmit-check
2023-09-16 21:47:23 +07:00
Kurnianto Trilaksono
532abf77e7
refactor: fix generate-kustimize-builtin-plugins, add diff checker on generate-kustomize-builtin-plugins, add go work sync on presubmit check, add generate-kustomize-builtin-plugins on presubmit check
2023-09-16 21:47:23 +07:00
Natasha Sarkar
d32d1937e6
Merge pull request #5254 from natasha41575/unpineverything
...
release cleanup
2023-08-10 12:03:25 -05:00
natasha41575
ff75dd6cd5
release cleanup
2023-07-31 12:27:44 -05:00
Varsha Prasad Narsing
820f17c73b
[Chore] Enable go-api-diff checker
...
This PR introduces go-api-diff checker in Makefile
and in CI to make sure we don't end up breaking APIs
unintentionally.
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com >
2023-07-12 13:55:07 -04:00
natasha41575
47327616df
update latest release version
2023-06-19 12:06:16 -05:00
natasha41575
fd508f0e3a
release cleanup
2023-05-17 10:41:37 -05:00
Katrina Verey
85d623bc86
Add a rich example of fn framework for abstraction
2023-04-13 16:57:50 -04:00
Katrina Verey
0c92647760
Back to development mode; unpin the modules
2023-03-13 21:43:46 -04:00
Katrina Verey
e6c16a6ddc
Restore previous test-go-mod and commit changes
2023-02-02 14:20:13 -05:00
Katrina Verey
9a1a203b52
Update example targets
2023-02-02 12:28:37 -05:00
Katrina Verey
f5ad795995
Bump kustomize module to v5
2023-02-01 19:01:08 -05:00
Cailyn
95edcc0681
Update Versioning to Improve Output ( #5000 )
...
* Update Versioning to Improve Output
* Always get commit from build info, always get date and version from ldflag
* Just replace broken main output with semver and deprecate short flag as is
---------
Co-authored-by: Katrina Verey <katrina.verey@shopify.com >
2023-02-01 11:25:37 -08:00
Katrina Verey
d91e31cf18
Run test-go-mod unpinned ( #5011 )
...
* Remove go module ci job
* Add script that runs go mod tidy with replace statements
* Invoke one script from the makefile and pass in the command to run in the pinned context
---------
Co-authored-by: Anna Song <annasong@google.com >
2023-01-31 09:56:48 -08:00
natasha41575
dbd719bd3f
update latest release number to 4.5.6
2022-07-29 16:05:15 -05:00
natasha41575
fd7e170b69
unpin modules and update latest release to 4.5.5
2022-05-23 12:47:59 -07:00
Natasha Sarkar
9d5491c2e2
fix containerized function mounts issue ( #4489 )
...
* fix containerized function mounts issue
* skip path test on windows
* move test out of temp dir
* update tests to deal with new working dir restrictions
* code review
2022-04-18 14:25:50 -07:00
Katrina Verey
df57e196d8
more makefile cleanup
2022-04-05 14:55:50 -04:00
Katrina Verey
03c94eabb7
Base makefile and root makefile target for functions/examples
2022-04-05 14:37:18 -04:00
Katrina Verey
c071cdaedd
More makefile cleanup
2022-04-05 14:31:17 -04:00
Katrina Verey
f68a0c50d9
less redundancy in presubmit
2022-04-04 20:50:56 -04:00
Katrina Verey
db34e923c5
rever meaning of verify kustomize target
2022-04-04 20:40:07 -04:00
Katrina Verey
df80b29694
Test other modules on all platforms
2022-04-04 20:14:49 -04:00
Katrina Verey
ea193328e3
Run all non plugin module builds
2022-04-04 19:23:08 -04:00
Katrina Verey
2d4bce5112
Do not run ineffective targets, do run all module tests
2022-04-04 18:13:00 -04:00
Katrina Verey
7440f974b8
Lint needs goimports
2022-04-01 18:02:15 -04:00
Katrina Verey
9fc012cc4e
Do not change what the presubmit does yet
2022-04-01 17:55:52 -04:00
Katrina Verey
877d72b10b
Run license check in CI
2022-04-01 17:42:59 -04:00
Katrina Verey
0d32543ebd
Makefiles for all modules
2022-04-01 17:31:34 -04:00
Katrina Verey
2a9adbeb1e
Makefile cleanup
2022-03-31 19:02:19 -04:00
Katrina Verey
71bf0d5d14
Update full linter list and enable some easily resolved new ones
2022-03-31 11:37:26 -04:00
Katrina Verey
14947e449b
Address new linter complaints
2022-03-31 11:37:26 -04:00
Katrina Verey
5c359bda28
Go 1.18 compatibility updates
2022-03-30 17:57:48 -04:00
natasha41575
b699204a9e
unpin modules and test against latest release
2022-03-28 16:21:42 -07:00
Katrina Verey
19955e73ff
Test examples against latest release
2022-03-24 17:32:17 -04:00
natasha41575
b4e116346e
Test examples against latest release
2022-02-09 16:16:10 -08:00
natasha41575
3277ff9dbf
Test examples against latest release
2022-02-02 12:02:01 -08:00
natasha41575
836a721a47
Test examples against latest release
2022-02-01 16:33:47 -08:00
natasha41575
f5b2b751eb
fix test-unit-kustomize-api
2022-02-01 14:16:00 -08:00
Julian
3dbc88bf94
Refactor the PrefixSuffixTransformer into separate prefix- and suffix transformers ( #4318 )
...
* Refactor prefix filter into its own filter, decoupled from the prefixsuffix filter
* Refactor prefix transformer into its own transformer, decoupled from the prefixsuffix transformer
* Refactor suffix filter into its own filter, decoupled from the prefixsuffix filter
* Refactor suffix transformer into its own transformer, decoupled from the prefixsuffix transformer
* Add a default nameSuffix field spec in addition to the namePrefix
* Remove the PrefixSuffixTransformer from the list of builtin transformers
* Add a multi-transformer to builtinhelpers.TransformFactories
* Remove the implementation of the prefixsuffixtransformer.PrefixSuffixTransformer
* Resolve style and format related feedback from the pull request
* Add test to test the legacy PrefixSuffixTransformer for BC purposes
2021-12-22 12:01:06 -08:00
natasha41575
26999664e6
remove multi-module check
2021-12-15 11:06:38 -08:00
Yuwen Ma
a1c5d79d94
Move api/builtin to internal
2021-11-22 15:54:18 -08:00
Katrina Verey
92c505a211
Test examples against latest release
2021-11-11 16:00:51 -08:00
natasha41575
11e19a3d0f
separate custom openapi test from the others
2021-10-04 18:48:54 -07:00
Katrina Verey
94c82f61a3
Test examples against latest release
2021-09-27 09:51:01 -07:00
Sylvain Rabot
fb3f560e0c
Upgrade Helm v3 to v3.6.3
...
Helm has started to build darwin/arm64 from v3.6.0.
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2021-09-12 18:18:41 +02:00
Katrina Verey
a89863c84c
Update release instructions
2021-08-30 15:09:40 -07:00
Mike Borozdin
023a580f00
support for darwin and linux ( #4122 )
...
* support for darwin and linux
* updated to use go for env variables
2021-08-17 15:58:08 -07:00
Kubernetes Prow Robot
af96bb4bda
Merge pull request #3914 from natasha41575/GkeServiceAccountGenerator
...
Gke service account generator
2021-05-27 15:36:23 -07:00