|  | Commit message (Collapse) | Author | Age | Lines | 
|---|
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.4...v0.3.5)
---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]> | 
| |\  
| | 
| | | Return BytesIO as fp for mocked HTTP errors | 
| |/  
|   
|   
| | Prevent spurious test failures on Solaris systems. | 
| |\  
| | 
| | | Prefetch the filter_list field in the FilterListSerializer | 
| |/ |  | 
| |\  
| | 
| | | Add display name to API user model | 
| | | 
| | 
| | | Co-authored-by: jchristgit <[email protected]> | 
| | | |  | 
| | | |  | 
| | | |  | 
| |/ |  | 
| |\  
| | 
| | | Don't propagate the status received from Discord to GitHub Webhook | 
| | | |  | 
| | | |  | 
| | | |  | 
| |/ |  | 
| | |  | 
| |\  
| | 
| | 
| | 
| | | python-discord/revert-1271-dependabot/pip/djangorestframework-3.15.1
Revert "Bump djangorestframework from 3.14.0 to 3.15.1" | 
| |/ |  | 
| |\  
| | 
| | | Support running tests with --keepdb option | 
| | |\  
| |/  
|/| |  | 
| |\ \  
| | | 
| | | 
| | | 
| | | | python-discord/dependabot/pip/djangorestframework-3.15.1
Bump djangorestframework from 3.14.0 to 3.15.1 | 
| | | | |  | 
| |/ /  
| |   
| |   
| |   
| |   
| |   
| |   
| |   
| |   
| |   
| |   
| |   
| |   
| | | Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.1.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.1)
---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]> | 
| |/  
|   
|   
|   
|   
| | Allow faster local tests by skipping the database re-setup. Only two
cases were dependent on hardcoded IDs and already existing data, they
have been adjusted appropriately. | 
| |\  
| | 
| | | Timeline CSS refactor | 
| | | 
| | 
| | 
| | | Co-authored-by: wookie184 <[email protected]> | 
| | | |  | 
| | |\ |  | 
| | | | |  | 
| | | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | | Also turns out I was using the Bulma .content class wrong this whole
time. We just need to slap that class onto a div and anything inside can
be the output of, say a markdown -> HTML converter!
Fix messy spacing and extraneous whitespace in the HTML as well.
Special thanks to Vim macros. | 
| | | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | | - Put CSS for the pydis banner item (Aperture's logo design) inline
  style rather than using a class.
- Style icons that uses images separate from icons that uses the pydis
  logo image.
- Rename the pydis logo image to be more descriptive.
- Group the icon and date components together for easier and more robust
  styling (see CSS comments).
- More descriptive alt text for pydis icons.
- Added responsibility: EVEN smaller icons on mobile.
- Align content boxes about the middle axis rather than relying on
  container padding. | 
| | | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | | Also
- Add comments in CSS
- Remove `-webkit` rules because most of them are deprecated
And uh, I forgot, but the title summarises them! | 
| | | | 
| | | 
| | | 
| | | | And remove bulma .section class because it's unnecessary here. | 
| | | | 
| | | 
| | | 
| | | 
| | | | It's useless here after having added has-background-primary which
leverages the bulma class, configurable through settings.py. | 
| | | | 
| | | 
| | | 
| | | 
| | | | That file is for the homepage explicitly and including it for the
timeline is actually redundant. | 
| | | | |  | 
| | | | |  | 
| | | | |  | 
| | | | 
| | | 
| | | 
| | | | The grey was there as a placeholder before this. | 
| | | | |  | 
| | | | |  | 
| | | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | | Unfortunately there is a merge commit (with merge conflicts) in between
this change and the timeline commit before it. Perhaps in a few years
time when I'm more confident in rebasing I'll be able to amend that
commit to include this fix. | 
| | |\ \ |  | 
| | | | | |  | 
| |\ \ \ \  
| | | | | 
| | | | | | Fix navbar dropdown toggle for touchscreens using Safari | 
| | | | | | |  | 
| |\ \ \ \ \  
| | | | | | 
| | | | | | | Redesign of events page | 
| | | | | | | 
| | | | | | 
| | | | | | 
| | | | | | | Co-authored-by: jchristgit <[email protected]> | 
| | | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | | It's not completely over yet as the winners are yet to be announced, but
the coding phase, as shown in the date "March 17-24th" has passed so it
no longer makes sense to list it as ongoing. |