Commit Graph

302 Commits (1b725728828458cb9b6609187592ff7782529f97)

Author SHA1 Message Date
Jens Ulferts b0872f67ee enables sending emails on work_package creation 11 years ago
Jens Ulferts 44f7e3c271 adapts planning_element factory to changed end_date attribute 11 years ago
Jens Ulferts 1174a69db0 adds an early version of having a unified new action/view for issues/planning_elements 11 years ago
Michael Frister 430e6cbde7 Refactor user statuses, add status_name method 11 years ago
Hagen Schink 5ec2a40347 Fix specs 12 years ago
Sebastian Schuster 747e49d192 Renamed Factory to FactoryGirl and newline fixes 12 years ago
Hagen Schink a6f83f1d3c Adapt references to work package 12 years ago
Hagen Schink 05f2f300fc Introduce work unit permissions 12 years ago
Hagen Schink 8baacde427 Fix tests 12 years ago
Michael Frister 089db98541 Improve password complexity requirements 12 years ago
Martin Czuchra c285e1ebd8 Changes Color to PlanningElementTypeColor 12 years ago
Martin Czuchra 5cba510b1f Updates copyright notice in timelines sources. 12 years ago
Martin Czuchra 46ffcfc195 Refactors current timelines API into api/v2. 12 years ago
Sebastian Schuster 7afc8ed975 Used FactoryGirl instead of ObjectDaddy and included associated data to make validations pass after receiving data by send_table_to_object 12 years ago
Martin Czuchra 7963fe3521 Updates copyright notice in timelines sources. 12 years ago
Martin Czuchra c1bfd5202a Open-sources timelines. 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Sebastian Schuster af48a91137 Removed budget signoff attributes and references to it 12 years ago
Michael Frister 982d4154e0 Make CostEntry factory pass validation 12 years ago
Michael Frister eaff536de4 Fix TimeEntry factory: add required hours field 12 years ago
Michael Frister 9e5d92d1fb Update factories for rails3 12 years ago
Sebastian Schuster a1d4fc3e87 Added cukes for budget operations like creating, copying and modifying budgets 12 years ago
Philipp Tessenow cae119488d refactor wiki_page factory to get rid of a StaleObject error 12 years ago
Christian Rijke e0505ce62b Replace fixtures with factories. 12 years ago
Sebastian Schuster e0c6e75266 Fixed the task factory to not contain a decription making it appear as an impediment 12 years ago
Sebastian Schuster 4591fcd14c Fixed the story factory to correctly number stories 12 years ago
Jens Ulferts 69afb09e70 ports FactoryGirl usage to current schema 12 years ago
Philipp Tessenow 9e38b5469d added view spec for openproject.org/issues/423 12 years ago
Philipp Tessenow e73372de83 added view spec for openproject.org/issues/423 12 years ago
Christian Rijke 1e5fe722cb use new factory girl syntax 12 years ago
Hagen Schink d49606f655 Improve factories 12 years ago
Hagen Schink 4e19e6d054 Improved factories 12 years ago
Hagen Schink 14f7e38d01 Adapt specs to changed routes and implement copy spec 12 years ago
Philipp Tessenow 62b4fb8dc3 FactoryGirl executes the after(:build) even when the current strategy is :create 12 years ago
Philipp Tessenow 49cb9b7a2a forgot to rename p to project. sorry guys 12 years ago
Philipp Tessenow a778e2200e small readability refactoring of UserFactory 12 years ago
Christian Rijke b3e1917db8 Update factory girl syntax. 12 years ago
Philipp Tessenow 3aff5dd25f user factory can add the user to a project on build _and_ create now 12 years ago
Martin Linkhorst f91288c679 set the deleted user's class 12 years ago
Jens Ulferts 5bf2efc395 removes duplicate serializing causing errors on rails 2.3.17 12 years ago
Philipp Tessenow ad4893cf8b set correct status for anonymous user in user_factory 12 years ago
Philipp Tessenow d92d03efe4 added issue_relation factory 12 years ago
Philipp Tessenow df4db5c7a5 make admin, anonymous, and deleted_user a subclass of the user factory 12 years ago
Philipp Tessenow df4be748f3 add factories for TimeEntryActivities 12 years ago
Martin Linkhorst 19bb1f2352 add a missing factory for tokens 12 years ago
Philipp Tessenow 0660af7630 do not crash when User.table_exists? is false and factories are loaded 12 years ago
Philipp Tessenow 91fa7675fd create issue at the right place in test_helper and dont create new anonymous users in the user_factory 12 years ago
Philipp Tessenow e3fa434f1f naming the ignored variable in user_factory 'project' and 'role' produced a major performance loss. fixed that 12 years ago
Philipp Tessenow 28c4caca2a do not create a role in user factory if not nesseccary 12 years ago
Philipp Tessenow a798eaec7c user factory can now assign multiple projects to the to-be-generated user 12 years ago