-
Notifications
You must be signed in to change notification settings - Fork 8
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
Expand upon the SourceElement idea #860
Expand upon the SourceElement idea #860
Commits on Feb 14, 2024
-
Fix sanity check for license header
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1f4c7e - Browse repository at this point
Copy the full SHA f1f4c7eView commit details
Commits on Feb 19, 2024
-
Prefer ModelMap over Gradle vanilla containers
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a15e71d - Browse repository at this point
Copy the full SHA a15e71dView commit details -
Introduce named and register(String, Class) API on ModelMap
We want to move all of our plugins to use the ModelMap API as it will allow for better discovery and reporting. Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37ae40e - Browse repository at this point
Copy the full SHA 37ae40eView commit details -
Return ModelMap from convenient container getters
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19cfea3 - Browse repository at this point
Copy the full SHA 19cfea3View commit details -
Embrace ModelMap in more places
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b38c60c - Browse repository at this point
Copy the full SHA b38c60cView commit details -
Prefer discovery rule of Configuration from DependencyBucket specs
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ee5126 - Browse repository at this point
Copy the full SHA 8ee5126View commit details -
Fix hierarchy of the Configuration relative to DependencyBucket
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f23f3f2 - Browse repository at this point
Copy the full SHA f23f3f2View commit details -
Remove force realization for dependencies and outgoingVariants tasks
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd81a23 - Browse repository at this point
Copy the full SHA dd81a23View commit details -
Defer configuration of the
tasks
until help plugin appliedSigned-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e467b73 - Browse repository at this point
Copy the full SHA e467b73View commit details -
Allow shadowing when discovering
We should have a specific API for this use case, but for now, this solution is good enough. Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cbb43a - Browse repository at this point
Copy the full SHA 7cbb43aView commit details -
Mark component dependencies as discoverable
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bbcabc - Browse repository at this point
Copy the full SHA 0bbcabcView commit details
Commits on Feb 23, 2024
-
Migrate source elements to new template configuration
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67bdc0e - Browse repository at this point
Copy the full SHA 67bdc0eView commit details -
Avoid using File APIs from source elements
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8f5cde - Browse repository at this point
Copy the full SHA e8f5cdeView commit details
Commits on Feb 24, 2024
-
Fix Nokee code to reflect changes in source elements infrastructure
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c6f5e2 - Browse repository at this point
Copy the full SHA 2c6f5e2View commit details
Commits on Feb 26, 2024
-
Include whole template project because of changes to the plugin
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b16eaf6 - Browse repository at this point
Copy the full SHA b16eaf6View commit details -
Annotate source files to let annotation processor copy the resource
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d696be - Browse repository at this point
Copy the full SHA 9d696beView commit details -
Annotated interface representing the content instead of the getter
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4a7f17 - Browse repository at this point
Copy the full SHA e4a7f17View commit details
Commits on Feb 27, 2024
-
Introduce property regex to source file content types
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e1d55a - Browse repository at this point
Copy the full SHA 5e1d55aView commit details -
Use RegularFileContent helper class
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fb8e4e - Browse repository at this point
Copy the full SHA 2fb8e4eView commit details -
Convert the last source elements in templates to embrace processor
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 221274b - Browse repository at this point
Copy the full SHA 221274bView commit details -
Merge sample kit template plugin with other template project
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 691abfa - Browse repository at this point
Copy the full SHA 691abfaView commit details -
Use template dependency modifier
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f95937 - Browse repository at this point
Copy the full SHA 3f95937View commit details -
Take advantage of the new plugin organization
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4631528 - Browse repository at this point
Copy the full SHA 4631528View commit details
Commits on Feb 28, 2024
-
Use short hand version of content path
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 238ee58 - Browse repository at this point
Copy the full SHA 238ee58View commit details -
Simplify the source elements using file element
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9943073 - Browse repository at this point
Copy the full SHA 9943073View commit details -
Convert legacy template to the new plugins
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d25723 - Browse repository at this point
Copy the full SHA 0d25723View commit details -
Include build configuration for objc cocoa JNI project
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5989275 - Browse repository at this point
Copy the full SHA 5989275View commit details -
Remove lombak support from a file
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46241b4 - Browse repository at this point
Copy the full SHA 46241b4View commit details -
Fix some of the template builds
We will circle back to those project later. Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1556d5 - Browse repository at this point
Copy the full SHA b1556d5View commit details -
Add source-elemens repository to project
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3748d40 - Browse repository at this point
Copy the full SHA 3748d40View commit details -
Reference submodule for source-elements
Signed-off-by: Daniel Lacasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1742afe - Browse repository at this point
Copy the full SHA 1742afeView commit details