Sha256: 156c0decf76da19425cd84484b5df9f65fa1f2ec03b7737cc02b90a3dab0722a

Contents?: true

Size: 1.59 KB

Versions: 40

Compression:

Stored size: 1.59 KB

Contents

--- !omap
- first:
    id: 1
    created_at: 2007-06-11
    backlog_id: 1
    period_id: 2
    description: first task
    position: 1
    notes: hullo
- another:
    id: 2
    created_at: 2007-06-12
    backlog_id: 1
    period_id: 3
    description: second task
    position: 1
- postponed:
    id: 3
    created_at: 2007-06-12
    backlog_id: 1
    period_id: 3
    description: postponed task
    position: NULL
    finished_at: 2007-08-02 14:15:42
    resolution: POSTPONED
- started:
    id: 4
    created_at: 2007-08-02 14:15:42
    backlog_id: 2
    period_id: 3
    description: third task
    position: 2
- in_last_period:
    id: 5
    created_at: 2007-08-02 14:15:42
    backlog_id: 1
    period_id: 4
    description: task in last period
    initial_estimate: 1.0
    position: 1
    previous_task_id: 3
- not_planned:
    id: 6
    created_at: 2007-08-02 14:15:42
    backlog_id: 1
    description: unplanned task
    position: 1
- supertask:
    id: 7
    created_at: 2007-06-12
    backlog_id: 1
    period_id: 3
    description: super task
    position: 3
- subtask:
    id: 8
    created_at: 2007-06-12
    parent_id: 7
    description: sub task
    position: 1
- in_ancient:
    id: 9
    created_at: 2007-06-03
    backlog_id: 1
    period_id: 1
    description: ancient task
    position: 1
- subsubtask:
    id: 10
    created_at: 2007-06-12
    parent_id: 8
    description: sub sub task
    position: 1
- completed:
    id: 11
    created_at: 2007-06-12
    backlog_id: 1
    period_id: 3
    description: completed task
    position: NULL
    finished_at: 2007-08-02 14:15:42
    resolution: COMPLETED

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
backlog-0.36.2 test/fixtures/tasks.yml
backlog-0.17.0 test/fixtures/tasks.yml
backlog-0.17.1 test/fixtures/tasks.yml
backlog-0.17.2 test/fixtures/tasks.yml
backlog-0.17.4 test/fixtures/tasks.yml
backlog-0.17.3 test/fixtures/tasks.yml
backlog-0.17.5 test/fixtures/tasks.yml
backlog-0.18.0 test/fixtures/tasks.yml
backlog-0.17.6 test/fixtures/tasks.yml
backlog-0.19.0 test/fixtures/tasks.yml
backlog-0.20.0 test/fixtures/tasks.yml
backlog-0.20.1 test/fixtures/tasks.yml
backlog-0.21.0 test/fixtures/tasks.yml
backlog-0.21.1 test/fixtures/tasks.yml
backlog-0.21.2 test/fixtures/tasks.yml
backlog-0.21.3 test/fixtures/tasks.yml
backlog-0.22.0 test/fixtures/tasks.yml
backlog-0.22.1 test/fixtures/tasks.yml
backlog-0.23.0 test/fixtures/tasks.yml
backlog-0.23.1 test/fixtures/tasks.yml