Steve Jalim

Results 105 issues of Steve Jalim

We should make the test suite default to not sending CDN invalidation requests if the .env or local.py has AWS configured, so that we don't get rate-limited locally (which could...

bug
housekeeping

Split out of PR #1532, we want to swap a message that explains default ordering and instead have a checkbox represent that default: - [ ] Past Events - [x]...

Althought the new design is using Mozilla Protocol, it's possible that we could do some extra work to make the mid-size breakpoint reflow the site better. (This is something that's...

needs-refinement

It's used in the Menu for the Swag Store

bug
p2

Sentry error: https://sentry.prod.mozaws.net/operations/developer-portal-prod/issues/8403724/ Basically the `pageurl` tag is called with no page to key to, so it fails. We should check if the page exists before using pageurl, or similar...

bug
p2
original-design

The CDN-served production site uses the correct custom 404 page (see [here](https://developer.mozilla.com/1231312313/) but the a server error / HTTP 500 does not, and only renders the basic "**Internal Server Error**"...

As flagged in [Sentry](https://sentry.prod.mozaws.net/operations/developer-portal-prod/issues/8195040/), we do reject bad params when people/bots put bad things into querystring params, but wondering whether it'd be nicer to not throw a full 500 and...

bug
p2

If someone goes and publishes a lot of new content in rapid succession (eg approving auto-generated posts ingested from another Mozilla blog), then we can face CDN invalidation issues: https://sentry.prod.mozaws.net/operations/developer-portal-stage/issues/7146814/?query=is:unresolved...

housekeeping

https://github.com/mdn/developer-portal/pull/948 shows that we can get in a pickle if we don't stay on top of subdeps added to requirements.txt to satisfy conflicting requirements. It's worth looking for other ways...

housekeeping

The site got a request this morning for a file it couldn't find (https://sentry.prod.mozaws.net/operations/developer-portal-prod/issues/7150120/), which triggered a 500 rather than a `4XX` response. This is worth a bit of an...

housekeeping
p1