Commit Graph

102 Commits

Author SHA1 Message Date
d164950d29 Fix preparing release 2019-09-10 10:39:33 +02:00
1b6bec44f3 Download translations parallelly
[MAILPOET-2311]
2019-08-28 13:15:01 -04:00
857c3fab84 Allow phpstan run with woocommerce active
[MAILPOET-2212]
2019-08-21 13:34:02 -04:00
26babab9be Add WC() function to WooCommerce helper
[PREMIUM-121]
2019-07-23 12:22:19 -04:00
574f10b029 Add background job to track historical WooCommerce revenues
[MAILPOET-1857]
2019-06-25 11:06:19 -04:00
394aa723df Rewrite getLastReleasedVersion() to a more efficient variant
[MAILPOET-2078]
2019-06-19 06:23:21 -04:00
d225ca775c Add method for last created release version (no matter what status)
[MAILPOET-2078]
2019-06-19 06:23:21 -04:00
d214e74547 Remove PR checks before releasing plugin
[MAILPOET-2121]
2019-06-05 06:57:37 -04:00
4cb314bec1 Remove unnecessary extra http client
[MAILPOET-2004]
2019-05-28 11:00:48 -04:00
32a739eba5 Check the release pull request before release
[MAILPOET-2004]
2019-05-28 11:00:48 -04:00
b47484ee3c Create github release
[MAILPOET-2004]
2019-05-28 11:00:48 -04:00
406b8fdb74 Add rule for namespaces
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
39cb25d576 Add rule for empty comments
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
5d64ec168d Add rule for concatenation operator spacing
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
12ff88ee21 Add rule for operator spacing
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
5da7110eb6 Use short array syntax
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
9f16cb6a5f Check for unused privates
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
9c64537761 Disallows use of continue without integer operand in switch
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
d1529a03c3 Disallows assignments in some control structures
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
b9af15e19f Enforce array trailling commas
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
fcf5fe1d5d Move code snipper to its own directory
Because our main composer has php engine specified as 5.6
we cannot use tools and libraries dependent on php 7

[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
99817cf5a4 Run php lint in parallel
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
b72908dca9 Add method stub for PHPStan
[MAILPOET-1853]
2019-05-13 12:26:23 -04:00
98c9461a15 Check if all issues PRs are merged 2019-05-10 09:02:12 -04:00
e2e3715684 Add release dates to JIRA in release:publish-jira command
[MAILPOET-2001]
2019-05-02 09:08:46 -04:00
5289b83254 Add helper for building minor version
[MAILPOET-1977]
2019-04-24 16:22:45 -04:00
db31ef3646 Tag release on 'release' branch
[MAILPOET-1977]
2019-04-24 16:22:45 -04:00
09d1f2cd99 Reuse JiraController factory for other services
[MAILPOET-1977]
2019-04-24 16:22:45 -04:00
3280eeb241 Add annotations for PHPStan
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
8b4bf19bdd Add command to publish release on JIRA
[MAILPOET-1884]
2019-04-19 12:49:36 +02:00
wxa
f63733abc5 Add a helper method to increment versions [MAILPOET-1869] 2019-04-19 11:41:32 +02:00
wxa
e2caf8d504 Remove project setter, pass project as an argument [MAILPOET-1869] 2019-04-19 11:41:32 +02:00
wxa
1153517046 Automate the next release version bump [MAILPOET-1869] 2019-04-19 11:41:32 +02:00
b40e4bb28a Use WC functions to get short and full description in products widget
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
400fb7f559 Ensure release ZIP is built from latest commit
[MAILPOET-1883]
2019-04-15 17:30:56 +03:00
b33c149d6f Add CircleCI controller for ZIP build downloading
[MAILPOET-1883]
2019-04-15 17:30:56 +03:00
c158eb3beb Add GitHub release controller
[MAILPOET-1883]
2019-04-15 17:30:56 +03:00
720ab23eca Replace custom HTTP client with Guzzle
[MAILPOET-1883]
2019-04-15 17:30:56 +03:00
9d20132866 Use autoloader in Robo file and release task classes
[MAILPOET-1883]
2019-04-15 17:30:56 +03:00
46a0b7501b Update phpstan to level 5
[MAILPOET-1969]
2019-04-10 09:55:13 -04:00
de1a4e680a Fix double newline after default changelog message
[MAILPOET-1885]
2019-04-10 04:40:25 -04:00
d0e48750b2 Implement Slack release notifier
[MAILPOET-1885]
2019-04-10 04:40:25 -04:00
32eb71da7f Rename Jira to JiraController
[MAILPOET-1885]
2019-04-10 04:40:25 -04:00
1433852383 Produce better JSON when constructing HTTP request
[MAILPOET-1885]
2019-04-10 04:40:25 -04:00
152bd7031c Refactor HttpClient out of JIRA controller
[MAILPOET-1885]
2019-04-10 04:40:25 -04:00
6f85c27d4f Fix PHPStan warnings 2019-03-28 15:20:28 -04:00
c5b5d8f45d Downgrade PHPStan level to 4
[MAILPOET-1915]
2019-03-21 14:02:59 -04:00
f3f769316a Upgrade PHPStan level to 5
[MAILPOET-1915]
2019-03-21 14:02:59 -04:00
21766421d5 Upgrade PHPStan level to 4
I had to add some ignore errors until phpstan/phpstan#1482 is resolved

[MAILPOET-1915]
2019-03-21 14:02:59 -04:00
7d6f69ec1d Upgrade PHPStan level to 3
[MAILPOET-1915]
2019-03-21 14:02:59 -04:00