-
Notifications
You must be signed in to change notification settings - Fork 107
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
Move logic out of cmd/lifecycle/analyzer.go #805
Commits on Feb 22, 2022
-
Acceptance tests pass with creator commented out
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 5a4832b - Browse repository at this point
Copy the full SHA 5a4832bView commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for ed1b3a7 - Browse repository at this point
Copy the full SHA ed1b3a7View commit details -
Add unit tests for analyze inputs
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for fc4a7e3 - Browse repository at this point
Copy the full SHA fc4a7e3View commit details -
Add scaffold for analyzer builder unit tests
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 2b505c6 - Browse repository at this point
Copy the full SHA 2b505c6View commit details
Commits on Feb 23, 2022
-
Add many unit tests, still have some TODOs
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 6fef994 - Browse repository at this point
Copy the full SHA 6fef994View commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 043974b - Browse repository at this point
Copy the full SHA 043974bView commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 02a5c74 - Browse repository at this point
Copy the full SHA 02a5c74View commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 785d81a - Browse repository at this point
Copy the full SHA 785d81aView commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for e58d007 - Browse repository at this point
Copy the full SHA e58d007View commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 125f01f - Browse repository at this point
Copy the full SHA 125f01fView commit details
Commits on Feb 24, 2022
-
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 4b4e816 - Browse repository at this point
Copy the full SHA 4b4e816View commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 8294ea5 - Browse repository at this point
Copy the full SHA 8294ea5View commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for fd6beb3 - Browse repository at this point
Copy the full SHA fd6beb3View commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 8335a56 - Browse repository at this point
Copy the full SHA 8335a56View commit details
Commits on Mar 3, 2022
-
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 9ee1dfd - Browse repository at this point
Copy the full SHA 9ee1dfdView commit details -
Refactor tests to take advantage of operations pattern
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for d21352f - Browse repository at this point
Copy the full SHA d21352fView commit details
Commits on Mar 4, 2022
-
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for d81cb6c - Browse repository at this point
Copy the full SHA d81cb6cView commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for d815707 - Browse repository at this point
Copy the full SHA d815707View commit details -
Analyzer factory assigns "nop" services by default
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 46a24ae - Browse repository at this point
Copy the full SHA 46a24aeView commit details -
Try to fix registry handler test
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for fe83502 - Browse repository at this point
Copy the full SHA fe83502View commit details
Commits on Mar 8, 2022
-
Move new package from cmd/lifecycle/platform to platform/inputs
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for f72848d - Browse repository at this point
Copy the full SHA f72848dView commit details
Commits on Mar 30, 2022
-
Merge branch 'main' into cmd-package
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for a457244 - Browse repository at this point
Copy the full SHA a457244View commit details
Commits on Apr 26, 2022
-
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for c828d03 - Browse repository at this point
Copy the full SHA c828d03View commit details -
Test the platform instead of the exiter
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for e0e8d8a - Browse repository at this point
Copy the full SHA e0e8d8aView commit details
Commits on Apr 27, 2022
-
Combine cmd/lifecycle/platform and platform
With some small changes to avoid an import cycle, we can make a meaningful platform package Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 0af8ab2 - Browse repository at this point
Copy the full SHA 0af8ab2View commit details -
Eventually only the platform package should switch on platform api Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for fcac2e3 - Browse repository at this point
Copy the full SHA fcac2e3View commit details -
Having the analyzer factory take a list of args will ensure we don't forget to update the creator when things change. Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 59097ca - Browse repository at this point
Copy the full SHA 59097caView commit details -
Combine cmd/launcher/platform and platform
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 76811ce - Browse repository at this point
Copy the full SHA 76811ceView commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 2d4a9bc - Browse repository at this point
Copy the full SHA 2d4a9bcView commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for e06cb9c - Browse repository at this point
Copy the full SHA e06cb9cView commit details
Commits on Apr 28, 2022
-
Move cache metadata back to platform
The lifecycle shouldn't have to depend on the cache package, just the interface Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for c982fb1 - Browse repository at this point
Copy the full SHA c982fb1View commit details -
Add comment and remove unused vars
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 4aa3115 - Browse repository at this point
Copy the full SHA 4aa3115View commit details -
Merge branch 'main' into cmd-package
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 2078007 - Browse repository at this point
Copy the full SHA 2078007View commit details
Commits on May 3, 2022
-
Add test for buildpack incompatibility error
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 352b6ab - Browse repository at this point
Copy the full SHA 352b6abView commit details -
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 20a0110 - Browse repository at this point
Copy the full SHA 20a0110View commit details