Commit Graph

66 Commits

Author SHA1 Message Date
Z.J. van de Weg e0e52fe582 Fix test| 2017-05-07 18:26:39 +02:00
Kamil Trzcinski c195b313ad
Make test that actually displays pipeline graph 2017-05-07 14:09:21 +02:00
James Edwards-Jones acd9cd0906 Hides pipeline ‘Failed Jobs’ tab when no jobs have failed 2017-05-05 15:41:36 +01:00
James Edwards-Jones 4c0adb9ee9 Build failures summary page for pipelines 2017-05-05 15:01:50 +01:00
Kamil Trzciński b1699ff7a4 Merge branch 'tc-pipeline-show-trigger-date' into 'master'
Correctly show pipeline creator & created_at

Closes #29255

See merge request !9936
2017-03-24 09:47:22 +00:00
Toon Claes e2d5818ee1 Show pipeline creator & created_at in heading
Instead of showing the commit author & authored_date that triggered
the pipeline, show the user and created_at in the heading of the
pipeline show.
2017-03-22 21:26:29 +01:00
Filipa Lacerda 446b59dd4e Adds tests to new empty and error states 2017-03-20 16:16:19 +00:00
Filipa Lacerda b0f2cbceb3 Remove UJS actions from pipelines tables 2017-03-17 17:30:32 +00:00
Jacob Schatz 52ceaa2406 Merge branch 'remove-jquery-ui-plugins' into 'master'
Removed jQuery UI highlight & autocomplete

See merge request !8420
2017-02-24 18:06:09 +00:00
Fatih Acet a2a4fb85e2 Merge branch '27530-fix-job-dropdown-pipeline-console-error' into 'master'
fixes job dropdown action button error

Closes #27530

See merge request !9182
2017-02-24 09:29:00 +00:00
Filipa Lacerda 66bca235c1 Adds missing tests for all status accepted in scope 2017-02-23 13:44:58 +00:00
Filipa Lacerda 437ba3fba3 Prevent propagation of click even in job name inside dropdown. 2017-02-23 12:19:50 +00:00
Filipa Lacerda 05c66406ca Merge branch 'master' into 26900-pipelines-tabs
* master: (361 commits)
  Code style improvements
  remove require.context from network_bundle
  remove require.context from graphs_bundle
  remove require.context from filtered_search_bundle
  Ignore two Rails CVEs in bundler:audit job
  Remove Pages readme
  Change Pages redirect
  Add missing index.md to Pages docs
  Added double newline after file upload markdown insert
  Reorder main index items in Pages overview
  remove html comments
  remove <>
  wrapping text - part 3
  wrapping text - part 2 [ci skip]
  fix link
  wrap text - part 1 - [ci skip]
  typo
  fix spelling, add intermediate cert link
  Improve `Gitlab::EeCompatCheck` by using the `git apply --3way` flag
  remove link to unfinished video
  ...
2017-02-23 11:48:53 +00:00
Filipa Lacerda 4ad2fbc35c Fix broken test 2017-02-21 16:50:21 +00:00
Filipa Lacerda 3f7c168679 Fix broken test 2017-02-21 14:54:36 +00:00
dimitrieh 8b14e164a6 fix more tests 2017-02-21 13:25:42 +01:00
dimitrieh b86640fee9 fixed specs + docs 2017-02-20 17:08:29 +01:00
Filipa Lacerda 9f00c2b0d2 Reduce number of pipelines created to test pagination
stub pagination in tests
2017-02-16 22:51:38 +00:00
Filipa Lacerda 0f36cfd7f5 Adds Pending and Finished tabs to pipelines page
Fix broken test
2017-02-16 22:25:01 +00:00
Filipa Lacerda 8a99cf2055 Merge branch 'master' into 28248-use-page
* master: (65 commits)
  Add CHANGELOG file
  Fix positioning of top scroll button
  add space between ci text and commit sha in Merge Request widget
  Do not use single quote in headings as it breaks docs.gitlab.com
  Fix broken test
  Update services templates docs
  Fix error in MR widget after /merge slash command
  Remove arrow icon from folders
  Create util to handle pagination transformation
  Wrap long Project and Group titles
  Changes after review
  Changes after review
  Rename storePagination to setPagination
  Transforms startTimeAgoLoops into a static method so we can reuse it instead of have 2
  Only run timeago loops after rendering timeago components
  fix tmpdir
  Fix broken tests
  Show merge errors in merge request widget
  Move babel config for instanbul to karma config (!9286)
  Clarify that stage is needed to stop environments
  ...
