Weekly GitHub Report for Monica - 2024-11-19 14:09:35
Weekly GitHub Report for Monica
Thank you for subscribing to our weekly newsletter! Each week, we deliver a comprehensive summary of your GitHub project's latest activity right to your inbox, including an overview of your project's issues, pull requests, contributors, and commit activity.
Table of Contents
I. Issues
1.1 Top 5 Active Issues:
We consider active issues to be issues that that have been commented on most frequently within the last week.
-
[Chandler] Setting
QUEUE_CONNECTION
toredis
causes Chandler not working: This issue is about a bug where settingQUEUE_CONNECTION
toredis
causes Chandler to not work properly, as the dispatched jobs to the queues are not executed. The user has to changeQUEUE_CONNECTION
tosync
to get Chandler working, including sending email notifications.- The comments section includes confirmation from another user that the issue also occurs when using MariaDB, a user expressing concern about using Redis, a user observing missing default templates when using Redis, and a suggestion to open an issue on Laravel if there is an issue with using Redis.
- Number of comments this week: 4
-
AI Chatbot support for Q&A and Actions, aka ChatGPT for Monica: This issue is a feature request for adding AI Chatbot support for Q&A and actions, specifically suggesting the integration of ChatGPT into Monica to enable functionalities like asking questions about contacts and performing tasks via text.
- The comments discuss the feasibility and challenges of implementing the suggested AI Chatbot support, including considerations about privacy, token costs, and the potential need for pseudo-functions to enable complex interactions.
- Number of comments this week: 3
-
Inconsistent password requirements: This issue is about inconsistent password requirements in Monica v5, where the same password is accepted for an admin account but rejected for a user account. The user encountered an error message stating that the password may only contain letters, numbers, and dashes.
- The comments section consists of one user asking how the admin account was created, another user explaining that they registered through
/register
, and a final comment mentioning that the issue may have been fixed recently. - Number of comments this week: 3
- The comments section consists of one user asking how the admin account was created, another user explaining that they registered through
-
How do I increase storage on Chandler beyond 50MB? [Selfhosted]: This issue is about a user self-hosting Chandler on their own hardware using Docker and wanting to increase the maximum storage from 50MB to unlimited storage.
- The comments on this issue suggest that the user should ask this question in Discussions as it is not an issue. Additionally, it is mentioned that while there is no way to increase storage limit via the web UI, users can update account limits directly through SQL if self-hosting.
- Number of comments this week: 3
-
Support "unlimited" storage in Chandler: This issue is about supporting "unlimited" storage in Chandler by allowing a user to have unlimited storage or setting a storage limit to -1 for no limit, as setting the limit to "0" in Monica 5.x does not achieve the desired result. An alternative solution suggested is setting an incredibly high number for the limit, but a more explicit option is preferred.
- The comments on this issue mainly revolve around clarifying the current functionality related to setting the storage limit to 0 for unlimited storage in Monica, with one user pointing out the .env.example file indicating that 0=unlimited, while another user mentions that v5 does not honor the limit in the same way as v4. Additionally, there is a discussion about updating the UI to display "Unlimited" instead of 0 when there are no limits set.
- Number of comments this week: 3
1.2 Top 5 Stale Issues:
We consider stale issues to be issues that have been opened in this project for the longest time within the last year. The team should work together to get these issues resolved and closed as soon as possible.
-
[Chandler] No option to create a role in groups (yet): This issue pertains to the lack of an option to create a role in groups within the Chandler project on GitHub, despite there being a field for roles of a contact in a group. The bug description highlights the inability to create such a role, both when creating a group and when adding a contact to an existing group.
- Open for 385 days, 18 hours, 53 minutes
-
AI Chatbot support for Q&A and Actions, aka ChatGPT for Monica: This issue is a feature request for AI Chatbot support for Q&A and Actions, specifically ChatGPT integration for Monica. The user is requesting the ability to have a chat interface that can perform tasks such as asking questions about contacts and adding notes through text.
- Open for 368 days, 09 hours, 25 minutes
-
Monica API: occupation and company are not visible: This issue pertains to a bug in the Monica API where the occupation and company information is not visible in the user interface, despite being created and linked through the API on the app.monicahq.com platform.
The bug description includes the steps to reproduce the issue, the expected behavior, and additional information suggesting that the company and occupation API endpoints may not be properly connected to the rest of the application, potentially impacting the user experience on Monica v4. - Open for 365 days, 18 hours, 29 minutes
- Undefined in post title input as default: This issue is about a bug in the post creation process on Monica, where the title input defaults to 'undefined' even when left unfilled, leading to unexpected post additions without content in the title field.
This issue has been open for 365 days, 10 hours, and 41 minutes, and it specifically addresses the issue of the title input defaulting to 'undefined' in both Regular and Inspirational post creation on Monica, causing posts to be added unexpectedly without a filled title field. - Open for 365 days, 10 hours, 41 minutes
- Inconsistent password requirements: This issue pertains to inconsistent password requirements within the Monica v5 platform, where the same password is accepted for an admin account but rejected for a user account, causing confusion and inconvenience for users. The issue highlights a discrepancy in password validation rules, as special characters like
!
are accepted for admin accounts but not for invited users, leading to unexpected error messages during account creation.- Open for 359 days, 21 hours, 36 minutes
1.3 Open Issues
This section lists, groups, and then summarizes issues that were created within the last week in the repository.
Issues Opened This Week: 0
Summarized Issues:
As of our latest update, there are no open issues for the project this week.
1.4 Closed Issues
This section lists, groups, and then summarizes issues that were closed within the last week in the repository. This section also links the associated pull requests if applicable.
Issues Closed This Week: 0
Summarized Issues:
As of our latest update, there were no issues closed in the project this week.
1.5 Issue Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed issues that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
As of our last update, there are no open or closed issues with discussions going on within the past week.
II. Pull Requests
2.1 Open Pull Requests
This section lists and summarizes pull requests that were created within the last week in the repository.
Pull Requests Opened This Week: 0
Pull Requests:
As of our latest update, there are no open pull requests for the project this week.
2.2 Closed Pull Requests
This section lists and summarizes pull requests that were closed within the last week in the repository. Similar pull requests are grouped, and associated commits are linked if applicable.
Pull Requests Closed This Week: 0
Summarized Pull Requests:
As of our latest update, there are no closed pull requests for the project this week.
2.3 Pull Request Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed pull requests that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
As of our last update, there are no open or closed pull requests with discussions going on within the past week.
III. Commits
3.1 Commits
This section lists and summarizes commits made within the last week and groups them based on topic.
Commits Made This Week: 0
Summarized Commits:
As of our latest update, there are no commits for the project this week.
IV. Contributors
4.1 Contributors
Active Contributors:
We consider an active contributor in this project to be any contributor who has made at least 1 commit, opened at least 1 issue, created at least 1 pull request, or made more than 2 comments in the last month.
As of our latest update, there are no active contributors for the project this week.
Could not access link