Commit Graph

24 Commits

Author SHA1 Message Date
b788948985 FEATURE: English locale with international date formats
Makes en_US the new default locale
2019-05-20 13:47:20 +02:00
30990006a9 DEV: enable frozen string literal on all files
This reduces chances of errors where consumers of strings mutate inputs
and reduces memory usage of the app.

Test suite passes now, but there may be some stuff left, so we will run
a few sites on a branch prior to merging
2019-05-13 09:31:32 +08:00
843a73e1ef DEV: more precise self pattern check (#7278) 2019-03-29 08:50:18 +01:00
7078d39f96 DEV: tracks self pattern in Dangerfile (#7102) 2019-03-04 13:03:59 +01:00
5952a6c0ad DEV: uses find() helper instead of this.$() in js tests (#7062) 2019-02-25 16:04:55 +01:00
6f0bc16baf DEV: simpler Dangerfile logic (#6911) 2019-01-21 12:23:18 +01:00
502b1316d0 DEV: s/this._super()/this._super(...arguments) (#6908) 2019-01-19 10:05:51 +01:00
715b2e85fc FIX: make danger locale warning work with plugin locales (#6639) 2018-11-21 10:13:25 +01:00
ba63cca747 DEV: add danger warning if PR contains changes to non-English locales (#6625) 2018-11-19 10:00:17 +01:00
6751662bf8 DEV: yarn prettier in Danger (#6405)
Use `yarn --silent` to suppress yarn console logs, and only allow for
prettier output.

Escape sequence (`\n`) does not work in single quotes
2018-09-17 15:10:00 +08:00
c115ace272 improves danger prettier warning copy 2018-07-26 15:45:01 -04:00
b1169fc444 rubocop offense 2018-07-26 11:03:36 -04:00
b0240190ac linkify resources in danger report 2018-07-26 10:53:45 -04:00
a790c00691 link to prettier meta topic 2018-07-26 10:28:30 -04:00
65a68e4d4d uses pr instead of git to check big prs 2018-07-26 10:25:40 -04:00
06663f69f0 update big pr copy 2018-07-25 14:36:09 -04:00
9516d3de4b removes rubocop from dangerfile for now (#6168)
This will be re-enabled once I can reproduce and fix errors using travis local docker build.
2018-07-24 18:10:02 -04:00
29e612e86a forces rubocop install in travis (#6167) 2018-07-24 17:51:53 -04:00
e4480ad0d2 try to require test gemfile in Dangerfile (#6165) 2018-07-24 17:07:08 -04:00
c0992a4d31 makes danger usable for bundler with --deployment (#6164) 2018-07-24 15:11:23 -04:00
9b455bebc7 do not check plugins in danger for now (#6163) 2018-07-24 13:35:47 -04:00
e8b9bd7d9b improves danger formatting (#6162) 2018-07-24 13:10:54 -04:00
75b03dab84 fixes dangerfile (#6158) 2018-07-24 11:31:57 -04:00
b4a2f3fe2f DEV: implementing danger for travis 2018-07-24 10:12:15 -04:00