2017-02-16 17:54:20 +00:00
Simon Knox 1a299121f3 don't trigger tanuki loader when downloading files 2017-02-16 17:55:49 +11:00
Filipa Lacerda b29f6c5176 Use `page` query parameter instead of `p` to keep consistency with all URLs
Fix rubocop error
2017-02-15 19:04:55 +00:00
Phil Hughes cd5bee0d44 Removed jQuery UI highlight & autocomplete
In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
2017-02-09 09:16:52 +00:00
Filipa Lacerda 38bcc1e0e7 Looks for correct key to pass to commit prop. Adds rspec test. 2017-02-08 18:16:10 +00:00
Filipa Lacerda c5f5ce8807 Fix broken tests
Rename Build to Job

Replace "Builds" by "Jobs" and fix broken specs

Replace "Builds" by "Jobs"

Fix broken spinach test

Fix broken test

Remove `˙` at the beginning of the file

Fix broken spinach test

Fix broken tests

Changes after review
2017-02-03 09:43:04 +00:00
Filipa Lacerda 10178af1fd Fixes after review 2017-01-26 20:38:21 +00:00
Filipa Lacerda 819ae974d7 Fix broken tests
Fix linter error
2017-01-25 15:44:45 +00:00
Grzegorz Bizon b222f6d56f Fix EmptyLines Rubocop offense in pipeline specs 2017-01-17 14:32:55 +01:00
Grzegorz Bizon 9f1beed7a7 Link external commit status badge to a target URL
Using new detailed statuses factory for external commit statuses.
2017-01-17 14:30:33 +01:00
Grzegorz Bizon 2d6d52ca13 Improve pipeline specs by removing instance variables 2017-01-17 13:53:23 +01:00
Sam Rose 3f2eaaa26b Retain original casing for build name in manual pipeline dropdown 2017-01-16 07:55:20 -05:00
Grzegorz Bizon 5bc97cd483 Fix pipeline stage graph test example false positive 2017-01-05 22:25:29 +01:00
Grzegorz Bizon 253781dbfc Fix pipelines feature specs after invalid merge 2017-01-05 22:18:44 +01:00
Filipa Lacerda 8181f58d44 Merge branch 'master' into auto-pipelines-vue
* master: (35 commits)
  Adds back removed class in merge request pipelines table
  Fix dropdown icon alignment
  Simplify HTML of mini pipeline graph and dropdown Creates individual html for dropdown Adds simplified  CSS for the new dropdown Removes old CSS Improves dropdown item in Chrome, Firefox and Safari Use SCSS variables for colors. Fix scss linter errors Adds animation when the stage is hovered. Adds back tooltip on dropdown toggle Fixes broken tests additional css changes to get more into direction of mockups
  Adds CHANGELOG entry
  Removes unneeded `window` declaration
  Decreases font-size on login page
  Ensure internal Gitlab::Git references use the namespace
  Absorb gitlab_git
  Fix review comments.
  Add spec for note edit and fix one commented spec.
  Review fixes.
  Use gl.utils.isInViewport and improve gl.utils.animateToElement.
  Make sure elements share the same scope
  Hide edit warning element when form reverted.
  Remove unnecessary styling came from merge conflicts.
  Fix single note edit form specs.
  Separate edit form in Changes and Discussions tab.
  Fix warning styling for responsive design.
  Fix task list for single edit note widget changes.
  Fix notes spec.
  ...
