Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task/jenkins 43083 testing improvements #1002

Merged
merged 40 commits into from Jun 13, 2017

Conversation

cliffmeyers
Copy link
Contributor

@cliffmeyers cliffmeyers commented Apr 24, 2017

Description

Submitter checklist

  • Link to JIRA ticket in description, if appropriate.
  • Change is code complete and matches issue description
  • Appropriate unit or acceptance tests or explanation to why this change has no tests
  • Reviewer's manual test instructions provided in PR description. See Reviewer's first task below.
  • Ran Acceptance Test Harness against PR changes.

Reviewer checklist

  • Run the changes and verified the change matches the issue description
  • Reviewed the code
  • Verified that the appropriate tests have been written or valid explanation given

Cliff Meyers added 9 commits April 20, 2017 16:11
…running jest: one with coverage and test reports output, another simpler one for dev
…ts; add support for supplying test name to "fast" and "debug" tasks; configure the test reports location via environment variable, rather than moving the file over
…oper error handling and "--test" argument handling in all test run scenarios
@i386
Copy link
Contributor

i386 commented Apr 25, 2017

@cliffmeyers nice I see we've got code coverage too? What's our coverage for corejs ATM?

@cliffmeyers
Copy link
Contributor Author

@i386 coverage report:

--------------------------------|----------|----------|----------|----------|----------------|
File                            |  % Stmts | % Branch |  % Funcs |  % Lines |Uncovered Lines |
--------------------------------|----------|----------|----------|----------|----------------|
All files                       |    35.14 |    29.62 |    28.83 |    35.48 |                |
 js                             |    45.02 |    37.01 |    53.75 |    46.12 |                |
  Fullscreen.jsx                |    66.67 |      100 |        0 |    66.67 |              7 |
  LoadingIndicator.js           |    13.33 |     9.52 |        0 |    14.29 |... 63,65,74,78 |
  NotFound.jsx                  |       50 |      100 |        0 |       50 |             12 |
  ToastService.js               |    85.71 |       60 |      100 |    85.71 |          32,73 |
  ToastUtils.js                 |        0 |        0 |        0 |        0 |... 33,37,38,43 |
  UrlBuilder.js                 |      100 |     96.3 |      100 |      100 |                |
  User.js                       |    73.33 |    53.33 |    78.26 |    73.33 |... ,87,103,104 |
  config.js                     |    18.75 |    39.13 |        0 |    19.35 |... 79,80,82,86 |
  fetch.js                      |     4.55 |        0 |        0 |     4.76 |... 322,329,336 |
  index.js                      |      100 |      100 |      100 |      100 |                |
  jwt.js                        |    14.29 |        0 |        0 |    14.71 |... 0,92,93,100 |
  logging.js                    |      100 |      100 |      100 |      100 |                |
  scopes.js                     |      100 |    63.64 |      100 |      100 |                |
  security.js                   |    90.91 |      100 |    88.89 |    90.91 |             23 |
  storage.js                    |    91.43 |    88.89 |      100 |    91.43 |    111,112,120 |
  stringUtil.js                 |    66.67 |    66.67 |      100 |    66.67 |          32,36 |
  testutils.js                  |    42.86 |        0 |        0 |    42.86 |... 53,55,56,59 |
  urlconfig.js                  |    79.17 |       50 |      100 |    79.17 | 27,29,42,43,45 |
  utils.js                      |    77.78 |       45 |      100 |    82.35 |       47,52,53 |
 js/capability                  |    91.59 |    84.09 |    92.59 |    91.09 |                |
  CapabilityApi.js              |      100 |      100 |      100 |      100 |                |
  CapabilityAugmenter.js        |    83.93 |       80 |    81.82 |    83.64 |... 150,154,155 |
  CapabilityStore.js            |      100 |      100 |      100 |      100 |                |
  Capable.js                    |      100 |     87.5 |      100 |      100 |                |
  index.js                      |      100 |      100 |      100 |      100 |                |
 js/components                  |     43.2 |    42.45 |    14.29 |    43.71 |                |
  BlueLogo.jsx                  |       60 |        0 |        0 |       75 |             67 |
  ContentPageHeader.jsx         |    30.77 |        0 |        0 |    30.77 |... 25,27,49,55 |
  LiveStatusIndicator.jsx       |    33.33 |      100 |        0 |    33.33 |    10,11,12,13 |
  ReplayButton.jsx              |    62.16 |    56.52 |    27.27 |    62.16 |... 66,67,92,93 |
  ResultPageHeader.jsx          |       25 |        0 |        0 |       25 |... 47,48,49,52 |
  RunButton.jsx                 |    56.52 |    65.31 |    18.18 |    57.78 |... 102,111,120 |
  ShowMoreButton.jsx            |    33.33 |        0 |        0 |    33.33 |... 17,18,20,23 |
  TimeHarmonizer.jsx            |    20.59 |        0 |     12.5 |    20.59 |... 61,63,66,71 |
 js/i18n                        |    28.75 |    18.37 |    46.67 |    28.75 |                |
  i18n.js                       |    28.75 |    18.37 |    46.67 |    28.75 |... 210,211,213 |
 js/parameter                   |    18.64 |        0 |        0 |    19.64 |                |
  ParametersRunButton.jsx       |    11.11 |        0 |        0 |    11.76 |... 147,155,159 |
  commonProptypes.jsx           |      100 |      100 |      100 |      100 |                |
  index.js                      |      100 |      100 |      100 |      100 |                |
 js/parameter/components        |    14.29 |        0 |        0 |    14.29 |                |
  Boolean.jsx                   |       20 |      100 |        0 |       20 |      8,9,10,11 |
  Choice.jsx                    |     6.25 |        0 |        0 |     6.25 |... 34,36,38,40 |
  Password.jsx                  |       25 |        0 |        0 |       25 |       12,13,14 |
  String.jsx                    |       20 |      100 |        0 |       20 |     9,10,11,12 |
  Text.jsx                      |       20 |      100 |        0 |       20 |      8,9,10,11 |
 js/parameter/renderer          |    14.29 |        0 |        0 |    14.29 |                |
  DebugRender.jsx               |    33.33 |      100 |        0 |    33.33 |            7,8 |
  ParametersRender.jsx          |     9.09 |        0 |        0 |     9.09 |... 24,25,26,29 |
 js/parameter/rest              |     7.14 |        0 |        0 |     7.14 |                |
  ParameterApi.js               |     7.14 |        0 |        0 |     7.14 |... 51,61,62,63 |
 js/parameter/services          |        0 |        0 |        0 |        0 |                |
  ParameterService.js           |        0 |        0 |        0 |        0 |... 65,66,67,72 |
 js/paths                       |    41.67 |       25 |      100 |    41.67 |                |
  index.js                      |      100 |      100 |      100 |      100 |                |
  rest.js                       |    41.67 |       25 |      100 |    41.67 |... 25,33,40,44 |
 js/rest                        |        0 |      100 |        0 |        0 |                |
  RunApi.js                     |        0 |      100 |        0 |        0 |... 41,42,44,51 |
 js/services                    |     9.09 |     3.13 |    10.39 |     9.09 |                |
  ActivityService.js            |        0 |        0 |        0 |        0 |... 74,75,78,89 |
  BunkerService.js              |     7.14 |      100 |     9.09 |     8.33 |... ,93,103,113 |
  DefaultSSEHandler.js          |     5.77 |        0 |       10 |     5.77 |... 127,128,131 |
  LocationService.js            |      100 |      100 |      100 |      100 |                |
  Pager.js                      |        0 |        0 |        0 |        0 |... 158,159,169 |
  PagerService.js               |        0 |        0 |        0 |        0 |... 93,94,95,99 |
  PipelineService.js            |      8.7 |        0 |     7.14 |     9.09 |... 132,133,134 |
  SSEService.js                 |    58.33 |        0 |       50 |       60 |    10,11,12,43 |
  index.js                      |      100 |      100 |      100 |      100 |                |
 js/sse                         |    10.53 |     3.85 |     12.5 |    10.53 |                |
  SseBus.js                     |    10.53 |     3.85 |     12.5 |    10.53 |... 150,153,154 |
 js/utils                       |    22.64 |    13.27 |     9.68 |    22.44 |                |
  UrlUtils.js                   |    27.27 |    15.66 |      8.7 |    27.12 |... 250,297,314 |
  dedupe-calls.js               |       25 |        0 |       20 |       25 |... 29,32,33,49 |
  serverBrowserTimeHarmonize.js |     3.33 |        0 |        0 |     3.33 |... 69,70,75,76 |
