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

[stable] Update build #2590

Merged
merged 29 commits into from
Aug 9, 2023
Merged

[stable] Update build #2590

merged 29 commits into from
Aug 9, 2023

Conversation

github-actions[bot]
Copy link
Contributor

No description provided.

karelhala and others added 2 commits July 21, 2023 14:26
* Adding a placeholder so builds wont fail

* Adding step block

* Fixing err
@app-sre-bot
Copy link

Can one of the admins verify this patch?

@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2023

Codecov Report

Merging #2590 (5517972) into master-stable (047209c) will decrease coverage by 0.01%.
Report is 7 commits behind head on master-stable.
The diff coverage is 66.66%.

❗ Current head 5517972 differs from pull request most recent head 56f391c. Consider uploading reports for the commit 56f391c to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                @@
##           master-stable    #2590      +/-   ##
=================================================
- Coverage          57.57%   57.57%   -0.01%     
=================================================
  Files                 92       92              
  Lines               2784     2786       +2     
  Branches             710      656      -54     
=================================================
+ Hits                1603     1604       +1     
- Misses              1065     1181     +116     
+ Partials             116        1     -115     
Files Changed Coverage Δ
src/jwt/jwt.ts 73.51% <ø> (-0.21%) ⬇️
src/utils/common.ts 61.35% <ø> (ø)
src/jwt/url.ts 76.47% <50.00%> (-2.11%) ⬇️
src/components/AllServices/AllServicesIcons.ts 100.00% <100.00%> (ø)

... and 28 files with indirect coverage changes

Hyperkid123 and others added 23 commits July 26, 2023 09:22
* Adding inital Jenkinsfile

* Fixing pipeline file

* Adding dockerfile, helper script, updtes to jenkinsfile

* Forcing pipeline run

* Adding scripts, update to docker test image

* More script changes, run scripts in jenkins stages

* Changed name of container for lint

* Cypress script, Jenkinsfile update
#2569)

* parent 742d5e7
author rsun19 <[email protected]> 1686254392 -0400
committer Robert Sun <[email protected]> 1689813124 -0400

parent 742d5e7
author rsun19 <[email protected]> 1686254392 -0400
committer Robert Sun <[email protected]> 1689813067 -0400

parent 742d5e7
author rsun19 <[email protected]> 1686254392 -0400
committer Robert Sun <[email protected]> 1689813024 -0400

parent 742d5e7
author rsun19 <[email protected]> 1686254392 -0400
committer Robert Sun <[email protected]> 1689812885 -0400

parent 742d5e7
author rsun19 <[email protected]> 1686254392 -0400
committer Robert Sun <[email protected]> 1689812683 -0400

parent 742d5e7
author rsun19 <[email protected]> 1686254392 -0400
committer Robert Sun <[email protected]> 1689812648 -0400

added bulk of logic

added intensive testing with card elements

added screenshot at end per request

Postpone segment load unti user exists.

Use session to store login creds

Add navigation test to gate PR merges (#2538)

Mark react-intl for sharing.

Fresh copypasta

Remove window.insights.chrome references.

made formatting changes

fixed lint issues

added hook to hook files

complied with lint messages

removed event listener

Upgrade React to v18

Fix Global filter styling

created updates

edited hooks

fixed search bar issues

integrated magnifying glass

made search bar responsive

made search adjustments

removed extra file

removed landing page commit

fixed misplaced menu issue

fixed issue with nav

Wait for visibility functions to be initialized. (#2553)

Link to the repo where navigation is currently defined (#2554)

And make it easier to find from the README

Revert "Wait for visibility functions to be initialized. (#2553)" (#2555)

This reverts commit 4ff7251.

USe data in accessor (#2556)

User proper check for preview bundles (#2557)

Add us origin URLs to use correct SSO

Open new tab when clicking on API docs (#2558)

Distribute visibility functions via webpack scope.

RHCLOUD-26169	[CYPRESS] Add test to add things to favorites (#2546)

* added pre test

* made favorites e2e testing

* extracted variables

* refactor

* added control flow

* formatted better

* added assertions and fixed post intercept issue

* added serviceName var

* added better validation

* increased specificity in service name check

* fixed lint issues

* fixed more lint issues

* fixed many lint issues

* fixed all lint issues

* final lint fix

* added line to visit / page

* moved visit line

---------

Co-authored-by: Karel Hala <[email protected]>

Fix landing page e2e test assertion.

allow 'fake' services to be favorited

Move fake bundle computation to memo out of effect.

Ensure analytics observer instance is not lost.

Add WS client for chrome service.

Rename subs bundle to match the route.

Add safe accesor to chrome link href string.

Add default value to chrome link href.

Bump semver from 5.7.1 to 5.7.2

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Add tooltips

Add cypress tests

Fix

Enable GCP stratosphere workflow.

Debounce global filter callback actions.

fixed lint issues

made more efficient

removed preview toggle when width < 420px

removed unused var

patched bug where search will disappear on viewport

Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Initialize KC with module required scopes.

Postpone segment load unti user exists.

Add navigation test to gate PR merges (#2538)

Mark react-intl for sharing.

Fresh copypasta

made formatting changes

fixed lint issues

complied with lint messages

Upgrade React to v18

Fix Global filter styling

Wait for visibility functions to be initialized. (#2553)

Link to the repo where navigation is currently defined (#2554)

And make it easier to find from the README

Revert "Wait for visibility functions to be initialized. (#2553)" (#2555)

This reverts commit 4ff7251.

Add us origin URLs to use correct SSO

Open new tab when clicking on API docs (#2558)

Distribute visibility functions via webpack scope.

Move fake bundle computation to memo out of effect.

Ensure analytics observer instance is not lost.

Add WS client for chrome service.

Rename subs bundle to match the route.

Add safe accesor to chrome link href string.

Add default value to chrome link href.

Bump semver from 5.7.1 to 5.7.2

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Add tooltips

Add cypress tests

Fix

Debounce global filter callback actions.

Enable GCP stratosphere workflow.

Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Initialize KC with module required scopes.

finished search input changes

* fixed merge on search updates

---------

Co-authored-by: Martin Maroši <[email protected]>
Co-authored-by: epwinchell <[email protected]>
* Reverting back to a placeholder file

* Adding newline at EOF

* Wrapping commands in strings

* Removing files
Adding us.console.dev.redhat.com to
* Change path matching in Caddyfile:

* Include config

---------

Co-authored-by: Ryan Long <[email protected]>
Make cookie consent dismissable in mobile
@karelhala
Copy link
Contributor

/ok-to-test

@karelhala karelhala merged commit d13add1 into master-stable Aug 9, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.