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

Update/sling12 #681

Closed

Commits on Oct 21, 2020

  1. pagerenderer/server won't deploy to my develop-sling12. Has to do wit…

    …h common-lang dependency. Also frontend-maven-plugin (node) was failing, but not sure what it does for server/ui.apps. Commenting out for now, also the module to build, install and deploy to Sling
    cmrockwell committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    579b7eb View commit details
    Browse the repository at this point in the history
  2. Add missing base template for /content/pagerenderserver/templates

    Fix NPE due to incorrect the init method local variable 'resource' overriding instance property
    cmrockwell committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    2a2c757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2df4737 View commit details
    Browse the repository at this point in the history
  4. added base template to /content/pagerenderserver/templates so the exa…

    …mple vue site can have new page without errors. Added TODO comments about nav and footer for these sites
    cmrockwell committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    3a12a67 View commit details
    Browse the repository at this point in the history
  5. refactored by moving /apps/pagerenderserver/structure to /apps/pagere…

    …nderserver/components. Adjusted PageRenderServerConstants.java and /content/pagerenderserver/ paths accordingly
    cmrockwell committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    df1049d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    5e093fd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. To addtess issue headwirecom#636, Sling JUnit Tests were added for re…

    …source adaption (AdaptTo) for per:Page and per:Asset types; and their ability to get the correct per:Site resource as implemented in PerBaseImpl.java
    cmrockwell committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    2019764 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. headwirecom#618 Moved Helper.java to core, and updated data-sly-use i…

    …n page.html. Refactored Helper.java to allow siteCSS to exist under per:Site/jcr:content
    cmrockwell committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    51469da View commit details
    Browse the repository at this point in the history
  2. Although the npm build scripts are not building vue components for th…

    …e pagerenderer/server module, it may be useful to continue support the npm build processes. this commit updates a few deps to keep updated with the other modules. may be necessary to mvn clean -PcleanNodeModules or reinstall via npm i.
    cmrockwell committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    6c7f751 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80cb826 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. headwirecom#618 Updated PageMerge.java adding a method (getMergedReso…

    …urces) returning a list of resources coming either from the template or the page content.
    cmrockwell committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    0a057d2 View commit details
    Browse the repository at this point in the history
  2. headwirecom#618 Updated page.html to use PageMerge.java for getting a…

    …nd iterating merged resources as htl
    cmrockwell committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    750a23b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1befe34 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Created BaseHelper Use, which can be extended by page and component h…

    …elpers alike. Refactored PageHelper Use class to extend BaseHelper
    cmrockwell committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7b3c31f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. headwirecom#618 Added getters for all HTL Java Use binding for BaseHe…

    …lper, updated PageHelper to use getters instead of direct access
    cmrockwell committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    49e5a7d View commit details
    Browse the repository at this point in the history
  2. headwirecom#618 Added convenience method to PerBase for getting per:S…

    …ite/jcr:content ValueMap
    cmrockwell committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    5d4b073 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. headwirecom#618 refactored PageMerge to make it possible to test: If …

    …the slingScriptHelper is null, then it will try to get the modelFactory from the bindings, which is added by the Adaption Jtest adds it. Use classes have bindings such as resource. Getting the resource from the request was problematic for testing, it is easier to test if PageMaerg.java uses the resource reference from the bindings, and not the reference attached to the request
    cmrockwell committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    5540d0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3276e59 View commit details
    Browse the repository at this point in the history
  3. 618 to make testing easier and possible, NavModel Use pojo was update…

    …d to use resource from the bindings and not a reference through the request
    cmrockwell committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    817c997 View commit details
    Browse the repository at this point in the history
  4. 618 added ssrPageMergeScenario1 for PageMerge::getMergedResources. Te…

    …st whether getMergedResources properly merges template content with page content for HTL rendering
    cmrockwell committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    ccc3a5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16d9457 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09fecfd View commit details
    Browse the repository at this point in the history
  7. headwirecom#618 Added test content for SSR scenario 2: inheriting tem…

    …plate content from a parent template
    cmrockwell committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c15d91c View commit details
    Browse the repository at this point in the history
  8. refactored unit tests moving common binding to setup. added test for …

    …SSR scenario 2: sub-template inheritance
    cmrockwell committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    b5e78c8 View commit details
    Browse the repository at this point in the history
  9. headwirecom#618 Updated getChildren method to resolve children resour…

    …ces from parent templates
    cmrockwell committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    237b967 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    60f9173 View commit details
    Browse the repository at this point in the history
  2. Added JUnit SSR scenario 3 which tests combining content within conta…

    …iners in template with page content containers
    cmrockwell committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    55a569f View commit details
    Browse the repository at this point in the history
  3. Added getCombinedResources to com.peregrine.pagerender.server.models.…

    …Container for SSR test 3
    cmrockwell committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    76c1036 View commit details
    Browse the repository at this point in the history
  4. missed check for null

    cmrockwell committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    f612ab0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    bf3a83c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    69a5da1 View commit details
    Browse the repository at this point in the history
  2. adding missing per:Component metadata for Page. fixes error that occu…

    …red when creating new templates for pagerendervue tenant
    cmrockwell committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    4891f36 View commit details
    Browse the repository at this point in the history
  3. Update pagerenderserver example site metadata. Moved siteCSS and site…

    …JS to /content/pagerenderserver/.content.xml. in anticipation of issue headwirecom#636. cleaned up base component
    cmrockwell committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    582537f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. headwirecom#620 added condition for serverSide to addComponentToPath …

    …state action such that refreshEditor is called and rendering is refreshed showing added components
    cmrockwell committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d29a323 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Similar change for getParentContent as done for pagerenderserver. All…

    …ows getting parent content from tenant root per:Site/jcr:content
    cmrockwell committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    fcd1b17 View commit details
    Browse the repository at this point in the history
  2. Related to Issue headwirecom#620, Added ssrPageMergeScenario4 for new…

    …ly created pages. Tests that new pages they have containers for authoring and resources inherited from the template
    cmrockwell committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    9fdbf3a View commit details
    Browse the repository at this point in the history
  3. optimize imports

    cmrockwell committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    349ca42 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    dd66c3d View commit details
    Browse the repository at this point in the history
  2. headwirecom#620 implemented html renderer for nt:unstructured as a Co…

    …ntainer that merges children and properties for template and page resources
    cmrockwell committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    26954fa View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. headwirecom#620 Update server.css to hide/show the container drop zon…

    …e depending on author mode
    cmrockwell committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    708d3dd View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Moved failing repoinit directives for files to admin-base/ui.apps, so…

    … that they exist when setting their ACL's. Added Create folder directives for folders that might not exist yet in RepositoryInitializer-peregrine.config
    cmrockwell committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    d9a1230 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    13e7a07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867839a View commit details
    Browse the repository at this point in the history
  3. updated sling 12 starter

    cmrockwell committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    27a2ddb View commit details
    Browse the repository at this point in the history