Commit Graph

28462 Commits

Author SHA1 Message Date
Sam
945cb90e7e update specs 2018-06-07 20:55:42 +10:00
Sam
1834417e2f downgrade rails properly 2018-06-07 20:38:22 +10:00
Sam
799081e846 attempt all column dropping upfront prior to loading cache 2018-06-07 20:30:19 +10:00
Sam
e031b06afa attempt to reset column info on user table explicitly 2018-06-07 20:20:15 +10:00
Sam
8b88b71309 Attempt very aggressively to clear cache 2018-06-07 20:10:52 +10:00
Sam
3291f2c0eb move plugin fixture to the front of the queue 2018-06-07 19:56:07 +10:00
Sam
d3b8ee761c revert to rails 5.1 for now 2018-06-07 19:47:53 +10:00
74ced977be FIX: incorrect backup and update times on dashboard 2018-06-07 11:18:17 +02:00
1071aa21ab FIX: slightly safer rounding 2018-06-07 10:59:17 +02:00
ab089cd68b FIX: makes format number round the value before using parseInt 2018-06-07 10:44:21 +02:00
Sam
322b66bcee attempt to shuffle order of operation for test 2018-06-07 18:16:45 +10:00
3a8f69c3d2 DEV: Assert for 200 response code to avoid changing magic helper in the future. 2018-06-07 16:11:09 +08:00
3533bdb83f Remove line that is no longer required. 2018-06-07 15:56:16 +08:00
1d5c176ea5 DEV: docker:test rake task should install plugins first before migrating. 2018-06-07 15:20:06 +08:00
49f39ca64d Fix another failing spec. 2018-06-07 15:07:39 +08:00
610510ebad Fix broken discourse narrative bot spec after upgrade. 2018-06-07 15:03:09 +08:00
e51b8d3198 Upgrade puppeteer which was accidentally downgraded. 2018-06-07 14:22:44 +08:00
Sam
855b0df085 attempt to reset cache 2018-06-07 16:18:45 +10:00
Sam
19847e7fd1 Merge branch 'master' of github.com:discourse/discourse 2018-06-07 16:13:40 +10:00
Sam
e806e6e96f correct specs 2018-06-07 16:13:15 +10:00
Joe
c3ac32d991 FIX: user-fields layout in desktop create account form 2018-06-07 14:03:54 +08:00
Sam
24c7d2913b DEV: organise fixture so all drops happen at the end 2018-06-07 15:53:54 +10:00
1e805cfd3e REFACTOR: composer messages controller specs to requests (#5940) 2018-06-07 13:51:52 +08:00
ad5082d969 Make rubocop happy again. 2018-06-07 13:28:18 +08:00
c6c1ef71c1 REFACTOR: inline onebox controller specs to requests 2018-06-07 13:11:45 +08:00
30be1b0d2b REFACTOR: category hashtags controller specs to requests (#5936) 2018-06-07 13:09:23 +08:00
9975f9751e REFACTOR: metadata controller specs to requests (#5935) 2018-06-07 13:08:28 +08:00
1957cb541b REFACTOR: permalinks controller specs to requests (#5934) 2018-06-07 13:08:13 +08:00
f2a5a84f0b REFACTOR: similar topics controller specs to requests (#5933) 2018-06-07 13:07:53 +08:00
37829a521a REFACTOR: stylesheets controller specs to requests 2018-06-07 13:06:32 +08:00
a8d33603f9 REFACTOR: export CSV controller specs to requests 2018-06-07 13:02:02 +08:00
0124209a96 REFACTOR: site controller specs to requests 2018-06-07 12:58:33 +08:00
3c96ee4b6f REFACTOR: clicks controller specs to requests (#5929) 2018-06-07 12:57:29 +08:00
2688cc6241 REFACTOR: post action users controller specs to requests 2018-06-07 12:55:01 +08:00
e2e566214d REFACTOR: user avatars controller spec to requests 2018-06-07 12:53:33 +08:00
05c1fe5c8f REFACTOR: user actions controller specs to requests 2018-06-07 12:52:06 +08:00
Sam
54c0aa788c FIX: db:create was failing due to site settings 2018-06-07 14:51:14 +10:00
7f21892ad0 REFACTOR: finish installation controller specs to requests 2018-06-07 12:49:47 +08:00
5ecaa55e50 REFACTOR: webhooks controller specs to requests 2018-06-07 12:46:29 +08:00
4782f6cd01 Remove controller type spec for post actions. 2018-06-07 12:45:38 +08:00
cc82fb33b5 REFACTOR: queued posts controller specs to requests 2018-06-07 12:41:26 +08:00
1b7d46c054 REFACTOR: post actions controller specs to requests 2018-06-07 12:38:17 +08:00
f75d1e958d REFACTOR: extra locales controller specs to requests 2018-06-07 12:34:39 +08:00
Sam
f331d2603d DEV: improve design of site setting default provider
This refactors it so "Defaults provider" is only responsible for "defaults"

Locale handling and management of locale settings is moved back into
SiteSettingExtension

This eliminates complex state management using DistributedCache and makes
it way easier to test SiteSettingExtension
2018-06-07 14:33:41 +10:00
d2880246cd REFACTOR: steps controller specs to requests 2018-06-07 12:31:13 +08:00
47ddb3a7ca Merge branch 'wizard-controller' of https://github.com/OsamaSayegh/discourse into OsamaSayegh-wizard-controller 2018-06-07 12:27:48 +08:00
600ff85ecd REFACTOR: draft controller specs to requests (#5942) 2018-06-07 12:24:20 +08:00
f5178ded56 REFACTOR: offline controller spec to requests (#5943) 2018-06-07 12:24:05 +08:00
Sam
89ad2b5900 DEV: Rails 5.2 upgrade and global gem upgrade
This updates tests to use latest rails 5 practice
and updates ALL dependencies that could be updated

Performance testing shows that performance has not regressed
if anything it is marginally faster now.
2018-06-07 14:21:33 +10:00
2bd905c632 Revert "Upgrade Rails to 5.1.6."
This reverts commit ab66215f5cfc189b28e650ac85b6dc385b024fa4.
2018-06-07 09:49:38 +08:00