Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
3f7e4c0dda
Rewrote the data model declaration with the mapped type hint and the mapped columns in SQLAlchemy 2.0. Added "SQLAlchemy >= 2" to the dependencies.
eed4c923f6
Removed the "be" cast function to cast data type for the binary expressions. It is to be replaced by the mapped type hints.
f3e2627900
Rewrote the data model declaration with the mapped type hint and the mapped columns in SQLAlchemy 2.0. Added "SQLAlchemy >= 2" to the dependencies.
8baedb9eae
Rewrote the data model declaration with the mapped type hint and the mapped columns in SQLAlchemy 2.0. Added "SQLAlchemy >= 2" to the dependencies.
7deb73d0ae
Removed the "be" case function to cast data type for the binary expressions. It is to be replaced by the mapped type hints.
09dd5ae541
Revised the long line in the JournalEntryConverter converter.
172a12b134
Fixed the type hint of the "currency_options" function.
988757d30e
Revised the JavaScript journal entry line item editor to only override the description with the description of the original line item when there is no existing description.
50cea90d1b
Revised the JavaScript journal entry line item editor to allow editing the description for offsets and partially-offset original items.
cd039520b6
Added permission checks to the reset routes in the test site.
05e652aa62
Changed the "_journal_entries" and "_line_items" properties in the BaseTestData class from protected to private, renaming them to "__journal_entries" and "__line_items", respectively. There is no need to access it from the child classes anymore.
5c9bf0638c
Removed the "csv_data" pseudo property from BaseTestData.
bbc78433fd
Moved the sample data generation from the make-sample.py script to the test site. The sample data is generated at real time. This avoids the problem with pre-recorded sample data that the beginning of the months and weeks changes with the day resetting the sample data.