--------------------------------|----------|----------|----------|----------|----------------|

…of i18n for the React component unit tests that rely on it
import React from 'react';
import { assert } from 'chai';
import { shallow } from 'enzyme';

import utils from '../../../src/js/utils';
import { ReplayButton } from '../../../src/js/components/ReplayButton';


jest.mock('../../../src/js/i18n/i18n');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so this now has a mock i18n - whereas in the past it would just ignore it when running tests? (as not a new test)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this is confusing: previously, we had a "test-entrypoint" file that was loaded by karma initially and run once. It called an "enableMocks" method from the i18n library to turn them on. That is no longer run now, and the tests would now fail without that method call. So now we mock out i18n entirely and we do it per test file. Jest isolates the scope of jest.mock per test file.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok cool

Runs jest and outputs JUnit test reports and code coverage metrics, in the 'reports' and 'coverage' dirs.
This is the "full" execution that is run in CI.

## `npm run test-fast`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe this should be default? vs the one above? how much overhead does it really ad?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hrm no - I now disagree with myself. Carry on.

@michaelneale
Copy link
Member

@cliffmeyers looking nice - can the report have it sorted by coverage?

Does this keep the ATH happy etc - do you want this one merged in some time?

@cliffmeyers
Copy link
Contributor Author

@michaelneale I think I will hold off on a merge until I have a PR open to adds support for Jest to js-builder and switches over dashboard, personalization and web to use it. Might be a separate PR or just an addition to this one... there's a lot more moving parts with js-builder, but am getting there.

