summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Remove Wiki and db table since we use gollum nowDmitriy Zaporozhets2013-04-103-57/+1
|
* Use update_column to set :last_activity_at for projectDmitriy Zaporozhets2013-04-101-1/+1
|
* fix gollum git instructions. related to #3562Dmitriy Zaporozhets2013-04-102-2/+6
|
* Merge pull request #3557 from rgbkrk/grammar-showdownDmitriy Zaporozhets2013-04-104-4/+4
|\ | | | | s/was/were/ for plural subjects
| * s/was/were/ for plural subjectsKyle Kelley2013-04-094-4/+4
| |
* | Hat tip to Jan Mauritz Faber for his suggestions.Sytse Sijbrandij2013-04-105-5/+5
|/
* Update sidekiq gem. Make event body color a bit lighterDmitriy Zaporozhets2013-04-091-1/+1
|
* Improve perfomance by using project.last_activity_at in ↵Dmitriy Zaporozhets2013-04-091-3/+2
| | | | project_last_activity helper
* Merge branch 'feature/refactoring_scopes_pr' of ↵Dmitriy Zaporozhets2013-04-098-109/+55
|\ | | | | | | | | | | | | https://github.com/Undev/gitlabhq into Undev-feature/refactoring_scopes_pr Conflicts: db/schema.rb
| * Fix testsAndrey Kumanyaev2013-04-031-6/+6
| |
| * Perfomance updating Project activity sortAndrey Kumanyaev2013-04-032-6/+13
| |
| * Update model methodsAndrey Kumanyaev2013-04-037-104/+43
| |
* | Override Issue opened scope. Now reopened issues also includedDmitriy Zaporozhets2013-04-091-0/+3
| |
* | Fix missing initCheck for Issues page checkboxDmitriy Zaporozhets2013-04-091-0/+1
| |
* | Merge pull request #3538 from AeroNotix/patch-1Dmitriy Zaporozhets2013-04-071-4/+4
|\ \ | | | | | | Fixed JSON description of system hook
| * | Fixed JSON description of system hookAaron France2013-04-061-4/+4
| | | | | | | | | Fixed JSON description of system hook to accurately describe what is actually being sent.
* | | refactor Issues.js. Remove unused actions. Respect filters while searching ↵Dmitriy Zaporozhets2013-04-076-107/+80
| | | | | | | | | | | | for issue
* | | Refactoring & restyle pagination:Dmitriy Zaporozhets2013-04-0624-142/+63
|/ / | | | | | | | | | | - remove admin kaminari theme. Use gitlab theme everywhere - use bootstrap styled for gitlab admin themes - dont reload page when change issue filter
* | Increase event title font size on dashboard activity feedDmitriy Zaporozhets2013-04-063-3/+8
| |
* | apply redesigned MR list to dashboard, group etcDmitriy Zaporozhets2013-04-061-1/+1
| |
* | Redesign issues, mr listsDmitriy Zaporozhets2013-04-0621-99/+180
| |
* | refactor scss, refove unused classesDmitriy Zaporozhets2013-04-068-182/+59
| |
* | remove draperDmitriy Zaporozhets2013-04-051-29/+0
| |
* | Restyle tags pageDmitriy Zaporozhets2013-04-052-24/+23
| |
* | Use data[:commits] hash from event to render push info on dashboardDmitriy Zaporozhets2013-04-053-28/+9
| |
* | Get rid of event decorator. Use event data hash instead commit objects to ↵Dmitriy Zaporozhets2013-04-056-53/+48
| | | | | | | | increase perfomance
* | Prevent same branch in MR seedsDmitriy Zaporozhets2013-04-051-3/+3
| |
* | save each notification setting with ajax on changeDmitriy Zaporozhets2013-04-048-64/+131
| |
* | Merge branch 'improve-new-project-wait-message' of ↵Dmitriy Zaporozhets2013-04-042-2/+2
|\ \ | | | | | | | | | /home/git/repositories/gitlab/gitlabhq
| * | With gitlab-shell it is faster than 2 minutes.Sytse Sijbrandij2013-04-032-2/+2
| | |
* | | Remove user decoratorDmitriy Zaporozhets2013-04-048-32/+10
| | |
* | | Fix notes for commits inside MR being squashed in one discussionDmitriy Zaporozhets2013-04-042-3/+2
| | |
* | | fix not inline comments being hidden cause line_code = ''Dmitriy Zaporozhets2013-04-041-1/+1
| | |
* | | Fix broken compare with deleted file in dffDmitriy Zaporozhets2013-04-041-1/+1
| | |
* | | use badges for commits count in commits listDmitriy Zaporozhets2013-04-042-2/+2
| | |
* | | show commits count when hover chart on stats pageDmitriy Zaporozhets2013-04-033-7/+20
| | |
* | | Fixed wrong order of arguments in network graph caused by refactoringDmitriy Zaporozhets2013-04-031-1/+1
| | |
* | | move js code related to repo barchart to chart.js.coffeeDmitriy Zaporozhets2013-04-032-7/+14
|/ /
* | Fix bug MR notes not being loaded when navigate from diff tabDmitriy Zaporozhets2013-04-031-3/+3
| |
* | Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets2013-04-034-23/+14
| |
* | Dont show project limit sidebar if user can own 100+ more projectsDmitriy Zaporozhets2013-04-032-11/+16
| |
* | new issue link from issue show pageDmitriy Zaporozhets2013-04-031-0/+3
| |
* | lets color changed files in commit. Green font color for added files, red ↵Dmitriy Zaporozhets2013-04-031-7/+13
| | | | | | | | for removed
* | Show commit amount per day on commits pageDmitriy Zaporozhets2013-04-031-0/+3
| |
* | Use correct links for View File in diffDmitriy Zaporozhets2013-04-031-2/+2
| |
* | Fixed before_filter for editDmitriy Zaporozhets2013-04-031-1/+1
| |
* | Fix edit files since we use Gitlab::Git::Blob for filesDmitriy Zaporozhets2013-04-032-8/+10
| |
* | strip tags from user profileDmitriy Zaporozhets2013-04-031-1/+1
| |
* | Fixed API file raw functionality, Fixed tree controller tests. Added ↵Dmitriy Zaporozhets2013-04-031-21/+18
| | | | | | | | BlobController specs
* | fixed blame and mr factoryDmitriy Zaporozhets2013-04-034-5/+6
| |