public inbox for [email protected]
 help / color / mirror / Atom feed
From: Ammar Faizi <[email protected]>
To: Muhammad Rizki <[email protected]>
Cc: Ammar Faizi <[email protected]>,
	Alviro Iskandar Setiawan <[email protected]>,
	GNU/Weeb Mailing List <[email protected]>
Subject: Re: [PATCH v5 00/19] New feature to handle atom URLs and broadcast
Date: Wed,  3 Aug 2022 07:14:06 +0700	[thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

On Mon, 1 Aug 2022 07:18:58 +0700, Muhammad Rizki wrote:
> Morning guys,
> 
> This is v5 revision of new feature to handle atom URLs and broadcast.
> 
> In this series, I add a comment in ../.gitignore to define what it is
> for. I've edit for /del_bc --list to make the message disable the web
> preview in the packages/plugins/commands/manage_broadcast.py file.
> 
> [...]

Applied, thanks!

[01/19] Add new table for atom URLs and broadcast chats in db.sql
        commit: 7981e2fbeeca7174fe41c4a03bbea108976214e8
[02/19] Add a comment in .gitignore
        commit: 19db008a1cb1d48b1eb9765b9a5bb3c91d45327b
[03/19] Add ATOM_URLS and BROADCAST_CHAT methods
        commit: cd184f9fee210a29b44135a1d605fbc1f8b76fe7
[04/19] Fix MySQL InternalError: Unread result found
        commit: 7c724c4ccea75b01ec25c23f0810351f4d4536bf
[05/19] Create /add_atom command
        commit: b31d5f993f6a7c356f81a61bbcf3f60e673e02f1
[06/19] Add utility functions for /add_atom
        commit: c5e205edf34414b97ef6a32e2d3e4002c552490b
[07/19] Refactor database methods
        commit: fd22637299dc0a2bfd637f1380ff8a94e0ac19a1
[08/19] Add insert_atom() in scraper/db.py
        commit: d8c7b54a4b1132478b6103df74c9511b277823fd
[09/19] Rename admin.py to debugger.py
        commit: 8dd3f083c59c22e9210c1333af4a119e83e4e3c7
[10/19] Add delete_atom() function in scraper/db.py
        commit: c6dafabfd0a7cf3ef1d463e0667fb9aa882549c6
[11/19] Add utility function buton_numbers()
        commit: 6f60b6bd26c14e0686f69934a3ef682a15fb9216
[12/19] Move bot commands related files to packages/plugins/commands/
        (no commit info)
[13/19] Add del_atom callback query
        commit: 342487142d03a6e908f82c83d4a9617b24530b0b
[14/19] Add insert_broadcast() in scraper/db.py
        commit: 6ef7113c4b4d57d75f59aace30977c2175c668a3
[15/19] Add delete_broadcast() in scraper/db.py
        commit: 074ec6201c1d2c8dcd843c45bab8750dcaf7f62e
[16/19] Create /add_bc bot command
        commit: e3c40105abc6ed17a425a6dd8c3aafcb44aaec1d
[17/19] Add create_chat_link() function
        commit: 730af3f162387ee17d336a6a4fd4751de8b70174
[18/19] Add /del_bc bot command
        commit: 11fb61776467d66999d6c46b132f25d5a8aa3d13
[19/19] Add del_chat callback query
        commit: 06dc9b03a438dafa9fde0a5077ca92affca77563

Best regards,
-- 
Ammar Faizi

      parent reply	other threads:[~2022-08-03  0:14 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01  0:18 [PATCH v5 00/19] New feature to handle atom URLs and broadcast Muhammad Rizki
2022-08-01  0:18 ` [PATCH v5 01/19] Add new table for atom URLs and broadcast chats in db.sql Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 02/19] Add a comment in .gitignore Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 03/19] Add ATOM_URLS and BROADCAST_CHAT methods Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 04/19] Fix MySQL InternalError: Unread result found Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 05/19] Create /add_atom command Muhammad Rizki
2022-08-02 21:43   ` Ammar Faizi
2022-08-01  0:19 ` [PATCH v5 06/19] Add utility functions for /add_atom Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 07/19] Refactor database methods Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 08/19] Add insert_atom() in scraper/db.py Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 09/19] Rename admin.py to debugger.py Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 10/19] Add delete_atom() function in scraper/db.py Muhammad Rizki
2022-08-02 21:45   ` Ammar Faizi
2022-08-01  0:19 ` [PATCH v5 11/19] Add utility function buton_numbers() Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 12/19] Move bot commands related files to packages/plugins/commands/ Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 13/19] Add del_atom callback query Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 14/19] Add insert_broadcast() in scraper/db.py Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 15/19] Add delete_broadcast() " Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 16/19] Create /add_bc bot command Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 17/19] Add create_chat_link() function Muhammad Rizki
2022-08-01  0:19 ` [PATCH v5 18/19] Add /del_bc bot command Muhammad Rizki
2022-08-02 21:47   ` Ammar Faizi
2022-08-01  0:19 ` [PATCH v5 19/19] Add del_chat callback query Muhammad Rizki
2022-08-02 21:47   ` Ammar Faizi
2022-08-03  0:13 ` [PATCH v5 00/19] New feature to handle atom URLs and broadcast Ammar Faizi
2022-08-03  0:14 ` Ammar Faizi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=165948520239.1498245.82919708912346939.b4-ty@gnuweeb.org \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox