Add empty IssueCommonality module; include in I...
Consolidate functionality shared between Issue ...
Fully embrace Ruby 1.9 hash syntax
Revert 1.9 Hash syntax in ValidCommit::BLOB_FILE
Fix invalid syntax in OmniAuth initializer sample
GFM refactor: Simplify the regex pattern
More minor translation/grammar fixes on error p...
"Cant" -> "Can't"
GFM refactor: Move the actual parsing to a clas...
GFM refactor: Update pattern to avoid an extra ...
Merge branch 'master' into hooray_apostrophes
Combine unassigned_issue and unassigned_milesto...
Allow filtering by issues with no assigned... a...
Allow filtering by issues with no assigned mile...
Speed up the "Project Network Graph" cucumber f...
Remove more duplication in the Notify mailer
Remove some duplication in the Notify mailer
Fix cucumber failure that only happened on Travis
Allow disabling Gravatars in gitlab.yml settings
Don't run SimpleCov on Travis
Remove rails-footnotes gem and its related files
Move gitlab_meta gem to :production group
Remove unused minitest and turn gems
Cleanup spec/support folder and spec/spec_helper
Add a simple `api` method to ApiHelpers, replac...
Minor cleanup to Milestone model and spec
Clean up request specs
Add factory_girl_rails gem
All specs and features currently passing with F...
Add deploy_key and personal_key factories
Remove spec/factory and spec/factories
Simplify StubbedRepository after GitHost change...
Remove all instances to 'gitlabhq_x' seed repos...
Simple model spec changes made possible by new ...
Remove pkey.example
Only include StubbedRepository in Project model
Add API for Milestones
Remove DELETE API for Milestones
Deprecate the DELETE method for Issues API
Add milestone API docs to doc/README and views/...
Remove model specs that are covered by factorie...
Move IssueCommonality and Upvote specs out of m...
Add `include_module` matcher
Add is_within method for shoulda's EnsureLength...
Remove annotations from specs
Fix milestone API specs and moved to requests/api
Add more coverage for model validations and ass...
Rename gitlab_flavored_markdown_spec to gitlab_...
Add StaticModel role, and add it to Commit model
Add link_title to CommitDecorator
Redesign gfm helper specs
Give Resque route a name and use that for the i...
Update User#identifier to conform to Gitolite 2...
Add Milestone link to API help TOC
Change @project instance variable to a local in...
Add tmp/.gitkeep file to ensure tmp folder exis...
Change hardcoded base path to use Gitlab settings
Clean up doc/installation.md
Rename projects.js to projects.js.coffee
Update the projects js file to coffeescript; re...
Add "empty_repo?" method to Repository role
Change projects/empty to include the clone_pane...
Remove projects/_show partial
Add specs for Project#discover_default_branch
Add specs for a couple more Repository methods ...
Fix load_refs in ApplicationController after de...
Add SetDefaultBranchDefaultToNil migration
Move load_refs out of ApplicationController and...
Revert "Change @project instance variable to a ...
Update failure message for UsersProject uniquen...
Fix spec broken by bde19c0
Fix Help/Markdown: Take 2
Add specs for parsing Emoji
Add emoji image files
Change Gitlab::Markdown to a module; add emoji ...
Set the size of emoji to be 20x20
Move the entire `gfm` method to Gitlab::Markdow...
Update Note#upvote? to support emoji voting
Simplify EMOJI_PATTERN
Merge branch 'master' into emoji
Use GitHub::Markup to parse markup files
Add github-markup gem
Move main.js to main.js.coffee
Fix spelling of "empty" in disableButtonIfEmpty...
Give github-markup gem a version requirement
Add "enable" and "disable" jQuery functions
Convert main.js to coffee
Minor main.js refactor and docs
Remove some JS that is no longer used
Reduce the amount of JavaScript written in views
Fix HTML entities being parsed in GFM
Be more resilient in the case of missing omniau...
Don't instantiate Resque::Server in routes
Limit admin/logs and admin/resque routes to the...
1.9 Hash syntax in routes.rb
Remove unused ProfileController#password action
Add routing specs
Remove non-existent "close" action from authori...
Remove Projects#team action
Remove redundant access check for Issues#destroy