-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix/more_specific_exceptions
- Loading branch information
Showing
192 changed files
with
7,615 additions
and
2,664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
[![VFX Platform](https://img.shields.io/badge/vfxplatform-2020-yellow.svg)](http://www.vfxplatform.com/) | ||
[![Python 2.7 3.7](https://img.shields.io/badge/python-2.7%20%7C%203.7-blue.svg)](https://www.python.org/) | ||
[![VFX Platform](https://img.shields.io/badge/vfxplatform-2024%20%7C%202023%20%7C%202022%20%7C%202021-blue.svg)](http://www.vfxplatform.com/) | ||
[![Python](https://img.shields.io/badge/python-3.11%20%7C%203.10%20%7C%203.9%20%7C%203.7-blue.svg)](https://www.python.org/) | ||
[![Reference Documentation](http://img.shields.io/badge/doc-reference-blue.svg)](http://developer.shotgridsoftware.com/tk-core) | ||
[![Build Status](https://dev.azure.com/shotgun-ecosystem/Toolkit/_apis/build/status/shotgunsoftware.tk-core?branchName=master)](https://dev.azure.com/shotgun-ecosystem/Toolkit/_build/latest?definitionId=38&branchName=master) | ||
[![codecov](https://codecov.io/gh/shotgunsoftware/tk-core/branch/master/graph/badge.svg)](https://codecov.io/gh/shotgunsoftware/tk-core) | ||
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | ||
[![Linting](https://img.shields.io/badge/PEP8%20by-Hound%20CI-a873d1.svg)](https://houndci.com) | ||
|
||
# ShotGrid Pipeline Toolkit Core API | ||
# Flow Production Tracking Core API | ||
|
||
This repository represents the ShotGrid Pipeline Toolkit Core API. | ||
This repository represents the Flow Production Tracking Core API. | ||
|
||
## Getting started with the ShotGrid Pipeline Toolkit | ||
## Getting started with the Flow Production Tracking | ||
|
||
Installing the ShotGrid Pipeline Toolkit is normally done via our | ||
ShotGrid App Store. For detailed instructions on how to get started | ||
Installing the Flow Production Tracking is normally done via our | ||
Flow Production Tracking App Store. For detailed instructions on how to get started | ||
with Toolkit, head over to our support site: | ||
https://developer.shotgridsoftware.com/e95205a8/?title=An+Overview+of+Toolkit | ||
https://help.autodesk.com/view/SGDEV/ENU/?contextId=PG_INTEGRATIONS_TOOLKIT_OVERVIEW | ||
|
||
## Reference Documentation and Release Notes | ||
|
||
For our *latest released API Documentation*, head over to the Toolkit App Store: | ||
https://developer.shotgridsoftware.com/d587be80/?title=Integrations+User+Guide | ||
https://help.autodesk.com/view/SGDEV/ENU/?contextId=SA_INTEGRATIONS_USER_GUIDE | ||
|
||
Release Notes for the Core API are also maintained as a wiki document | ||
and can be found here: https://github.com/shotgunsoftware/tk-core/wiki/Release-Notes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Security Policy | ||
|
||
## Security | ||
|
||
At Autodesk, we know that the security of your data is critical to your studio’s | ||
operation. | ||
As the industry shifts to the cloud, Flow Production Tracking knows that security and service | ||
models are more important than ever. | ||
|
||
The confidentiality, integrity, and availability of your content is at the top | ||
of our priority list. | ||
Not only do we have a team of Flow Production Tracking engineers dedicated to platform security | ||
and performance, we are also backed by Autodesk’s security team, also invests | ||
heavily in the security for broad range of industries and customers. | ||
We constantly reassess, develop, and improve our risk management program because | ||
we know that the landscape of security is ever-changing. | ||
|
||
If you believe you have found a security vulnerability in any Flow Production Tracking-owned | ||
repository, please report it to us as described below. | ||
|
||
|
||
## Reporting Security Issues | ||
|
||
**Please do not report security vulnerabilities through public GitHub issues.** | ||
|
||
Instead, please report them by sending a message to | ||
[Autodesk Trust Center](https://www.autodesk.com/trust/contact-us). | ||
|
||
Please include as much information as you can provide such as locations, | ||
configurations, reproduction steps, exploit code, impact, etc. | ||
|
||
|
||
## Additional Information | ||
|
||
Please check out the [Flow Production Tracking Security White Paper](https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_Administrator_ar_general_security_ar_security_white_paper_html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# | ||
# This file aims to reflect the list of python packages installed in the | ||
# python/tank_vendor folder. | ||
# | ||
# Not designed to be run in a PIP install command but rather, it's goal is to | ||
# provide a list of package+version readable for code scan bot so we can collect | ||
# security reports. | ||
# | ||
|
||
distro==1.4.0 | ||
ordereddict==1.1 | ||
pyyaml==5.4.1 | ||
ruamel_yaml==0.10.10 | ||
six==1.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.