@michaelneale
Copy link
Member

ok @cliffmeyers great - looking good so far.

Cliff Meyers added 8 commits May 8, 2017 12:20
…ds real publish "js-builder-jest" plugin to be made available
# Conflicts:
#	blueocean-core-js/README.md
#	blueocean-core-js/npm-shrinkwrap.json
#	blueocean-dashboard/npm-shrinkwrap.json
#	blueocean-dashboard/package.json
#	blueocean-dashboard/src/test/js/pipelines-spec.js
#	blueocean-dashboard/src/test/js/testResult-spec.js
#	blueocean-personalization/package.json
@cliffmeyers
Copy link
Contributor Author

Tests pass now. Mysterious!

@michaelneale
Copy link
Member

@cliffmeyers nice one - good coverage. Up to you when to get this in - only thing I ask is to double check that the "untested" areas (ie creating a new pipeline/editor) are run through with this before merging (if you haven't already) - at least until we have that covered automatically, but this seem spretty low risk I think.

At your leisure sir.

@michaelneale
Copy link
Member

@cliffmeyers bringing this one up to date will trigger off some new end to end tests, so will be worthwhile

@michaelneale
Copy link
Member

michaelneale commented May 30, 2017

nice - this seems ok to me @cliffmeyers - so up to you. I took the liberty to update it and merged in the junit archive change (just remember to do the update dance if you decide to merge)

@cliffmeyers
Copy link
Contributor Author

cliffmeyers commented May 30, 2017

@michaelneale I updated this to master this morning. The first run failed with spurious Java unit test failures (same as before); the replay passed. I'd love to get this in, although I'm worried it could cause problems with the master build, even though these changes have nothing to do with the Java side. It's curious. I suppose we could merge and just revert it if suddenly master becomes unstable. Your call?

@vivek
Copy link
Collaborator

vivek commented May 30, 2017

@cliffmeyers @michaelneale I am fine with it, but can we wait till we release beta5 today?

@cliffmeyers
Copy link
Contributor Author

@michaelneale yeah, definitely.

@michaelneale
Copy link
Member

@cliffmeyers ok can hold fire. @vivek @cliffmeyers are those failures more common wit this branch?

@michaelneale
Copy link
Member

@vivek there is something wrong with jacoco:
[WARNING] Rule violated for bundle blueocean-rest-impl: classes missed count is 5.00, but expected maximum is 0.00

yet then it passes - I have seen that on other branches with unrelated changes. I suspect it is just a reporting thing, and that it isn't really failing but the real failures are things like:

createUserFavouriteTest(io.jenkins.blueocean.service.embedded.ProfileApiTest)  Time elapsed: 2.097 sec  <<< FAILURE!
java.lang.AssertionError: expected:<200> but was:<403>

@michaelneale
Copy link
Member

@cliffmeyers that failure has happened elsewhere, so don't worry, not related to this.

@michaelneale
Copy link
Member

@cliffmeyers up to you - I think the fix for the flaking test was resolved.

@cliffmeyers cliffmeyers mentioned this pull request Jun 1, 2017
8 tasks
@cliffmeyers
Copy link
Contributor Author

Waiting on #1141 to land this one, since this branch in particular seems to have ProfileApiTests failures more often than other branches.

@cliffmeyers
Copy link
Contributor Author

I re-merged master after #1141 landed and ran five builds which all passed. I'm deeming this stable enough to merge now.

@cliffmeyers cliffmeyers merged commit f5e83df into master Jun 13, 2017
@cliffmeyers cliffmeyers deleted the task/JENKINS-43083-testing-improvements branch June 13, 2017 18:25
EvilBeaver added a commit to EvilBeaver/blueocean-plugin that referenced this pull request Jun 20, 2017
* this may solve something (jenkinsci#1112)

* [maven-release-plugin] prepare release blueocean-parent-1.1.0-beta-9

* [maven-release-plugin] prepare for next development iteration

* Enable the use of multiple Jenkins versions (jenkinsci#1114)

* JENKINS-37324# Step description feature (jenkinsci#1005)

* JENKINS-37324# Step description feature

* Upgraded workflow-cps to alpha2.

* Return step description in separate method

Step title is now step.displayName + ": " + step.displayDescription

* Fixed failing test

* Updated to latest changes

* Updated workflow apis to released versions

* step descriptions now more robust

* Use git tests jar for GitSampleRepoRule (jenkinsci#1115)

It fixes the issue of missing user.name, user.email.

* try this out (jenkinsci#1117)

* Improved Webdriver lifecycle. (jenkinsci#1118)

* Improved Webdriver lifecycle.

A new webdriver instance is created and cleaned up before and after each test method now.

* Try Screenshotting

* Remove test test method

* JENKINS-44644# Fix for custom org sse events for activity screen (jenkinsci#1119)

* JENKINS-44631# Fix to show organization name on Dashboard (jenkinsci#1121)

If blueocean dashboard is accessed in context of organization route it
always showed organizations ignoring organizations.emabled flag. This
fix encorces this flag to show organization name on dashboard.

* upgrade to favorite 2.2.0 (jenkinsci#1113)

* upgrade to favorite 2.1.0

* Update pom.xml

* Update pom.xml (jenkinsci#1123)

* Bug/jenkins 43926 loading worm turns white too early (jenkinsci#1127)

* fix loading worm being completed by i18n before the extensions start loading

* release beta version of corejs

* Change version to 1.2.0-beta-1-SNAPSHOT (jenkinsci#1128)

* 1.2 dependency upgrade (jenkinsci#1103)

* fix RunDetailsHeader showing "Pull Request" in header for non-multibranch jobs, also fix PRs showing double pop-up buttons (jenkinsci#1125)

* Wrong imported class (jenkinsci#1124)

* Hotfix/loading worm fix corejs (jenkinsci#1129)

* release blueocean-core-js 0.0.115

* tick up blueocean-core-js version

* tick up blueocean-core-js versions in other modules

* Task/jenkins 37324 step description (jenkinsci#1126)

* add (failing) test to check that step name and description are both available on model object

* pass "displayDescription" through to model

* display name and description alongside; uses primitive truncation for name that doesn't include ellipsis

* update ATH to reflect new DOM structure for log console's step header name / description

* [JENKINS-44725] Move UserStatePreloader to a more appropiate location (jenkinsci#1130)

* JENKINS-44624# Fix to avoid multiple open blueocean menu (jenkinsci#1122)

When there are more than one implementation of BlueOceanActionUrl which
implements RootAction, there would (of course) be multiple menu items on
the left menu.

This fix changes the abstraction where BlueOceanUrlAction is a final
class and BlueOceanUrlObjectFactory is factory of BlueOceanUrlObject,
which defines properties to render 'Open Blue Ocean' left side menu.

* JENKINS-38982 fast search (jenkinsci#1043)

* partial implementation for JENKINS-38982

* add styles to the search pipeline input, add icon and remove the obsolete organizationPipelines method

* remove allPipelinesPager method and code cleanup

* release beta version of corejs

* add Java tests

* Add glob matcher to Pipeline search

* Allow equality matches

* javadoc

* more tests

* Add oro as dependency

* add path match test for lower case

* Move oro dependency to root pom

* Add search test for glob syntax

* revert PipelineSearch.java changes

* use send regex instead of search query, use lodash debounce, replace base64 search icon with material design one

* Only render components after CSS <link> elements are fully laoded

* js-extensions 0.0.36-tf-beta1

* js-extensions 0.0.36-Nicu-beta1

* npm install @jenkins-cd/js-extensions@0.0.36-Nicu-beta1 -S -E on core-js

* core-js 0.0.113-Nicu-beta1

* npm install @jenkins-cd/js-extensions@0.0.36-Nicu-beta1 @jenkins-cd/blueocean-core-js@0.0.113-Nicu-beta1 -S -E on dependants

* added check missing in ResourceLoadTracker._addCSS

* add organization back to search, fix glob match criteria

* release beta version of corejs

* new version of corejs and jdl

* make search input change the url

* hide fast search behind the "fastsearch" feature flag get param

* fix flash of unstyled content for the search box

* release corejs beta

* fix lint errors

* fix failing tests

* release corejs beta

* release corejs and js-extensions beta

* add invisible text that will cause fonts to load immediately, move srollbar visibility code to corejs so it loads immediately and not cause content to shift

* update failing tests

* Search API enhancements (jenkinsci#1102)

* Bring back the equality check

* Ensure that use cases identified in search requirements can be run against search api

See https://docs.google.com/a/cloudbees.com/document/d/1riU62MGFF7A9cInJx04gIwZQ8PGwN9MkQQORC3dGq40/edit?usp=sharing

* .

* .

* Review feedback

* fix core-js shrinkwrap with beta version of js-extensions

* move updateGetParam to separate util file

* use native input element instead of the JDL TextInput component

* hide favorites if searching

* fix lint errors

* fix url searchTextQuery, user regEx instead of regular replace

* remove feature flag requirement for fast search

* fix debouncer, add no results found message, implement other suggestions

* release new version of corejs and js-extensions

* fix issue with mismatched version of js-extensions in blueocean-core-js

* fix lint errors

* revert js-extensions changes that broke the build (jenkinsci#1132)

* JENKINS-44736 - Fix for unstable status (jenkinsci#1135)

* Upgrade favorite plugin for security issue for 1.2 (jenkinsci#1134)

* encode search string when pushing it to the url string (jenkinsci#1137)

* JENKINS-44742 fix issue where step with block failure log appended is… (jenkinsci#1136)

* Translation files

* JENKINS-44625# Fix for exit and cog wheel links with custom organization (jenkinsci#1120)

* JENKINS-44625# Fix for exit and cog wheel links with custom organization

* Fixed buildClassicConfigUrl() as jobPrefixPath() returns value with '/' as prefix and suffix

* Take org group in to account to compute exit to classic and config

* upgraded to latest blueocean-core-js version

* blueocean-core-js release dance

* Fix for failing ATH test

For default, jekins org, no prefix needed. Also released next version of
blueocean-core-js

* Add support for alternative Github API endpoints

* Bug/jenkins 43907 creation console error (jenkinsci#1140)

* fix bug where SSE handler was trying to fetch a run for an event actually related to repo/branch scanning: just ignore it

* add a faster build option for core-js

* release new beta core-js

* use new beta core-js in dependent modules

* release blueocean-core-js 0.0.121

* update dependent modules to use blueocean-core-js@0.0.121

* Use basic auth instead of JWT in tests. (jenkinsci#1141)

* Remove JWT token from profile tests

* remove use jwt flag

* fix more tests

* Use @ignore for skipped tests

* Bug/jenkins 44760 search is missing the clear button (jenkinsci#1138)

* add fastsearch clear button

* release beta version of corejs

* release new version of corejs

* [FIX JENKINS-44595] - Use Organization Display Name (jenkinsci#1144)

* [FIX JENKINS-44595] - Use Organization Display Name

* [FIX JENKINS-44595] - Change condition

* [JENKINS-44595] publish core-js and do the version dance

* [JENKINS-44595] - Remove left line

* [JENKINS-44595] - Fix run details organization display name

* [JENKINS-44595] - Fix favorites organization display name

* [FIX JENKINS-44595] - Missing semi-colon

* [master] version dance

* Task/jenkins 43083 testing improvements (jenkinsci#1002)

* [JENKINS-43083] add support for testing via jest with "npm run test"

* [JENKINS-43083] run jest via gulp instead

* [JENKINS-43083] add junit reporting; provide two different tasks for running jest: one with coverage and test reports output, another simpler one for dev

* [JENKINS-43083] ensure failed test breaks build

* [JENKINS-43083] ensure unhandled error breaks build

* [JENKINS-43083] remove failure

* [JENKINS-43083] support "test" "test-fast" and "test-debug" npm scripts; add support for supplying test name to "fast" and "debug" tasks; configure the test reports location via environment variable, rather than moving the file over

* [JENKINS-43083] refactor code to use "runJest" function which adds proper error handling and "--test" argument handling in all test run scenarios

* [JENKINS-43083] docs about tests

* [JENKINS-43083] use Jest mocking to provide a "no-op" implementation of i18n for the React component unit tests that rely on it

* [JENKINS-43083] switch from "before" to "beforeAll"

* [JENKINS-43083] WIP for running jjsbuilder tests with Jest; still needs real publish "js-builder-jest" plugin to be made available

* [JENKINS-43083] ignore jest reports

* [JENKINS-43083] dashboard uses Jest and minor tweaks to use "beforeAll"

* [JENKINS-43083] export a named function to avoid test breakage when using istanbul for coverage

* [JENKINS-43083] personalization uses Jest; use different approach to mocking i18n

* [JENKINS-43083] eliminate obsolete mocking code that is no longer needed

* [JENKINS-43083] typo in coverage dir name

* [JENKINS-43083] use i18n mock in TimeHarmonizer

* [JENKINS-43083] fix weird package.json / shrink entry for js-builder-jest

* fix test that was intentionally failing

* invoke gulp natively (bypassing jjsb command line) to facilitate debugging of unit tests; pull in new version of js-builder-jest that supports "test:debug"

* update shrinkwrap to include jest and related libs

* experiment with adding jest junit reports

* align run script naming w/ dashboard and personalization

* verify that core-js tests are being picked up

* re-enable test

* JENKINS-44865 add english translation for rundetail.tests.results.fixed

* fix official Docker image (jenkinsci#1148)

install-plugins.sh script downloads a too recent version of workflow-job
let's force it to latest compatible version with 2.46 LTS to quickly fix
the Official image

* add a parameter to rebuild the last official Docker image (jenkinsci#1151)

In case it's broken

* WIP Tables update (jenkinsci#1028)

* Update table design for Pipelines, Actions, and Branches for #JENKINS-41833

From branch  josh/jenkins-41833-new-table-migration-2

* Small editorial / typo fixes (jenkinsci#1156)

* Add pipeline build and milestone steps to aggregator (jenkinsci#1155)

* remove instructions about running ATH from pull request template, as this is done for all CI builds now anyways (jenkinsci#1154)

* Bump Jenkins minimum to 2.7.4 (jenkinsci#1159)

* Bump Jenkins minimum to 2.7.4

workflow-cps now depends on this version and prevent a successful install on 2.7.1

* Default Jenkins version of ATH is 2.7.4

* JENKINS-44926 prevent stackoverflow in TryBlueOceanMenu (jenkinsci#1164)

(cherry picked from commit ac10662)

* [JENKINS-44881] ignore refresh header for i18n (jenkinsci#1153)

* Ignore refresh headers for i18n

* Release beta core-js

* Release core-js

* Release core-js

* JENKINS-44867# PR tab regression fix (jenkinsci#1149)

* JENKINS-44867# PR tab regression fix

Added pagination to ContainerFilter to avoid checking for PR action only
till page size numbers are collected.

* Added test

(cherry picked from commit 6d34964)

* change the icon for the "go to classic" link, drop the "go to" from the link text (jenkinsci#1158)

* Performance - cache PR and branch metadata lookup (jenkinsci#1150)

* Cache branch and PR objects

* .

* Replace caching impl with a better one

* add tests

* switch to getItemByFullName

* Added configurable maximum size of cache

* [JENKINS-44866] Make the history button a component (jenkinsci#1147)

* Make the history button a component

* Fix linting

* Add ATH test

* Bug/jenkins 44759 remove search query param 2 (jenkinsci#1160)

* bug/JENKINS-44759-remove-search-query-param-2 * Import Cliff's test updates

* bug/JENKINS-44759-remove-search-query-param-2 * Manually re-apply Cliff's fixes

* bug/JENKINS-44759-remove-search-query-param-2 * Adjust the Dashboard page object to use new selectors

* Fix flaky testNewPipelineQueueItem (jenkinsci#1166)

* Fix flakey getPipelineRunsStopTest (jenkinsci#1168)

* Dependency updates (jenkinsci#1169)

* Update pom.xml

* Update pom.xml

* Topic/give more time for queue to process (jenkinsci#1171)

* Fix flakey testNewPipelineQueueItem

* add some comments

* orify

* remove redundant assertions and stabilise abort test (jenkinsci#1172)

* this is getting annoying

* removing a redundant assertion that was race prone

* Terms changed

* Untranslated keys removed

* Bug/jenkins 44105 branch filter typography (jenkinsci#1162)

* bug/JENKINS-44105-branch-filter-typography * Put the branch column filter in a non-header cell, and mess with the styles a bit to neaten it up and match the designs

* Lint

* @jenkins-cd/blueocean-core-js@0.0.124

* bug/JENKINS-44105-branch-filter-typography * Update deps for core-js and JDL, bump core-js v

* bug/JENKINS-44105-branch-filter-typography Re-publish and re-import core-js so they have the same JDL ver

* <brockman> that oughtta hold those SOBs </brockman>

* bug/JENKINS-44105-branch-filter-typography * Reinstall stuff, hope for the best

* Upgrade to declarative 1.1.6 (jenkinsci#1173)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants