Skip to content

fixed api for gocd v21.2.0 #72

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

Merged
merged 1 commit into from
Sep 24, 2021
Merged

Conversation

Antonos
Copy link
Contributor

@Antonos Antonos commented Aug 27, 2021

No description provided.

Comment on lines +62 to +63
// Chart.defaults.global.defaultFontColor = 'white';
// Chart.defaults.global.defaultFontFamily = 'Roboto';
Copy link
Owner

Choose a reason for hiding this comment

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

Why was this removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had an issue with fonts in the chrome dev tools console, UI was broken for me, once I commented out those lines - I was able to see pipelines, not sure if it doesn't work only for me or for others as well.

@@ -141,7 +141,7 @@ export default class GoService {
let pipelineNameToGroupName = new Object();
pipelineGroups.forEach((pipelineGroup) => {
pipelineGroup.pipelines.map((pipeline) => {
if (pipelineNameToGroupName[pipeline.name] == undefined) {
if (pipelineNameToGroupName[pipeline.name] === undefined) {
Copy link
Owner

Choose a reason for hiding this comment

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

@karmats
Copy link
Owner

karmats commented Sep 24, 2021

Thanks for this @Antonos and sorry for the late review. I'll merge this, but please answer my comment :)

@karmats karmats merged commit 1b1aa32 into karmats:master Sep 24, 2021
@karmats
Copy link
Owner

karmats commented Sep 24, 2021

Looks like the tests fails. Can you look into that @Antonos ?

@Antonos
Copy link
Contributor Author

Antonos commented Sep 24, 2021

@karmats
#74

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.

3 participants