Jonathan Wiesel
Jonathan Wiesel
Monday in the middle of the night our website was briefly unavailable, the alerts from Uptime was sent successfully; however there's a big error on the reporting dashboard. The outage...
**Affects PMD Version:** 6.33+ 7.0.0 **Description:** Currently the [OperationWithLimitsInLoopRule](https://pmd.github.io/latest/pmd_rules_apex_performance.html#operationwithlimitsinloop) rule verifies for some operations that count against [Apex Governor Limits](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm), but some of them are missing and therefore are not...
**Affects PMD Version:** 6.8+ 7.0.0 **Rule:** [ApexDoc](https://pmd.github.io/latest/pmd_rules_apex_documentation.html) **Description:** Currently the rule only enforces that the comment structure is present but not that each token has a value describing it (making...
**Affects PMD Version:** 5.5.3+ 6.0.0+ 7.0.0 **Rule:** [ApexCRUDViolation](https://pmd.github.io/latest/pmd_rules_apex_security.html#apexcrudviolation) **Description:** When a query is issued inside a map constructor the CRUD check is not enforced **Code Sample demonstrating the issue:** ```...
**Affects PMD Version:** 5.5.3+ 6.0.0+ 7.0.0 **Rule:** [ApexCRUDViolation](https://pmd.github.io/latest/pmd_rules_apex_security.html#apexcrudviolation) **Description:** When working with other datatypes beside a specific sObject or a List, inline operations in the DML statement fail to report...
Great extension, I use SourceTree myself and find this Git Log very satisfying. Any chance to add emoji rendering for commit messages? Also if the commit diff could be shown...
It would be great if this workflow would be added to [Packal](http://packal.org).
Same issue as joshbirk/ForceDotBundle#9
I'm using a custom (but simple) template ```html Test {{{content}}} ``` Taking the example given in the documentation: ```js grunt.initConfig({ bulldoc: { example: { files: { 'docs/result/': 'docs/source/' } }...
Details of the functionality has been added to the README