gitlab-org--gitlab-foss/spec/features/projects
Fatih Acet 629624f30f Merge branch '24814-pipeline-tabs' into 'master'
Pipelines tabs

## What does this MR do?
Changes the URL when the builds tab is clicked making it possible to be shared.

1. Adds a standard way to handle linked tabs:
    *   This behaviour is already present in the merge requests, commit and user `show` page. 
    *    This MR introduces a reusable way to accomplish this behaviour for pages with static content.

2. Adds test:
    *   For the linked tabs reusable class
    *  For the pipelines tabs

## Why was this MR needed?
To allow having a sharable URL that represented the opened tab

![tabs](/uploads/91e663c12c6e9ac46a17aa3a9489dc72/tabs.gif)

## Does this MR meet the acceptance criteria?
- [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?
Closes #24814

See merge request !7709
2016-12-01 21:20:59 +00:00
..
badges Fix pipeline fixtures and calls to removed method 2016-10-04 14:43:24 +02:00
blobs Merge branch 'jej-22869' into 'security' 2016-11-28 21:25:18 -03:00
branches Removed delete branch tooltip and tests 2016-10-26 13:10:14 -05:00
commit Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
commits Fix pipelines spec 2016-11-16 16:29:12 -06:00
files Rewritten spinach git_blame tests to rspec feature tests 2016-11-07 15:17:52 +01:00
import_export Test GitLab project import for a user with only their default namespace. 2016-10-20 15:22:04 +02:00
issues Hide `Create new list button` on Issues and MRs pages 2016-08-17 16:39:33 -03:00
labels Add feature spec for labels subscription 2016-11-17 15:10:13 -02:00
main Fix download artifacts button link: 2016-09-19 13:12:45 +08:00
members Make access request specs explicitly enable or disable access requests as required 2016-11-11 15:45:47 +00:00
merge_requests Hide `Create new list button` on Issues and MRs pages 2016-08-17 16:39:33 -03:00
pipelines Fixes after review 2016-11-30 17:06:47 +00:00
services Improve the mattermost help box 2016-11-21 17:58:40 +01:00
settings Move specs for project pipeline settings page 2016-10-18 12:58:11 +02:00
tags Fix download artifacts button link: 2016-09-19 13:12:45 +08:00
wiki fix tests broken by new wiki page design 2016-11-30 15:22:43 -06:00
branches_spec.rb Hides merge request button on branches page 2016-09-02 14:33:24 +01:00
builds_spec.rb Improve reproducibility of build trace test example 2016-11-22 13:35:18 +01:00
developer_views_empty_project_instructions_spec.rb
edit_spec.rb Hides merge request section in edit project when disabled 2016-09-02 12:03:49 +01:00
features_visibility_spec.rb Fix: Guest sees some repository details and gets 404 2016-11-04 13:06:48 +02:00
gfm_autocomplete_load_spec.rb Use admin user in tests 2016-09-16 10:49:55 +01:00
group_links_spec.rb Allow project group links to be expired 2016-08-18 22:45:41 +01:00
guest_navigation_menu_spec.rb Make guests unable to view MRs 2016-10-11 16:51:26 +03:00
issuable_templates_spec.rb Removed append logic 2016-10-21 21:53:10 +01:00
new_project_spec.rb Fix project Visibility level selector not using default values 2016-11-10 14:41:03 -02:00
project_settings_spec.rb Added ability to put emojis into repository name 2016-11-12 09:21:23 +01:00
ref_switcher_spec.rb Created wait_for_turbolinks and added test for refs dropdown selection with special chars 2016-11-04 15:23:54 +00:00
shortcuts_spec.rb
snippets_spec.rb Fix snippets pagination 2016-09-26 12:42:12 +02:00