-
Notifications
You must be signed in to change notification settings - Fork 11
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
Refactor Deadline Submission JobInfo #49
base: develop
Are you sure you want to change the base?
Refactor Deadline Submission JobInfo #49
Commits on Oct 16, 2024
-
New Settings for CollectJobInfoItem
These settings should be base of generic JobInfo values for Deadline submission. They should contain variables previously contained in Submit* Settings. Some of them should be exposed to Publisher UI as artist overrides.
Configuration menu - View commit details
-
Copy full SHA for d1a883b - Browse repository at this point
Copy the full SHA d1a883bView commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f72e87f - Browse repository at this point
Copy the full SHA f72e87fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b29403 - Browse repository at this point
Copy the full SHA 2b29403View commit details
Commits on Oct 18, 2024
-
Use DeadlineJobInfo as collector object
It was decided that dataclasses should be used instead of attrs. This moves DeadlineJobInfo which is full mapping of JobInfo from abstract submitters to collectors to limit need of new class and necessary remapping later.
Configuration menu - View commit details
-
Copy full SHA for cb0d24d - Browse repository at this point
Copy the full SHA cb0d24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c0a0d - Browse repository at this point
Copy the full SHA 37c0a0dView commit details -
Implemented new generic method applicable for all DCC
Added new argument for old get_job_info (which should be probabaly renamed) to pass base of prepared object to be enhanced with DCC specific fields
Configuration menu - View commit details
-
Copy full SHA for 3358838 - Browse repository at this point
Copy the full SHA 3358838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60da8b9 - Browse repository at this point
Copy the full SHA 60da8b9View commit details -
Do not pass empty string to DeadlineJobInfo
Empty strings overrides None defaults which might cause issue (it definitely does for job_delay).
Configuration menu - View commit details
-
Copy full SHA for ae3c739 - Browse repository at this point
Copy the full SHA ae3c739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8990a - Browse repository at this point
Copy the full SHA 1c8990aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57860ce - Browse repository at this point
Copy the full SHA 57860ceView commit details -
Removed storign deadline info to instance
'deadline' dictionary wasnt used at all, it contained large DeadlineJobInfo which just enlarged metadata json unnecessary.
Configuration menu - View commit details
-
Copy full SHA for 10f566f - Browse repository at this point
Copy the full SHA 10f566fView commit details -
Updates to DeadlineJobInfo to match previous implementation
It is handling EnvironmentKey* type of fields
Configuration menu - View commit details
-
Copy full SHA for bbb12b7 - Browse repository at this point
Copy the full SHA bbb12b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26c997 - Browse repository at this point
Copy the full SHA c26c997View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1eba7f - Browse repository at this point
Copy the full SHA e1eba7fView commit details -
Implemented explicit frames filtering on simple files
Not yet working on AOVs.
Configuration menu - View commit details
-
Copy full SHA for 8062462 - Browse repository at this point
Copy the full SHA 8062462View commit details -
Reworked removal of deadline in submit job
Deadline portion must be there for ValidateExpectedFiles
Configuration menu - View commit details
-
Copy full SHA for ec908e0 - Browse repository at this point
Copy the full SHA ec908e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b22ff - Browse repository at this point
Copy the full SHA 64b22ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3125d - Browse repository at this point
Copy the full SHA 0d3125dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c206b24 - Browse repository at this point
Copy the full SHA c206b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 803c25c - Browse repository at this point
Copy the full SHA 803c25cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 201c5b8 - Browse repository at this point
Copy the full SHA 201c5b8View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57ac094 - Browse repository at this point
Copy the full SHA 57ac094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a280b0 - Browse repository at this point
Copy the full SHA 6a280b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d3fe14 - Browse repository at this point
Copy the full SHA 6d3fe14View commit details -
Configuration menu - View commit details
-
Copy full SHA for f09cde7 - Browse repository at this point
Copy the full SHA f09cde7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f0f8b - Browse repository at this point
Copy the full SHA 47f0f8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae7c94 - Browse repository at this point
Copy the full SHA 3ae7c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e2f03 - Browse repository at this point
Copy the full SHA 41e2f03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8227376 - Browse repository at this point
Copy the full SHA 8227376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24dbf6d - Browse repository at this point
Copy the full SHA 24dbf6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87d5f4b - Browse repository at this point
Copy the full SHA 87d5f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fbc45b - Browse repository at this point
Copy the full SHA 2fbc45bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6416ad - Browse repository at this point
Copy the full SHA c6416adView commit details
Commits on Oct 31, 2024
-
Separated AYON fields from Deadline own
This should highlight better separation of AYON fields, that are used for some additional logic.
Configuration menu - View commit details
-
Copy full SHA for e593e5d - Browse repository at this point
Copy the full SHA e593e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfa544b - Browse repository at this point
Copy the full SHA dfa544bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac77178 - Browse repository at this point
Copy the full SHA ac77178View commit details -
Configuration menu - View commit details
-
Copy full SHA for 068ae90 - Browse repository at this point
Copy the full SHA 068ae90View commit details -
Implemented additional JobInfo, PluginInfo fields
This field from Settings could be used to push in any not explicitly implemented JobInfo field. Current implementation handles also PluginInfo fields, where it might be better to split it to separate object, but not now.
Configuration menu - View commit details
-
Copy full SHA for 0e3760a - Browse repository at this point
Copy the full SHA 0e3760aView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26a63d0 - Browse repository at this point
Copy the full SHA 26a63d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1352ad0 - Browse repository at this point
Copy the full SHA 1352ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9a349 - Browse repository at this point
Copy the full SHA 1e9a349View commit details -
Configuration menu - View commit details
-
Copy full SHA for a692796 - Browse repository at this point
Copy the full SHA a692796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67de670 - Browse repository at this point
Copy the full SHA 67de670View commit details -
Merge remote-tracking branch 'origin/feature/AY-6789_Render-instance-…
…support-of-Frame-List' into feature/AY-6789_Render-instance-support-of-Frame-List
Configuration menu - View commit details
-
Copy full SHA for 834290a - Browse repository at this point
Copy the full SHA 834290aView commit details -
Removed magic conversion from Settings to fields
Fields from Settings are explicitly mapped. The idea is to remove AYONDeadlineJobInfo if possible and prepare DeadlineJobInfo
Configuration menu - View commit details
-
Copy full SHA for dbd9304 - Browse repository at this point
Copy the full SHA dbd9304View commit details -
Points to published workfile to be rendered (usually).
Configuration menu - View commit details
-
Copy full SHA for 5fa1034 - Browse repository at this point
Copy the full SHA 5fa1034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6330f07 - Browse repository at this point
Copy the full SHA 6330f07View commit details -
Removed unneeded asset_dependencies
Replaced by job_info.UseAssetDependencies
Configuration menu - View commit details
-
Copy full SHA for 7221315 - Browse repository at this point
Copy the full SHA 7221315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 436f51f - Browse repository at this point
Copy the full SHA 436f51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e0c85 - Browse repository at this point
Copy the full SHA 02e0c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a22384 - Browse repository at this point
Copy the full SHA 0a22384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e71e44 - Browse repository at this point
Copy the full SHA 1e71e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e9414 - Browse repository at this point
Copy the full SHA 69e9414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b1764 - Browse repository at this point
Copy the full SHA 18b1764View commit details -
Configuration menu - View commit details
-
Copy full SHA for d01479a - Browse repository at this point
Copy the full SHA d01479aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db8418 - Browse repository at this point
Copy the full SHA 2db8418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf017f - Browse repository at this point
Copy the full SHA 3bf017fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b9101 - Browse repository at this point
Copy the full SHA 91b9101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567ed8c - Browse repository at this point
Copy the full SHA 567ed8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 150bcd7 - Browse repository at this point
Copy the full SHA 150bcd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b71b9 - Browse repository at this point
Copy the full SHA 31b71b9View commit details
Commits on Nov 4, 2024
-
This way type validations should kick in for default values.
Configuration menu - View commit details
-
Copy full SHA for ce2f93a - Browse repository at this point
Copy the full SHA ce2f93aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e39c116 - Browse repository at this point
Copy the full SHA e39c116View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96afdfd - Browse repository at this point
Copy the full SHA 96afdfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c89b2c - Browse repository at this point
Copy the full SHA 7c89b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f1a29 - Browse repository at this point
Copy the full SHA e0f1a29View commit details -
Improve
Delay Job
attribute definition (less long label, add placeh……older plus describe more in tooltip)
Configuration menu - View commit details
-
Copy full SHA for af1e4f2 - Browse repository at this point
Copy the full SHA af1e4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c3974 - Browse repository at this point
Copy the full SHA f6c3974View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c44d9 - Browse repository at this point
Copy the full SHA d8c44d9View commit details -
Merge branch 'feature/AY-6789_Render-instance-support-of-Frame-List' …
…into feature/AY-6789_Render-instance-support-of-Frame-List-fusion
Configuration menu - View commit details
-
Copy full SHA for edff1c5 - Browse repository at this point
Copy the full SHA edff1c5View commit details -
Merge pull request #56 from BigRoy/feature/AY-6789_Render-instance-su…
…pport-of-Frame-List-fusion Refactor Fusion submitter + minor code cosmetic changes
Configuration menu - View commit details
-
Copy full SHA for 18f5146 - Browse repository at this point
Copy the full SHA 18f5146View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f178b - Browse repository at this point
Copy the full SHA b5f178bView commit details -
Merge remote-tracking branch 'origin/feature/AY-6789_Render-instance-…
…support-of-Frame-List' into feature/AY-6789_Render-instance-support-of-Frame-List
Configuration menu - View commit details
-
Copy full SHA for 84783e8 - Browse repository at this point
Copy the full SHA 84783e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 124d715 - Browse repository at this point
Copy the full SHA 124d715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42658bc - Browse repository at this point
Copy the full SHA 42658bcView commit details -
Implemented enum fields and querying for them
Implemented groups, machines, limit_groups
Configuration menu - View commit details
-
Copy full SHA for d202aaf - Browse repository at this point
Copy the full SHA d202aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c80ec - Browse repository at this point
Copy the full SHA 13c80ecView commit details
Commits on Nov 5, 2024
-
Formatting added last empty line
Co-authored-by: Roy Nieterau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cb890a - Browse repository at this point
Copy the full SHA 2cb890aView commit details -
Co-authored-by: Mustafa Jafar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3db2b5 - Browse repository at this point
Copy the full SHA f3db2b5View commit details -
Applicable for Houdini Co-authored-by: Mustafa Jafar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cf4c72 - Browse repository at this point
Copy the full SHA 7cf4c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 193ea1c - Browse repository at this point
Copy the full SHA 193ea1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8526e5a - Browse repository at this point
Copy the full SHA 8526e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b03400 - Browse repository at this point
Copy the full SHA 3b03400View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd3010f - Browse repository at this point
Copy the full SHA bd3010fView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9fcc50a - Browse repository at this point
Copy the full SHA 9fcc50aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b81896 - Browse repository at this point
Copy the full SHA 3b81896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6778c - Browse repository at this point
Copy the full SHA 3d6778cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b3400 - Browse repository at this point
Copy the full SHA 73b3400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19639fb - Browse repository at this point
Copy the full SHA 19639fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389fef8 - Browse repository at this point
Copy the full SHA 389fef8View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 051d8e2 - Browse repository at this point
Copy the full SHA 051d8e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1461ffd - Browse repository at this point
Copy the full SHA 1461ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f58203 - Browse repository at this point
Copy the full SHA 2f58203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cdc12e - Browse repository at this point
Copy the full SHA 7cdc12eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e39873 - Browse repository at this point
Copy the full SHA 1e39873View commit details -
Configuration menu - View commit details
-
Copy full SHA for 318fac0 - Browse repository at this point
Copy the full SHA 318fac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6378a3 - Browse repository at this point
Copy the full SHA d6378a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cbecec - Browse repository at this point
Copy the full SHA 3cbececView commit details -
Configuration menu - View commit details
-
Copy full SHA for 675a335 - Browse repository at this point
Copy the full SHA 675a335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a42400 - Browse repository at this point
Copy the full SHA 0a42400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 403d577 - Browse repository at this point
Copy the full SHA 403d577View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7293d - Browse repository at this point
Copy the full SHA ba7293dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ddfb8 - Browse repository at this point
Copy the full SHA 86ddfb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6686f41 - Browse repository at this point
Copy the full SHA 6686f41View commit details -
Removed env_search_replace_values and env_allowed_keys
It seems obsolete and not really useful to push through artist values of environment variables. Possible filtering of env vars should be handled in `extractenvironments`
Configuration menu - View commit details
-
Copy full SHA for 118ace2 - Browse repository at this point
Copy the full SHA 118ace2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f3373 - Browse repository at this point
Copy the full SHA b8f3373View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df6c16 - Browse repository at this point
Copy the full SHA 3df6c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebe477 - Browse repository at this point
Copy the full SHA 3ebe477View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37dcd72 - Browse repository at this point
Copy the full SHA 37dcd72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c0857 - Browse repository at this point
Copy the full SHA d2c0857View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7e43a - Browse repository at this point
Copy the full SHA 8b7e43aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f359d - Browse repository at this point
Copy the full SHA 39f359dView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 877542f - Browse repository at this point
Copy the full SHA 877542fView commit details -
Co-authored-by: Jakub Trllo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 286601f - Browse repository at this point
Copy the full SHA 286601fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6816382 - Browse repository at this point
Copy the full SHA 6816382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 397cf34 - Browse repository at this point
Copy the full SHA 397cf34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 781bab5 - Browse repository at this point
Copy the full SHA 781bab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5596190 - Browse repository at this point
Copy the full SHA 5596190View commit details -
Co-authored-by: Mustafa Jafar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1068256 - Browse repository at this point
Copy the full SHA 1068256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b9d487 - Browse repository at this point
Copy the full SHA 4b9d487View commit details -
Merge remote-tracking branch 'origin/feature/AY-6789_Render-instance-…
…support-of-Frame-List' into feature/AY-6789_Render-instance-support-of-Frame-List
Configuration menu - View commit details
-
Copy full SHA for ce69056 - Browse repository at this point
Copy the full SHA ce69056View commit details -
Merge branch 'develop' of https://github.com/ynput/ayon-deadline into…
… feature/AY-6789_Render-instance-support-of-Frame-List
Configuration menu - View commit details
-
Copy full SHA for 46a90af - Browse repository at this point
Copy the full SHA 46a90afView commit details
Commits on Nov 13, 2024
-
Removed unnecessary plugins without any configuration possible. Disabled submission and collection plugins as it doesn't make sense to have them optional/disabled.
Configuration menu - View commit details
-
Copy full SHA for c424311 - Browse repository at this point
Copy the full SHA c424311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 112220e - Browse repository at this point
Copy the full SHA 112220eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd81da2 - Browse repository at this point
Copy the full SHA cd81da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9732866 - Browse repository at this point
Copy the full SHA 9732866View commit details -
Use list comprehension for pool enum
Co-authored-by: Jakub Trllo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42148a9 - Browse repository at this point
Copy the full SHA 42148a9View commit details -
Use list comprehension for machines enum
Co-authored-by: Jakub Trllo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9d1c4a - Browse repository at this point
Copy the full SHA c9d1c4aView commit details -
Co-authored-by: Jakub Trllo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d58ff4d - Browse repository at this point
Copy the full SHA d58ff4dView commit details -
Co-authored-by: Jakub Trllo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 005a5fb - Browse repository at this point
Copy the full SHA 005a5fbView commit details -
Co-authored-by: Jakub Trllo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deb8aa8 - Browse repository at this point
Copy the full SHA deb8aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba26549 - Browse repository at this point
Copy the full SHA ba26549View commit details -
Configuration menu - View commit details
-
Copy full SHA for faa1cba - Browse repository at this point
Copy the full SHA faa1cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9b2d6 - Browse repository at this point
Copy the full SHA ea9b2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a307520 - Browse repository at this point
Copy the full SHA a307520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e0ad18 - Browse repository at this point
Copy the full SHA 7e0ad18View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7a85e - Browse repository at this point
Copy the full SHA df7a85eView commit details -
Added deadline to instance families
That way FARM_FAMILIES could be purged only 'deadline' after all creators would add it.
Configuration menu - View commit details
-
Copy full SHA for 5c4ebd0 - Browse repository at this point
Copy the full SHA 5c4ebd0View commit details
Commits on Nov 14, 2024
-
Some DCC might not collect that in time Co-authored-by: Mustafa Jafar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c05ddc2 - Browse repository at this point
Copy the full SHA c05ddc2View commit details
Commits on Nov 15, 2024
-
Fix updates of job_info between jobs
Co-authored-by: Mustafa Jafar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3cbe0b - Browse repository at this point
Copy the full SHA d3cbe0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 269b943 - Browse repository at this point
Copy the full SHA 269b943View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9327c - Browse repository at this point
Copy the full SHA fa9327cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa671c - Browse repository at this point
Copy the full SHA 3aa671cView commit details