Commit Graph

1392 Commits

Author SHA1 Message Date
Vivek Pandey 90a1891ae0 [maven-release-plugin] prepare release blueocean-parent-1.0-alpha-1 2016-06-30 15:12:34 -07:00
Keith Zantow 550d02658e Fix issue with extension point bundle loading timing (#303) 2016-06-30 15:10:34 -04:00
vivek e8d60995bb Merge pull request #309 from jenkinsci/task/JENKINS-36368
JENKINS-36368# Added wiki url
2016-06-30 11:18:31 -07:00
Vivek Pandey 2d1849c29a JENKINS-36368# Added wiki url 2016-06-30 10:41:08 -07:00
Cliff Meyers adc7f1d533 Merge pull request #304 from jenkinsci/feature/JENKINS-36060-personalization-plugin
feature/jenkins 36060 - personalization plugin
2016-06-30 09:55:01 -04:00
Tom Fennelly a64e88e352 [FIX JENKINS-36261] Toat run queuing based on run response Vs queue status events (#302) 2016-06-30 16:40:45 +10:00
vivek af1d01eda0 Bug/jenkins 36273 pipeline search api organization support (#307)
* JENKINS-36273# pipeline search api organization support

Also adds support to exclude jenkins item from flattening.

* Fixed regression in UI due to flattening of all pipelines

* Removed type/duplicate

* reverting to correct url

* candidate fix for multibranch JENKINS-36338

* you need to have _class
2016-06-30 15:06:59 +09:00
Michael Neale 36305a1524 conditional assumptions for running problematic multibranch tests (#306) 2016-06-30 10:14:55 +09:00
vivek 5cb295fa50 Merge pull request #301 from jenkinsci/bug/JENKINS-36278
JENKINS-36278# Fixed Link generation of Multibranch project
2016-06-29 17:48:04 -07:00
Vivek Pandey 0dda86bf97 Fix to have multi-branch link generated irrespective of where its created from 2016-06-29 15:33:09 -07:00
Cliff Meyers 01ffc01299 [JENKINS-36060] don't clutter up the UI with temp text; use a HTML comment just to prove out that the integration is working 2016-06-29 16:23:13 -04:00
Cliff Meyers bbc5d9df1e [JENKINS-36060] upgrade to latest js-extensions to get fix for premature init before all bundles were loaded 2016-06-29 15:43:04 -04:00
Cliff Meyers 7874b5e3ed [JENKINS-36060] tick to latest js-modules 2016-06-29 14:50:02 -04:00
Cliff Meyers a67480f59c Merge branch 'master' into feature/JENKINS-36060-personalization-plugin
# Conflicts:
#	blueocean-dashboard/src/main/js/components/PipelineRowItem.jsx
2016-06-29 11:58:34 -04:00
Cliff Meyers 09503ff46a [JENKINS-36060] update extension point test to account for contributions from new personalizations module 2016-06-29 11:33:22 -04:00
Cliff Meyers f78c07e3bd Merge pull request #299 from jenkinsci/feature/JENKINS-35866-handle-folders
Feature/jenkins 35866 handle folders
2016-06-29 11:21:51 -04:00
Cliff Meyers b3d1008910 Merge branch 'master' into feature/JENKINS-36060-personalization-plugin
# Conflicts:
#	pom.xml
2016-06-29 11:02:29 -04:00
Cliff Meyers 6699e4f85a [JENKINS-36060] delint 2016-06-29 10:26:33 -04:00
Cliff Meyers 4794b36f08 Merge branch 'master' into feature/JENKINS-35866-handle-folders
# Conflicts:
#	blueocean-dashboard/src/main/js/redux/actions.js
#	blueocean-dashboard/src/test/js/UrlUtils-spec.js
2016-06-29 09:56:45 -04:00
tfennelly 5bcdf97e08 Added another comment re JENKINS-36286 2016-06-29 14:36:29 +01:00
Tom Fennelly 8332b836ee [JENKINS-36218] Pubsub event enrichment @ExtensionPoint (#298)
* [JENKINS-36218] Pubsub event enrichment @ExtensionPoint
2016-06-29 14:27:24 +01:00
Thorsten Scherler 038b502461 Merge pull request #300 from jenkinsci/feature/JENKINS-36211
Feature/jenkins 36211
2016-06-29 14:35:48 +02:00
Thorsten Scherler 90a2734426 [feature/JENKINS-36211] Remove only so that all test are running again, should be catched by mocha/no-exclusive-tests on linting the test specs 2016-06-29 14:18:59 +02:00
Thorsten Scherler 857d0cd144 [feature/JENKINS-36211] Implement tests for the extracted url helpers 2016-06-29 14:06:45 +02:00
Thorsten Scherler c5d082238e [feature/JENKINS-36211] Remove extra encoding since @cliff will need them removed 2016-06-29 14:05:58 +02:00
Thorsten Scherler 559006778a [feature/JENKINS-36211] Fix typo spoted by tom. thx mate! 2016-06-29 14:04:52 +02:00
Thorsten Scherler f2a7dabe74 Merge remote-tracking branch 'origin/master' into feature/JENKINS-36211 2016-06-29 11:53:25 +02:00
Keith Zantow 0e57d411ab [FIX JENKINS-35990] refactor js extensions (#291)
* Redux skeleton code for testResults
* Render the test suites on the test tab
* JENKINS-35990 - Refactoring JS extensions API
* Refactor ExtensionStore and related to ES6 classes, add tests and docs
* Bump js-extensions versions
2016-06-28 21:28:16 -04:00
Keith Zantow 8a8ea8e2aa JENKINS-36100 - fall back for DevelopmentFooter version string (#297) 2016-06-29 09:27:26 +10:00
Vivek Pandey 317a9b1b35 JENKINS-36278# Fixed Link generation of Multibranch project
Fixes:
- Link generation of multi branch project nested inside a folder
- BlueMultiBranchPipeline is a BluePipelineFolder now
- branches are reachable via /pipelines/:id/branches/:id or /pipelines/:id/pipelines/:id.
  This makes it consistent with generic folder as multibranch project is really a folder.
2016-06-28 16:22:40 -07:00
Cliff Meyers 9cc2235c26 [JENKINS-36060] load plugin-specific styles into storybook 2016-06-28 16:28:37 -04:00
Thorsten Scherler 3a8a2335ce Merge remote-tracking branch 'origin/master' into feature/JENKINS-36211 2016-06-28 22:09:07 +02:00
Cliff Meyers fc52a02421 [JENKINS-36060] add storybook for personalization plugin 2016-06-28 16:03:40 -04:00
Thorsten Scherler 79daf68fd2 [feature/JENKINS-36211] Add stage_id to event emitter so we can listen on changes and focus a new flowNode. Listen on events to refetch the step data. Fix tests and update test data. 2016-06-28 22:00:54 +02:00
Cliff Meyers 41718d47af [JENKINS-36060] add "personalization" module to Maven build and aggregator plugin 2016-06-28 15:40:35 -04:00
Cliff Meyers f8cb23977e [JENKINS-36060] add a new Maven module for the Personalization plugin, with a simple test EP component 2016-06-28 15:39:47 -04:00
Cliff Meyers a518aa4790 [JENKINS-36060] add an Extension point to the main pipelines table; just testing for now 2016-06-28 15:36:58 -04:00
Thorsten Scherler ee3ecadf55 [feature/JENKINS-36211] Add stage_id to event emitter so we can listen on changes and focus a new flowNode. Listen on events to refetch the step data. 2016-06-28 20:56:48 +02:00
Cliff Meyers c58e1954c0 [JENKINS-35866] fix a bug where deep-linking directly to Run Details for jobs nested in folders would usually fail to fully render - but not always. this removes the call to setPipeline that was firing off a second fetch of pipelines, which if arriving in the wrong order would set the pipelines list with only top-level pipelines 2016-06-28 14:02:30 -04:00
Cliff Meyers 8db79652e8 [JENKINS-35866] remove URI encoding from pipeline name so UI can fetch projects nested in folders via REST API 2016-06-28 13:17:07 -04:00
Cliff Meyers 716cd000fb Merge branch 'master' into feature/JENKINS-35866-handle-folders 2016-06-28 09:43:59 -04:00
Thorsten Scherler 37cb155bae eslint - formating changes and fix offences 2016-06-28 10:32:02 +02:00
tfennelly 1a773753b1 "pipeline" channel SSE events 2016-06-28 09:10:43 +01:00
tfennelly eb2873882c Make sense of FlowGraph events 2016-06-28 09:10:43 +01:00
vivek 5b7e4a4dc2 Merge pull request #294 from jenkinsci/bug/JENKINS-36154
JENKINS-36154# Link related fixes
2016-06-27 16:49:45 -07:00
Thorsten Scherler de0e5fa0f1 [feature/JENKINS-36211] moving all url related script to helper 2016-06-27 23:04:07 +02:00
Cliff Meyers 71984f1baa [JENKINS-35866] fix a bug where run details was breaking for branches with special chars; the branch name was being URI-encoded twice 2016-06-27 16:51:14 -04:00
Cliff Meyers c946414102 [JENKINS-35866] ensure pipelines nested in folders are selected correctly in Redux store; folderify URL's for Run Details 2016-06-27 16:08:15 -04:00
Cliff Meyers be34054ef9 [JENKINS-35866] cleanup 2016-06-27 16:06:55 -04:00
Cliff Meyers f087d33f02 [JENKINS-35866] update URLs on Pipeline page to be folder-aware 2016-06-27 15:45:47 -04:00