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

Change label management to rely on independent rest calls #454

Merged
merged 3 commits into from
Jul 19, 2024

Conversation

camielwnzl
Copy link
Contributor

@camielwnzl camielwnzl commented Jun 11, 2024

Calc delta for labels from metadata and page information, then add/remove labels via independent confluence api calls

Seems to address "Label appear and disappear (PingPong) #226"

for _, label := range newLabels {
if label != "" {
item := map[string]interface{}{
"prexix": "global",
Copy link
Collaborator

Choose a reason for hiding this comment

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

looks like there was a typo here anyway.

Is the change backwards compatible with this one in mind?

@mrueg mrueg merged commit 8355d98 into kovetskiy:master Jul 19, 2024
5 checks passed
@mrueg
Copy link
Collaborator

mrueg commented Jul 19, 2024

Let's see if this improves the situation with labels :) Thanks!

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.

None yet

2 participants