2017-01-05 18:40:35 +00:00
Filipa Lacerda 043cc8196e Simplify HTML of mini pipeline graph and dropdown
Creates individual html for dropdown
Adds simplified  CSS for the new dropdown
Removes old CSS
Improves dropdown item in Chrome, Firefox and Safari
Use SCSS variables for colors.
Fix scss linter errors
Adds animation when the stage is hovered.
Adds back tooltip on dropdown toggle
Fixes broken tests
additional css changes to get more into direction of mockups
2017-01-05 10:01:50 -06:00
Grzegorz Bizon 0d15c8b3d4 Combine some tests in pipelines specs to speed it up 2017-01-05 15:14:06 +01:00
Grzegorz Bizon cf039f5858 Fix Rubocop offense in pipelines feature spec file 2017-01-04 13:37:13 +01:00
Grzegorz Bizon 63ec4d484f Show yaml error badge in pipelines page if present 2017-01-04 13:01:36 +01:00
Grzegorz Bizon 1994c0323a Add test example for pipeline with yaml errors 2017-01-04 12:48:24 +01:00
Grzegorz Bizon 37a618961a Remove unused mixins from pipelines feature specs 2017-01-04 12:27:02 +01:00
Grzegorz Bizon e83ae21d98 Extract anonymous user context in pipelines specs 2017-01-04 12:20:12 +01:00
Grzegorz Bizon 6a7a31b82a Improve code in pipelines feature specs file 2017-01-04 12:04:48 +01:00
Regis abed2c1a94 remove data attribute test since endpoint is in Vue state for stage component 2016-12-27 11:49:14 -07:00
Grzegorz Bizon 3deaf1342e Merge branch 'master' into auto-pipelines-vue
* master: (367 commits)
  Set “Remove branch” button to default size
  remove unused helper method
  reduce common code even further to satisfy rake flay
  remove button class size alteration from revert and cherry pick links
  factor out common code to satisfy rake flay
  homogenize revert and cherry-pick button styles generated by commits_helper
  apply margin on alert banners only when there is one or more alerts
  Rename MattermostNotificationService back to MattermostService
  Rename SlackNotificationService back to SlackService
  Fix stage and pipeline specs and rubocop offenses
  Added QueryRecorder to test N+1 fix on Milestone#show
  Use gitlab-workhorse 1.2.1
  Make 'unmarked as WIP' message more consistent
  Improve specs for Files API
  Allow unauthenticated access to Repositories Files API GET endpoints
  Add isolated view spec for pipeline stage partial
  Move test for HTML stage endpoint to controller specs
  Fix sizing of avatar circles; add border
  Fix broken test
  Fix broken test Changes after review
  ...

Conflicts:
	app/assets/stylesheets/pages/pipelines.scss
	app/controllers/projects/pipelines_controller.rb
	app/views/projects/pipelines/index.html.haml
	spec/features/projects/pipelines/pipelines_spec.rb
2016-12-21 12:09:06 +01:00
Grzegorz Bizon 2b486c2bb2 Fix stage and pipeline specs and rubocop offenses 2016-12-20 20:07:34 +01:00
Grzegorz Bizon 9c6480db89 Move test for HTML stage endpoint to controller specs 2016-12-20 15:57:39 +01:00
Filipa Lacerda b2daf9f168 Fix broken test 2016-12-20 14:17:21 +00:00
Filipa Lacerda 3ef1e76659 Fix broken test
Changes after review
2016-12-20 14:04:19 +00:00
Filipa Lacerda 4b9bd18843 Adds tests for the mini pipeline graph 2016-12-20 13:22:31 +00:00
Kamil Trzcinski 5ec1c140d9
Improve specs 2016-12-20 11:26:24 +01:00