Activity for Winds of Scrum

  • Oliver Valls committed [6ee253]

    [CONFIG] Define files to precompile.

  • Oliver Valls committed [ff12d5]

    Include puma gem in gemfile.

  • Oliver Valls committed [610d8e]

    Follow recomendation: Please add test-unit gem to your Gemfile: `gem 'test-unit', '~> 3.0'`.

  • Oliver Hernàndez Valls Oliver Hernàndez Valls committed [db7412]

    [REFACTOR] Milestone stories ordering should be DESC.

  • Oliver Valls committed [ebd68f]

    Group calendar days in week rows.

  • Oliver Valls committed [089e3d]

    [FIX] Syntax error in Work::CSV_COLUMNS constant value.

  • Oliver Valls committed [a25a67]

    [REFACTOR] Review works csv exported fields.

  • Oliver Valls committed [81ca4d]

    [FIX] Correct behaviour when creating a Story w/o user.

  • Oliver Valls committed [0d721b]

    [FIX] Correct behaviour when updating a Story user.

  • Oliver Valls committed [52f2eb]

    [WIP]

  • Oliver Valls committed [79e519]

    [LAYOUT]

  • Oliver Valls committed [5101cd]

    [FEATURE] Introduce new Story.estimate field.

  • Oliver Valls committed [2bb1b2]

    [FIX] Correct behaviour when updating a Story user.

  • Ed Haworth Ed Haworth committed [257d53]

    [FIX] Define different behaviout for Project attributes archived and active at in_use scope.

  • Oliver Valls committed [9f0a38]

    [REFACTOR] Use `CREATE OR REPLACE VIEW`.

  • Oliver Valls committed [f91253]

    [FIX] Allow user to change date when editing calendar works.

  • Oliver Valls committed [abf1f1]

    [FIX] Pass project when invoking milestone url helper.

  • Oliver Valls committed [0d847e]

    [FEATURE] Introduce archivable to Customer, User, Project and Milestone.

  • Oliver Valls committed [6fc1b1]

    [FEATURE] Control archivables at project create/edit.

  • Oliver Valls committed [1a2895]

    [FEATURE] Control archivables at story edit/creation.

  • Oliver Valls committed [f01a60]

    [FEATURE] Ignore archived models in global search.

  • Oliver Valls committed [bd2d77]

    [LAYOUT] Add spacer TRs between projects in dashboard/ongoing projects.

  • Oliver Valls committed [8f3805]

    [LAYOUT] Improve contrast in compact table.

  • Oliver Valls committed [480711]

    [LAYOUT] New dashboard's calendar.

  • Oliver Valls committed [f7e32b]

    [LAYOUT] Render active milestones at the dashboard.

  • Oliver Valls committed [eda530]

    Merge branch 'master' of ssh://git.code.sf.net/p/windsofscrum/git

  • Ed Haworth Ed Haworth committed [90b24e]

    [LAYOUT|REFACTOR] Sort milestones by release date descendently.

  • Oliver Valls committed [aeb777]

    [LAYOUT] Show also the total estimate.

  • Oliver Valls committed [4ce36d]

    [FIX] Avoid null pointer error.

  • Oliver Valls committed [a8b40c]

    [FIX] Avoid null pointer error.

  • Oliver Valls committed [b2bb12]

    [LAYOUT] Improve layout for Milestone detail.

  • Oliver Valls committed [bd5e00]

    [LAYOUT] Small dashboard project's layout review. Still needs improvement.

  • Ed Haworth Ed Haworth committed [5cb631]

    [ENHACEMENT] Add Project.active to works weekly report.

  • Ed Haworth Ed Haworth committed [9ca5ba]

    Merge branch 'master' of ssh://git.code.sf.net/p/windsofscrum/git

  • Ed Haworth Ed Haworth committed [79be43]

    [LAYOUT] On create project, redirect to show.

  • Ed Haworth Ed Haworth committed [8ef126]

    [LAYOUT] Milestone show view was not rendering Milestone.description.

  • Ed Haworth Ed Haworth committed [1c4fb3]

    [LAYOUT] Render the sum of the child stories estimate at show Story view.

  • Ed Haworth Ed Haworth committed [a564c8]

    [FIX] Do not paginate listing when exporting to csv.

  • Ed Haworth Ed Haworth committed [b013a5]

    [WIP]

  • Ed Haworth Ed Haworth committed [d31eca]

    [WIP]

  • Ed Haworth Ed Haworth committed [047d0d]

    [FIX] Do not override work.user_id with current user on edit.

  • Ed Haworth Ed Haworth committed [52534b]

    [REFACTOR] Remove commented code.

  • Ed Haworth Ed Haworth committed [270f72]

    [REFACTOR] Remomve commented code.

  • Ed Haworth Ed Haworth committed [c0950a]

    [FIX] At refresh_team_sprint_projects, removal of projects was failing.

  • Ed Haworth Ed Haworth committed [5e9dd6]

    [LAYOUT] Story notes in monospace font.

  • Ed Haworth Ed Haworth committed [8c4fdb]

    [LAYOUT] White when hours in the past are zero, grey for days in the future.

  • Ed Haworth Ed Haworth committed [2186e3]

    [LAYOUT] Rework calendar.

  • Ed Haworth Ed Haworth committed [fbf1b0]

    [FIX] @story.user may be nil.

  • Ed Haworth Ed Haworth committed [47cc10]

    [LAYOUT] Little more calendar layout rework.

  • Ed Haworth Ed Haworth committed [1200f7]

    [LAYOUT] Improve usability.

  • Ed Haworth Ed Haworth committed [75a0a4]

    [FIX] weekly_works report query.

  • Ed Haworth Ed Haworth committed [351544]

    [FEATURE] Do not automatically set current_user to story on SprintBacklogController.change_state.

  • Ed Haworth Ed Haworth committed [3003f7]

    [REFACTOR] Global search now works directly with anchor href, no need to ask the controller to redirect..

  • Ed Haworth Ed Haworth committed [655bfd]

    [LAYOUT] Do not show days as estimation unit, use pts instead.

  • Ed Haworth Ed Haworth committed [129e26]

    [LAYOUT] Sort milestone stories.

  • Ed Haworth Ed Haworth committed [e01ccb]

    [LAYOUT] Show finished state of story parts at show story.

  • Ed Haworth Ed Haworth committed [60eb93]

    [REFACTOR] Render Parent stories when all its parts have been closed.

  • Ed Haworth Ed Haworth committed [b3705b]

    [FIX] prefix backlog.name when applying_filters by containing.

  • Ed Haworth Ed Haworth committed [3ea784]

    [LAYOUT] Hide parent stories at backlog listing view.

  • Ed Haworth Ed Haworth committed [300882]

    Set default Timezone to Madrid.

  • Ed Haworth Ed Haworth committed [0cd925]

    [LAYOUT] Use ordered list instead of UL for Story parts at story detail.

  • Ed Haworth Ed Haworth committed [14d687]

    [REFACTOR] Sort story parts by importance DESC.

  • Ed Haworth Ed Haworth committed [5f7136]

    Update bundle.

  • Ed Haworth Ed Haworth committed [0665f2]

    [REFACTOR] Sort story parts by importance.

  • Ed Haworth Ed Haworth committed [c0bef4]

    [LAYOU] Show created and updated at timestamps when showing details of stories.

  • Ed Haworth Ed Haworth committed [a93678]

    [FIX] Update path to projects.

  • Ed Haworth Ed Haworth committed [6677a2]

    Full text search with Textacular's fuzzy_search.

  • Ed Haworth Ed Haworth committed [b75eaf]

    [REFACTOR] Sort report rows by :start_date, :customer_id, :user_id.

  • Ed Haworth Ed Haworth committed [04a726]

    [LAYOUT] Update available_users to filter only enabled users.

  • Ed Haworth Ed Haworth committed [e9fef2]

    [LAYOUT] Rework Story edit view.

  • Ed Haworth Ed Haworth committed [c1a8de]

    Use d/m/Y at works export file.

  • Ed Haworth Ed Haworth committed [866e72]

    [LAYOUT] Introduce download icon.

  • Ed Haworth Ed Haworth committed [7832b3]

    [FEATURE] Added Customer name to works CSV.

  • Ed Haworth Ed Haworth committed [c5f519]

    [FIX]

  • Ed Haworth Ed Haworth committed [1c9a5f]

    [FIX] Force attachment to be kept apart from the body.

  • Ed Haworth Ed Haworth committed [7461a3]

    [WIP] Added views to report mail.

  • Ed Haworth Ed Haworth committed [8e9e93]

    [FIX]

  • Ed Haworth Ed Haworth committed [a666c4]

    [FIX] Scoping by admins.

  • Ed Haworth Ed Haworth committed [dec69e]

    [FEATURE] Added works report rake taks.

  • Ed Haworth Ed Haworth committed [aaf5a0]

    [FEATURE] Set exported filename extension to csv.

  • Ed Haworth Ed Haworth committed [3c0ae3]

    [FEATURE] Works csv exporter.

  • Ed Haworth Ed Haworth committed [a7be25]

    Merge branch 'master' of ssh://git.code.sf.net/p/windsofscrum/git

  • Gabriel Márquez Armero Gabriel Márquez Armero committed [7ff2d8]

    Works filter + Milestones details

  • Gabriel Márquez Armero Gabriel Márquez Armero committed [59ee4d]

    [REFACTOR] Delete application.yml

  • Gabriel Márquez Armero Gabriel Márquez Armero committed [ed4849]

    [FEAT] Show associated stories from milestones detail

  • Gabriel Márquez Armero Gabriel Márquez Armero committed [02a367]

    [FEAT] Project setup

  • Gabriel Márquez Armero Gabriel Márquez Armero committed [8c36ed]

    [FEAT] Add Works task filter

  • Ed Haworth Ed Haworth committed [4cb36a]

    [REF] Team sprint creation keep similar order a...

  • Ed Haworth Ed Haworth committed [684f59]

    [REFACTOR] Income computation.

  • Ed Haworth Ed Haworth committed [48b336]

    [FEATURE] Filter project costs by dates.

  • Ed Haworth Ed Haworth committed [005655]

    [FEATURE] Filter project costs by dates.

  • Ed Haworth Ed Haworth committed [9d4e98]

    [FIX] Remove condition in intermediate TeamSpri...

  • Ed Haworth Ed Haworth committed [31e2a0]

    [FIX] Mispelling of include for project.

  • Ed Haworth Ed Haworth committed [404a18]

    [FIX] Use query parameter when filtering backlog.

  • Ed Haworth Ed Haworth committed [61d3fe]

    [FEATURE] Allow filtering in backlog tree view.

  • Ed Haworth Ed Haworth committed [8b1e4d]

    [REFACTOR|DOC]

  • Oliver Hernàndez Valls Oliver Hernàndez Valls committed [c4a6d1]

    [LAYOUT] Show customer and project in sprint an...

  • Ed Haworth Ed Haworth committed [7ac97b]

    [LAYOUT] Refactor story detail.

  • Ed Haworth Ed Haworth committed [7e668f]

    [LAYOUT] Different color for story parts (subst...

  • Ed Haworth Ed Haworth committed [478345]

    [FEATURE] Filter stories by milestone.

1 >
MongoDB Logo MongoDB