Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add #changeitem <no> command to MeetBot | Joachim Filip Ignacy Bartosik | 2011-06-22 | 3 | -10/+38 | |
| | | ||||||
* | | Close voting when last user allowed to vote voted. | Joachim Filip Ignacy Bartosik | 2011-06-22 | 2 | -1/+20 | |
| | | ||||||
* | | Shell script to run all tests | Joachim Filip Ignacy Bartosik | 2011-06-22 | 1 | -0/+14 | |
|/ | ||||||
* | Merge remote-tracking branch 'github/new_bot_commands' | Petteri Räty | 2011-06-18 | 6 | -91/+266 | |
|\ | ||||||
| * | Add '#option remove' command to MeetBot | Joachim Filip Ignacy Bartosik | 2011-06-17 | 3 | -6/+36 | |
| | | ||||||
| * | Add '#option add' command to MeetBot | Joachim Filip Ignacy Bartosik | 2011-06-16 | 3 | -1/+26 | |
| | | ||||||
| * | Fix TestMeeting class | Joachim Filip Ignacy Bartosik | 2011-06-16 | 1 | -4/+4 | |
| | | ||||||
| * | Add #option list command | Joachim Filip Ignacy Bartosik | 2011-06-16 | 3 | -20/+59 | |
| | | ||||||
| * | Reminder plugin more testable + tests for it | Joachim Filip Ignacy Bartosik | 2011-06-14 | 2 | -4/+30 | |
| | | ||||||
| * | Improve Supybot tests, fix bugs found in the process | Joachim Filip Ignacy Bartosik | 2011-06-14 | 3 | -45/+51 | |
| | | ||||||
| * | Disable agenda management by default | Joachim Filip Ignacy Bartosik | 2011-06-14 | 3 | -0/+18 | |
| | | | | | | | | | | | | | | Reasons: * Users may not want it, so they should be able to turn it off * Tests don't fail when localhost:3000 is unreachable * Make tests faster. | |||||
| * | Make Meetbot tests cleaner, fix one bug found in the process | Joachim Filip Ignacy Bartosik | 2011-06-13 | 3 | -44/+75 | |
| | | ||||||
* | | Remove some duplication | Joachim Filip Ignacy Bartosik | 2011-06-17 | 4 | -11/+16 | |
| | | | | | | | | | | Reported by Metrical/Reek. Some reported duplication left (Calls to ActiveRecord fields, calls to acting_user etc.) | |||||
* | | Change names to communicative | Joachim Filip Ignacy Bartosik | 2011-06-17 | 3 | -19/+19 | |
| | | | | | | | | To improve UncommunicativeName reports | |||||
* | | Improve Agenda model spec coverage | Joachim Filip Ignacy Bartosik | 2011-06-17 | 2 | -1/+44 | |
| | | | | | | | | Fixed Agenda#current? - now it returns true for agendas in state meeting_ongoing. | |||||
* | | Improve VotingOption model test coverage | Joachim Filip Ignacy Bartosik | 2011-06-17 | 1 | -0/+7 | |
| | | ||||||
* | | Improve User model test coverage | Joachim Filip Ignacy Bartosik | 2011-06-17 | 3 | -2/+111 | |
| | | ||||||
* | | Remove trailing whitespace | Joachim Filip Ignacy Bartosik | 2011-06-13 | 1 | -1/+1 | |
|/ | ||||||
* | Show slacking information in the application | Joachim Filip Ignacy Bartosik | 2011-06-10 | 10 | -1/+174 | |
| | | | | Using participations | |||||
* | Handle proxies attendance | Joachim Filip Ignacy Bartosik | 2011-06-10 | 2 | -3/+12 | |
| | | | | Mark council member who appointed proxy as present, not proxy. | |||||
* | Receive list of meeting participants from IRC bot | Joachim Filip Ignacy Bartosik | 2011-06-10 | 7 | -20/+49 | |
| | ||||||
* | Plugin that sends reminders to users | Joachim Filip Ignacy Bartosik | 2011-06-10 | 6 | -0/+257 | |
| | ||||||
* | agenda/reminders page lists users that bot should remind about meeting | Joachim Filip Ignacy Bartosik | 2011-06-10 | 5 | -4/+36 | |
| | | | | and gives some additional information to avoid multiple pings | |||||
* | Send email reminders about meetings using delayed_job | Joachim Filip Ignacy Bartosik | 2011-06-10 | 15 | -6/+170 | |
| | ||||||
* | Bot obtains voters, agenda items and voting options lists from webapp | Joachim Filip Ignacy Bartosik | 2011-06-10 | 2 | -4/+8 | |
| | ||||||
* | Bugfix - agenda items management | Joachim Filip Ignacy Bartosik | 2011-06-05 | 5 | -4/+20 | |
| | | | | | | Don't list rejected agenda items Don't show "Reject" and "Add to current agenda" buttons on pages showing item already in agenda. | |||||
* | Bugfix: broken agenda initializer | Joachim Filip Ignacy Bartosik | 2011-06-05 | 1 | -1/+1 | |
| | ||||||
* | Bot posts voting results to webapp | Joachim Filip Ignacy Bartosik | 2011-06-03 | 2 | -0/+12 | |
| | ||||||
* | List proxies as voters | Joachim Filip Ignacy Bartosik | 2011-06-03 | 3 | -1/+24 | |
| | | | | So IRC bot will handle them properly | |||||
* | Manage proxies with web app | Joachim Filip Ignacy Bartosik | 2011-06-03 | 12 | -2/+110 | |
| | ||||||
* | Proxy model | Joachim Filip Ignacy Bartosik | 2011-06-03 | 6 | -1/+209 | |
| | ||||||
* | Application receives data from IRC bot | Joachim Filip Ignacy Bartosik | 2011-06-03 | 8 | -1/+63 | |
| | ||||||
* | Bot obtains voters, agenda items and voting options lists from webapp | Joachim Filip Ignacy Bartosik | 2011-06-03 | 8 | -2/+633 | |
| | ||||||
* | Add *.pyc to .gitignore | Joachim Filip Ignacy Bartosik | 2011-06-01 | 1 | -0/+1 | |
| | | | | We don't want to track those files. | |||||
* | Application provides data for IRC bot | Joachim Filip Ignacy Bartosik | 2011-06-01 | 20 | -5/+309 | |
| | ||||||
* | MeetBot plugin from Debian | Joachim Filip Ignacy Bartosik | 2011-05-24 | 20 | -0/+4600 | |
| | ||||||
* | Basic meeting participation tracing | Joachim Filip Ignacy Bartosik | 2011-05-24 | 11 | -6/+127 | |
| | | | | | When archiving agenda mark all council members as participants. Remember their names and irc_nicks. | |||||
* | Agenda items | Joachim Filip Ignacy Bartosik | 2011-05-24 | 16 | -1/+304 | |
| | ||||||
* | Agenda lifecycle (semi-automatically managed) | Joachim Filip Ignacy Bartosik | 2011-05-24 | 14 | -29/+241 | |
| | | | | | | | When starting application create new (open) agenda if there are 0 non-archival agendas. When archiving agenda create a new open agenda. Agenda is valid only if it's archival agenda or if there are no other non-archival agendas. | |||||
* | Use fuubar | Joachim Filip Ignacy Bartosik | 2011-05-24 | 3 | -1/+7 | |
| | ||||||
* | Breakpoint after failed cucumber step | Joachim Filip Ignacy Bartosik | 2011-05-24 | 1 | -0/+6 | |
| | | | | For easier fixing | |||||
* | Agenda model | Joachim Filip Ignacy Bartosik | 2011-05-24 | 13 | -2/+155 | |
| | ||||||
* | Start using factory_girl | Joachim Filip Ignacy Bartosik | 2011-05-20 | 2 | -0/+3 | |
| | ||||||
* | Add council_member role to User model | Joachim Filip Ignacy Bartosik | 2011-05-20 | 3 | -7/+19 | |
| | ||||||
* | Use hobo_devise to manage users login | Joachim Filip Ignacy Bartosik | 2011-05-20 | 8 | -10/+87 | |
| | ||||||
* | Add irc_nick field to User model | Joachim Filip Ignacy Bartosik | 2011-05-20 | 7 | -3/+64 | |
| | ||||||
* | Cookie steps | Joachim Filip Ignacy Bartosik | 2011-05-20 | 4 | -0/+10 | |
| | | | | Useful for problem finding | |||||
* | Cucumber with a login feature demonstrating cookies work | Joachim Filip Ignacy Bartosik | 2011-05-13 | 11 | -0/+426 | |
| | ||||||
* | A working rspec test | Joachim Filip Ignacy Bartosik | 2011-05-10 | 5 | -0/+54 | |
| | ||||||
* | A plain hobo application | Joachim Filip Ignacy Bartosik | 2011-05-10 | 72 | -0/+12552 | |
| |