ciocore 5.1.1__py2.py3-none-any.whl → 10.0.0b3__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. ciocore/VERSION +1 -1
  2. ciocore/__init__.py +23 -1
  3. ciocore/api_client.py +655 -160
  4. ciocore/auth/__init__.py +5 -3
  5. ciocore/cli.py +501 -0
  6. ciocore/common.py +15 -13
  7. ciocore/conductor_submit.py +77 -60
  8. ciocore/config.py +127 -13
  9. ciocore/data.py +162 -77
  10. ciocore/docsite/404.html +746 -0
  11. ciocore/docsite/apidoc/api_client/index.html +3605 -0
  12. ciocore/docsite/apidoc/apidoc/index.html +909 -0
  13. ciocore/docsite/apidoc/config/index.html +1652 -0
  14. ciocore/docsite/apidoc/data/index.html +1553 -0
  15. ciocore/docsite/apidoc/hardware_set/index.html +2460 -0
  16. ciocore/docsite/apidoc/package_environment/index.html +1507 -0
  17. ciocore/docsite/apidoc/package_tree/index.html +2386 -0
  18. ciocore/docsite/assets/_mkdocstrings.css +16 -0
  19. ciocore/docsite/assets/images/favicon.png +0 -0
  20. ciocore/docsite/assets/javascripts/bundle.471ce7a9.min.js +29 -0
  21. ciocore/docsite/assets/javascripts/bundle.471ce7a9.min.js.map +7 -0
  22. ciocore/docsite/assets/javascripts/lunr/min/lunr.ar.min.js +1 -0
  23. ciocore/docsite/assets/javascripts/lunr/min/lunr.da.min.js +18 -0
  24. ciocore/docsite/assets/javascripts/lunr/min/lunr.de.min.js +18 -0
  25. ciocore/docsite/assets/javascripts/lunr/min/lunr.du.min.js +18 -0
  26. ciocore/docsite/assets/javascripts/lunr/min/lunr.el.min.js +1 -0
  27. ciocore/docsite/assets/javascripts/lunr/min/lunr.es.min.js +18 -0
  28. ciocore/docsite/assets/javascripts/lunr/min/lunr.fi.min.js +18 -0
  29. ciocore/docsite/assets/javascripts/lunr/min/lunr.fr.min.js +18 -0
  30. ciocore/docsite/assets/javascripts/lunr/min/lunr.he.min.js +1 -0
  31. ciocore/docsite/assets/javascripts/lunr/min/lunr.hi.min.js +1 -0
  32. ciocore/docsite/assets/javascripts/lunr/min/lunr.hu.min.js +18 -0
  33. ciocore/docsite/assets/javascripts/lunr/min/lunr.hy.min.js +1 -0
  34. ciocore/docsite/assets/javascripts/lunr/min/lunr.it.min.js +18 -0
  35. ciocore/docsite/assets/javascripts/lunr/min/lunr.ja.min.js +1 -0
  36. ciocore/docsite/assets/javascripts/lunr/min/lunr.jp.min.js +1 -0
  37. ciocore/docsite/assets/javascripts/lunr/min/lunr.kn.min.js +1 -0
  38. ciocore/docsite/assets/javascripts/lunr/min/lunr.ko.min.js +1 -0
  39. ciocore/docsite/assets/javascripts/lunr/min/lunr.multi.min.js +1 -0
  40. ciocore/docsite/assets/javascripts/lunr/min/lunr.nl.min.js +18 -0
  41. ciocore/docsite/assets/javascripts/lunr/min/lunr.no.min.js +18 -0
  42. ciocore/docsite/assets/javascripts/lunr/min/lunr.pt.min.js +18 -0
  43. ciocore/docsite/assets/javascripts/lunr/min/lunr.ro.min.js +18 -0
  44. ciocore/docsite/assets/javascripts/lunr/min/lunr.ru.min.js +18 -0
  45. ciocore/docsite/assets/javascripts/lunr/min/lunr.sa.min.js +1 -0
  46. ciocore/docsite/assets/javascripts/lunr/min/lunr.stemmer.support.min.js +1 -0
  47. ciocore/docsite/assets/javascripts/lunr/min/lunr.sv.min.js +18 -0
  48. ciocore/docsite/assets/javascripts/lunr/min/lunr.ta.min.js +1 -0
  49. ciocore/docsite/assets/javascripts/lunr/min/lunr.te.min.js +1 -0
  50. ciocore/docsite/assets/javascripts/lunr/min/lunr.th.min.js +1 -0
  51. ciocore/docsite/assets/javascripts/lunr/min/lunr.tr.min.js +18 -0
  52. ciocore/docsite/assets/javascripts/lunr/min/lunr.vi.min.js +1 -0
  53. ciocore/docsite/assets/javascripts/lunr/min/lunr.zh.min.js +1 -0
  54. ciocore/docsite/assets/javascripts/lunr/tinyseg.js +206 -0
  55. ciocore/docsite/assets/javascripts/lunr/wordcut.js +6708 -0
  56. ciocore/docsite/assets/javascripts/workers/search.b8dbb3d2.min.js +42 -0
  57. ciocore/docsite/assets/javascripts/workers/search.b8dbb3d2.min.js.map +7 -0
  58. ciocore/docsite/assets/stylesheets/main.3cba04c6.min.css +1 -0
  59. ciocore/docsite/assets/stylesheets/main.3cba04c6.min.css.map +1 -0
  60. ciocore/docsite/assets/stylesheets/palette.06af60db.min.css +1 -0
  61. ciocore/docsite/assets/stylesheets/palette.06af60db.min.css.map +1 -0
  62. ciocore/docsite/cmdline/docs/index.html +871 -0
  63. ciocore/docsite/cmdline/downloader/index.html +934 -0
  64. ciocore/docsite/cmdline/packages/index.html +878 -0
  65. ciocore/docsite/cmdline/uploader/index.html +995 -0
  66. ciocore/docsite/how-to-guides/index.html +869 -0
  67. ciocore/docsite/index.html +895 -0
  68. ciocore/docsite/logo.png +0 -0
  69. ciocore/docsite/objects.inv +0 -0
  70. ciocore/docsite/search/search_index.json +1 -0
  71. ciocore/docsite/sitemap.xml +3 -0
  72. ciocore/docsite/sitemap.xml.gz +0 -0
  73. ciocore/docsite/stylesheets/extra.css +26 -0
  74. ciocore/docsite/stylesheets/tables.css +167 -0
  75. ciocore/downloader/base_downloader.py +644 -0
  76. ciocore/downloader/download_runner_base.py +47 -0
  77. ciocore/downloader/job_downloader.py +119 -0
  78. ciocore/{downloader.py → downloader/legacy_downloader.py} +12 -9
  79. ciocore/downloader/log.py +73 -0
  80. ciocore/downloader/logging_download_runner.py +87 -0
  81. ciocore/downloader/perpetual_downloader.py +63 -0
  82. ciocore/downloader/registry.py +97 -0
  83. ciocore/downloader/reporter.py +135 -0
  84. ciocore/exceptions.py +8 -2
  85. ciocore/file_utils.py +51 -50
  86. ciocore/hardware_set.py +449 -0
  87. ciocore/loggeria.py +89 -20
  88. ciocore/package_environment.py +110 -48
  89. ciocore/package_query.py +182 -0
  90. ciocore/package_tree.py +319 -258
  91. ciocore/retry.py +0 -0
  92. ciocore/uploader/_uploader.py +547 -364
  93. ciocore/uploader/thread_queue_job.py +176 -0
  94. ciocore/uploader/upload_stats/__init__.py +3 -4
  95. ciocore/uploader/upload_stats/stats_formats.py +10 -4
  96. ciocore/validator.py +34 -2
  97. ciocore/worker.py +174 -151
  98. ciocore-10.0.0b3.dist-info/METADATA +928 -0
  99. ciocore-10.0.0b3.dist-info/RECORD +128 -0
  100. {ciocore-5.1.1.dist-info → ciocore-10.0.0b3.dist-info}/WHEEL +1 -1
  101. ciocore-10.0.0b3.dist-info/entry_points.txt +2 -0
  102. tests/instance_type_fixtures.py +175 -0
  103. tests/package_fixtures.py +205 -0
  104. tests/test_api_client.py +297 -12
  105. tests/test_base_downloader.py +104 -0
  106. tests/test_cli.py +149 -0
  107. tests/test_common.py +1 -7
  108. tests/test_config.py +40 -18
  109. tests/test_data.py +162 -173
  110. tests/test_downloader.py +118 -0
  111. tests/test_hardware_set.py +139 -0
  112. tests/test_job_downloader.py +213 -0
  113. tests/test_package_query.py +38 -0
  114. tests/test_package_tree.py +91 -291
  115. tests/test_submit.py +44 -18
  116. tests/test_uploader.py +1 -4
  117. ciocore/__about__.py +0 -10
  118. ciocore/cli/conductor.py +0 -191
  119. ciocore/compat.py +0 -15
  120. ciocore-5.1.1.data/scripts/conductor +0 -19
  121. ciocore-5.1.1.data/scripts/conductor.bat +0 -13
  122. ciocore-5.1.1.dist-info/METADATA +0 -408
  123. ciocore-5.1.1.dist-info/RECORD +0 -47
  124. tests/mocks/api_client_mock.py +0 -51
  125. /ciocore/{cli → downloader}/__init__.py +0 -0
  126. {ciocore-5.1.1.dist-info → ciocore-10.0.0b3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,928 @@
1
+ Metadata-Version: 2.4
2
+ Name: ciocore
3
+ Version: 10.0.0b3
4
+ Summary: Core functionality for Conductor's client tools
5
+ Home-page: https://github.com/ConductorTechnologies/ciocore
6
+ Author: conductor
7
+ Author-email: info@conductortech.com
8
+ Classifier: Operating System :: OS Independent
9
+ Classifier: Programming Language :: Python
10
+ Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: requests>=2.31.0
13
+ Requires-Dist: pyjwt==2.9.0
14
+ Requires-Dist: cioseq<1.0.0,>=0.4.1
15
+ Requires-Dist: Click<9.0.0,>=8.1.3
16
+ Requires-Dist: markdown<4.0.0,>=3.5.2
17
+ Requires-Dist: colorlog<7.0.0,>=6.8.2
18
+ Dynamic: author
19
+ Dynamic: author-email
20
+ Dynamic: classifier
21
+ Dynamic: description
22
+ Dynamic: description-content-type
23
+ Dynamic: home-page
24
+ Dynamic: requires-dist
25
+ Dynamic: summary
26
+
27
+ ## Introduction
28
+
29
+ Conductor Core is a Python package that provides an API and a command-line interface for interacting with Conductor.
30
+
31
+ ## Install
32
+
33
+ ```bash
34
+ pip install ciocore
35
+ ```
36
+
37
+ Run the conductor command to confirm the package was installed.
38
+ ```bash
39
+ conductor --help
40
+ ```
41
+
42
+ Get help for a specific sub command
43
+ ```bash
44
+ conductor downloader --help
45
+ conductor upload --help
46
+ conductor download --help
47
+ conductor packages --help
48
+ conductor docs --help
49
+ ```
50
+
51
+ Example API usage
52
+ ```python
53
+ from ciocore import api_client
54
+ print(api_client.request_software_packages()[0])
55
+
56
+ ```
57
+ ## Contributing
58
+
59
+ See [CONTRIBUTING](CONTRIBUTING.md)
60
+
61
+ ## Changelog
62
+
63
+ ## Unreleased:
64
+ * Adds required changes to parallelize multi-part uploads
65
+ * Cleans up the output when explicit paths are uploaded
66
+ * Fixes logic so managers doesn't erroneously try and call join a second time if cancelled
67
+
68
+ ## Version:9.1.1 -- 17 Sep 2025
69
+
70
+ * Updated dependencies
71
+
72
+ ## Version:9.1.0 -- 20 Dec 2024
73
+
74
+ * Added support for new required JWT authentication parameters
75
+ * Removed Python 2.7 compatibility to focus on modern Python versions
76
+
77
+ ## Version:8.3.3 -- 04 Dec 2024
78
+
79
+ * Adds filter option for API data query
80
+
81
+ ## Version:8.3.2 -- 01 Oct 2024
82
+
83
+ * Tweak to package order behavior for markdown package query
84
+
85
+ ## Version:8.3.1 -- 05 Sep 2024
86
+
87
+ * Fixes a bug of the Conductor log going to the wrong path on Windows
88
+
89
+ ## Version:8.3.0 -- 13 Aug 2024
90
+
91
+ * Fixes a bug where the uploader would hang if there were no uploads.
92
+
93
+ ## Version:8.1.0 -- 10 Jun 2024
94
+
95
+ * Adds two new calls to the API to get usage; get_compute_usage() and get_storage_usage()
96
+
97
+ ## Version:8.0.1 -- 22 Apr 2024
98
+
99
+ * The uploader now sends all error messages to the dashboard - not just the first error.
100
+ * Fixed a bug where --log-to-console was not not working as expected in the command line upload subcommand.
101
+ * Fixed some errors in DEBUG-level logging messages.
102
+
103
+
104
+ ## Version:8.0.0 -- 07 Apr 2024
105
+
106
+ * The `conductor` commandline interface (CLI) has undergone a complete overhaul to improve its functionality and performance. It is now installed as a Python console script, which simplifies the installation process on all platforms and ensures that the tool is always accessible. In addition, this standardized installation allows for better integration into our Companion application and potentially customers' own proprietary tools.
107
+ * The commandline downloader has been rewritten to improve its performance and reliability. In previous versions, the downloader would fetch all download URLs from the server before starting any downloads. This approach was inefficient and would lead to performance issues when handling jobs with large numbers of tasks. The new downloader fetches tasks in small batches, which allows the download to start almost immediately, regardless of the number of tasks. It provides several new commandline flags, such as filtering based on filenames, and better logging, giving users more control and visibility over the download process. In addition, the new downloader has been written as an event based system that can be seamlessly integrated into other pipeline tools and GUIs. Pipeline TDs need only to register handlers to any of the events that the downloader emits.
108
+ * The `conductor` commandline now supports a new subcommand, `docs`, which opens API and commandline documentation in a local web browser. The documentation is generated using `mkdocs` and is included in the package. This command is useful as it ensures the **API** documentation is relevant to the version of the tool being used.
109
+ * The `conductor` commandline now supports a new subcommand, `packages`, which displays all available software packages on Conductor's cloud. The command can output the document as text, markdown, or nicely formatted HTML. The data is pulled from the Conductor server and is always up-to-date.
110
+ * The Python API now provides four new endpoints: `kill_tasks`, `kill_jobs`, `get_jobs`, and `get_log`.
111
+ * The Python API now provides access to entries in the Dashboard's Extra Environment Variables section. This feature allows administrators to set environment variables that are passed to all jobs run on the cloud. It's useful for setting up access to license servers or other shared resources. The API is open to clients so that they may insert account-widse variables with the correct level of precedence.
112
+ * In addition, the environment variable schema has been extended to support a merge policy of `prepend`. This policy allows users to add new values to the beginning of the list of values for an environment variable and is useful for search paths.
113
+
114
+
115
+ ## Version:7.0.2 -- 10 Nov 2023
116
+
117
+ * Bug fix: Fixed an issue where a list was copied with a Python3 only construct.
118
+ * Compatibility improvement: Tests can now be run in Python 2.7 as well.
119
+ * Cross-version support: Ensured that all tests pass successfully in both Python 2.7 and 3.9.
120
+ * Improvement: Rewrite instance type descriptions on the client. Ensure uniqueness.
121
+ * Workaround: Removed invalid 3dsmax entries from the packages response.
122
+
123
+ ## Version:7.0.1 -- 30 Oct 2023
124
+
125
+ * Splits the output of the uploader. Progress now goes to stdout and logging to the system path by default.
126
+ * Corrects issue where the upload could hang in certain situations.
127
+ * Adds the provider property to HardwareSet objects so that clients can detect which cloud is enabled.
128
+ and make adjustments based on that, such as hide the preemptible checkbox for CoreWeave instances.
129
+ * Fixes a bug in the core data class that meant the the list of platforms could be mutated out of scope.
130
+
131
+ ## Version:6.3.0 -- 05 Jul 2023
132
+
133
+ * In the absence of instance-type categories provided by the endpoint, the client generates default
134
+ categories CPU and GPU which at least splits the instance types into two groups, thereby making
135
+ dropdown menus more manageable, especially for CoreWeave's array of machines.
136
+ * update circleci config and related documentation
137
+
138
+ ## Version:6.1.0 -- 09 Jun 2023
139
+
140
+ Add the ability to specify which platforms to get resources for. This helps consumers of the API to
141
+ avoid fetching resources for Windows when the client is not ready.
142
+
143
+ ## Version:6.0.0 -- 07 Jun 2023
144
+
145
+ This is a breaking change due instance types being provided as an instance of HardwareSet with
146
+ support for categories as opposed to a simple list. Consumers of the API will need to be updated to
147
+ support this change.
148
+
149
+ ## Version:6.0.0-rc.4 -- 06 Jun 2023
150
+
151
+ * Refactoring HardwareSet class [bb9e942]
152
+
153
+ ## Version:6.0.0-rc.3 -- 04 Jun 2023
154
+
155
+ * Manage removal of the misc category [29742ea]
156
+ * Instance types contain a category list [aac9c8a]
157
+ * Convert CICD to use skulk-2 flow [724458a]
158
+
159
+ ### Version:5.6.0 -- 6 April 2023
160
+
161
+ * Add support for CoreWeave Object Storage. [3cdfcea]
162
+
163
+ ### Version:5.5.0 -- 10 Nov 2022
164
+
165
+ * Support KMS encryption for uploaded files in both local and daemon mode. [a1ba987]
166
+
167
+ ### Version:5.4.2 -- 10 Aug 2022
168
+
169
+ * Adds CONDUCTOR_AUTH_PORT environment variable. [eeee8c5]
170
+
171
+ ### Version:5.4.1 -- 27 Jul 2022
172
+
173
+ * Graft old uploader back in. [caedcce]
174
+
175
+ ### Version:5.3.2 -- 25 Jul 2022
176
+
177
+ * Fix argparse bug https://bugs.python.org/issue16308 [27841c8]
178
+
179
+ ### Version:5.3.1 -- 28 Jun 2022
180
+
181
+ * Adds a check if any errors occured before marking the upload as complete. [124bbf6]
182
+
183
+ ### Version:5.3.0 -- 03 Jun 2022
184
+
185
+ * Adds the option to upload a list of explicit paths to the cli. [ba16fe4]
186
+
187
+ ### Version:5.2.2 -- 23 May 2022
188
+
189
+ * A minor documentation change. [533c7ee]
190
+
191
+ ### Version:5.2.0 -- 26 Apr 2022
192
+
193
+ * Reinstate frozen requirement on urllib version, since it broke submissions on Mac.
194
+ * Adds several doc strings.
195
+ * Core data now allows initialization with a list of host products to act as a whitelist. Legacy behavior still works.
196
+ * Remove reload code.
197
+ * Use manageable fixtures for tests.
198
+ * Refactor package tree to make docs clearer.
199
+ * Autodoc setup, including script to publish autogen doc to mkdocs.
200
+
201
+ ### Version:5.1.1 -- 05 Apr 2022
202
+
203
+ * Ensures the base64 strings are represented as strings. [be95b83]
204
+
205
+ ### Version:5.1.0 -- 05 Apr 2022
206
+
207
+ * Adds registering the uploader and downloader for the user agent. [18a0a7c]
208
+ * Adds the user-agent http header to all requests. [6b452c5]
209
+
210
+ ### Version:5.0.1 -- 31 Mar 2022
211
+
212
+ * In developer mode we add X drive letter if submitting to a windows target. [bc91524]
213
+ * Adds Packagetree platform filtering.
214
+ * Add all=true to the r4equest for packages in order to get Windows packages included. [2735781]
215
+ * ciocore.data singleton ensures that no windows -packages are provided if there are no windows
216
+ instance types, and vice versa.
217
+ * Remove urllib constraint because pip complained. Might have to add this back if we get weird breakages. [4e34359]
218
+
219
+ ### Version:5.0.0-rc.1 -- 18 Mar 2022
220
+
221
+ * This version contains breaking changes. Clients should be upgraded.
222
+ * PackageTree now supports platform suffixes.
223
+ * The singleton that brings together inst_types and packages now filter's each automatically based on platforms provided by the other.
224
+ * Improvements to PackageEnvironment, including a constraint to prevent a merge_policy change, and platform detection for correct path separator.
225
+ * Better validation for the value of the CONDUCTOR_URL variable.
226
+ * Several uploader improvements, including support for reporting progress to external threads and gracefull cancelling the upload process.
227
+
228
+ ### Version:4.0.7 -- 10 Mar 2022
229
+
230
+ * Adds a flag to propogate log properties. [dc12f84]
231
+
232
+ ### Version:4.0.6 -- 03 Mar 2022
233
+
234
+ * Removes automatic setup of logging. adds an option to disable console logging during setup. [9194b4b]
235
+
236
+ ### Version:3.4.1 -- 03 Mar 2022
237
+
238
+ * Adds a centralized py2/3 compatible reload logic. [1f5db2a]
239
+ * Avoid validators being duplicated
240
+
241
+
242
+ ### Version:3.2.4 -- 27 Jan 2022
243
+
244
+ * Corrects very poor downloader performance in Python3 when runing in daemon mode.
245
+
246
+ ### Version:3.2.3 -- 13 Jan 2022
247
+
248
+ * Repaired broken uploader args resolution. Specifically, md5 caching was None by default, which was treated as OFF. [615bfbe]
249
+
250
+ ### Version:3.1.0 -- 16 Nov 2021
251
+
252
+ * Adds a post_install script to reset the shebang. This avoids errors that could occur when the
253
+ Python installation in Companion is changed or removed. [3918011]
254
+ * Conductor cmd-line now asks for python 3. [093d9ea]
255
+
256
+ ### Version:3.0.11 -- 21 Oct 2021
257
+
258
+ * Rename original downloader to downloader and remove linux daemon downloader version. [6b54566]
259
+ * Use a fallback folder for downloads if the output folder doesn't exist. Also support a comma
260
+ separated task id list. [fb40e8d]
261
+ * conductor command finds python on Windows in a cleaner way now. [0ab3261]
262
+
263
+ ### Version:3.0.10 -- 01 Sep 2021
264
+
265
+ * The Windows bat command is simplified. It just tries to use python.exe in the path, and if it fails it provides some help. [0ab3261]
266
+
267
+ ### Version:3.0.9 -- 27 Aug 2021
268
+
269
+ * Fixes a bug where DCCs on Windows using Python2 would fail to upload because the result of a file
270
+ stat size was a long, and long was erroneousl removed from the type check while converting to python 3 compatibility.
271
+
272
+ ### Version:3.0.7 -- 03 Aug 2021
273
+
274
+ * Fix urllib version because of an error when using proxies. See https://stackoverflow.com/a/66669839/179412 [b89593e]
275
+ * Keep auth_url for backwards compat. [1bfe5ed]
276
+ * Eliminate use of project_url such as atomic-light-001. [b687f7a]
277
+
278
+ ### Version:3.0.6 -- 20 Jul 2021
279
+
280
+ * Fixed a bug where filenames and md5s were failing assertions in py2 based hosts, like C4DR21 and Maya2019. [0ad6a88]
281
+
282
+ ### Version:3.0.5 -- 19 Jul 2021
283
+
284
+ * Requests exceptions attrs changed, so we now use a try except block for both eventualities. [5f198c8]
285
+ * Keep requests under 2.25.1 for m19 because chardet is replaced in 2.26.0 with a buggy replacement charset_normalizer. [f5ebadb]
286
+
287
+ ### Version:3.0.4 -- 17 Jul 2021
288
+
289
+ * Fixed bug where server.py global vars were not reset at start of an auth run(). This caused a
290
+ problem when credentials were manually deleted during a single python session, which could happen
291
+ if we suggest that course of action in a support session. [6b4132c]
292
+
293
+ ### Version:3.0.3 -- 12 Jul 2021
294
+
295
+ * Threading Isalive function was renamed to is_alive in py 3.9, so we now try both. [0070709]
296
+ * Disable multiprocessing cached bearer token in order to work around a bug in c4d24, where the app
297
+ itself would respawn recursively if our plugin was registered.
298
+ [27afab9]
299
+ * Use any python version to run the conductor command. Shebang looks for python, not python2. [fd13011]
300
+ * Fix bug in pkgs and add windows path support. [fb7a71e]
301
+
302
+ ### Version:3.0.2 -- 27 Jun 2021
303
+
304
+ * Remove the index.html file in favour of an inline string. [05fab98]
305
+
306
+ ### Version:3.0.1 -- 20 Jun 2021
307
+
308
+ * Removes dependency on builtins which caused an error when running through Python2.7 [a37b118]
309
+ * Better spawning for conductor command on Windows. It now searches the path for Python versions
310
+ with a preference for Python3 [ed11102]
311
+ * Config is no longer a singleton instantiated on initialization. It can be force refreshed,
312
+ although that functionality is not yet utilized. [1407582]
313
+
314
+ ### Version:2.0.1 -- 10 Jun 2021
315
+
316
+ * Adds Python 3 support for VFX Platform (CY2020) Maya2022, C4d23 etc. [fa5005b]
317
+
318
+ ### Version:1.0.3 -- 10 Jun 2021
319
+
320
+ * Restored the please-close-your-browser index.html page that appears after authentication. [ba11cb1]
321
+
322
+ ### Version:1.0.2 -- 29 Apr 2021
323
+
324
+ * Fix logging - use const for logger name. [38111bf]
325
+ * Adds get_api_key_from_variable function. [cd57428]
326
+
327
+ ### Version:1.0.0 -- 07 Apr 2021
328
+
329
+ * Version 1.0.0 is not backward compatible with older versions. The functionality from sequence, gpath, and expander has been extracted to separate Py3 compatible packages. [25c64c6]
330
+
331
+ ### Version:0.3.0 -- 23 Mar 2021
332
+
333
+ * Gpath supports dollar brace variables for context expansion. [ff2fae9]
334
+
335
+ ### Version:0.2.26 -- 11 Mar 2021
336
+
337
+ * Better local dev flow and instructions. [4566a0b]
338
+
339
+ ### Version:0.2.25 -- 11 Mar 2021
340
+
341
+ * Adds skulk to deps. [4c2dc89]
342
+ * Developer install instructions.. [b9afd1d]
343
+
344
+ ### Version:0.2.20 -- 11 Mar 2021
345
+
346
+ * Set up repo for Circle CI deploy. [e111736]
347
+
348
+ ### Version:0.2.19 -- 24 Feb 2021
349
+
350
+ * Adds basename modifiers to expander. Example, use `<basename scenefile>` instead of `<scenename>` [daf1af3]
351
+
352
+ ### Version:0.2.18 -- 15 Jan 2021
353
+
354
+ * Adds expression resolution to expander class. [cbeb64e]
355
+ * Unc support (#16)
356
+
357
+ ### Version:0.2.16 -- 07 Jan 2021
358
+
359
+ * Gpath supports UNC paths. [7333433]
360
+
361
+ ### Version:0.2.15 -- 06 Nov 2020
362
+
363
+ * Developer can switch between using test-fixtures and the real API within one session by using data.set_fixtures_dir() method. As a result, the DISK_CACHE env var is no longer used and has been deleted. [226b860]
364
+
365
+ ### Version:0.2.14 -- 21 Oct 2020
366
+
367
+ * Repair windows command line executable. Added a bat file so that it is no longer necessary to call python explicitly. [cf9f19f]
368
+
369
+ ### Version:0.2.13 -- 08 Oct 2020
370
+
371
+ * Adds README and CHANGELOG to PyPi description. [97a07dd]
372
+
373
+ ### Version:0.2.12 -- 04 Oct 2020
374
+
375
+ * Catch unimplemented thread_count. [c64ad79]
376
+
377
+ ### Version:0.2.11 -- 01 Oct 2020
378
+
379
+ * Package environment now allows exclusive override. [481851b]
380
+ * Allow relative paths that start with letter, colon - it could happen. [241fc68]
381
+
382
+ ### Version:0.2.10 -- 08 Sep 2020
383
+
384
+ * Gpath allow colons in paths. [9c19d3a]
385
+
386
+ ### Version:0.2.9 -- 06 Sep 2020
387
+
388
+ * Sequence consumers must use factory. [01a7dd7]
389
+
390
+ ### Version:0.2.8 -- 03 Sep 2020
391
+
392
+ * Tidy and remove dependency on future. [0c2f72c]
393
+
394
+ ### Version:0.2.7 -- 28 Aug 2020
395
+
396
+ * Adds cycle_progressions chunk strategy for improved scout frame distribution. [9b42288]
397
+ * Remove yaml config (#8)
398
+ * Remove config file references
399
+ * Adds jwt domain validation for credentials file so token is renewed when switching Google projects.
400
+ * Api_url defaults to same domain as auth_url
401
+
402
+ ### Version:0.2.6 -- 18 Aug 2020
403
+
404
+ * Adds jwt domain validation for creds file. [0042b2b]
405
+ * Remove config file references. [451896b]
406
+
407
+ ### Version:0.2.5 -- 11 Aug 2020
408
+
409
+ * Production release
410
+
411
+ ### Version:0.2.4 -- 11 Aug 2020
412
+
413
+ * Removed redshift package ids hack. [8d11367]
414
+
415
+ ### Version:0.2.3 -- 10 Aug 2020
416
+
417
+ * Adds remove_missing files method to Gpath. [3b96796]
418
+ * Adds validators base class. [c91ffc9] [b074cce]
419
+
420
+ ### Version:0.2.2 -- 08 Aug 2020
421
+
422
+ * Temp workarounds for missing plugin-host links in packages
423
+ * Remove "shared" request.session object. (#293)
424
+ * Update httpbatchworker docstring (#291)
425
+ * File api refactor multipart and tcp connection pooling (#290)
426
+ * Multipart updates to workers
427
+ * Add make_preapred_request for s3 calls to remove transfer-encoding header being added. update descriptions and v2 endpoints. Add content-length for s3 calls. don't return response object on s3 calls which can cause a build up of memory due to jobworker, return headers or none.
428
+ * Add metric_store increments for aws presigned and multipart, cannot use chunked reader since generator does not have len function.
429
+ * Use httpbatchworker response to avoid additional os.stat calls. [7c76c46]
430
+
431
+
432
+ ### Version:0.2.0 -- 01 Aug 2020
433
+
434
+ * Use explicit entry point script. [dfd9da3]
435
+ * The coredata singleton that holds instance_types, projects, and software must now be initialized with software product. This is to avoid having to specify the product on every call to data(). [db0fcb0]
436
+ * Expander context made public to indicate to other objects that they may retrieve the context. [a457aa1]
437
+
438
+ ### Version:0.1.15 -- 27 Jul 2020
439
+
440
+ * Made post install script runnable. [8dce89f]
441
+
442
+ ### Version:0.1.14 -- 27 Jul 2020
443
+
444
+ * Simplified post install script - no longer interactive. [6bba8af]
445
+
446
+ ### Version:0.1.13 -- 26 Jul 2020
447
+
448
+ * Refactored post install setup script. [3fbba5e]
449
+
450
+
451
+ ### Version:0.1.12 -- 25 Jul 2020
452
+
453
+ * Setup can accept cmdline args for non-wizard mode. [f195b7d]
454
+ * Adds safe mode to expander. [95f6cfd]
455
+
456
+ ### Version:0.1.11 -- 22 Jul 2020
457
+
458
+ * Adds Setup wizard to make installation easier. [a06d610]
459
+
460
+ ### Version:0.1.10 -- 21 Jul 2020
461
+
462
+ * Use cio to differentiate from conductor. [3f49451]
463
+ * Projects and instance types sorted for fixtures. [4a0f833]
464
+
465
+ ### Version:0.1.9 -- 10 Jul 2020
466
+
467
+ * Implement data singletons here and remove from conductor-maya. [d31aeaa]
468
+
469
+ ### Version:0.1.8 -- 06 Jul 2020
470
+
471
+ * Repair some path list issues found while adding remove method. [7368cc2]
472
+
473
+ ### Version:0.1.7 -- 04 Jul 2020
474
+
475
+ * Adds a remove method to pathlist. [5712d2c]
476
+ * Wip configure script. [e7f6ea9]
477
+
478
+ ### Version:0.1.6 -- 29 Jun 2020
479
+
480
+ * Fix bad path to conductor cmd. [5be12af]
481
+ * Packages: Remove tree property and make _tree -> tree. [1e6ae34]
482
+
483
+ ### Version:0.1.5 -- 22 Jun 2020
484
+
485
+ * Remove src. [a366047]
486
+ * Newline in requirements. [a4cd9d3]
487
+ * Missing member. [b2bfb6d]
488
+ * Fix tests. [c9498c9]
489
+ * Imports ciocore. [916651e]
490
+ * Flatten. [c88afae]
491
+ * Flatter hierarchy. [6906e23]
492
+ * Slug means local slug. [0db16e0]
493
+ * Init declare namespace. [84d16b3]
494
+ * Use underscore name. [1aae967]
495
+ * Correct namespace config. [22a09f3]
496
+
497
+
498
+ ### Version:0.1.4 -- 14 Jun 2020
499
+
500
+ * Ignore build dir. [8080df5]
501
+ =======
502
+ ## Unreleased:
503
+ * Adds required changes to parallelize multi-part uploads
504
+ * Cleans up the output when explicit paths are uploaded
505
+ * Fixes logic so managers doesn't erroneously try and call join a second time if cancelled
506
+
507
+
508
+ ## Version:8.3.2 -- 01 Oct 2024
509
+
510
+ * Tweak to package order behavior for markdown package query
511
+
512
+ ## Version:8.3.1 -- 05 Sep 2024
513
+
514
+ * Fixes a bug of the Conductor log going to the wrong path on Windows
515
+
516
+ ## Version:8.3.0 -- 13 Aug 2024
517
+
518
+ * Fixes a bug where the uploader would hang if there were no uploads.
519
+
520
+ ## Version:8.1.0 -- 10 Jun 2024
521
+
522
+ * Adds two new calls to the API to get usage; get_compute_usage() and get_storage_usage()
523
+
524
+ ## Version:8.0.1 -- 22 Apr 2024
525
+
526
+ * The uploader now sends all error messages to the dashboard - not just the first error.
527
+ * Fixed a bug where --log-to-console was not not working as expected in the command line upload subcommand.
528
+ * Fixed some errors in DEBUG-level logging messages.
529
+
530
+
531
+ ## Version:8.0.0 -- 07 Apr 2024
532
+
533
+ * The `conductor` commandline interface (CLI) has undergone a complete overhaul to improve its functionality and performance. It is now installed as a Python console script, which simplifies the installation process on all platforms and ensures that the tool is always accessible. In addition, this standardized installation allows for better integration into our Companion application and potentially customers' own proprietary tools.
534
+ * The commandline downloader has been rewritten to improve its performance and reliability. In previous versions, the downloader would fetch all download URLs from the server before starting any downloads. This approach was inefficient and would lead to performance issues when handling jobs with large numbers of tasks. The new downloader fetches tasks in small batches, which allows the download to start almost immediately, regardless of the number of tasks. It provides several new commandline flags, such as filtering based on filenames, and better logging, giving users more control and visibility over the download process. In addition, the new downloader has been written as an event based system that can be seamlessly integrated into other pipeline tools and GUIs. Pipeline TDs need only to register handlers to any of the events that the downloader emits.
535
+ * The `conductor` commandline now supports a new subcommand, `docs`, which opens API and commandline documentation in a local web browser. The documentation is generated using `mkdocs` and is included in the package. This command is useful as it ensures the **API** documentation is relevant to the version of the tool being used.
536
+ * The `conductor` commandline now supports a new subcommand, `packages`, which displays all available software packages on Conductor's cloud. The command can output the document as text, markdown, or nicely formatted HTML. The data is pulled from the Conductor server and is always up-to-date.
537
+ * The Python API now provides four new endpoints: `kill_tasks`, `kill_jobs`, `get_jobs`, and `get_log`.
538
+ * The Python API now provides access to entries in the Dashboard's Extra Environment Variables section. This feature allows administrators to set environment variables that are passed to all jobs run on the cloud. It's useful for setting up access to license servers or other shared resources. The API is open to clients so that they may insert account-widse variables with the correct level of precedence.
539
+ * In addition, the environment variable schema has been extended to support a merge policy of `prepend`. This policy allows users to add new values to the beginning of the list of values for an environment variable and is useful for search paths.
540
+
541
+
542
+ ## Version:7.0.2 -- 10 Nov 2023
543
+
544
+ * Bug fix: Fixed an issue where a list was copied with a Python3 only construct.
545
+ * Compatibility improvement: Tests can now be run in Python 2.7 as well.
546
+ * Cross-version support: Ensured that all tests pass successfully in both Python 2.7 and 3.9.
547
+ * Improvement: Rewrite instance type descriptions on the client. Ensure uniqueness.
548
+ * Workaround: Removed invalid 3dsmax entries from the packages response.
549
+
550
+ ## Version:7.0.1 -- 30 Oct 2023
551
+
552
+ * Splits the output of the uploader. Progress now goes to stdout and logging to the system path by default.
553
+ * Corrects issue where the upload could hang in certain situations.
554
+ * Adds the provider property to HardwareSet objects so that clients can detect which cloud is enabled.
555
+ and make adjustments based on that, such as hide the preemptible checkbox for CoreWeave instances.
556
+ * Fixes a bug in the core data class that meant the the list of platforms could be mutated out of scope.
557
+
558
+ ## Version:6.3.0 -- 05 Jul 2023
559
+
560
+ * In the absence of instance-type categories provided by the endpoint, the client generates default
561
+ categories CPU and GPU which at least splits the instance types into two groups, thereby making
562
+ dropdown menus more manageable, especially for CoreWeave's array of machines.
563
+ * update circleci config and related documentation
564
+
565
+ ## Version:6.1.0 -- 09 Jun 2023
566
+
567
+ Add the ability to specify which platforms to get resources for. This helps consumers of the API to
568
+ avoid fetching resources for Windows when the client is not ready.
569
+
570
+ ## Version:6.0.0 -- 07 Jun 2023
571
+
572
+ This is a breaking change due instance types being provided as an instance of HardwareSet with
573
+ support for categories as opposed to a simple list. Consumers of the API will need to be updated to
574
+ support this change.
575
+
576
+ ## Version:6.0.0-rc.4 -- 06 Jun 2023
577
+
578
+ * Refactoring HardwareSet class [bb9e942]
579
+
580
+ ## Version:6.0.0-rc.3 -- 04 Jun 2023
581
+
582
+ * Manage removal of the misc category [29742ea]
583
+ * Instance types contain a category list [aac9c8a]
584
+ * Convert CICD to use skulk-2 flow [724458a]
585
+
586
+ ### Version:5.6.0 -- 6 April 2023
587
+
588
+ * Add support for CoreWeave Object Storage. [3cdfcea]
589
+
590
+ ### Version:5.5.0 -- 10 Nov 2022
591
+
592
+ * Support KMS encryption for uploaded files in both local and daemon mode. [a1ba987]
593
+
594
+ ### Version:5.4.2 -- 10 Aug 2022
595
+
596
+ * Adds CONDUCTOR_AUTH_PORT environment variable. [eeee8c5]
597
+
598
+ ### Version:5.4.1 -- 27 Jul 2022
599
+
600
+ * Graft old uploader back in. [caedcce]
601
+
602
+ ### Version:5.3.2 -- 25 Jul 2022
603
+
604
+ * Fix argparse bug https://bugs.python.org/issue16308 [27841c8]
605
+
606
+ ### Version:5.3.1 -- 28 Jun 2022
607
+
608
+ * Adds a check if any errors occured before marking the upload as complete. [124bbf6]
609
+
610
+ ### Version:5.3.0 -- 03 Jun 2022
611
+
612
+ * Adds the option to upload a list of explicit paths to the cli. [ba16fe4]
613
+
614
+ ### Version:5.2.2 -- 23 May 2022
615
+
616
+ * A minor documentation change. [533c7ee]
617
+
618
+ ### Version:5.2.0 -- 26 Apr 2022
619
+
620
+ * Reinstate frozen requirement on urllib version, since it broke submissions on Mac.
621
+ * Adds several doc strings.
622
+ * Core data now allows initialization with a list of host products to act as a whitelist. Legacy behavior still works.
623
+ * Remove reload code.
624
+ * Use manageable fixtures for tests.
625
+ * Refactor package tree to make docs clearer.
626
+ * Autodoc setup, including script to publish autogen doc to mkdocs.
627
+
628
+ ### Version:5.1.1 -- 05 Apr 2022
629
+
630
+ * Ensures the base64 strings are represented as strings. [be95b83]
631
+
632
+ ### Version:5.1.0 -- 05 Apr 2022
633
+
634
+ * Adds registering the uploader and downloader for the user agent. [18a0a7c]
635
+ * Adds the user-agent http header to all requests. [6b452c5]
636
+
637
+ ### Version:5.0.1 -- 31 Mar 2022
638
+
639
+ * In developer mode we add X drive letter if submitting to a windows target. [bc91524]
640
+ * Adds Packagetree platform filtering.
641
+ * Add all=true to the r4equest for packages in order to get Windows packages included. [2735781]
642
+ * ciocore.data singleton ensures that no windows -packages are provided if there are no windows
643
+ instance types, and vice versa.
644
+ * Remove urllib constraint because pip complained. Might have to add this back if we get weird breakages. [4e34359]
645
+
646
+ ### Version:5.0.0-rc.1 -- 18 Mar 2022
647
+
648
+ * This version contains breaking changes. Clients should be upgraded.
649
+ * PackageTree now supports platform suffixes.
650
+ * The singleton that brings together inst_types and packages now filter's each automatically based on platforms provided by the other.
651
+ * Improvements to PackageEnvironment, including a constraint to prevent a merge_policy change, and platform detection for correct path separator.
652
+ * Better validation for the value of the CONDUCTOR_URL variable.
653
+ * Several uploader improvements, including support for reporting progress to external threads and gracefull cancelling the upload process.
654
+
655
+ ### Version:4.0.7 -- 10 Mar 2022
656
+
657
+ * Adds a flag to propogate log properties. [dc12f84]
658
+
659
+ ### Version:4.0.6 -- 03 Mar 2022
660
+
661
+ * Removes automatic setup of logging. adds an option to disable console logging during setup. [9194b4b]
662
+
663
+ ### Version:3.4.1 -- 03 Mar 2022
664
+
665
+ * Adds a centralized py2/3 compatible reload logic. [1f5db2a]
666
+ * Avoid validators being duplicated
667
+
668
+
669
+ ### Version:3.2.4 -- 27 Jan 2022
670
+
671
+ * Corrects very poor downloader performance in Python3 when runing in daemon mode.
672
+
673
+ ### Version:3.2.3 -- 13 Jan 2022
674
+
675
+ * Repaired broken uploader args resolution. Specifically, md5 caching was None by default, which was treated as OFF. [615bfbe]
676
+
677
+ ### Version:3.1.0 -- 16 Nov 2021
678
+
679
+ * Adds a post_install script to reset the shebang. This avoids errors that could occur when the
680
+ Python installation in Companion is changed or removed. [3918011]
681
+ * Conductor cmd-line now asks for python 3. [093d9ea]
682
+
683
+ ### Version:3.0.11 -- 21 Oct 2021
684
+
685
+ * Rename original downloader to downloader and remove linux daemon downloader version. [6b54566]
686
+ * Use a fallback folder for downloads if the output folder doesn't exist. Also support a comma
687
+ separated task id list. [fb40e8d]
688
+ * conductor command finds python on Windows in a cleaner way now. [0ab3261]
689
+
690
+ ### Version:3.0.10 -- 01 Sep 2021
691
+
692
+ * The Windows bat command is simplified. It just tries to use python.exe in the path, and if it fails it provides some help. [0ab3261]
693
+
694
+ ### Version:3.0.9 -- 27 Aug 2021
695
+
696
+ * Fixes a bug where DCCs on Windows using Python2 would fail to upload because the result of a file
697
+ stat size was a long, and long was erroneousl removed from the type check while converting to python 3 compatibility.
698
+
699
+ ### Version:3.0.7 -- 03 Aug 2021
700
+
701
+ * Fix urllib version because of an error when using proxies. See https://stackoverflow.com/a/66669839/179412 [b89593e]
702
+ * Keep auth_url for backwards compat. [1bfe5ed]
703
+ * Eliminate use of project_url such as atomic-light-001. [b687f7a]
704
+
705
+ ### Version:3.0.6 -- 20 Jul 2021
706
+
707
+ * Fixed a bug where filenames and md5s were failing assertions in py2 based hosts, like C4DR21 and Maya2019. [0ad6a88]
708
+
709
+ ### Version:3.0.5 -- 19 Jul 2021
710
+
711
+ * Requests exceptions attrs changed, so we now use a try except block for both eventualities. [5f198c8]
712
+ * Keep requests under 2.25.1 for m19 because chardet is replaced in 2.26.0 with a buggy replacement charset_normalizer. [f5ebadb]
713
+
714
+ ### Version:3.0.4 -- 17 Jul 2021
715
+
716
+ * Fixed bug where server.py global vars were not reset at start of an auth run(). This caused a
717
+ problem when credentials were manually deleted during a single python session, which could happen
718
+ if we suggest that course of action in a support session. [6b4132c]
719
+
720
+ ### Version:3.0.3 -- 12 Jul 2021
721
+
722
+ * Threading Isalive function was renamed to is_alive in py 3.9, so we now try both. [0070709]
723
+ * Disable multiprocessing cached bearer token in order to work around a bug in c4d24, where the app
724
+ itself would respawn recursively if our plugin was registered.
725
+ [27afab9]
726
+ * Use any python version to run the conductor command. Shebang looks for python, not python2. [fd13011]
727
+ * Fix bug in pkgs and add windows path support. [fb7a71e]
728
+
729
+ ### Version:3.0.2 -- 27 Jun 2021
730
+
731
+ * Remove the index.html file in favour of an inline string. [05fab98]
732
+
733
+ ### Version:3.0.1 -- 20 Jun 2021
734
+
735
+ * Removes dependency on builtins which caused an error when running through Python2.7 [a37b118]
736
+ * Better spawning for conductor command on Windows. It now searches the path for Python versions
737
+ with a preference for Python3 [ed11102]
738
+ * Config is no longer a singleton instantiated on initialization. It can be force refreshed,
739
+ although that functionality is not yet utilized. [1407582]
740
+
741
+ ### Version:2.0.1 -- 10 Jun 2021
742
+
743
+ * Adds Python 3 support for VFX Platform (CY2020) Maya2022, C4d23 etc. [fa5005b]
744
+
745
+ ### Version:1.0.3 -- 10 Jun 2021
746
+
747
+ * Restored the please-close-your-browser index.html page that appears after authentication. [ba11cb1]
748
+
749
+ ### Version:1.0.2 -- 29 Apr 2021
750
+
751
+ * Fix logging - use const for logger name. [38111bf]
752
+ * Adds get_api_key_from_variable function. [cd57428]
753
+
754
+ ### Version:1.0.0 -- 07 Apr 2021
755
+
756
+ * Version 1.0.0 is not backward compatible with older versions. The functionality from sequence, gpath, and expander has been extracted to separate Py3 compatible packages. [25c64c6]
757
+
758
+ ### Version:0.3.0 -- 23 Mar 2021
759
+
760
+ * Gpath supports dollar brace variables for context expansion. [ff2fae9]
761
+
762
+ ### Version:0.2.26 -- 11 Mar 2021
763
+
764
+ * Better local dev flow and instructions. [4566a0b]
765
+
766
+ ### Version:0.2.25 -- 11 Mar 2021
767
+
768
+ * Adds skulk to deps. [4c2dc89]
769
+ * Developer install instructions.. [b9afd1d]
770
+
771
+ ### Version:0.2.20 -- 11 Mar 2021
772
+
773
+ * Set up repo for Circle CI deploy. [e111736]
774
+
775
+ ### Version:0.2.19 -- 24 Feb 2021
776
+
777
+ * Adds basename modifiers to expander. Example, use `<basename scenefile>` instead of `<scenename>` [daf1af3]
778
+
779
+ ### Version:0.2.18 -- 15 Jan 2021
780
+
781
+ * Adds expression resolution to expander class. [cbeb64e]
782
+ * Unc support (#16)
783
+
784
+ ### Version:0.2.16 -- 07 Jan 2021
785
+
786
+ * Gpath supports UNC paths. [7333433]
787
+
788
+ ### Version:0.2.15 -- 06 Nov 2020
789
+
790
+ * Developer can switch between using test-fixtures and the real API within one session by using data.set_fixtures_dir() method. As a result, the DISK_CACHE env var is no longer used and has been deleted. [226b860]
791
+
792
+ ### Version:0.2.14 -- 21 Oct 2020
793
+
794
+ * Repair windows command line executable. Added a bat file so that it is no longer necessary to call python explicitly. [cf9f19f]
795
+
796
+ ### Version:0.2.13 -- 08 Oct 2020
797
+
798
+ * Adds README and CHANGELOG to PyPi description. [97a07dd]
799
+
800
+ ### Version:0.2.12 -- 04 Oct 2020
801
+
802
+ * Catch unimplemented thread_count. [c64ad79]
803
+
804
+ ### Version:0.2.11 -- 01 Oct 2020
805
+
806
+ * Package environment now allows exclusive override. [481851b]
807
+ * Allow relative paths that start with letter, colon - it could happen. [241fc68]
808
+
809
+ ### Version:0.2.10 -- 08 Sep 2020
810
+
811
+ * Gpath allow colons in paths. [9c19d3a]
812
+
813
+ ### Version:0.2.9 -- 06 Sep 2020
814
+
815
+ * Sequence consumers must use factory. [01a7dd7]
816
+
817
+ ### Version:0.2.8 -- 03 Sep 2020
818
+
819
+ * Tidy and remove dependency on future. [0c2f72c]
820
+
821
+ ### Version:0.2.7 -- 28 Aug 2020
822
+
823
+ * Adds cycle_progressions chunk strategy for improved scout frame distribution. [9b42288]
824
+ * Remove yaml config (#8)
825
+ * Remove config file references
826
+ * Adds jwt domain validation for credentials file so token is renewed when switching Google projects.
827
+ * Api_url defaults to same domain as auth_url
828
+
829
+ ### Version:0.2.6 -- 18 Aug 2020
830
+
831
+ * Adds jwt domain validation for creds file. [0042b2b]
832
+ * Remove config file references. [451896b]
833
+
834
+ ### Version:0.2.5 -- 11 Aug 2020
835
+
836
+ * Production release
837
+
838
+ ### Version:0.2.4 -- 11 Aug 2020
839
+
840
+ * Removed redshift package ids hack. [8d11367]
841
+
842
+ ### Version:0.2.3 -- 10 Aug 2020
843
+
844
+ * Adds remove_missing files method to Gpath. [3b96796]
845
+ * Adds validators base class. [c91ffc9] [b074cce]
846
+
847
+ ### Version:0.2.2 -- 08 Aug 2020
848
+
849
+ * Temp workarounds for missing plugin-host links in packages
850
+ * Remove "shared" request.session object. (#293)
851
+ * Update httpbatchworker docstring (#291)
852
+ * File api refactor multipart and tcp connection pooling (#290)
853
+ * Multipart updates to workers
854
+ * Add make_preapred_request for s3 calls to remove transfer-encoding header being added. update descriptions and v2 endpoints. Add content-length for s3 calls. don't return response object on s3 calls which can cause a build up of memory due to jobworker, return headers or none.
855
+ * Add metric_store increments for aws presigned and multipart, cannot use chunked reader since generator does not have len function.
856
+ * Use httpbatchworker response to avoid additional os.stat calls. [7c76c46]
857
+
858
+
859
+ ### Version:0.2.0 -- 01 Aug 2020
860
+
861
+ * Use explicit entry point script. [dfd9da3]
862
+ * The coredata singleton that holds instance_types, projects, and software must now be initialized with software product. This is to avoid having to specify the product on every call to data(). [db0fcb0]
863
+ * Expander context made public to indicate to other objects that they may retrieve the context. [a457aa1]
864
+
865
+ ### Version:0.1.15 -- 27 Jul 2020
866
+
867
+ * Made post install script runnable. [8dce89f]
868
+
869
+ ### Version:0.1.14 -- 27 Jul 2020
870
+
871
+ * Simplified post install script - no longer interactive. [6bba8af]
872
+
873
+ ### Version:0.1.13 -- 26 Jul 2020
874
+
875
+ * Refactored post install setup script. [3fbba5e]
876
+
877
+
878
+ ### Version:0.1.12 -- 25 Jul 2020
879
+
880
+ * Setup can accept cmdline args for non-wizard mode. [f195b7d]
881
+ * Adds safe mode to expander. [95f6cfd]
882
+
883
+ ### Version:0.1.11 -- 22 Jul 2020
884
+
885
+ * Adds Setup wizard to make installation easier. [a06d610]
886
+
887
+ ### Version:0.1.10 -- 21 Jul 2020
888
+
889
+ * Use cio to differentiate from conductor. [3f49451]
890
+ * Projects and instance types sorted for fixtures. [4a0f833]
891
+
892
+ ### Version:0.1.9 -- 10 Jul 2020
893
+
894
+ * Implement data singletons here and remove from conductor-maya. [d31aeaa]
895
+
896
+ ### Version:0.1.8 -- 06 Jul 2020
897
+
898
+ * Repair some path list issues found while adding remove method. [7368cc2]
899
+
900
+ ### Version:0.1.7 -- 04 Jul 2020
901
+
902
+ * Adds a remove method to pathlist. [5712d2c]
903
+ * Wip configure script. [e7f6ea9]
904
+
905
+ ### Version:0.1.6 -- 29 Jun 2020
906
+
907
+ * Fix bad path to conductor cmd. [5be12af]
908
+ * Packages: Remove tree property and make _tree -> tree. [1e6ae34]
909
+
910
+ ### Version:0.1.5 -- 22 Jun 2020
911
+
912
+ * Remove src. [a366047]
913
+ * Newline in requirements. [a4cd9d3]
914
+ * Missing member. [b2bfb6d]
915
+ * Fix tests. [c9498c9]
916
+ * Imports ciocore. [916651e]
917
+ * Flatten. [c88afae]
918
+ * Flatter hierarchy. [6906e23]
919
+ * Slug means local slug. [0db16e0]
920
+ * Init declare namespace. [84d16b3]
921
+ * Use underscore name. [1aae967]
922
+ * Correct namespace config. [22a09f3]
923
+
924
+
925
+ ### Version:0.1.4 -- 14 Jun 2020
926
+
927
+ * Ignore build dir. [8080df5]
928
+ >>>>>>> cd6304d (Adds required changes to parallelize multi-part uploads)