Skip to content

fox: use a strategic merge patch#489

Closed
Oleksandr K. (okozachenko1203) wants to merge 5 commits intomainfrom
use-strategic-merge
Closed

fox: use a strategic merge patch#489
Oleksandr K. (okozachenko1203) wants to merge 5 commits intomainfrom
use-strategic-merge

Conversation

@okozachenko1203
Copy link
Member

No description provided.

@okozachenko1203 Oleksandr K. (okozachenko1203) changed the title Use a strategic merge patch wip: Use a strategic merge patch Feb 7, 2025
@okozachenko1203 Oleksandr K. (okozachenko1203) marked this pull request as draft February 7, 2025 16:44
@okozachenko1203 Oleksandr K. (okozachenko1203) marked this pull request as ready for review February 13, 2025 13:09
@okozachenko1203 Oleksandr K. (okozachenko1203) changed the title wip: Use a strategic merge patch fox: use a strategic merge patch Feb 13, 2025
@mnaser
Copy link
Member

@mnaser
Copy link
Member

>>> from urllib.parse import urlencode
>>> urlencode({
...                     "fieldManager": "atmosphere-operator",
...                     "force": True,
...                 })
'fieldManager=atmosphere-operator&force=True'

I wonder if the issue is uppercase True? that'd be funny.

@mnaser
Copy link
Member

from urllib.parse import urlencode
urlencode({
... "fieldManager": "atmosphere-operator",
... "force": True,
... })
'fieldManager=atmosphere-operator&force=True'

theory not true :) it does accept True as true.

@mnaser
Copy link
Member

Closed in favour of #492

@mnaser Mohammed Naser (mnaser) deleted the use-strategic-merge branch February 20, 2025 23:14
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.

2 participants