In the Development block on a project page:

  • View pending patches - link should go to a search with preselected parameters that are typically used on issues with patches.
  • Repository viewer- Link should go to the repository viewer
  • View commits - link should go to the commitlog of the project
  • Sandbox security policy - should go to security-advisory-policy
  • View change records - should go to the list changes search page

Sandbox:
Feature: Project Development Block
In order to get the information I need to contribute code effectively
As a git user
I need to be able to access links in the Development block

Full Project:
Feature: Project Development Block
In order to get the information I need to contribute code effectively
As a git vetted user
I need to be able to access links in the Development block

Comments

kssundar’s picture

The items "Repository viewer- Link should go to the repository viewer" and "View commits" are already available in the issue "Project nodes" #1706812: Project nodes (project_nodes.feature). But, they are for "project" and not for "sandbox".

sachin2dhoni’s picture

Assigned: Unassigned » sachin2dhoni
Issue tags: +sprint 5

Taking up this issue

sachin2dhoni’s picture

Status: Active » Needs review

Written the feature files for sandox project(sandbox_development_block.feature),Full Project (project_development_block.feature) with the available data.

Please check the commit log:6280462

The number of commits while navigating through View Commits cannot be tested because there are no commits under any project in the git 6.
And also in the repository viewer there is no repository log for any project in git6.

This Feature will be updated once the git6 site is up with full data.

eliza411’s picture

I'm seeing commits now in at least these two places:
http://git6site.devdrupal.org/node/38878/commits
http://git6site.devdrupal.org/node/1545884/commits

I also realized that this feature is available to any user ... not just a logged in user, so the steps to log in can be removed (which will speed up the test), a specific project can be navigated to (the commits themselves will change over time so we cannot test them specifically) and the feature should read more like

Feature: Project Development Block
  In order to get the information about code development
  As a visitor
  I need to be able to access links in the Development block 
eliza411’s picture

Status: Needs review » Needs work

Setting to needs work since commits are visible now.

sachin2dhoni’s picture

Status: Needs work » Needs review

Modified the scenarios as per above suggestions.

Please check the commit log:1f883f7

eliza411’s picture

Status: Needs review » Needs work

This looks ready to me, except the table endings need to be tabbed out.

For example:

28     | links |
29     | shortlog |
30     | log |
31     | commit |
32     | commitdiff |
33     | tree |
34     | snapshot |
35     | tags |
36     | heads |
     | shortlog   |
     | log        |
     | commit     |
     | commitdiff |
     | tree       |  
     | snapshot   |
     | tags       |
     | heads      |
sachin2dhoni’s picture

Modified the feature while as per suggestions.

Please check the commit log: b19f9cd

sachin2dhoni’s picture

Assigned: sachin2dhoni » Unassigned
Status: Needs work » Needs review

setting it to needs review..:)

eliza411’s picture

Component: Feature/Scenarios » Step definitions

Moving on to code review.

sachin2dhoni’s picture

Assigned: Unassigned » sachin2dhoni
jhedstrom’s picture

Status: Needs review » Reviewed & tested by the community

Marking RTBC (no actual custom step-definitions were required for these features).

jhedstrom’s picture

Status: Reviewed & tested by the community » Fixed

Merged to master.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sachin2dhoni’s picture

Moved to features/project location

Please check the commit log for reference.
http://drupalcode.org/project/doobie.git/commit/58f332c

kssundar’s picture

Version: » 7.x-1.x-dev
Assigned: sachin2dhoni » Unassigned
Issue tags: +sprint 18