Commit Graph

5396 Commits

Author SHA1 Message Date
Andrew Brown
56cb9a6048 remove animate-rails 2021-08-03 18:52:46 -07:00
Andrew Brown
a60ddb81f1 restyle icons for year in review report 2021-08-03 16:21:06 -07:00
Andrew Brown
8bad87b63a doc update readability 2021-08-03 14:33:03 -07:00
Andrew Brown
010f57c9a2 skip ui cache on document update 2021-08-03 14:31:51 -07:00
Andrew Brown
d8b7e3b260 remove yet another set of n+1 2021-08-03 14:12:04 -07:00
Andrew Brown
08b86f17f0 kill N+1s for loading AttributeCategories from template also 2021-08-03 13:43:21 -07:00
Andrew Brown
89294471f8 codesmell todo 2021-08-03 13:40:35 -07:00
Andrew Brown
a6d169fa92 this removes ~100 field queries for default character template, oof 2021-08-03 13:38:25 -07:00
Andrew Brown
512bff2aae move the old doc user includes 2021-08-03 12:02:00 -07:00
Andrew Brown
4a48dc0253 standardize @current_user_content vs @linkables 2021-08-03 11:57:06 -07:00
Andrew Brown
f977c58666 simplify valid_content_types usage 2021-08-03 11:47:08 -07:00
Andrew Brown
54b1c43e34 skip ui cache on content api calls 2021-08-03 11:43:45 -07:00
Andrew Brown
7aafbdd25d freeze strings in ContentController 2021-08-03 11:36:17 -07:00
Andrew Brown
dd969ba39f scratch that, lol 2021-08-03 11:27:41 -07:00
Andrew Brown
3db83d9e75 reuse cached universes to fetch ids 2021-08-03 11:27:04 -07:00
Andrew Brown
f23522e8b9 reuse user method for cache 2021-08-03 11:26:29 -07:00
Andrew Brown
fb8e298948 add header to recent edits stream 2021-08-03 11:21:00 -07:00
Andrew Brown
1b99bdf9dc remove unnecessary queries 2021-08-03 11:19:21 -07:00
Andrew Brown
b2ef0f5981 helper for recently-created pages cache 2021-08-03 11:17:27 -07:00
Andrew Brown
7aed61d812 freeze AC strings 2021-08-03 01:50:17 -07:00
Andrew Brown
832bb924bf remove user#linkable_universes 2021-08-03 01:46:31 -07:00
Andrew Brown
34b5c753d4 reuse linkables cache instead of making new queries 2021-08-03 01:45:39 -07:00
Andrew Brown
33625960f9 tweak cache guards 2021-08-03 01:41:07 -07:00
Andrew Brown
64715d334b collapse the loops 2021-08-03 01:38:42 -07:00
Andrew Brown
2eb50f510b only query for contributable content if you're a contributor to any universes 2021-08-03 01:35:57 -07:00
Andrew Brown
8bad60a773 rewrite cache_linkable_content_for_each_content_type with far fewer queries 2021-08-03 01:34:05 -07:00
Andrew Brown
062fef26b8 don't requery if we repeat a cache call 2021-08-03 01:21:02 -07:00
Andrew Brown
753452f314 contrib helper cache 2021-08-03 01:19:55 -07:00
Andrew Brown
1b50e1b21f break cache methods out 2021-08-03 01:15:43 -07:00
Andrew Brown
8223f99f89 query smaller table 2021-08-03 01:03:49 -07:00
Andrew Brown
f3e61a2d57 -~3 queries 2021-08-03 01:02:43 -07:00
Andrew Brown
258be6f917 -1 query 2021-08-03 01:00:11 -07:00
dependabot[bot]
c385ffe084
Bump puma from 5.3.2 to 5.4.0
Bumps [puma](https://github.com/puma/puma) from 5.3.2 to 5.4.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v5.3.2...v5.4.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-30 12:00:55 +00:00
Andrew Brown
72543282d3 placeholder for testing against thredded master 2021-07-29 11:49:55 -07:00
Andrew Brown
f0dd74436b rails active_storage:update 2021-07-29 02:21:14 -07:00
Andrew Brown
014ea1c3f8 bundle update 2021-07-29 02:15:50 -07:00
Andrew Brown
adb063393e Merge branch 'master' into rails-6.1 2021-07-29 02:12:44 -07:00
dependabot[bot]
3a53849bac
Bump redis from 4.3.1 to 4.4.0
Bumps [redis](https://github.com/redis/redis-rb) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/redis/redis-rb/releases)
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/redis-rb/compare/v4.3.1...v4.4.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-28 12:01:40 +00:00
Andrew Brown
25a3785db0 add green link to content info page 2021-07-20 19:09:38 -07:00
Andrew Brown
ea77009843 html polish 2021-07-20 19:02:43 -07:00
Andrew Brown
ba44ecb1aa more spacing on info pages 2021-07-20 18:28:39 -07:00
Andrew Brown
ebc1e3d4b1 add icon 2021-07-20 18:20:18 -07:00
Andrew Brown
5cc1fd0fc6 give a little breathing room to content info pages 2021-07-20 18:17:40 -07:00
Andrew Brown
28e5ffd469 polish up green page 2021-07-20 18:12:07 -07:00
Andrew Brown
29fae1e745 table polish 2021-07-20 17:59:06 -07:00
Andrew Brown
1ce86ab03e better estimate on document pages 2021-07-20 17:58:59 -07:00
Andrew Brown
98480c5549 permission update for debugging abusive doc 2021-07-20 17:58:42 -07:00
Andrew Brown
1744b49ac3 add detail tooltips to green table 2021-07-20 17:30:19 -07:00
Andrew Brown
dd5f0f20f0 add public site-wide green report 2021-07-20 17:20:49 -07:00
Andrew Brown
f2ec93a4d7 be a little more conservative in tree estimate tho 2021-07-20 14:12:41 -07:00