Commit Graph

1648 Commits

Author SHA1 Message Date
Tom Fennelly 4046c47e55 Added a submitter checklist item for providing test instructions for the reviewer (#349)
Otherwise the reviewer probably does not know what/how to test the PR.
2016-07-15 09:28:39 +10:00
Cliff Meyers 4dd4bdde04 [JENKINS-36674] fix bad encoding in REST URL by creating URL based off HAL link 2016-07-14 16:30:30 -04:00
Cliff Meyers 682860a358 Merge pull request #344 from jenkinsci/bug/JENKINS-36619-close-modal-404
bug/jenkins-36619 - close modal 404
2016-07-14 13:28:04 -04:00
Thorsten Scherler eb6edcc081 [feature/JENKINS-35886] Implement expand on hash reference (#330)
* [feature/JENKINS-35886] Implement expand on hash reference for log links. Move to linked line when directly added. Depends on a change in jdl to remove toggle on props change.

* eslint - formating changes and fix offences

* [feature/JENKINS-35886] fix test by adding default value

* [feature/JENKINS-35886] reduce timeout to just the next tick

* [feature/JENKINS-35886] use preselected node

* [feature/JENKINS-35886] Use no prefix if undefinied

* eslint - formating changes and fix offences

* [feature/JENKINS-35886] Fix bug in node selet for parallel nodes

* eslint - formating changes and fix offences

* [feature/JENKINS-35886] Use published beta version

* [feature/JENKINS-35886] use published version of jdl

* [feature/JENKINS-35886] sync version in web with dashboard
2016-07-14 19:10:23 +02:00
Cliff Meyers 47a8d412d8 Merge pull request #343 from jenkinsci/feature/JENKINS-36586-extensions-table-actions
feature/jenkins 36586 - extensions table actions
2016-07-14 11:48:04 -04:00
Cliff Meyers a3c4f949a6 merge branch 'master' into feature/JENKINS-36586-extensions-table-actionss
Conflicts:
	blueocean-dashboard/src/main/js/components/Branches.jsx
2016-07-14 11:29:07 -04:00
Keith Zantow fb956b3074 JENKINS-36302 - show test totals (#337) 2016-07-14 11:05:20 -04:00
vivek 8e0ae22e06 Merge pull request #345 from jenkinsci/bug/JENKINS-36668
JENKINS-36668# Fixed
2016-07-14 07:32:16 -07:00
Cliff Meyers c01554e732 Merge pull request #346 from jenkinsci/bug/JENKINS-36675-multibranch-launching
Fix to launch multibranch
2016-07-14 10:11:22 -04:00
Michael Neale 69e2c79e43 when I said use full name, I mean use full name 2016-07-14 19:35:04 +10:00
Michael Neale 1d483ca937 use fullName as it includes path. This allows things in folders to work 2016-07-14 18:20:33 +10:00
Michael Neale 3994afa257 this is needed to work with a fresh workspace (#347) 2016-07-14 14:17:30 +10:00
Michael Neale cb42d8884f Fix to launch multibranch 2016-07-14 13:13:37 +10:00
Thorsten Scherler e934206e8d Merge pull request #342 from jenkinsci/hotfix/JENKINS-36211
[hotfix/JENKINS-36211] Bind onScroll and handleKeys to this
2016-07-14 02:25:51 +02:00
Thorsten Scherler 58baec6206 Merge remote-tracking branch 'origin/master' into hotfix/JENKINS-36211 2016-07-14 01:41:45 +02:00
Vivek Pandey 1be2638dc1 JENKINS-36668# Fixed 2016-07-13 13:56:54 -07:00
Cliff Meyers b7cfff9f98 [JENKINS-36619] fix the bug by properly encoding the fallback URL used if the user navigated directly to run details 2016-07-13 14:46:25 -04:00
Cliff Meyers 98eaac7c2d [JENKINS-36586] add table action extension points for Pipeline Detail -> [Activity, Branches, Pull Requests] 2016-07-13 10:25:18 -04:00
Cliff Meyers ebda6f3f31 [JENKINS-36586] rename the extension point for the main pipeline list action to align w/ rename in un-merged personalization branches 2016-07-13 10:24:14 -04:00
Cliff Meyers 11e065f7b8 Merge pull request #336 from jenkinsci/bug/url-encoding-bugs
bug/url encoding bugs
2016-07-13 09:53:58 -04:00
Thorsten Scherler 8c9b9698ea [hotfix/JENKINS-36211] Bind onScroll and handleKeys to this 2016-07-13 13:48:05 +02:00
James William Dumay 54aeee582b Update PULL_REQUEST_TEMPLATE 2016-07-13 12:31:50 +10:00
James William Dumay 1b2416c142 Update PULL_REQUEST_TEMPLATE 2016-07-13 12:31:17 +10:00
Thorsten Scherler b487981981 Merge pull request #324 from jenkinsci/feature/JENKINS-36211
Feature/jenkins 36211
2016-07-12 23:57:43 +02:00
Cliff Meyers 466ca34cc3 Merge branch 'master' into bug/url-encoding-bugs 2016-07-12 16:51:36 -04:00
Cliff Meyers 2d656ec22a Merge pull request #333 from jenkinsci/bug/JENKINS-36618-dup-job-name
bug/jenkins 36618 - dup job name
2016-07-12 16:49:12 -04:00
vivek 5ceaaebb0a Merge pull request #335 from jenkinsci/bug/JENKINS-36489
JENKINS-36489# NPE fix
2016-07-12 13:09:58 -07:00
Cliff Meyers c2ee18aed0 Merge branch 'bug/JENKINS-36616-multibranch-in-folder-broken' into bug/url-encoding-bugs 2016-07-12 15:50:47 -04:00
Cliff Meyers 34ee8f2df3 [JENKINS-36613] fix a bug where multi-branch pipelines with a slash in branch name would not load steps on Run Details -> Pipeline; also tweak filter syntax to make things easier to debug 2016-07-12 15:45:47 -04:00
Thorsten Scherler 6e60171920 [feature/JENKINS-36211] better handling of eventlistener 2016-07-12 21:41:08 +02:00
Cliff Meyers e257a5ef51 [JENKINS-36616] fix a bug where navigating to run details from Branches tab was double URL-encoding the branch name, causing the subsequent page to break 2016-07-12 15:40:16 -04:00
Vivek Pandey e28c77e13a JENKINS-36489# NPE fix 2016-07-12 12:09:24 -07:00
Cliff Meyers 7260759b0e [JENKINS-36616] part 1: fix a bug where clicking on a branch in Pipeline Detail -> Branches was going to an old URL that did not include the folder name 2016-07-12 14:59:43 -04:00
Cliff Meyers 22a2c93676 [JENKINS-36618] port the other tests over from skin-deep to Enzyme 2016-07-12 13:57:39 -04:00
Cliff Meyers cfd82f0613 [JENKINS-36618] actually fix the bug by using the self.href as the unique key 2016-07-12 13:50:29 -04:00
Cliff Meyers c1d7e4ca2e [JENKINS-36618] refactor JSDOM bootstrapping and js-extensions fixes into a util; cleanup some of hte test data; drop Immutable usage from spec to avoid spurious warnings 2016-07-12 13:50:02 -04:00
Cliff Meyers 74bc89dfb0 [JENKINS-36618] implement a unit test that exhibits the bug: this requires Enzyme.mount to expose a duplicate key error in React, and some correspond work to integrate jsdom and make ExtensionStore happy. next step, reduce boilerplate 2016-07-12 13:16:54 -04:00
Thorsten Scherler 2b71744a94 Merge remote-tracking branch 'origin/master' into feature/JENKINS-36211 2016-07-12 19:10:54 +02:00
Thorsten Scherler 585ea88e0d [feature/JENKINS-36211] Show nothing in case we do not have steps 2016-07-12 19:10:37 +02:00
Josh McDonald 07c80ed822 Merge pull request #329 from jenkinsci/josh/checkdeps-2016-07-12
Josh/checkdeps 2016 07 12
2016-07-12 13:55:53 +09:00
Josh McDonald 570694d158 Re-Fix react-addons-css-transition-group dep again 2016-07-12 13:49:13 +10:00
Josh McDonald 51944afbb0 Should cause CI to fail 2016-07-12 13:20:15 +10:00
Josh McDonald 6865354204 Taking a stab at running a node step for checkdeps 2016-07-12 12:47:29 +10:00
Thorsten Scherler e50fb5c616 [feature/JENKINS-36211] remove all listener on unMount as spotted by Cliff 2016-07-12 03:45:01 +02:00
vivek 5b1cf811bd Merge pull request #328 from jenkinsci/improvement/JENKINS-36580
JENKINS-36580# PUT .../pipelines/:id/favorite/ enhancements
2016-07-11 16:54:33 -07:00
Josh McDonald 996dbec7ee Update checkdeps.js to only look at prod / runtime dependencies, and fix a conflict in react-addons-css-transition-group version 2016-07-12 09:53:46 +10:00
Ivan Meredith 25fc05bdaa Merge pull request #316 from jenkinsci/JENKINS-35881-rerun-a-run
[JENKINS-35881] replay a run
2016-07-12 10:41:40 +12:00
Vivek Pandey d59515c808 JENKINS-36580# PUT .../pipelines/:id/favorite/ enhancements 2016-07-11 15:39:41 -07:00
Josh McDonald e271925b3c Fix small issue in Activity empty display 2016-07-12 08:38:49 +10:00
Ivan Meredith df45e9d18f Remove duplicate lines and fix comment. 2016-07-12 09:30:53 +12:00