summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Link issues from comments and automatically close themash wilson2013-08-256-12/+152
* Recreate project satellite on rename or transferDmitriy Zaporozhets2013-08-221-0/+1
* ReannotateDmitriy Zaporozhets2013-08-2117-65/+71
* Remove can_create_team code from userDmitriy Zaporozhets2013-08-211-2/+1
* Add iids to milestones. Moved iids logic to separate concernDmitriy Zaporozhets2013-08-215-13/+21
* Remove deprecated modelsDmitriy Zaporozhets2013-08-213-198/+0
* Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-08-204-1/+29
|\
| * Searching for issue/mr by iid in markdownDmitriy Zaporozhets2013-08-201-1/+1
| * Iid improvemetsDmitriy Zaporozhets2013-08-192-1/+9
| * Show iid in event feed and uatocomplete as default id for issues, mrDmitriy Zaporozhets2013-08-191-0/+4
| * Sett iid on create. Use iid as value to_paramDmitriy Zaporozhets2013-08-192-0/+16
* | Merge branch 'refactor/access_roles' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-08-203-46/+10
|\ \
| * | Refactor access roles methodsDmitriy Zaporozhets2013-08-203-46/+10
| |/
* | Merge pull request #4812 from hiroponz/remove-dependancy-of-gritDmitriy Zaporozhets2013-08-202-32/+8
|\ \
| * | Remove the dependancy of grit from class Network::GraphHiroyuki Sato2013-08-202-32/+8
| |/
* | Render small avatars for inline eventsDmitriy Zaporozhets2013-08-201-0/+10
* | Rename wiki repo if project repo was removedDmitriy Zaporozhets2013-08-201-0/+1
|/
* Fixed wrong last-edit time for wikiDmitriy Zaporozhets2013-08-161-0/+4
* Ensure project discover default branch on Project#showDmitriy Zaporozhets2013-08-151-1/+1
* Allow project name, path etc start with number. Fixed specsDmitriy Zaporozhets2013-08-131-2/+2
* Validate project limit only when create projectDmitriy Zaporozhets2013-08-131-1/+1
* Increase commit title limit at Commit#show so it does not truncate most of Me...Dmitriy Zaporozhets2013-08-121-6/+6
* Prevent 500 on project home page if project has extremely huge number of commitsDmitriy Zaporozhets2013-08-121-1/+5
* Repository import during project creation often return timeout for medium and...Dmitriy Zaporozhets2013-08-121-6/+4
* Rewrite issues/mr filtering logicDmitriy Zaporozhets2013-08-102-1/+1
* Added can_test? mehod to Service model and added testsRonald van Eede2013-08-091-0/+4
* Fix filter context. Dont duplicate target project name for MRDmitriy Zaporozhets2013-08-083-2/+2
* Fix unmerged diff for non-fork MRDmitriy Zaporozhets2013-08-081-1/+2
* Merge branch 'master' into karlhungus-mr-on-forkDmitriy Zaporozhets2013-08-086-17/+72
|\
| * Refactor recent branches pageDmitriy Zaporozhets2013-08-051-0/+6
| * Update main calls to gitlab_gitDmitriy Zaporozhets2013-08-052-5/+11
| * Fix find_diff for note when noteable is nilDmitriy Zaporozhets2013-08-051-1/+1
| * Move diff parsing to own class. Correctly identify note diff lineDmitriy Zaporozhets2013-08-041-4/+15
| * Dont show comment on diff if diff line was changed after comment leftDmitriy Zaporozhets2013-08-041-0/+11
| * Store diff with line note. It makes possible to see inline notes with proper ...Dmitriy Zaporozhets2013-08-041-8/+22
| * Add warnings about removing team classesDmitriy Zaporozhets2013-08-043-0/+6
* | Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into karl...Dmitriy Zaporozhets2013-07-305-43/+82
|\ \ | |/ |/|
| * Style changes from review with @randxIzaak Alpert2013-07-172-21/+29
| * MR on fork: Email fixes, style fixesIzaak Alpert2013-07-172-11/+9
| * Rebase on masterIzaak Alpert2013-07-171-2/+2
| * MR on fork: Some cleanup, test updatesIzaak Alpert2013-07-171-18/+11
| * Merge Request on forked projectsIzaak Alpert2013-07-175-60/+100
* | Fix typosJohannes Schleifenbaum2013-07-295-6/+6
|/
* Validate fingerprint uniquenessJacob Vosmaer2013-07-171-14/+5
* Use Tempfile.open for automatic cleanupJacob Vosmaer2013-07-171-6/+1
* create corresponding events when create branch/tag with UIDmitriy Zaporozhets2013-07-172-3/+19
* Feature: add git tag via uiDmitriy Zaporozhets2013-07-171-0/+6
* Ability to create new branch via UIDmitriy Zaporozhets2013-07-171-0/+10
* Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets2013-07-162-3/+7
* Create event on dashboard when branch removed via UIDmitriy Zaporozhets2013-07-161-0/+13