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

fix: Correct the API ML started message #3524

Merged
merged 2 commits into from
Apr 30, 2024
Merged

Conversation

balhar-jakub
Copy link
Member

Description

Add the API ML services to the issued message.

Linked to #1633

Type of change

Please delete options that are not relevant.

  • fix: Bug fix (non-breaking change which fixes an issue)

Signed-off-by: Jakub Balhar <jakub@balhar.net>
Signed-off-by: Jakub Balhar <jakub@balhar.net>
Copy link

sonarcloud bot commented Apr 30, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@balhar-jakub balhar-jakub merged commit faace92 into v2.x.x Apr 30, 2024
31 checks passed
@delete-merged-branch delete-merged-branch bot deleted the balhar-jakub-patch-1 branch April 30, 2024 10:53
balhar-jakub added a commit that referenced this pull request Apr 30, 2024
* Correct the API ML started message

Signed-off-by: Jakub Balhar <jakub@balhar.net>

* Update utility-log-messages.yml

Signed-off-by: Jakub Balhar <jakub@balhar.net>

---------

Signed-off-by: Jakub Balhar <jakub@balhar.net>
taban03 pushed a commit that referenced this pull request May 6, 2024
* Correct the API ML started message

Signed-off-by: Jakub Balhar <jakub@balhar.net>

* Update utility-log-messages.yml

Signed-off-by: Jakub Balhar <jakub@balhar.net>

---------

Signed-off-by: Jakub Balhar <jakub@balhar.net>
taban03 added a commit that referenced this pull request May 6, 2024
* chore: UI changes  (#3493)

* Restyle Footer and reg. in Header

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>

* fix lint

Signed-off-by: achmelo <a.chmelo@gmail.com>

* remove commented code

Signed-off-by: achmelo <a.chmelo@gmail.com>

---------

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>
Signed-off-by: achmelo <a.chmelo@gmail.com>
Co-authored-by: Jan Filip <Jan.Filip@broadcom.com>
Co-authored-by: achmelo <a.chmelo@gmail.com>

* chore: API Portal updates (#3508)

* Changes based on stories:

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>

---------

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>

* Fix eslint

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>

* fix tests and improve tests coverage

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>

* fix issue

Signed-off-by: at670475 <andrea.tabone@broadcom.com>

* fix margin

Signed-off-by: at670475 <andrea.tabone@broadcom.com>

* increase coverage

Signed-off-by: at670475 <andrea.tabone@broadcom.com>

* fix indentation

Signed-off-by: at670475 <andrea.tabone@broadcom.com>

* fix test coverage (#3514)

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>

* Remove commented code (#3515)

* fix test coverage

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>

* remove commented code

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>

---------

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>

---------

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>
Signed-off-by: at670475 <andrea.tabone@broadcom.com>
Co-authored-by: Jan Filip <Jan.Filip@broadcom.com>
Co-authored-by: Andrea Tabone <andrea.tabone@broadcom.com>

* feat: Add message for when API Mediation Layer starts (#3523)

* Add message for when API Mediation Layer starts

Signed-off-by: Jakub Balhar <jakub@balhar.net>

* use apiml logger

Signed-off-by: achmelo <a.chmelo@gmail.com>

* Add correct API ML Log message

Signed-off-by: Jakub Balhar <jakub@balhar.net>

* Issue correct message

Signed-off-by: Jakub Balhar <jakub@balhar.net>

* Merge unnecessary conditions

Signed-off-by: Jakub Balhar <jakub@balhar.net>

* Clean messages

Signed-off-by: Jakub Balhar <jakub@balhar.net>

* Improve reason

Signed-off-by: Jakub Balhar <jakub@balhar.net>

---------

Signed-off-by: Jakub Balhar <jakub@balhar.net>
Signed-off-by: achmelo <a.chmelo@gmail.com>
Co-authored-by: achmelo <a.chmelo@gmail.com>

* fix: Correct the API ML started message (#3524)

* Correct the API ML started message

Signed-off-by: Jakub Balhar <jakub@balhar.net>

* Update utility-log-messages.yml

Signed-off-by: Jakub Balhar <jakub@balhar.net>

---------

Signed-off-by: Jakub Balhar <jakub@balhar.net>

* fix: Fixes the issue when PAT passed as authorization header with auth scheme zoweJwt (#3505)

* fixing the bug by adding cookie headers

* replacing PAT with JWT in the authorization header

* replacing PAT with JWT in the authorization header

* formatting

* formatting

* formatting

* fixing the failing tests

* fixing review comments

* fixing review comments

Signed-off-by: sj895092 <shobhackm9@gmail.com>

* adding integration tests for PAT with all authentication schemes

Signed-off-by: sj895092 <shobhackm9@gmail.com>

* parameterizing the tests

Signed-off-by: sj895092 <shobhackm9@gmail.com>

* fix issues

Signed-off-by: sj895092 <shobhackm9@gmail.com>

* refactor

Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>

* refactor

Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>

* fixing comments

Signed-off-by: sj895092 <shobhackm9@gmail.com>

* fixing response validation

Signed-off-by: sj895092 <shobhackm9@gmail.com>

* adding jwt validation

Signed-off-by: sj895092 <shobhackm9@gmail.com>

* addressing sonar issues

Signed-off-by: sj895092 <shobhackm9@gmail.com>

* make JUnit more accurate

Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>

---------

Signed-off-by: sj895092 <shobhackm9@gmail.com>
Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
Co-authored-by: Pavel Jares <Pavel.Jares@broadcom.com>

* feat: Disable ssl on attls profile

Signed-off-by: at670475 <andrea.tabone@broadcom.com>

* fix swagger test

Signed-off-by: at670475 <andrea.tabone@broadcom.com>

---------

Signed-off-by: Jan Filip <Jan.Filip@broadcom.com>
Signed-off-by: achmelo <a.chmelo@gmail.com>
Signed-off-by: at670475 <andrea.tabone@broadcom.com>
Signed-off-by: Jakub Balhar <jakub@balhar.net>
Signed-off-by: sj895092 <shobhackm9@gmail.com>
Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
Co-authored-by: Jan Filip <Jan.Filip@broadcom.com>
Co-authored-by: achmelo <a.chmelo@gmail.com>
Co-authored-by: Pablo Carle <pablocarle@users.noreply.github.com>
Co-authored-by: Jakub Balhar <jakub@balhar.net>
Co-authored-by: ShobhaJayanna <36433611+Shobhajayanna@users.noreply.github.com>
Co-authored-by: Pavel Jares <Pavel.Jares@broadcom.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants