Code changed in jenkins
User: Thorsten Scherler
Path:
package.json
src/main/js/api/git.js
src/main/js/page_objects/blueocean/bluePipelineActivity.js
src/main/js/page_objects/blueocean/bluePipelineBranch.js
src/main/js/page_objects/blueocean/bluePipelineRunDetail.js
src/main/js/page_objects/blueocean/bluePipelines.js
src/main/js/page_objects/classic_jenkins/computer.js
src/main/js/page_objects/classic_jenkins/folderCreate.js
src/main/js/page_objects/classic_jenkins/jobUtils.js
src/main/js/page_objects/classic_jenkins/multibranchCreate.js
src/main/js/page_objects/classic_jenkins/pipeline.js
src/main/js/util/url.js
src/test/java/io/jenkins/blueocean/EdgeCasesTest.java
src/test/java/io/jenkins/blueocean/QueuedTest.java
src/test/js/edgeCases/folder.js
src/test/js/log-karaoke/freestyle.js
src/test/js/log-karaoke/noStages.js
src/test/js/log-karaoke/stages.js
src/test/js/queued.js
src/test/js/smoke.js
src/test/resources/multibranch_1/Jenkinsfile
src/test/resources/multibranch_1/TEST-failure.TestThisWillFailAbunch.xml
src/test/resources/multibranch_1/TEST-failure.TestThisWontFail.xml
http://jenkins-ci.org/commit/blueocean-acceptance-test/ebad36c457146cba0fbf822875df39659e6520fc
Log:
[FIX JENKINS-36660] WIP Acceptance tests for nested project and funky branch name regressions (#26)
- Added git api for creating local git repos for testing
JENKINS-36660 WIP implementing creation of folder and a freestyle project within the nested path.
JENKINS-36660 WIP waiting for ever when uncommenting, seems that sse is not getting informed
JENKINS-36660 Extending multibranch AT implementing creation of job
JENKINS-36660 Add fixme note so tom knows where the problems lies
JENKINS-36660 first working version of creating multibranch in folders
JENKINS-36660 add more test to cover various regressions. The close modal test is breaking my balls though since the opener url is equal to the current location but only in AT.
JENKINS-36660 Implement regression testing for all tabs when they should show data. Add commit script for the git repo.
JENKINS-36660 Start test for pressing run button. add test to validate activities. move clickTab and related code to url util class
JENKINS-36660 Implement check for runButton and start working on queued state
JENKINS-36660 WIP queued state testing, infrastructure code to set executors
JENKINS-36660 using async series to make sure the changeset has passed before doing next step
JENKINS-36660 prepare for merge with current master, Disable tests as long ticket is open,
PR: https://github.com/jenkinsci/blueocean-plugin/pull/333