Commit graph

486 commits

Author SHA1 Message Date
Alvaro Mariano
87f82f89fd Fix some pylint issues 2023-11-01 22:09:35 -03:00
root
d971ce44e8 Added more tests to querysets 2023-10-20 01:56:41 +00:00
Alvaro Mariano
85e18811f0 Fix config name 2023-07-18 00:38:27 +00:00
Alvaro Mariano
cdf0013e91 Add typing to admin 2023-07-13 00:28:01 +00:00
Alvaro Mariano
1ec3cc9afd Start add typing and tests to the queryset 2023-07-13 00:26:59 +00:00
Alvaro Mariano
d76909f447 Improved settings 2023-07-11 23:28:23 +00:00
Alvaro Mariano
a8766f24a9 Fix poetry 2023-07-07 11:25:02 +00:00
Alvaro Mariano
c6b5a09610 Restructured files 2023-07-07 00:54:47 +00:00
Alvaro Mariano
f33afff505 Fix tests 2023-07-06 20:54:22 +00:00
Alvaro Mariano
b154b0a499 Fix GH actions 2023-07-06 10:52:13 +00:00
Alvaro Mariano
7b97f0f2a4 Fix test settings path 2023-07-05 21:00:51 -03:00
Alvaro Mariano
244539dc47 Remove slug2id and id2slug 2023-06-27 00:06:44 +00:00
Alvaro Mariano
645611c1e1 Added /all/ for the path to all notifications 2023-06-27 00:00:48 +00:00
Alvaro Mariano
f7c0353b3d Fixed variable types on JS code 2023-06-26 23:59:39 +00:00
Alvaro Mariano
de46401c4f Extracted and improved the sample code 2023-06-26 23:58:05 +00:00
Alvaro Mariano
607042ba1a Add pylint and bandit to GH actions 2023-06-25 19:13:09 +00:00
Alvaro Mariano
4c52d9f5af Fix timezone test and remove duplicated tests 2023-06-25 18:51:09 +00:00
Alvaro Mariano
b75e5c66e5 Lint all files 2023-06-24 00:10:23 +00:00
Alvaro Mariano
b035ee80cd Improve CI config 2023-06-23 20:24:33 -03:00
Alvaro Mariano
1157c0897a Add supported Python versions to GH actions 2023-06-22 23:44:24 +00:00
Alvaro Mariano
ab82bcb1d4 Drop all code related to deprecated versions of Python and Django 2023-06-22 23:42:40 +00:00
Alvaro Mariano
041281bced Small fix o test view 2023-06-22 18:30:23 -03:00
Alvaro Mariano
ec38ad0ecf Fix GH actions 2023-06-22 18:05:00 -03:00
Alvaro Mariano
c2ec8ac800 Converted the level field from a CharField to an IntegerField 2023-06-16 01:36:38 +00:00
Alvaro Mariano
7915c66079 Add user factories 2023-06-16 01:31:19 +00:00
Alvaro Mariano
a94ca83128 Update dependencies 2023-06-16 01:30:41 +00:00
Alvaro Mariano
f507eae37b Add some shortcuts to make file 2023-06-16 01:29:59 +00:00
Alvaro Mariano
b6b8b9d2ec Migrate to Django JSONField 2023-06-02 00:02:45 +00:00
Alvaro Mariano
6cc99d99b4 Added the migration for verbose_name changes 2023-06-01 20:16:58 -03:00
Alvaro Mariano
d87d2e810b Migrate to pyproject and created a docker dev environment 2023-05-29 21:26:00 -03:00
Alvaro Mariano
a1cdb890a3 Adds long description content type to setup.py 2023-05-27 13:29:12 -03:00
Alvaro Mariano
870b20f1a3 Bump version to 1.8.0 2023-05-27 12:17:56 -03:00
Alvaro Mariano
c1af2b4205 Fix #311 2023-05-27 11:09:36 -03:00
Alvaro Mariano
723f091096 Fix #243 Transform from Python boolean to JS boolean 2023-05-25 21:54:27 -03:00
Alvaro Mariano
fa56e3e5f9 Fix #235 typo in changelog 2023-05-25 20:40:28 -03:00
Alvaro Mariano
fdf5c1d222 Fix #309 - Extract extra attributes from signal kwargs 2023-05-25 20:36:25 -03:00
Alvaro Mariano
b3d961f719 Fix #289 - Added mark_unread action to the admin 2023-05-25 20:33:38 -03:00
Alvaro Mariano
c07a30a60e Fix imports on views 2023-05-24 11:54:01 +00:00
Alvaro Mariano
40a3f84083 Fix imports on views 2023-05-24 07:48:32 -03:00
Alvaro Mariano
6de7d80ff6 Merge branch 'nahidsaikat-dry_principle' 2023-05-23 21:22:47 -03:00
nahid
0474c884e9 Add helpers.py file with some helper functions to ensure DRY principle 2023-05-23 21:19:11 -03:00
Alvaro Mariano
28c49b801a Merge branch 'cron-ooo-master' 2023-05-22 22:04:51 -03:00
Ian Campbell
ae09fe5e52 Update changelog for potential release. 2023-05-22 22:02:09 -03:00
Dan DeFelippi
96d8771072 Minor style improvements 2023-05-22 22:01:48 -03:00
Dan DeFelippi
5d312f429f Add support to register_notify_callbacks for marking notifications as read. 2023-05-22 22:01:48 -03:00
Utkucan Bıyıklı
c296c70667 remove unneccesry files 2023-05-22 22:00:58 -03:00
Utkucan Bıyıklı
ebbf3dde09 humanize_timestamp function split.Create naturalday() and naturaltime() function for humanize timestmap. 2023-05-22 22:00:53 -03:00
Utkucan Bıyıklı
d7fdb6b48d Added humanize for human readable notifactino timestamp 2023-05-22 21:59:11 -03:00
Utkucan Bıyıklı
25d0e20565 Added humanize for human readable notifactino timestamp 2023-05-22 21:59:02 -03:00
Alvaro Mariano
603939bfc9 #263 Fix vunerability in views 2023-05-22 21:58:21 -03:00