| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increased test coverage | Dmitriy Zaporozhets | 2012-11-21 | 2 | -0/+50 |
| | | |||||
| * | Validate username. Gitlab::Regex added | Dmitriy Zaporozhets | 2012-11-28 | 1 | -0/+1 |
| | | |||||
| * | Allow project creation in scope of group for non-admin but group owners | Dmitriy Zaporozhets | 2012-11-25 | 3 | -0/+12 |
| | | |||||
| * | Reannotated | Dmitriy Zaporozhets | 2012-11-24 | 4 | -4/+18 |
| | | |||||
| * | Fix model tests | Dmitriy Zaporozhets | 2012-11-23 | 3 | -9/+6 |
| | | |||||
| * | Ability to create project with namespace | Dmitriy Zaporozhets | 2012-11-23 | 1 | -0/+1 |
| | | |||||
| * | Move directory with project. Fixed all related path methods to use namespace | Dmitriy Zaporozhets | 2012-11-22 | 2 | -0/+13 |
| | | |||||
| * | Fixed spec | Dmitriy Zaporozhets | 2012-11-20 | 1 | -1/+0 |
| | | |||||
| * | Reannotated | Dmitriy Zaporozhets | 2012-11-20 | 4 | -7/+12 |
| | | |||||
| * | Post Receive Refactored. Service hooks also triggered now | Dmitriy Zaporozhets | 2012-11-19 | 1 | -6/+8 |
| | | |||||
| * | Annotated. schema updated | Dmitriy Zaporozhets | 2012-11-19 | 15 | -87/+88 |
| | | |||||
| * | Service model and service hook | Dmitriy Zaporozhets | 2012-11-20 | 2 | -0/+44 |
| | | |||||
| * | Fix specs | Riyad Preukschas | 2012-11-14 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #1928 from kouno/cleanup-factories | Dmitriy Zaporozhets | 2012-11-13 | 12 | -68/+68 |
| |\ | | | | | Remove backward compatibility of factories. | ||||
| | * | Remove backward compatibility of factories. | Vincent Bonmalais | 2012-11-13 | 12 | -68/+68 |
| | | | |||||
| * | | Annotated | Dmitriy Zaporozhets | 2012-11-07 | 1 | -0/+1 |
| |/ | |||||
| * | Handle perfomance issue with team import. Model specs | Dmitriy Zaporozhets | 2012-10-24 | 1 | -0/+33 |
| | | |||||
| * | Fixing broken test of project last_activity | randx | 2012-10-17 | 1 | -16/+16 |
| | | |||||
| * | Added project has_one :last_event assoc. Fixed tab line-height after ↵ | randx | 2012-10-17 | 1 | -4/+3 |
| | | | | | font-awesome. Increased projects per page on dashboard | ||||
| * | Make Note methods saner | Riyad Preukschas | 2012-10-13 | 1 | -2/+16 |
| | | |||||
| * | Separate observing of Note and MergeRequests | Robb Kidd | 2012-10-10 | 1 | -0/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move is_assigned? and is_being_xx? methods to IssueCommonality This is behavior merge requests have in common with issues. Moved methods to IssueCommonality role. Put specs directly into merge_request_spec because setup differs for issues and MRs specifically in the "closed" factory to use. * Add MergeRequestObserver. Parallels IssueObserver in almost every way. Ripe for refactoring. * Rename MailerObserver to NoteObserver With merge request observing moved out of MailerObserver, all that was left was Note logic. Renamed to NoteObserver, added tests and updated application config for new observer names. Refactored NoteObserver to use the note's author and not rely on current_user. * Set current_user for MergeRequestObserver IssueObserver and MergeRequestObserver are the only observers that need a reference to the current_user that they cannot look up on the objects they are observing. | ||||
| * | Make MRs also count and display its commits' notes | Riyad Preukschas | 2012-10-10 | 1 | -0/+15 |
| | | |||||
| * | Annotated | Dmitriy Zaporozhets | 2012-10-09 | 13 | -0/+208 |
| | | |||||
| * | tests fix | Andrey Kumanyaev | 2012-10-09 | 6 | -8/+8 |
| | | |||||
| * | Merge branch 'feature/groups' of dev.gitlabhq.com:gitlabhq | Valery Sizov | 2012-10-03 | 2 | -0/+46 |
| |\ | |||||
| | * | refactored factory + fixed tests | Dmitriy Zaporozhets | 2012-10-02 | 1 | -0/+2 |
| | | | |||||
| | * | Group entity. Group has many projects | Dmitriy Zaporozhets | 2012-10-02 | 2 | -0/+44 |
| | | | |||||
| * | | Merge pull request #1617 from dosire/reject-ssh-keys-that-break-gitolite | Valeriy Sizov | 2012-10-03 | 1 | -0/+12 |
| |\ \ | | | | | | | Reject ssh keys that break gitolite | ||||
| | * | | Reject ssh keys that break gitolite. | Sytse Sijbrandij | 2012-09-24 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | Failing test. Working check. | ||||
| * | | | Cache the value of safe_message | Robert Speicher | 2012-10-02 | 1 | -0/+37 |
| | |/ |/| | | | | | | | | | | | Also, just for extra paranoia, only call safe_message once in the decorator methods Adds specs to make sure it still works | ||||
| * | | Use Rails.root.join where appropriate | Robert Speicher | 2012-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | set activerecord whitelist_attributes to true | Nihad Abbasov | 2012-09-26 | 12 | -26/+56 |
| | | | |||||
| * | | Protect users projects_limit from mass assignment. | Marin Jankovski | 2012-09-26 | 1 | -0/+26 |
| | | | |||||
| * | | A bit of test refactoring | randx | 2012-09-15 | 1 | -21/+20 |
| |/ | |||||
| * | Merge pull request #1409 from riyad/update-votes | Dmitriy Zaporozhets | 2012-09-11 | 3 | -10/+17 |
| |\ | | | | | Update votes for issues and merge requests | ||||
| | * | Rename Upvote role to Votes | Riyad Preukschas | 2012-09-08 | 2 | -2/+2 |
| | | | |||||
| | * | Make notes recognize downvotes | Riyad Preukschas | 2012-09-08 | 1 | -8/+15 |
| | | | |||||
| * | | User left project event added | Alex Denisov | 2012-09-10 | 1 | -1/+12 |
| | | | |||||
| * | | User joined project event added | Alex Denisov | 2012-09-09 | 1 | -0/+11 |
| |/ | |||||
| * | Merge pull request #1384 from tsigo/emoji | Dmitriy Zaporozhets | 2012-09-06 | 1 | -0/+10 |
| |\ | | | | | Emoji! | ||||
| | * | Update Note#upvote? to support emoji voting | Robert Speicher | 2012-09-06 | 1 | -0/+10 |
| | | | |||||
| * | | Fix spec broken by bde19c0 | Robert Speicher | 2012-09-06 | 1 | -1/+1 |
| |/ | |||||
| * | add validations for boolean attributes | Nihad Abbasov | 2012-09-05 | 3 | -2/+8 |
| | | |||||
| * | Update User#identifier to conform to Gitolite 2.x's user pattern | Robert Speicher | 2012-09-04 | 1 | -24/+34 |
| | | | | | | | Also modifies the specs a bit because I can't help myself. Closes #480 | ||||
| * | fix project.last_activity spec | randx | 2012-08-30 | 1 | -1/+1 |
| | | |||||
| * | Add more coverage for model validations and associations | Robert Speicher | 2012-08-29 | 11 | -48/+85 |
| | | |||||
| * | Remove annotations from specs | Robert Speicher | 2012-08-29 | 13 | -212/+0 |
| | | |||||
| * | Move IssueCommonality and Upvote specs out of models and into their own specs | Robert Speicher | 2012-08-29 | 2 | -66/+8 |
| | | |||||
| * | Remove model specs that are covered by factories_spec | Robert Speicher | 2012-08-29 | 2 | -12/+0 |
| | | |||||
| * | Remove all instances to 'gitlabhq_x' seed repositories from specs and features | Robert Speicher | 2012-08-28 | 1 | -1/+1 |
| | | | | | We now need only one seed repo! Also cleans up the seeding script. | ||||
