| Commit message (Collapse) | Author | Age | Lines | 
| ...  |  | 
| |\  
| | 
| | 
| | 
| |  | 
python-discord/set-elidable-on-run-python-operations-in-migrations
Set elidable on RunPython operations in migrations
 | 
| | |\  
| |/  
|/|    | 
 | 
| |\ \  
| | | 
| | |  | 
Add test case for DRF 3.15 regression
 | 
| | |\ \  
| |/ /  
|/| |    | 
 | 
| |\ \ \  
| | | | 
| | | |  | 
Upsert tags in two queries
 | 
| | |\ \ \  
| |/ / /  
|/| | |    | 
 | 
| |\ \ \ \   | 
 | 
| |/ / / /  
| | | |   
| | | |   
| | | |   
| | | |   
| | | |   
| | | |   
| | | |   
| | | |   
| | | |   
| | | |   
| | | |   
| | | |   
| | | |   
| | | |    | 
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.
 | 
| |/ / /  
| | |   
| | |   
| | |   
| | |   
| | |   
| | |   
| | |   
| | |   
| | |   
| | |    | 
Before, we had an N+1 query, where each tag would be separately fetched
and updated. Instead, first delete any tags we no longer care about,
then perform an upsert of all fields except for `last_commit`, which we
want to keep from the existing tag.
This comes with one caveat: on the first update of the tags, the `tags`
list is no longer modified in-place, because mutation is bad, however,
the database state is updated accordingly.
 | 
| |\ \ \  
| | | | 
| | | |  | 
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
 | 
| | | | |  | 
 | 
| | | | |  | 
 | 
| | | | |  | 
 | 
| |/ / /   | 
 | 
| | | |  | 
 | 
| |/ /   | 
 | 
| |/  
|   
|   
|   
|   
|    | 
Any RunPython operation that only migrated existing data (that is, did
not create data) can be safely elided by Django when we run
`squashmigrations`.
 | 
| |\  
| | 
| | 
| | 
| |  | 
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.
 |