[Mailman-Developers] [GSoC] Guidance needed for GitLab issues project

2016-03-03 Thread Gurkirpal Singh
working on some easier issues. About Me: I am Gurkirpal Singh, a 20 years old student from India. I have been coding in Python for about an year. I have some beginner level familiarity with Django .I have worked on some small open source projects. The code is at github.com/gpalsingh (but that

[Mailman-Developers] Should the thread-to-issue tool join threads?

2016-03-18 Thread Gurkirpal Singh
Hi, I have a little question about the GitLab integration project. There might be some messages that were not included in the main thread because the sender sent the message manually by setting the subject as "RE: Something". Should the tool try to find and include these messages?

[Mailman-Developers] Unable to commit changes from mailman shell to database

2016-04-02 Thread Gurkirpal Singh
I tried the doing it the way you did and got the same result. After checking with "dir()" I found a "commit" method. I tried running it and it worked. >>> dir() ['IUserManager', '__builtins__', 'a', 'abort', 'commit', 'config', 'getUtility', 'l', 'm', 'now', 'um', 'user_manager', 'x'] >>> com