Commit Graph

232 Commits (ca3881350cbc63c12ff1d1ef1c553ee582366eb3)

Author SHA1 Message Date
Jens Ulferts 36e2f7fa53 specfix: properly removing backlogs module from project, fixing test description 13 years ago
Jens Ulferts 0a2f05277a spec: removing unneeded creation of project 13 years ago
Jens Ulferts 77e0940063 issue without a project is not backlogs_enabled. Important for validity checks which crashed before 13 years ago
Jens Ulferts ad8fc06607 specfix: checks on validity for cross project hierarchies between issues is only possible if such a hierarchy is allowed generally 13 years ago
Jens Ulferts 4e3c9e55a4 prevent parent-child relationships between stories and tasks to span project boundaries 13 years ago
Jens Ulferts 37088fa59b caching backlogs_tracker 13 years ago
Jens Ulferts c164dca785 rewriting fixed_version propagation so that it does not produce stale objects 13 years ago
Jens Ulferts 5414b91bc5 cukefix: it wasn't the parent like it was supposed to 13 years ago
Jens Ulferts 928b7cbdf7 fixing fixed_version inheritance 13 years ago
Gregor Schmidt 1500ddd056 avoiding additional journal with aaj when using update_attributes 13 years ago
Gregor Schmidt ea2c71b7b4 Fixing indentation 13 years ago
Gregor Schmidt 252ed7aaf4 better save! than sorry! 13 years ago
Gregor Schmidt 0b6b8c71bd Fixing test mocking for aaj 13 years ago
Gregor Schmidt b38dafdfde style change 13 years ago
Gregor Schmidt 3fd8c7e779 Fixing reload to actually work 13 years ago
Gregor Schmidt 6352decab4 using return value instead of changed attribute 13 years ago
Gregor Schmidt f09baccf13 Calling reload to avoid StaleObjectErrors 13 years ago
Romano Licker 25b48fb459 burndown chart now involves status "done" when plotting 14 years ago
Romano Licker ac63066e3d added a project specific definition of done in the project settings tab "backlog setting" 14 years ago
Tim Felgentreff b6d8e1bd08 fix the backlog specs. reloading the story+project at the right time helps 14 years ago
Tim Felgentreff 5a5f628e2a add newline to end of file 14 years ago
Gregor Schmidt ac5b890e50 fixing wrong truncation of string, when handling multi line characters 14 years ago
Gregor Schmidt 49c0aaa1b6 updating test to make it work with the changes 14 years ago
Romano Licker 64e931598c removes sprint_start_date and replaces it with start_date from 14 years ago
Jens Ulferts bd6269c060 #4382: remaining hours are collected from issues children if they exist 14 years ago
Gregor Schmidt 6a92d66c9d Adding view spec for stories on task board 14 years ago
Gregor Schmidt 1ac5ca02da rendering rb_taskboards/show view in spec w/o errors 14 years ago
Gregor Schmidt 2c02984721 allowing 0 values for story points 14 years ago
Jens Ulferts e531d27c68 specfix: story points can no longer be set to 0 14 years ago
Jens Ulferts db426a4cbb #3605: stories, whose status is set to closed are not counted 14 years ago
Jens Ulferts a145ea4a61 #3605: specing moving between trackers and projects 14 years ago
Jens Ulferts e40f080ab7 #3605: stories moved in and out of the sprint are handled well 14 years ago
Jens Ulferts 60a25b015e refactoring of burndown class 14 years ago
Jens Ulferts abfe0d45d1 #3605: refactoring of series_data collection so that the data is added right away and not intermediarilly stored. Also handling case now where values are set initially. 14 years ago
Jens Ulferts 6344172e98 #3605: support for story_points, refactoring so that series raw data become own class 14 years ago
Jens Ulferts e46d0b1bca #3605: removed formerly commented out code and enabled creation of ideal line 14 years ago
Jens Ulferts 16e9d592b7 #3605: massive refactoring of burndown 14 years ago
Gregor Schmidt 0b71b564e9 adding specs for added issue validations 14 years ago
Gregor Schmidt f7c755f17c changing error message scope definition in specs 14 years ago
Jens Ulferts 25fef9e1cf using send in testing a private method of version_settings_helper 14 years ago
Jens Ulferts eb5e1a9793 #3056: shared versions are displayed in dashboard but issues for those versions are not shared but rather project specific 14 years ago
Jens Ulferts c67aac7ece #3056: updating displayed_left in sprint so that versions belonging to other projects and thus not having a version_setting yet are also included 14 years ago
Jens Ulferts f40191a807 #3056: version_settings to version is now an n to 1 relationship 14 years ago
Jens Ulferts af3e28de81 #3056: Using Sprint class to get owner as well as sprint backlogs and having an apply_to named scope on Sprint to also receive inherited versions. Additionally: 14 years ago
Jens Ulferts 2fa4dfa2c5 specs for version_settings 14 years ago
Jens Ulferts 9d87bd473d calling tracker method from within acts_as_list scope 14 years ago
Jens Ulferts 01361027f5 stop using inheritance for factory definitions because the ci can not handle it 14 years ago
Jens Ulferts 867873e7a7 #3178: providing a non existent issue id as blocked by impediment does fail smoothly 14 years ago
Jens Ulferts e619bfb20b #3178: using blocks_ids instead of blocks in impediment management, hence removing overhead 14 years ago
Jens Ulferts 2ef65cc407 #3178: removing create_with_relationship from impediment class - method is inherited from task. Signature of create_with_relationship looses user.id - User.current is always the author 14 years ago