Jakub Wądołowski

Results 45 issues of Jakub Wądołowski

Hey, I was wondering what was the reasoning behind `column` command flags used in the following tools: - `cqapi` - `cqjcr` - `cqls` - `cqosgi` - `cqwfl` Every single time...

SecureCQ version: 1.3.1 ![secure_aem_false_positive](https://user-images.githubusercontent.com/6334715/30026699-57499cd8-917e-11e7-8e8a-eba218dc6d73.png) At the same time ``` $ curl -v https://dev.example.com/system/console/ -o /dev/null ... > GET /system/console HTTP/1.1 > Host: dev.example.com > User-Agent: curl/7.53.1 > Accept: */* >...

Until 13/11/2013 release artifacts were exposed via official GitHub method under https://github.com/Cognifide/SecureCQ/releases Currently static binaries are placed in the repo itself: https://github.com/Cognifide/SecureCQ/tree/master/packages Can we get back to the original process...

Required to mark resource execution during converge phase (green colour when resource was executed).

Typical `cq` cookbook run involves download of multiple files. Chef recently added an improvement to share a directory between Test Kitchen instances ([here](https://blog.chef.io/2016/12/22/test-kitchen-driver-caching-mechanism/) you can find more details). The idea...

enhancement

Whenever Java gets updated [path](https://github.com/jwadolowski/cookbook-cq/blob/1.0.0-dev/templates/default/cq.conf.erb#L9) in AEM's config is not updated and instance won't get restarted automatically to pick that change up. There's a several ways to fix that problem....

bug

`cq_package` provides `deploy` action that uploads and installs given package. Complementary (`undeploy`) process should be implemented to uninstall and delete AEM packages.

enhancement
cq_package

In most cases `properties` property of `cq_osgi_config` simply accepts string values, but there are other options too. Please take a look at an example below: ```json { "pid": "org.apache.sling.commons.log.LogManager.factory.config.10b157ad-1812-4fbe-b4fd-4967ac9e3363", "title":...

enhancement

#26 introduced totally new approach to test suites. Please rewrite all test suites in the same manner. Remaining items from #26: - [x] all tests need to be rewritten to...

Existing JCR node: ``` { "jcr:primaryType": "sling:Folder", "windowScheduleWeekdays": [ "2", "2" ], "jcr:createdBy": "admin", "jcr:created": "Thu Feb 08 2018 16:38:40 GMT+0100", "windowSchedule": "weekly", "windowStartTime": "05:00", "name": "Weekly Maintenance Window", "windowEndTime":...

cq_jcr