Jeremy Lenz

Results 109 comments of Jeremy Lenz

Requires https://github.com/Katello/katello/pull/10216

Leaving in draft until I can demo it for @MariSvirik :)

@MariSvirik Updated the max-height to `calc(100vh - 225px)` which accounts for the title bar and tabs etc. ![details-tab-vh](https://user-images.githubusercontent.com/22042343/183937337-2b1e3d86-539b-4343-86a0-1b221ab8a28d.png)

@evgeni here's the link to the docs: https://docs.theforeman.org/nightly/Content_Management_Guide/index-katello.html#Synchronizing_Content_Between_Servers_content-management

As far as how to divide it up, what I was thinking is 3 modules in this PR, each covering both full and incremental: * content_export_library * content_export_repository * content_export_version...

> the three workflows (library, version and repo exports) seem to be solving completely different user scenarios and the only thing they have in common is the fact that the...

``` from_history_id: description: - Export history identifier used for incremental export. If not provided the most recent export history will be used. ``` Just realized that setting `incremental` based on...

> It might be valuable to show in the examples how to register that ID and save it for a future incremental export task @wbclark I would love to, but...

okay, Added CV version and repository exports. still need help with * what's going on with the tests * ~~how not to hard-code values in the test playbook~~

> Shall we sit down on Monday or so together and talk tests? sounds good to me!