1
0
Fork 0
forked from OpenNeo/impress
impress/src/server
Emi Matchu 6b0f1853c3 Oops, fix error in modeling query on homepage
Okay, legit, I'm reading over this and I don't understand why `item_id`
isn't working here? It seems like we have `SELECT DISTINCT items.id AS
item_id`, and we use it in the `ORDER BY` clause right below. And I
don't see why, presumably, it's our item translations changes that
broke this?

But in any case, okay! This fixes it! Moving on!
2024-02-27 17:33:01 -08:00
..
__image_snapshots__ outfit-images: render actual PNG and SVG layers! 2021-01-04 05:58:19 +00:00
__snapshots__ simplify validPetPoses out of the server directory 2020-09-06 00:40:00 -07:00
lib Fix Typescript error with caching + new Apollo 2021-11-26 15:22:01 -08:00
types Migrate away from item translations for modeling 2024-02-20 16:49:26 -08:00
auth-by-db.js Account creation is ready! 2022-09-13 21:11:48 -07:00
auth.js Remove unused IMPRESS_LOG_IN_AS feature 2024-01-28 06:36:09 -08:00
cors.js Fix Vary header for CORS 2023-10-12 14:58:26 -07:00
db.js Use the same dev database credentials as the main impress app 2024-01-28 06:32:46 -08:00
index.js Oops, add Vary: Origin to GraphQL requests 2023-11-02 16:35:11 -07:00
load-pet-data.js Fix pet loading 2023-11-06 13:24:08 -08:00
loaders.js Oops, fix error in modeling query on homepage 2024-02-27 17:33:01 -08:00
modeling.js Migrate away from item translations for modeling 2024-02-20 16:49:26 -08:00
nc-trade-values.js Use latest ~owls NC trade values API 2022-09-04 01:35:05 -07:00
neopets-assets.js Fix handling of assets with https://images.neopets.com/temp SWF URLs 2023-11-11 13:28:47 -08:00
outfit-images.js Fail harder when *all* layers fail to load 2021-09-03 14:55:50 -07:00
outfit-images.test.js Use Fastly to cache our PNG assets from S3 2021-05-12 22:49:59 -07:00
ssr-graphql.js A bit of SSR for the item page 2022-09-15 03:05:14 -07:00
util.js Stop referencing the {color,species,zone}_translations tables 2024-02-03 08:05:15 -08:00
util.test.js Fix misc lint errors 2021-05-03 15:06:07 -07:00