René's URL Explorer Experiment


Title: ProjectMergeRequest.save() discards _optional_get_attrs · Issue #2007 · python-gitlab/python-gitlab · GitHub

Open Graph Title: ProjectMergeRequest.save() discards _optional_get_attrs · Issue #2007 · python-gitlab/python-gitlab

X Title: ProjectMergeRequest.save() discards _optional_get_attrs · Issue #2007 · python-gitlab/python-gitlab

Description: Description of the problem, including code/CLI snippet When we request the MR object we can specify extra attributes to be returned to us. Once instantiated if we update part of the object and .save() it, our object loses these attribute...

Open Graph Description: Description of the problem, including code/CLI snippet When we request the MR object we can specify extra attributes to be returned to us. Once instantiated if we update part of the object and .sav...

X Description: Description of the problem, including code/CLI snippet When we request the MR object we can specify extra attributes to be returned to us. Once instantiated if we update part of the object and .sav...

Opengraph URL: https://github.com/python-gitlab/python-gitlab/issues/2007

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ProjectMergeRequest.save() discards _optional_get_attrs","articleBody":"## Description of the problem, including code/CLI snippet\r\nWhen we request the MR object we can specify extra attributes to be returned to us. Once instantiated if we update part of the object and _.save()_ it, our object loses these attributes.\r\n\r\n## Expected Behavior\r\nThe optional key:value in the MR attribute data should be retained\r\n\r\n## Actual Behavior\r\nThe keys and values for these particular attributes are lost\r\n\r\n## Specifications\r\n\r\n  - python-gitlab version:\r\n    - 3.4.0 \r\n  - API version you are using (v3/v4):\r\n    - v4\r\n  - Gitlab server version (or gitlab.com):\r\n    - 13.12.10-ee\r\n\r\nHere is a patch to retain these attributes across the _.save()_ method. I'm working on a PR for this but _tox_ is blowing up.\r\n\r\n```diff\r\ndiff --git a/gitlab/mixins.py b/gitlab/mixins.py\r\nindex 1a3ff4d..1af1b2e 100644\r\n--- a/gitlab/mixins.py\r\n+++ b/gitlab/mixins.py\r\n@@ -548,11 +548,29 @@ class SaveMixin(_RestObjectBase):\r\n         if not updated_data:\r\n             return None\r\n \r\n+        # we need to save these attribute values across the .save() method\r\n+        # or they'll be lost. the user didn't ask us to reload the MR object\r\n+        # so be minimal in our actions\r\n+        save_across_update = {}\r\n+        for attr in self.manager._optional_get_attrs:\r\n+            find_attr = attr\r\n+            if find_attr.startswith(\"include_\"):\r\n+                find_attr = find_attr[8:]\r\n+            if find_attr in self._attrs:\r\n+                save_across_update[find_attr] = self._attrs[find_attr]\r\n+\r\n         # call the manager\r\n         obj_id = self.encoded_id\r\n         if TYPE_CHECKING:\r\n             assert isinstance(self.manager, UpdateMixin)\r\n         server_data = self.manager.update(obj_id, updated_data, **kwargs)\r\n+\r\n+        # restore the optional requested attributes lost when we did the .save()\r\n+        # the gitlab REST API doesn't offer a way to request these attributes\r\n+        # during the POST operation thus we can't blindly overwrite our existing\r\n+        # data with the new data\r\n+        server_data.update(save_across_update)\r\n+\r\n         self._update_attrs(server_data)\r\n         return server_data\r\n\r\n```","author":{"url":"https://github.com/FirefighterBlu3","@type":"Person","name":"FirefighterBlu3"},"datePublished":"2022-05-05T13:41:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/2007/python-gitlab/issues/2007"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:3d649a8a-9af4-bc70-341d-8fb1bf492f0b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8196:247705:3E4614:536DB2:6972F941
html-safe-nonce116a0ce22eb96ff3e6febb8dfab35980e3cb315c027b31aca207564f18b353b1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MTk2OjI0NzcwNTozRTQ2MTQ6NTM2REIyOjY5NzJGOTQxIiwidmlzaXRvcl9pZCI6IjI3MzIwNDQwMzYwODI5NTY2MDkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac72b8d6c367833b6f272b9a0c8479f723b25de55073c3ffdd3475aaabf6413096
hovercard-subject-tagissue:1226691926
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-gitlab/python-gitlab/2007/issue_layout
twitter:imagehttps://opengraph.githubassets.com/c84210411b7737a04a9b15a93d234aa5fc512a6619db8dfb13501a5b0cca0488/python-gitlab/python-gitlab/issues/2007
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/c84210411b7737a04a9b15a93d234aa5fc512a6619db8dfb13501a5b0cca0488/python-gitlab/python-gitlab/issues/2007
og:image:altDescription of the problem, including code/CLI snippet When we request the MR object we can specify extra attributes to be returned to us. Once instantiated if we update part of the object and .sav...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameFirefighterBlu3
hostnamegithub.com
expected-hostnamegithub.com
None9946c12a4847916f32068429cb2ad536f7d8450fc8b70730d0e9aa7861057db8
turbo-cache-controlno-preview
go-importgithub.com/python-gitlab/python-gitlab git https://github.com/python-gitlab/python-gitlab.git
octolytics-dimension-user_id28886265
octolytics-dimension-user_loginpython-gitlab
octolytics-dimension-repository_id8077625
octolytics-dimension-repository_nwopython-gitlab/python-gitlab
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id8077625
octolytics-dimension-repository_network_root_nwopython-gitlab/python-gitlab
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef92f1208f12997e73ccb28d2f389b2adab0c98a3
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-gitlab/python-gitlab/issues/2007#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-gitlab%2Fpython-gitlab%2Fissues%2F2007
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-gitlab%2Fpython-gitlab%2Fissues%2F2007
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python-gitlab%2Fpython-gitlab
Reloadhttps://github.com/python-gitlab/python-gitlab/issues/2007
Reloadhttps://github.com/python-gitlab/python-gitlab/issues/2007
Reloadhttps://github.com/python-gitlab/python-gitlab/issues/2007
python-gitlab https://github.com/python-gitlab
python-gitlabhttps://github.com/python-gitlab/python-gitlab
Notifications https://github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Fork 675 https://github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Star 2.4k https://github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Code https://github.com/python-gitlab/python-gitlab
Issues 26 https://github.com/python-gitlab/python-gitlab/issues
Pull requests 12 https://github.com/python-gitlab/python-gitlab/pulls
Discussions https://github.com/python-gitlab/python-gitlab/discussions
Actions https://github.com/python-gitlab/python-gitlab/actions
Projects 0 https://github.com/python-gitlab/python-gitlab/projects
Security 0 https://github.com/python-gitlab/python-gitlab/security
Insights https://github.com/python-gitlab/python-gitlab/pulse
Code https://github.com/python-gitlab/python-gitlab
Issues https://github.com/python-gitlab/python-gitlab/issues
Pull requests https://github.com/python-gitlab/python-gitlab/pulls
Discussions https://github.com/python-gitlab/python-gitlab/discussions
Actions https://github.com/python-gitlab/python-gitlab/actions
Projects https://github.com/python-gitlab/python-gitlab/projects
Security https://github.com/python-gitlab/python-gitlab/security
Insights https://github.com/python-gitlab/python-gitlab/pulse
New issuehttps://github.com/login?return_to=https://github.com/python-gitlab/python-gitlab/issues/2007
New issuehttps://github.com/login?return_to=https://github.com/python-gitlab/python-gitlab/issues/2007
ProjectMergeRequest.save() discards _optional_get_attrshttps://github.com/python-gitlab/python-gitlab/issues/2007#top
https://github.com/nejch
metahttps://github.com/python-gitlab/python-gitlab/issues?q=state%3Aopen%20label%3A%22meta%22
https://github.com/FirefighterBlu3
https://github.com/FirefighterBlu3
FirefighterBlu3https://github.com/FirefighterBlu3
on May 5, 2022https://github.com/python-gitlab/python-gitlab/issues/2007#issue-1226691926
nejchhttps://github.com/nejch
metahttps://github.com/python-gitlab/python-gitlab/issues?q=state%3Aopen%20label%3A%22meta%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.