Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-21move capybara scenarios to spec/featuresDmitriy Zaporozhets
2013-02-18Issue uses StateMachine nowAndrew8xx8
2013-01-04Continue refactoring. Use repostory and teamDmitriy Zaporozhets
2012-12-19Refactor issues, Remove ajaxDmitriy Zaporozhets
2012-12-18Make tests green for postgresDmitriy Zaporozhets
2012-12-03Remove annoying failing specDmitriy Zaporozhets
2012-11-14Fix specsRiyad Preukschas
2012-11-13Remove backward compatibility of factories.Vincent Bonmalais
2012-08-14Allow filtering by issues with no assigned... assigneeRobert Speicher
Continues #1222
2012-08-13Allow filtering by issues with no assigned milestoneRobert Speicher
Closes #1222
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
Didn't bother with files in db/, config/, or features/
2012-08-03Issues cucumber. refactored step_definitoonsDmitriy Zaporozhets
2012-06-20Disable observers in specs. Enable only when observer is under test.Robb Kidd
Used the built-in observer enable/disable feature in ActiveModel[1]. ActiveRecord::Base includes ActiveModel::Observing which provides this behavior. Simple wraps to enable the observer under test were added to the specs for: ActivityObserver, IssueObserver, Admin::Users and Issues. The spec for Project.last_activity was refactored to separate the tests for #last_activity and #last_activity_date. Each had doubles added to isolate the spec from the hidden dependency on the ActivityObserver action to create an Event for the project when an Issue is created. This ActivityObserver behavior is already tested by its spec. [1] http://api.rubyonrails.org/classes/ActiveModel/ObserverArray.html
2012-06-20Add resque_spec to test queuing mail.Robb Kidd
2012-03-25Fixed specs. Some css fixesDmitriy Zaporozhets
2012-03-04Removed issues,mr delete buttons. Refactored modelsDmitriy Zaporozhets
2012-01-30Bootstrap: Issues, Merge Requests, SSH Key completedDmitriy Zaporozhets
2011-12-18fix notification testsValery Sizov
2011-12-14Issue restyleDmitriy Zaporozhets
2011-12-09dashboard v1Dmitriy Zaporozhets
2011-11-26get rid off modal window for issue create/editDmitriy Zaporozhets
2011-11-15access project feeds via private tokenNihad Abbasov
2011-11-11create atom feed for issuesNihad Abbasov
2011-11-09project dashboard updatedDmitriy Zaporozhets
2011-11-08fixed testsDmitriy Zaporozhets
2011-11-03dashboardgitlabhq
2011-11-02fixesgitlabhq
2011-10-28new issue formatgitlabhq
2011-10-26Merge branch 'assets-refactoring' into devNihad Abbasov
Conflicts: app/controllers/issues_controller.rb app/views/issues/index.html.haml
2011-10-26clean-up codeNihad Abbasov
* Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines
2011-10-26If terms are removed show all results for current statusAdam Leonard
2011-10-22Add ability to Search issuesAdam Leonard
2011-10-09init commitgitlabhq