AsafGartner
  • Joined on 2021-12-04
AsafGartner pushed to beta at hmn/hmn 2022-02-13 20:07:55 +00:00
8e7c20fffa Removed old project logo url fields
d32cd0a849 Removed old user avatar url field from the db
Compare 2 commits »
AsafGartner pushed to live at hmn/hmn 2022-02-13 00:37:19 +00:00
6445567840 Merge branch 'master' of git.handmade.network:hmn/hmn
9faba4270c Fixed issue on project edit when one of the owners is unapproved
Compare 2 commits »
AsafGartner pushed to beta at hmn/hmn 2022-02-13 00:37:08 +00:00
6445567840 Merge branch 'master' of git.handmade.network:hmn/hmn
9faba4270c Fixed issue on project edit when one of the owners is unapproved
Compare 2 commits »
AsafGartner pushed to master at hmn/hmn 2022-02-13 00:36:51 +00:00
6445567840 Merge branch 'master' of git.handmade.network:hmn/hmn
9faba4270c Fixed issue on project edit when one of the owners is unapproved
Compare 2 commits »
AsafGartner pushed to beta at hmn/hmn 2022-02-10 20:39:34 +00:00
b2a2b49abe Added the search bar to the footer
1ce6ec080b Commented out HMS banner.
50332c6800 Fixed "mark all as read"
Compare 3 commits »
AsafGartner pushed to live at hmn/hmn 2022-02-10 20:39:23 +00:00
b2a2b49abe Added the search bar to the footer
1ce6ec080b Commented out HMS banner.
50332c6800 Fixed "mark all as read"
Compare 3 commits »
AsafGartner pushed to master at hmn/hmn 2022-02-10 20:32:29 +00:00
b2a2b49abe Added the search bar to the footer
1ce6ec080b Commented out HMS banner.
50332c6800 Fixed "mark all as read"
Compare 3 commits »
AsafGartner closed pull request hmn/hmn#2 2022-02-10 18:45:16 +00:00
discord_messages
AsafGartner pushed to live at hmn/hmn 2022-02-10 18:44:52 +00:00
c8f401f738 Updated cmd description
43651d98e8 Code review
92d6a31aa9 Fixed tag removal issue.
378d6eb836 Removed old comment.
60a71d5dd1 Fixed indent.
Compare 20 commits »
AsafGartner pushed to master at hmn/hmn 2022-02-10 18:44:35 +00:00
c8f401f738 Updated cmd description
43651d98e8 Code review
92d6a31aa9 Fixed tag removal issue.
378d6eb836 Removed old comment.
60a71d5dd1 Fixed indent.
Compare 6 commits »
AsafGartner pushed to beta at hmn/hmn 2022-02-10 16:35:28 +00:00
c8f401f738 Updated cmd description
43651d98e8 Code review
92d6a31aa9 Fixed tag removal issue.
378d6eb836 Removed old comment.
60a71d5dd1 Fixed indent.
Compare 9 commits »
AsafGartner commented on pull request hmn/hmn#2 2022-02-07 13:02:42 +00:00
discord_messages

It wouldn't cause the message to be deleted. It would just leave the message with different content from what we captured when we initially created the snippet.

AsafGartner commented on pull request hmn/hmn#2 2022-02-07 13:00:30 +00:00
discord_messages

I think it's simple enough for now.

AsafGartner commented on pull request hmn/hmn#2 2022-02-07 12:54:19 +00:00
discord_messages

I configured the mailer for gitea. Is this on?

AsafGartner pushed to discord_messages at hmn/hmn 2022-02-07 12:25:34 +00:00
c8f401f738 Updated cmd description
AsafGartner pushed to discord_messages at hmn/hmn 2022-02-07 12:22:02 +00:00
43651d98e8 Code review
AsafGartner commented on pull request hmn/hmn#2 2022-02-03 03:57:14 +00:00
discord_messages

What do you mean? This path deletes all project tags and only re-tags with whatever is in the message. Untagging just works.

AsafGartner commented on pull request hmn/hmn#2 2022-02-03 03:53:51 +00:00
discord_messages

No idea. I copied the cleanup code as-is. We should test this.

AsafGartner commented on pull request hmn/hmn#2 2022-02-03 03:51:51 +00:00
discord_messages

It's kind of an error here because we just pulled that same message out of the db.

Step 1: Get a list of interned message IDs that don't have content.
Step 2: Get the full interned message struct…

AsafGartner pushed to discord_messages at hmn/hmn 2022-01-31 08:22:45 +00:00
92d6a31aa9 Fixed tag removal issue.