This page shows some of my open source stats. The source code lives in https://github.com/JeanChristopheMorinPerso/stats.

I mainly use it to keep track of what I do in the open source world. Kind of my open source history if you will.

This page was generated on November 14 2024, at 05:14:32 UTC.

My issues created in GitHub

List of all issues that I created on GitHub.

Click to see the SQL query
query ($endCursor: String) {
  search(
    # Filtering out Anaconda to avoid SSO errors.
    # Filtering out 'rodeofx/python-api' since it's working related. Same for AnacondaRecipes.
    query: "is:issue is:public author:JeanChristopheMorinPerso -org:AnacondaRecipes -org:Anaconda"
    type: ISSUE
    first: 100
    after: $endCursor
  ) {
    edges {
      node {
        ... on Issue {
          URL: url
          Title: title
          Created__At: createdAt
          State: state
          Comments: comments {
            totalCount
          }
        }
      }
    }
    pageInfo {
      endCursor
      hasNextPage
    }
  }
}
# URL Title Created At State Comments
1 https://github.com/AcademySoftwareFoundation/rez/issues/609 Support "additive" preprocess functions 2019-04-22T15:02:11Z CLOSED 11
2 https://github.com/AcademySoftwareFoundation/rez/issues/665 REP-001: Various rez-tests enhancements 2019-07-14T20:17:14Z OPEN 24
3 https://github.com/AcademySoftwareFoundation/rez/issues/799 Write tests for rez-pip 2019-11-12T02:10:32Z OPEN 1
4 https://github.com/AcademySoftwareFoundation/rez/issues/835 Resolve timestamps should be in UTC 2020-01-14T15:25:56Z CLOSED 4
5 https://github.com/AcademySoftwareFoundation/rez/issues/869 Replace unittest by pytest for our test runner 2020-03-29T01:13:18Z OPEN 0
6 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1005 Add a make target to build a Python wheel locally 2021-06-30T16:44:51Z CLOSED 0
7 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1037 Pip deprecation warning for out-of-tree builds 2021-08-07T01:09:33Z CLOSED 2
8 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1039 Python coverage is missing from Codecov reports 2021-08-07T16:06:36Z CLOSED 2
9 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1094 VFX Platform compatibility 2021-10-01T23:42:38Z OPEN 5
10 https://github.com/simPod/GrafanaJsonDatasource/issues/224 Annotations not showing up 2022-01-19T20:50:20Z CLOSED 5
11 https://github.com/getkin/kin-openapi/issues/513 How to catch invalid OpenAPI v3 spec 2022-03-23T21:44:09Z CLOSED 3
12 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1310 Update Pybind11 to 2.9.2 2022-05-21T20:08:18Z CLOSED 0
13 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1311 Remove CannotComputeAvailableRangeError import from opentimelineio.core 2022-05-21T22:10:13Z OPEN 1
14 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/1 Fix mobile rendering 2022-06-11T02:10:33Z CLOSED 1
15 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/2 Handle Python exceptions 2022-06-11T02:12:40Z CLOSED 1
16 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/3 Automatically build with latest OTIO version 2022-06-11T02:14:50Z OPEN 0
17 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/4 Show OTIO version in web pages 2022-06-11T02:15:25Z CLOSED 1
18 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/5 Add changelog and make it available in the UI 2022-06-11T02:16:28Z OPEN 0
19 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/6 Zoomable SVG 2022-06-11T02:17:24Z OPEN 0
20 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/7 Support drag-n-drop 2022-06-11T02:18:29Z OPEN 0
21 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/8 Improve loading speed 2022-06-11T02:24:04Z OPEN 0
22 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/9 Speedup builds 2022-06-11T02:27:05Z OPEN 1
23 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/10 Only build wheel when necessary 2022-06-11T02:37:22Z OPEN 0
24 https://github.com/JeanChristopheMorinPerso/otio-wasm/issues/11 Run OTIO tests everytime a new wheel is built 2022-06-12T00:51:29Z OPEN 0
25 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1425 Improve type hints for register_upgrade_function and register_downgrade_function 2022-09-26T23:53:32Z CLOSED 0
26 https://github.com/AcademySoftwareFoundation/rez/issues/1408 TSC Meeting 2022-11-17 2022-11-16T22:36:30Z CLOSED 0
27 https://github.com/AcademySoftwareFoundation/rez/issues/1417 TSC Meeting 2022-12-15 2022-12-12T13:26:54Z CLOSED 1
28 https://github.com/AcademySoftwareFoundation/rez/issues/1422 Add tool to collect information to attach to bug reports 2022-12-23T01:06:04Z OPEN 0
29 https://github.com/emscripten-core/emscripten/issues/18722 Embind: Class function not available on subclasses 2023-02-12T00:03:20Z CLOSED 3
30 https://github.com/JeanChristopheMorinPerso/OpenTimelineIO-JS-Bindings/issues/1 Document design choices 2023-02-16T19:10:06Z OPEN 0
31 https://github.com/JeanChristopheMorinPerso/OpenTimelineIO-JS-Bindings/issues/2 Move to OpenTimelineIO organization 2023-02-16T19:17:08Z OPEN 0
32 https://github.com/JeanChristopheMorinPerso/OpenTimelineIO-JS-Bindings/issues/3 Add code of conduct and contributor guide 2023-02-17T03:56:35Z OPEN 0
33 https://github.com/JeanChristopheMorinPerso/OpenTimelineIO-JS-Bindings/issues/4 Transfer repository to https://github.com/OpenTimelinio 2023-02-17T04:03:34Z CLOSED 1
34 https://github.com/JeanChristopheMorinPerso/OpenTimelineIO-JS-Bindings/issues/5 Publish to npmjs 2023-02-17T04:07:51Z OPEN 0
35 https://github.com/AcademySoftwareFoundation/rez/issues/1456 TSC Meeting 2023-03-16 2023-03-04T22:33:15Z CLOSED 7
36 https://github.com/AcademySoftwareFoundation/rez/issues/1457 Decommission the old Slack workspace 2023-03-09T01:47:21Z CLOSED 6
37 https://github.com/JeanChristopheMorinPerso/OpenTimelineIO-JS-Bindings/issues/6 Setup Dependabot 2023-03-19T20:16:13Z OPEN 0
38 https://github.com/AcademySoftwareFoundation/rez/issues/1466 TSC Meeting 2023-04-20 2023-04-04T15:36:27Z CLOSED 1
39 https://github.com/conda/conda-build/issues/4856 conda-build tries to upload skipped package even if it already exists in defaults 2023-04-27T15:46:14Z OPEN 2
40 https://github.com/OpenTimelineIO/OpenTimelineIO-Swift-Bindings/issues/37 Add support for registering custom schemas 2023-04-30T22:19:09Z OPEN 0
41 https://github.com/pypa/get-pip/issues/189 Versionned zipapps not available 2023-05-05T14:51:34Z CLOSED 5
42 https://github.com/AcademySoftwareFoundation/rez/issues/1492 TSC Meeting 2023-05-18 2023-05-17T23:45:29Z CLOSED 1
43 https://github.com/conda/conda-build/issues/4939 conda_index.index debug logs in conda-build output 2023-05-26T20:43:37Z CLOSED 3
44 https://github.com/conda/conda-build/issues/4928 Cache git sources 2023-07-07T13:57:32Z CLOSED 1
45 https://github.com/AcademySoftwareFoundation/rez/issues/1513 TSC Meeting 2023-08-17 2023-07-20T22:15:22Z CLOSED 4
46 https://github.com/AcademySoftwareFoundation/rez/issues/1517 Take ownership of https://rez.readthedocs.io 2023-08-02T01:19:04Z CLOSED 2
47 https://github.com/conda/conda-build/issues/4956 Debug logs enabled by default 2023-08-02T13:42:14Z CLOSED 2
48 https://github.com/AcademySoftwareFoundation/rez/issues/1519 TSC chair transition after Allan stepped down 2023-08-04T20:05:02Z CLOSED 6
49 https://github.com/AcademySoftwareFoundation/rez/issues/1535 Remove wiki and redirect to https://rez.readthedocs.io 2023-09-16T17:16:03Z CLOSED 0
50 https://github.com/ziglang/zig/issues/17265 zig cc: undefined symbol: __declspec(dllimport) PathRemoveFileSpecW 2023-09-24T18:06:50Z CLOSED 3
51 https://github.com/JeanChristopheMorinPerso/rez-pip/issues/54 rez-pip should cleanly fail if resolving a python package fails 2023-10-13T02:42:23Z OPEN 0
52 https://github.com/JeanChristopheMorinPerso/rez-pip/issues/55 Package names inconsistent between requirements and installed packages 2023-10-14T00:08:31Z OPEN 1
53 https://github.com/JeanChristopheMorinPerso/rez-pip/issues/56 Add package name remapping functionality 2023-10-14T00:16:56Z OPEN 6
54 https://github.com/JeanChristopheMorinPerso/rez-pip/issues/58 rez-pip reinstalls numpy everytime 2023-10-14T00:53:52Z OPEN 1
55 https://github.com/AcademySoftwareFoundation/rez/issues/1549 TSC Meeting 2023-10-19 2023-10-18T23:20:17Z OPEN 0
56 https://github.com/prefix-dev/rattler-build/issues/231 Documentation is for the main branch, not the main release 2023-10-20T18:17:45Z CLOSED 4
57 https://github.com/prefix-dev/rattler-build/issues/232 Support float in variant config? 2023-10-20T18:40:55Z CLOSED 2
58 https://github.com/AcademySoftwareFoundation/rez/issues/1551 Drop support for Python 2 entirely 2023-10-21T20:51:26Z CLOSED 0
59 https://github.com/AcademySoftwareFoundation/rez/issues/1552 Remove things that are officially marked as deprecated 2023-10-21T21:27:58Z CLOSED 0
60 https://github.com/AcademySoftwareFoundation/rez/issues/1553 Remove rez1 compatibility settings 2023-10-21T21:32:10Z OPEN 0
61 https://github.com/marella/ctransformers/issues/170 Cuda 11.8 2023-10-24T18:49:40Z OPEN 1
62 https://github.com/AcademySoftwareFoundation/rez/issues/1558 Roadmap to rez 3.0 2023-10-27T00:48:36Z CLOSED 0
63 https://github.com/AcademySoftwareFoundation/rez/issues/1559 Change default shell on Windows to PowerShell 2023-10-27T23:18:22Z CLOSED 0
64 https://github.com/AcademySoftwareFoundation/rez/issues/1561 Remove bez 2023-10-28T17:40:33Z CLOSED 0
65 https://github.com/JeanChristopheMorinPerso/rez-pip/issues/62 Remove --target argument 2023-11-01T02:18:45Z OPEN 0
66 https://github.com/AcademySoftwareFoundation/rez/issues/1564 Enable dependabot 2023-11-01T02:23:11Z CLOSED 0
67 https://github.com/AcademySoftwareFoundation/rez/issues/1565 Clear Sphinx warnings 2023-11-01T02:26:13Z CLOSED 0
68 https://github.com/dbt-labs/dbt-extractor/issues/71 sdist for 0.5.0 is not available on PyPI 2023-11-09T17:37:55Z CLOSED 5
69 https://github.com/conda-forge/intel_repack-feedstock/issues/60 libiomp5md.lib not provided 2023-11-10T20:21:37Z OPEN 0
70 https://github.com/pytorch/pytorch/issues/113490 /nodefaultlib:vcomp doesn't seem to be set when compiling with Intel OpenMP on Windows 2023-11-10T21:59:22Z OPEN 4
71 https://github.com/AcademySoftwareFoundation/rez/issues/1584 Automatically format the code base 2023-11-12T23:01:48Z OPEN 0
72 https://github.com/AcademySoftwareFoundation/rez/issues/1585 TSC Meeting 2013-11-16 2023-11-12T23:07:49Z OPEN 0
73 https://github.com/dbt-labs/dbt-core/issues/9066 [CT-3379] [Bug] Test failures on Windows 2023-11-13T21:54:42Z OPEN 7
74 https://github.com/AcademySoftwareFoundation/rez/issues/1588 Remove eclipse from default CMake variables 2023-11-16T22:17:04Z CLOSED 0
75 https://github.com/AcademySoftwareFoundation/rez/issues/1589 Benchmark fails to run because install.py is python 3 only 2023-11-17T01:50:17Z CLOSED 0
76 https://github.com/conda/conda-build/issues/5084 Log output rewriting causes issues when running conda-build in a python subprocess 2023-11-23T18:15:13Z OPEN 1
77 https://github.com/AcademySoftwareFoundation/rez/issues/1592 Benchmarks on release fail due to missing token 2023-11-24T01:41:08Z CLOSED 0
78 https://github.com/AcademySoftwareFoundation/rez/issues/1593 Slack notification workflow is not working 2023-11-24T01:41:43Z CLOSED 1
79 https://github.com/conda/conda-build/issues/5095 New debug logs present in 3.28.0 2023-12-05T16:43:58Z CLOSED 1
80 https://github.com/JeanChristopheMorinPerso/rez-pip/issues/79 Metadata is not stored on a per variant basis 2023-12-10T01:32:39Z OPEN 0
81 https://github.com/AcademySoftwareFoundation/rez/issues/1603 Add a native license package attribute 2023-12-10T01:49:44Z OPEN 1
82 https://github.com/AcademySoftwareFoundation/rez/issues/1610 TSC Meeting 2024-01-18 2024-01-05T23:42:55Z OPEN 3
83 https://github.com/Quansight-Labs/conda-metadata-app/issues/5 Can't bookmark pkgs/main channel 2024-01-15T19:02:07Z CLOSED 1
84 https://github.com/conda/conda-index/issues/136 Package caching issue 2024-01-18T20:47:07Z CLOSED 11
85 https://github.com/AcademySoftwareFoundation/rez/issues/1628 Docs still say that it works with Python 2 2024-02-09T00:19:20Z CLOSED 0
86 https://github.com/AcademySoftwareFoundation/rez/issues/1635 Remove all traces of Python 2 2024-02-11T23:52:19Z OPEN 6
87 https://github.com/AcademySoftwareFoundation/rez/issues/1636 Remove `from __future__ import print_function` from the code base 2024-02-12T00:07:59Z CLOSED 0
88 https://github.com/AcademySoftwareFoundation/rez/issues/1637 Replace `rez.utils.data_utils.cached_property` with `functools.cached_property` 2024-02-12T00:17:46Z OPEN 3
89 https://github.com/AcademySoftwareFoundation/rez/issues/1638 TSC Meeting 2024-02-15 2024-02-12T02:07:00Z OPEN 0
90 https://github.com/AcademySoftwareFoundation/rez/issues/1646 Remove `rez.utils.py23` 2024-02-16T20:28:04Z CLOSED 0
91 https://github.com/AcademySoftwareFoundation/rez/issues/1648 Replace usages of `rez.vendor.enum` with the built-in enum module 2024-02-16T22:05:10Z CLOSED 1
92 https://github.com/AcademySoftwareFoundation/rez/issues/1650 Add `SECURITY.md` (security policy, threat model, etc) 2024-02-17T18:45:36Z OPEN 0
93 https://github.com/AcademySoftwareFoundation/rez/issues/1651 Improve contributing guidelines 2024-02-17T18:45:39Z CLOSED 0
94 https://github.com/AcademySoftwareFoundation/rez/issues/1652 Implement OpenSSF Scorecard 2024-02-17T18:45:42Z CLOSED 1
95 https://github.com/AcademySoftwareFoundation/rez/issues/1653 Track code coverage 2024-02-17T18:47:23Z CLOSED 0
96 https://github.com/AcademySoftwareFoundation/rez/issues/1654 Refresh "Getting Started" documentation 2024-02-17T19:01:10Z OPEN 0
97 https://github.com/AcademySoftwareFoundation/rez/issues/1655 Implement SAST tool 2024-02-17T19:15:32Z OPEN 3
98 https://github.com/AcademySoftwareFoundation/rez/issues/1656 Document how to communicate with maintainers and report issues 2024-02-17T19:20:39Z CLOSED 1
99 https://github.com/AcademySoftwareFoundation/rez/issues/1657 Address python warnings 2024-02-17T19:39:45Z OPEN 6
100 https://github.com/AcademySoftwareFoundation/rez/issues/1658 Sign release artifacts and git tags 2024-02-17T20:14:48Z OPEN 0
101 https://github.com/sigstore/gh-action-sigstore-python/issues/109 Allow inputs to be empty if release-signing-artifacts is true 2024-02-17T22:12:29Z CLOSED 1
102 https://github.com/AcademySoftwareFoundation/rez/issues/1661 Simplify plugin development by supporting entrypoint based plugins 2024-02-18T19:35:54Z OPEN 0
103 https://github.com/AcademySoftwareFoundation/rez/issues/1668 Unvendor dependencies 2024-02-25T21:56:24Z OPEN 12
104 https://github.com/JeanChristopheMorinPerso/rez-pip/issues/93 Automatic pip update is broken 2024-03-11T19:35:28Z CLOSED 0
105 https://github.com/AcademySoftwareFoundation/rez/issues/1688 TSC Meeting 2024-03-21 2024-03-16T18:09:51Z OPEN 3
106 https://github.com/AcademySoftwareFoundation/rez/issues/1690 Change gh-rez URL based on source of build 2024-03-18T13:39:32Z CLOSED 0
107 https://github.com/conda/conda-build/issues/5245 noarch generic doesn't work as expected when python in host in multi-output 2024-03-19T22:01:12Z OPEN 1
108 https://github.com/pytorch/pytorch/issues/124759 Release artifacts for rc releases 2024-04-23T19:03:18Z OPEN 2
109 https://github.com/AcademySoftwareFoundation/rez/issues/1756 TSC Meeting 2024-05-16 2024-05-16T15:49:49Z OPEN 0
110 https://github.com/conda/rattler/issues/665 CTRL-C doesn't work with py-rattler 2024-05-16T23:23:31Z CLOSED 6
111 https://github.com/conda/rattler/issues/684 Solving mlflow=2.12.2=py39hb3b8efb_0 takes a lot of time 2024-05-27T15:42:45Z CLOSED 7
112 https://github.com/conda/rattler/issues/685 Cannot solve cmdstan=2.33.1=hc24a2e5_0 (linux) from osx-arm64 2024-05-27T20:43:26Z CLOSED 12
113 https://github.com/conda/rattler/issues/700 Timestamp in RepoDataRecord is in seconds instead of milliseconds 2024-05-28T15:02:26Z CLOSED 10
114 https://github.com/conda/rattler/issues/703 Dependency graph from a resolve 2024-05-28T19:16:52Z CLOSED 7
115 https://github.com/prefix-dev/prefix-dev/issues/45 Timestamp resolution 2024-06-03T15:32:39Z OPEN 9
116 https://github.com/conda/rattler/issues/755 Gateway.query in Python returns all versions 2024-06-18T15:34:52Z CLOSED 4
117 https://github.com/AcademySoftwareFoundation/rez/issues/1773 TSC Meeting 2024-06-20 2024-06-20T02:39:07Z OPEN 0
118 https://github.com/conda/conda-package-handling/issues/252 `cph list` a remote package? 2024-06-26T20:48:57Z CLOSED 0
119 https://github.com/conda/conda-libmamba-solver/issues/483 Add hint to set CONDA_OVERRIDE_<virtual package> when solving on a different platform than current? 2024-07-08T14:46:57Z OPEN 1
120 https://github.com/conda/conda/issues/14088 Documentation on paths.json is missing some fields 2024-07-29T15:29:51Z OPEN 0
121 https://github.com/sloria/TextBlob/issues/470 NOTICE file outdated? 2024-08-26T14:36:12Z OPEN 1
122 https://github.com/Quansight-Labs/conda-metadata-app/issues/8 Over resource limits on Streamlit Cloud 2024-09-03T23:25:15Z OPEN 2
123 https://github.com/conda-incubator/conda-recipe-manager/issues/116 Parser can'd handle fancy YAML strings 2024-09-06T21:50:10Z OPEN 0
124 https://github.com/AcademySoftwareFoundation/rez/issues/1828 TSC Meeting 2024-09-19 2024-09-16T23:14:06Z OPEN 0
125 https://github.com/AcademySoftwareFoundation/rez/issues/1833 Remove/replace all deprecated (python 2) magic methods (`__<method>__`) 2024-09-26T17:24:45Z CLOSED 4
126 https://github.com/conda-incubator/conda-project/issues/169 Disable progress bar 2024-10-18T00:11:46Z OPEN 2
127 https://github.com/conda-incubator/conda-project/issues/172 `conda project lock` adds pip dependency to python 2024-10-18T16:24:27Z OPEN 0
128 https://github.com/Quansight-Labs/conda-metadata-app/issues/13 Broken for main 2024-11-04T18:40:52Z CLOSED 2

My PRs merged on GitHub

List of all PRs that I authored and eventually got merged on GitHub.

Click to see the SQL query
query ($endCursor: String) {
  search(
    # Filtering out Anaconda to avoid SSO errors.
    # Filtering out 'rodeofx/python-api' since it's working related. Same for AnacondaRecipes.
    query: "is:pr is:public is:merged author:JeanChristopheMorinPerso -org:AnacondaRecipes -org:Anaconda -repo:rodeofx/python-api"
    type: ISSUE
    first: 100
    after: $endCursor
  ) {
    edges {
      node {
        ... on PullRequest {
          URL: url
          Title: title
          Created__At: createdAt
          Merged__At: mergedAt
          #comments {
          #  totalCount
          #}
        }
      }
    }
    pageInfo {
      endCursor
      hasNextPage
    }
  }
}
# URL Title Created At Merged At
1 https://github.com/jenkinsci/bitbucket-branch-source-plugin/pull/172 Use unified build status key with exclude origin PR Branches strategy 2019-02-23T20:51:05Z 2019-04-07T02:57:50Z
2 https://github.com/jenkinsci/analysis-model/pull/100 Add support for package and module in Pylint 2019-02-28T02:40:38Z 2019-03-03T09:45:47Z
3 https://github.com/jenkinsci/warnings-ng-plugin/pull/14 Add Pylint icons 2019-03-02T22:38:34Z 2019-03-03T10:40:57Z
4 https://github.com/jenkinsci/warnings-ng-plugin/pull/15 Pylint: add proper support for packages and modules 2019-03-03T01:47:53Z 2019-03-03T11:02:50Z
5 https://github.com/jenkinsci/analysis-model/pull/104 Pylint: Add types and make categories types and categories, categories 2019-03-03T02:42:56Z 2019-03-04T06:55:21Z
6 https://github.com/jenkinsci/warnings-ng-plugin/pull/17 Add Pylint license info and add entries into the changelogs regarding… 2019-03-07T03:31:15Z 2019-03-07T09:03:04Z
7 https://github.com/jenkinsci/analysis-model/pull/112 Add changelog entries for recent changes in Pylint parser. 2019-03-07T03:45:43Z 2019-03-07T09:01:26Z
8 https://github.com/AcademySoftwareFoundation/rez/pull/603 Document vendored libraries 2019-04-21T20:45:44Z 2019-04-22T04:52:27Z
9 https://github.com/AcademySoftwareFoundation/rez/pull/650 Implement preprocess function support for rezconfig.py (takeover) 2019-06-22T23:02:52Z 2019-06-23T09:59:26Z
10 https://github.com/AcademySoftwareFoundation/rez/pull/651 Add a package_preprocess_mode (#609) 2019-06-23T19:55:34Z 2019-07-16T01:22:09Z
11 https://github.com/AcademySoftwareFoundation/rez/pull/693 Add tests for rez.utils.pip (76% covered with branches) 2019-08-18T21:50:41Z 2019-08-19T03:21:28Z
12 https://github.com/AcademySoftwareFoundation/rez/pull/748 Fix py3 errors and warnings 2019-09-15T17:03:59Z 2019-09-17T00:56:45Z
13 https://github.com/AcademySoftwareFoundation/rez/pull/757 rez-pip: Assume pip provided by python package 2019-10-04T20:12:47Z 2019-10-22T03:10:05Z
14 https://github.com/AcademySoftwareFoundation/rez/pull/798 rez.pip: Support python 2 executable on Windows (796) 2019-11-12T01:49:46Z 2019-11-26T03:48:05Z
15 https://github.com/AcademySoftwareFoundation/wg-python3/pull/40 Add mention of outdated six package in DCCs 2021-01-12T00:57:37Z 2021-01-25T18:56:50Z
16 https://github.com/AcademySoftwareFoundation/wg-python3/pull/43 Add list of known DCCs that ship with six 2021-01-26T01:09:56Z 2021-02-22T07:38:29Z
17 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1000 Python build: Use CMake FindPython 2021-06-23T01:22:25Z 2021-07-02T18:37:33Z
18 https://github.com/AcademySoftwareFoundation/rez/pull/1105 Remove the -s flag to rez-pip because "pip search" is decommissioned 2021-07-09T02:16:46Z 2021-07-13T04:45:22Z
19 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1015 Create wheels on Windows 2021-07-18T17:36:38Z 2021-09-24T06:54:46Z
20 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1017 Replace description-file setuptools metadata key with description_file in setup.cfg 2021-07-19T01:59:38Z 2021-07-19T19:12:33Z
21 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1040 Fix missing Python coverage in Codecov reports 2021-08-07T17:17:45Z 2021-10-14T16:57:10Z
22 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1070 Fix failing import of opentimelineio in Python 3.9 on Windows 2021-09-18T00:57:41Z 2021-09-18T23:27:41Z
23 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1076 Fix CMP0010 CMake warning caused by back slashes on Windows 2021-09-21T02:27:47Z 2021-09-21T03:56:48Z
24 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1080 Support Python 3.9 2021-09-24T23:02:25Z 2021-09-30T02:13:39Z
25 https://github.com/vfxplatform/vfxplatform/pull/6 Add an ID to each header so that we can directly link a specific section 2021-10-02T00:50:57Z 2021-10-02T01:29:28Z
26 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1110 PyPI publish on release 2021-10-19T00:44:42Z 2021-10-21T18:12:58Z
27 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1116 Bake OS versions in CI before release 2021-10-22T22:25:56Z 2021-10-25T18:29:01Z
28 https://github.com/pypa/cibuildwheel/pull/907 Remove "Pixar" reference in the working examples 2021-11-05T23:56:00Z 2021-11-08T16:34:30Z
29 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1144 Improve the developer quickstart documentation 2021-11-13T18:39:26Z 2021-11-24T21:26:44Z
30 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1152 Update sdist to include submodules 2021-11-18T23:47:47Z 2021-11-19T00:26:41Z
31 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1189 Fix code coverage report uploads 2022-01-09T19:04:05Z 2022-01-09T22:07:51Z
32 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1194 Replace deprecated Pybind11 get_type() usages by py::type::of() 2022-01-15T18:25:54Z 2022-01-16T08:16:52Z
33 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1198 Remove extra useless parameter from RationalTime.__copy__ method 2022-01-21T01:13:26Z 2022-01-21T23:16:56Z
34 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1203 Add missing memo keyword argument to TimeTransform.__deepcopy__ method 2022-01-29T15:54:58Z 2022-02-07T21:45:20Z
35 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1209 Improve Python reference documentation 2022-02-06T16:39:11Z 2022-06-19T17:56:14Z
36 https://github.com/invopop/jsonschema/pull/19 Add support for uuid string format and default value for booleans 2022-03-22T16:13:51Z 2022-03-24T15:27:11Z
37 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1251 Fix missing init metadata 2022-03-23T23:06:55Z 2022-03-27T00:49:04Z
38 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1256 Add Python 3.10 to CI 2022-03-26T18:36:10Z 2022-03-27T01:50:29Z
39 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1309 Update feature matrix to mention that the AAF adapter now supports markers 2022-05-21T19:53:52Z 2022-06-07T23:19:21Z
40 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1312 Update Pybind11 to 2.9.2 2022-05-21T23:10:32Z 2022-05-23T23:33:03Z
41 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1313 Python bindings: raise proper exceptions for IO operations 2022-05-22T02:36:56Z 2022-06-07T23:23:49Z
42 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1317 Fix setuptools deprecation warnings 2022-05-27T00:03:31Z 2022-07-08T01:00:20Z
43 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1323 Use py::module_local() for Imath bindings 2022-06-04T13:30:56Z 2022-06-05T20:40:23Z
44 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1329 Cancel in-progress CI jobs for the same branch 2022-06-18T19:30:24Z 2022-07-08T00:58:18Z
45 https://github.com/AcademySoftwareFoundation/rez/pull/1339 Switch to GitHub Container registry 2022-06-26T15:20:52Z 2022-07-01T15:54:39Z
46 https://github.com/markreidvfx/pyavb/pull/12 Improve CI and packaging 2022-07-01T23:30:19Z 2022-07-03T02:18:08Z
47 https://github.com/markreidvfx/pyaaf2/pull/106 Improve packaging and CI 2022-07-02T21:40:11Z 2022-07-03T05:31:48Z
48 https://github.com/markreidvfx/pyaaf2/pull/107 Always close AAFFile's resources when exiting context manager 2022-07-09T21:56:31Z 2022-07-10T00:09:36Z
49 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1370 Fix lint issues 2022-08-03T23:21:48Z 2022-08-08T17:37:15Z
50 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1396 Import _opentime before actually creating the bindings for _otio 2022-09-17T19:54:25Z 2022-09-18T05:40:12Z
51 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1436 Improve test coverage 2022-09-30T18:04:19Z 2022-10-04T19:23:07Z
52 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1442 Use glossary terms for environment variables references in the docs 2022-10-04T17:46:14Z 2022-10-10T23:20:39Z
53 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1443 Improve typing of the drop_frame parameter on the RationalTime.to_timecode method 2022-10-04T18:48:02Z 2022-10-12T03:20:30Z
54 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1444 Don't override __iter__ methods 2022-10-05T14:34:26Z 2022-10-11T23:32:55Z
55 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1445 Improve type of function callbacks in register_upgrade_function and register_downgrade_function 2022-10-05T16:22:33Z 2022-10-06T03:21:06Z
56 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1446 Replace py::object type by optional<std::string> for name parameters 2022-10-05T16:54:49Z 2022-10-07T17:13:58Z
57 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1448 Improve types of childen, tracks, effects and markers parameters in function signatures 2022-10-07T14:28:42Z 2022-10-12T20:31:17Z
58 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1453 [Breaking change] Remove support for passing a None value as the name argument 2022-10-15T17:34:32Z 2022-10-18T18:19:01Z
59 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1460 Add support for editable installs 2022-10-23T01:09:30Z 2022-10-27T17:19:01Z
60 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1465 Add Python 3.11 to CI matrix 2022-10-26T23:05:06Z 2022-10-29T21:03:33Z
61 https://github.com/AcademySoftwareFoundation/rez/pull/1407 Run CI with macOS-11 (temporary) 2022-11-15T19:37:51Z 2022-11-15T22:17:55Z
62 https://github.com/JeanChristopheMorinPerso/otio-wasm/pull/12 Update Pyodide to 0.21.3 2022-11-19T18:14:27Z 2022-11-19T18:25:48Z
63 https://github.com/JeanChristopheMorinPerso/otio-wasm/pull/13 Use modern GH pages workflow and use templates to create HTML pages 2022-11-19T20:31:39Z 2022-11-19T20:32:16Z
64 https://github.com/ted537/tsembind/pull/10 Correctly create classes with base class information for sub-classes 2023-01-20T21:34:55Z 2023-01-21T16:20:34Z
65 https://github.com/ted537/tsembind/pull/11 Support symbol methods 2023-01-28T19:48:08Z 2023-01-28T21:22:26Z
66 https://github.com/emscripten-core/emscripten/pull/18794 Embind: Make subclasses inherit class functions 2023-02-18T19:26:21Z 2023-05-09T20:37:39Z
67 https://github.com/ted537/tsembind/pull/12 Support BigInt64Array and BigUint64Array 2023-04-05T16:45:36Z 2023-04-05T23:38:56Z
68 https://github.com/AcademySoftwareFoundation/rez/pull/1468 Fix CI 2023-04-06T18:30:12Z 2023-04-20T22:34:16Z
69 https://github.com/AcademySoftwareFoundation/rez/pull/1469 Drop support for installs with Python lower than 3.7 2023-04-06T19:29:52Z 2023-11-11T00:08:49Z
70 https://github.com/AcademySoftwareFoundation/MaterialX/pull/1317 Generate Python wheels in CI 2023-04-10T21:37:40Z 2023-08-22T18:37:59Z
71 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1578 Make serialize_json_to_string output compact when indent is less than 1 2023-04-11T21:41:43Z 2023-04-13T05:35:03Z
72 https://github.com/OpenTimelineIO/OpenTimelineIO-Swift-Bindings/pull/33 Add CI workflow 2023-04-11T23:40:17Z 2023-04-12T00:02:07Z
73 https://github.com/AcademySoftwareFoundation/rez/pull/1473 Update employer of Jean-Christophe Morin 2023-04-17T01:22:11Z 2023-06-05T16:32:24Z
74 https://github.com/AcademySoftwareFoundation/rez/pull/1474 Allow changes to employment in GOVERNANCE.md to be merged without unanimous approval 2023-04-21T16:31:07Z 2023-09-06T23:30:20Z
75 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/1 First version: WIP 2023-04-23T22:16:04Z 2023-04-23T22:18:40Z
76 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/2 Add dependabot config 2023-04-23T22:28:30Z 2023-04-23T22:37:09Z
77 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/3 Implement the base for integration tests 2023-04-30T01:24:19Z 2023-04-30T01:26:40Z
78 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/4 Use python rez packages 2023-05-05T18:24:42Z 2023-05-05T21:12:01Z
79 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/22 Re-organize integration tests 2023-05-13T18:24:53Z 2023-05-13T18:53:16Z
80 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1598 Adjust license for package uploaded to PyPI 2023-05-13T21:46:17Z 2023-05-23T17:55:30Z
81 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/24 Initial documentation pass. Very WIP 2023-05-13T23:22:32Z 2023-05-13T23:31:56Z
82 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/25 Improved CLI and forward extra arguments to pip 2023-05-14T02:22:59Z 2023-05-14T02:34:31Z
83 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/26 Forward --requirement and --constraint to pip 2023-05-14T21:27:52Z 2023-05-14T21:40:16Z
84 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/27 Improve logs for installed/skipped packages 2023-05-14T21:45:20Z 2023-05-14T21:51:57Z
85 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/28 Remove --target from CLI 2023-05-14T22:26:08Z 2023-05-14T22:30:44Z
86 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/30 Add a little bit more docs 2023-05-17T01:31:11Z 2023-05-17T01:36:52Z
87 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1605 Support compiling with GCC 13 2023-05-20T16:38:55Z 2023-05-20T18:52:46Z
88 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1606 Fix rendering of otioz file bundle structure in the docs 2023-05-20T16:54:12Z 2023-05-23T17:54:52Z
89 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/31 Use Python 3.11 in ReadTheDocs 2023-05-20T17:01:30Z 2023-05-20T17:04:35Z
90 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/32 Better compatibility 2023-05-20T21:45:23Z 2023-05-20T21:46:42Z
91 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/33 Document differences in arguments and the removal of editable installs 2023-05-20T21:55:28Z 2023-05-21T17:23:41Z
92 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/34 Reuse previously downloaded wheels if hashes match 2023-05-28T17:32:10Z 2023-05-28T17:44:58Z
93 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/35 Move CLI code into its own module and add first CLI tests 2023-05-28T21:41:30Z 2023-05-28T22:01:03Z
94 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/36 Document features and better explain what's going on with pip 2023-05-28T22:14:36Z 2023-05-28T22:15:47Z
95 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/38 Add tests for console scripts 2023-06-10T22:21:32Z 2023-06-11T16:10:59Z
96 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/39 Add tests for rez_pip and drop support for installing Python 2 packages 2023-06-11T16:25:41Z 2023-07-02T16:23:51Z
97 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/40 Document Python 2 drop 2023-07-02T17:09:09Z 2023-07-02T17:10:38Z
98 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/41 Improve conversion of PyPA metadata to rez metadata and also convert more values 2023-07-03T18:09:40Z 2023-07-03T19:01:33Z
99 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/42 Add --debug-info command line argument 2023-07-04T00:31:08Z 2023-07-04T01:00:02Z
100 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/43 Fix mypy 2023-07-04T02:02:46Z 2023-07-04T02:10:29Z
101 https://github.com/OpenTimelineIO/otio-aaf-adapter/pull/25 Updated PyPI publish workflow 2023-07-07T19:59:55Z 2023-07-07T21:29:41Z
102 https://github.com/OpenTimelineIO/otio-svg-adapter/pull/5 Updated PyPI publish workflow 2023-07-07T20:04:26Z 2023-07-07T21:29:50Z
103 https://github.com/OpenTimelineIO/otio-cmx3600-adapter/pull/5 Updated PyPI publish workflow 2023-07-07T20:06:17Z 2023-07-07T21:30:07Z
104 https://github.com/OpenTimelineIO/otio-hls-playlist-adapter/pull/2 Updated PyPI publish workflow 2023-07-07T20:08:42Z 2023-07-07T21:32:26Z
105 https://github.com/OpenTimelineIO/otio-xges-adapter/pull/4 Updated PyPI publish workflow 2023-07-07T20:10:58Z 2023-07-07T21:33:05Z
106 https://github.com/AcademySoftwareFoundation/rez/pull/1518 Update TSC chair after Allan Johns stepped down 2023-08-04T13:59:42Z 2023-08-04T16:38:01Z
107 https://github.com/AcademySoftwareFoundation/rez/pull/1521 Fix CI failures with Python 2.7 2023-08-15T00:55:33Z 2023-08-27T17:51:24Z
108 https://github.com/AcademySoftwareFoundation/rez/pull/1522 Convert wiki to Sphinx/ReadTheDocs (REP-004 part 1) 2023-08-19T23:56:19Z 2023-09-14T02:05:12Z
109 https://github.com/AcademySoftwareFoundation/rez/pull/1529 Adjust author in setup.py and add proper license 2023-09-11T23:23:20Z 2023-09-11T23:40:58Z
110 https://github.com/AcademySoftwareFoundation/rez/pull/1531 Fix benchmarks 2023-09-15T00:50:51Z 2023-09-15T18:34:09Z
111 https://github.com/AcademySoftwareFoundation/rez/pull/1534 Rename rez.vendor.version to rez.version and define a public API for rez.version 2023-09-16T16:08:46Z 2023-11-24T00:58:05Z
112 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/47 Don't append system PATH to context when finding the python executables 2023-10-12T00:46:16Z 2023-10-12T15:42:31Z
113 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/53 Read rez-pip version from distribution metadata 2023-10-12T16:52:09Z 2023-10-12T17:00:40Z
114 https://github.com/AcademySoftwareFoundation/rez/pull/1555 Add ability to run the benchmark workflow from PRs 2023-10-22T21:32:10Z 2023-10-27T01:47:04Z
115 https://github.com/AcademySoftwareFoundation/rez/pull/1560 Remove wiki 2023-10-28T15:40:07Z 2023-11-11T18:26:05Z
116 https://github.com/AcademySoftwareFoundation/rez/pull/1562 Properly mark things that are deprecated as deprecated 2023-10-29T01:16:46Z 2023-11-24T00:38:48Z
117 https://github.com/AcademySoftwareFoundation/rez/pull/1570 Document _REZ_NO_KILLPG, _REZ_QUIET_ON_SIG and REZ_LOGGING_CONF 2023-11-07T01:31:41Z 2023-11-10T00:20:00Z
118 https://github.com/AcademySoftwareFoundation/rez/pull/1571 Change rez.__license__ to Apache-2.0 and add back Allan as author 2023-11-07T01:34:42Z 2023-11-10T00:19:00Z
119 https://github.com/AcademySoftwareFoundation/rez/pull/1572 Replace deprecated stdlib calls 2023-11-07T01:50:28Z 2023-11-10T00:18:18Z
120 https://github.com/AcademySoftwareFoundation/rez/pull/1575 Configure dependabot for GHA and docs 2023-11-10T00:57:00Z 2023-11-10T00:58:29Z
121 https://github.com/AcademySoftwareFoundation/rez/pull/1577 Add back patch to fix memcached stats reset 2023-11-11T00:22:55Z 2023-11-11T19:03:55Z
122 https://github.com/AcademySoftwareFoundation/rez/pull/1578 Set default shell on Windows to "powershell" 2023-11-11T19:20:23Z 2024-02-08T00:16:07Z
123 https://github.com/AcademySoftwareFoundation/rez/pull/1580 Fix sphinx warnings and show inheritance in API docs 2023-11-12T02:36:14Z 2023-11-12T05:11:03Z
124 https://github.com/AcademySoftwareFoundation/rez/pull/1583 Publish release notice to ASWF slack 2023-11-12T22:44:03Z 2023-11-18T20:32:31Z
125 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/67 Bump version to 0.3.1 2023-11-17T23:09:30Z 2023-11-17T23:25:57Z
126 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/68 Add changelog to docs and fix external links 2023-11-18T01:16:37Z 2023-11-18T01:58:33Z
127 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/69 Add docs workflow 2023-11-18T02:15:40Z 2023-11-18T02:29:19Z
128 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/70 Add command reference in docs 2023-11-18T03:27:00Z 2023-11-18T18:45:50Z
129 https://github.com/AcademySoftwareFoundation/rez/pull/1590 Run benchmarks on Python 3.7 only since we can't install rez with 2.7 2023-11-18T20:23:21Z 2023-11-18T20:30:04Z
130 https://github.com/AcademySoftwareFoundation/rez/pull/1591 Publish to PyPI using https://docs.pypi.org/trusted-publishers/ 2023-11-18T21:47:40Z 2023-11-18T22:22:17Z
131 https://github.com/AcademySoftwareFoundation/rez/pull/1595 Fix exception when deprecated settings appear in a user config 2023-11-25T03:28:08Z 2023-11-29T01:16:43Z
132 https://github.com/AcademySoftwareFoundation/rez/pull/1599 Disable the commit of benchmarks on every release 2023-11-29T01:40:03Z 2023-11-29T02:11:58Z
133 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/77 Add rez_pip_version to the rez package metadata 2023-12-09T18:20:03Z 2023-12-09T18:32:40Z
134 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/78 Release 0.3.2 2023-12-09T18:35:03Z 2023-12-09T18:43:03Z
135 https://github.com/AcademySoftwareFoundation/rez/pull/1606 Add a mailmap to cleanup our git stats a bit 2023-12-16T17:33:16Z 2023-12-26T21:32:39Z
136 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/83 Only return the latest version for major+minor python versions 2023-12-16T19:08:30Z 2023-12-16T19:37:24Z
137 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/84 Replace usage of rez.vendor.version with rez.version 2023-12-16T19:35:43Z 2023-12-16T19:58:38Z
138 https://github.com/AcademySoftwareFoundation/rez/pull/1611 Merge GH Actions workflows that run tests into a single workflow 2024-01-07T00:53:08Z 2024-01-27T15:49:07Z
139 https://github.com/Quansight-Labs/conda-metadata-app/pull/6 Use the user provided channel if possible as a default channel 2024-01-15T20:54:34Z 2024-02-06T16:16:00Z
140 https://github.com/AcademySoftwareFoundation/rez/pull/1622 Drop support for Python 2 2024-01-28T19:29:27Z 2024-02-08T00:23:58Z
141 https://github.com/AcademySoftwareFoundation/rez/pull/1623 Remove eclipse from default CMake args 2024-02-04T15:53:33Z 2024-02-04T16:00:56Z
142 https://github.com/AcademySoftwareFoundation/rez/pull/1624 Remove special error message for bez 2024-02-04T15:58:26Z 2024-02-08T00:04:09Z
143 https://github.com/AcademySoftwareFoundation/rez/pull/1625 Remove deprecated stuff 2024-02-04T18:06:13Z 2024-02-08T00:49:59Z
144 https://github.com/AcademySoftwareFoundation/rez/pull/1626 Add slack release notification 2024-02-04T18:51:03Z 2024-02-08T00:03:47Z
145 https://github.com/jmertic/slack-release-notifier/pull/1 Declare "slack_channel" input in actions.yml 2024-02-04T19:32:49Z 2024-02-09T13:39:17Z
146 https://github.com/AcademySoftwareFoundation/rez/pull/1627 Release 3.0.0 2024-02-08T23:32:49Z 2024-02-08T23:41:12Z
147 https://github.com/AcademySoftwareFoundation/rez/pull/1629 Remove sphinx-autobuild to get rid of security vulnerabilities reported in LFX Security 2024-02-10T17:43:44Z 2024-02-10T17:44:53Z
148 https://github.com/AcademySoftwareFoundation/openexr/pull/1643 Use component for python 2024-02-16T19:45:35Z 2024-02-20T16:35:37Z
149 https://github.com/AcademySoftwareFoundation/rez/pull/1659 Add clear information on how to contact project maintainers 2024-02-17T20:27:46Z 2024-02-17T20:32:17Z
150 https://github.com/AcademySoftwareFoundation/rez/pull/1660 Improve install docs by mentioning how to actually download rez 2024-02-17T20:46:35Z 2024-02-21T00:21:31Z
151 https://github.com/sigstore/gh-action-sigstore-python/pull/110 Allow empty inputs with release artifacts 2024-02-18T15:27:43Z 2024-02-23T23:06:54Z
152 https://github.com/AcademySoftwareFoundation/rez/pull/1671 Upload test coverage to Codecov 2024-03-01T20:13:52Z 2024-03-01T21:13:51Z
153 https://github.com/AcademySoftwareFoundation/rez/pull/1672 Add -e/--editable flag to install script to create an editable install 2024-03-01T21:44:12Z 2024-03-29T15:02:03Z
154 https://github.com/AcademySoftwareFoundation/rez/pull/1702 Bump version to 3.1.0 2024-03-29T16:17:43Z 2024-03-30T16:11:44Z
155 https://github.com/scikit-build/cmake-python-distributions/pull/490 Add back the dependency on importlib_metadata for python < 3.8 2024-04-11T20:49:06Z 2024-04-11T21:19:14Z
156 https://github.com/AcademySoftwareFoundation/rez/pull/1730 Run OpenSSF Scorecard in GitHub Actions workflow 2024-04-21T02:00:12Z 2024-04-28T17:49:55Z
157 https://github.com/AcademySoftwareFoundation/rez/pull/1735 Add more logic in the shell detection code to handle a case where the parent PID is zero 2024-04-27T15:18:41Z 2024-05-12T16:19:55Z
158 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/99 Add `-v/--version` flag 2024-04-28T21:58:51Z 2024-04-28T23:14:40Z
159 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/100 Pin CI workflow to macos-13 2024-04-28T22:11:38Z 2024-04-28T22:17:33Z
160 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/101 Fix pip auto-update workflow 2024-04-28T23:24:17Z 2024-04-28T23:29:12Z
161 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/105 Fix format job 2024-04-28T23:43:18Z 2024-04-28T23:46:45Z
162 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/106 Fix typing issues 2024-04-28T23:55:20Z 2024-04-28T23:55:59Z
163 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/107 Add back Python 3.7 on macOS 2024-04-29T22:22:06Z 2024-04-29T22:46:22Z
164 https://github.com/AcademySoftwareFoundation/rez/pull/1750 Fix CI for Python 3.7 on macOS by only running these tests on macos-13 2024-05-11T18:24:40Z 2024-05-11T18:29:16Z
165 https://github.com/AcademySoftwareFoundation/rez/pull/1751 Upload test coverage even if tests fail 2024-05-12T20:28:42Z 2024-05-12T20:44:08Z
166 https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1749 Fix sign-compare warning when compiling with GCC 14 2024-05-16T00:42:38Z 2024-05-18T20:29:26Z
167 https://github.com/conda/rattler/pull/756 fix: Fix GatewayQuery.query to filter records based on provided specs 2024-06-20T15:37:13Z 2024-07-08T07:28:43Z
168 https://github.com/AcademySoftwareFoundation/rez/pull/1781 Pin GH actions to commit hash as recommended by scorecard 2024-06-29T15:00:05Z 2024-06-29T15:03:05Z
169 https://github.com/AcademySoftwareFoundation/rez/pull/1782 Restrict permissions in GHA workflows 2024-06-29T15:17:04Z 2024-06-29T15:27:41Z
170 https://github.com/AcademySoftwareFoundation/rez/pull/1846 Move winreg import to local import to avoid import errors on non-windows systems 2024-10-14T14:45:28Z 2024-10-14T14:50:59Z
171 https://github.com/AcademySoftwareFoundation/rez/pull/1847 Update python for the flake8 workflow 2024-10-14T15:02:51Z 2024-10-14T15:09:10Z
172 https://github.com/AcademySoftwareFoundation/rez/pull/1848 Adjust python requirement of rez bound package 2024-10-14T15:17:57Z 2024-10-14T15:23:30Z
173 https://github.com/AcademySoftwareFoundation/rez/pull/1850 Fix test commands defined as list that result in an empty command 2024-10-14T17:02:16Z 2024-10-14T17:07:41Z
174 https://github.com/AcademySoftwareFoundation/rez/pull/1851 Make rez-test tests cross-platform 2024-10-14T17:16:17Z 2024-10-14T17:21:32Z
175 https://github.com/AcademySoftwareFoundation/rez/pull/1852 Introducing "testing" object 2024-10-14T17:23:37Z 2024-10-14T17:35:29Z
176 https://github.com/AcademySoftwareFoundation/rez/pull/1858 Add changelog and bump version to 3.2.0 2024-10-19T15:13:23Z 2024-10-20T17:22:06Z
177 https://github.com/AcademySoftwareFoundation/rez/pull/1859 Standardize changelog headers and make sure headers have stable IDs in Sphinx 2024-10-19T20:46:53Z 2024-10-19T21:25:12Z
178 https://github.com/AcademySoftwareFoundation/rez/pull/1860 Enable Google Analytics using an extension 2024-10-19T21:19:28Z 2024-10-19T21:23:33Z
179 https://github.com/AcademySoftwareFoundation/rez/pull/1863 Fix key error on getting the "testing" key on older contexts 2024-10-26T16:45:01Z 2024-10-27T16:45:26Z
180 https://github.com/AcademySoftwareFoundation/rez/pull/1864 Add changelog and bump version to 3.2.1 2024-10-27T16:53:37Z 2024-10-27T16:55:56Z

Non-authored PRs merged on GitHub

List of all PRs that I merged on GitHub that were not authored by me.

Click to see the SQL query
query ($endCursor: String) {
  search(
    # Filtering out Anaconda to avoid SSO errors.
    # Filtering out 'rodeofx/python-api' since it's working related. Same for AnacondaRecipes.
    query: "is:pr is:public is:merged author:JeanChristopheMorinPerso -org:AnacondaRecipes -org:Anaconda -repo:rodeofx/python-api"
    type: ISSUE
    first: 100
    after: $endCursor
  ) {
    edges {
      node {
        ... on PullRequest {
          URL: url
          Title: title
          Created__At: createdAt
          Merged__At: mergedAt
          mergedBy {
            login
          }
          #comments {
          #  totalCount
          #}
        }
      }
    }
    pageInfo {
      endCursor
      hasNextPage
    }
  }
}
# URL Title Created At Merged At
1 https://github.com/AcademySoftwareFoundation/rez/pull/1339 Switch to GitHub Container registry 2022-06-26T15:20:52Z 2022-07-01T15:54:39Z
2 https://github.com/AcademySoftwareFoundation/rez/pull/1407 Run CI with macOS-11 (temporary) 2022-11-15T19:37:51Z 2022-11-15T22:17:55Z
3 https://github.com/JeanChristopheMorinPerso/otio-wasm/pull/12 Update Pyodide to 0.21.3 2022-11-19T18:14:27Z 2022-11-19T18:25:48Z
4 https://github.com/JeanChristopheMorinPerso/otio-wasm/pull/13 Use modern GH pages workflow and use templates to create HTML pages 2022-11-19T20:31:39Z 2022-11-19T20:32:16Z
5 https://github.com/AcademySoftwareFoundation/rez/pull/1468 Fix CI 2023-04-06T18:30:12Z 2023-04-20T22:34:16Z
6 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/1 First version: WIP 2023-04-23T22:16:04Z 2023-04-23T22:18:40Z
7 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/2 Add dependabot config 2023-04-23T22:28:30Z 2023-04-23T22:37:09Z
8 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/3 Implement the base for integration tests 2023-04-30T01:24:19Z 2023-04-30T01:26:40Z
9 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/4 Use python rez packages 2023-05-05T18:24:42Z 2023-05-05T21:12:01Z
10 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/22 Re-organize integration tests 2023-05-13T18:24:53Z 2023-05-13T18:53:16Z
11 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/24 Initial documentation pass. Very WIP 2023-05-13T23:22:32Z 2023-05-13T23:31:56Z
12 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/25 Improved CLI and forward extra arguments to pip 2023-05-14T02:22:59Z 2023-05-14T02:34:31Z
13 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/26 Forward --requirement and --constraint to pip 2023-05-14T21:27:52Z 2023-05-14T21:40:16Z
14 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/27 Improve logs for installed/skipped packages 2023-05-14T21:45:20Z 2023-05-14T21:51:57Z
15 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/28 Remove --target from CLI 2023-05-14T22:26:08Z 2023-05-14T22:30:44Z
16 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/30 Add a little bit more docs 2023-05-17T01:31:11Z 2023-05-17T01:36:52Z
17 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/31 Use Python 3.11 in ReadTheDocs 2023-05-20T17:01:30Z 2023-05-20T17:04:35Z
18 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/32 Better compatibility 2023-05-20T21:45:23Z 2023-05-20T21:46:42Z
19 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/33 Document differences in arguments and the removal of editable installs 2023-05-20T21:55:28Z 2023-05-21T17:23:41Z
20 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/34 Reuse previously downloaded wheels if hashes match 2023-05-28T17:32:10Z 2023-05-28T17:44:58Z
21 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/35 Move CLI code into its own module and add first CLI tests 2023-05-28T21:41:30Z 2023-05-28T22:01:03Z
22 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/36 Document features and better explain what's going on with pip 2023-05-28T22:14:36Z 2023-05-28T22:15:47Z
23 https://github.com/AcademySoftwareFoundation/rez/pull/1473 Update employer of Jean-Christophe Morin 2023-04-17T01:22:11Z 2023-06-05T16:32:24Z
24 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/38 Add tests for console scripts 2023-06-10T22:21:32Z 2023-06-11T16:10:59Z
25 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/39 Add tests for rez_pip and drop support for installing Python 2 packages 2023-06-11T16:25:41Z 2023-07-02T16:23:51Z
26 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/40 Document Python 2 drop 2023-07-02T17:09:09Z 2023-07-02T17:10:38Z
27 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/41 Improve conversion of PyPA metadata to rez metadata and also convert more values 2023-07-03T18:09:40Z 2023-07-03T19:01:33Z
28 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/42 Add --debug-info command line argument 2023-07-04T00:31:08Z 2023-07-04T01:00:02Z
29 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/43 Fix mypy 2023-07-04T02:02:46Z 2023-07-04T02:10:29Z
30 https://github.com/OpenTimelineIO/otio-aaf-adapter/pull/25 Updated PyPI publish workflow 2023-07-07T19:59:55Z 2023-07-07T21:29:41Z
31 https://github.com/OpenTimelineIO/otio-svg-adapter/pull/5 Updated PyPI publish workflow 2023-07-07T20:04:26Z 2023-07-07T21:29:50Z
32 https://github.com/OpenTimelineIO/otio-cmx3600-adapter/pull/5 Updated PyPI publish workflow 2023-07-07T20:06:17Z 2023-07-07T21:30:07Z
33 https://github.com/OpenTimelineIO/otio-hls-playlist-adapter/pull/2 Updated PyPI publish workflow 2023-07-07T20:08:42Z 2023-07-07T21:32:26Z
34 https://github.com/OpenTimelineIO/otio-xges-adapter/pull/4 Updated PyPI publish workflow 2023-07-07T20:10:58Z 2023-07-07T21:33:05Z
35 https://github.com/AcademySoftwareFoundation/rez/pull/1518 Update TSC chair after Allan Johns stepped down 2023-08-04T13:59:42Z 2023-08-04T16:38:01Z
36 https://github.com/AcademySoftwareFoundation/rez/pull/1521 Fix CI failures with Python 2.7 2023-08-15T00:55:33Z 2023-08-27T17:51:24Z
37 https://github.com/AcademySoftwareFoundation/rez/pull/1474 Allow changes to employment in GOVERNANCE.md to be merged without unanimous approval 2023-04-21T16:31:07Z 2023-09-06T23:30:20Z
38 https://github.com/AcademySoftwareFoundation/rez/pull/1529 Adjust author in setup.py and add proper license 2023-09-11T23:23:20Z 2023-09-11T23:40:58Z
39 https://github.com/AcademySoftwareFoundation/rez/pull/1522 Convert wiki to Sphinx/ReadTheDocs (REP-004 part 1) 2023-08-19T23:56:19Z 2023-09-14T02:05:12Z
40 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/47 Don't append system PATH to context when finding the python executables 2023-10-12T00:46:16Z 2023-10-12T15:42:31Z
41 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/53 Read rez-pip version from distribution metadata 2023-10-12T16:52:09Z 2023-10-12T17:00:40Z
42 https://github.com/AcademySoftwareFoundation/rez/pull/1555 Add ability to run the benchmark workflow from PRs 2023-10-22T21:32:10Z 2023-10-27T01:47:04Z
43 https://github.com/AcademySoftwareFoundation/rez/pull/1572 Replace deprecated stdlib calls 2023-11-07T01:50:28Z 2023-11-10T00:18:18Z
44 https://github.com/AcademySoftwareFoundation/rez/pull/1571 Change rez.__license__ to Apache-2.0 and add back Allan as author 2023-11-07T01:34:42Z 2023-11-10T00:19:00Z
45 https://github.com/AcademySoftwareFoundation/rez/pull/1570 Document _REZ_NO_KILLPG, _REZ_QUIET_ON_SIG and REZ_LOGGING_CONF 2023-11-07T01:31:41Z 2023-11-10T00:20:00Z
46 https://github.com/AcademySoftwareFoundation/rez/pull/1575 Configure dependabot for GHA and docs 2023-11-10T00:57:00Z 2023-11-10T00:58:29Z
47 https://github.com/AcademySoftwareFoundation/rez/pull/1469 Drop support for installs with Python lower than 3.7 2023-04-06T19:29:52Z 2023-11-11T00:08:49Z
48 https://github.com/AcademySoftwareFoundation/rez/pull/1560 Remove wiki 2023-10-28T15:40:07Z 2023-11-11T18:26:05Z
49 https://github.com/AcademySoftwareFoundation/rez/pull/1577 Add back patch to fix memcached stats reset 2023-11-11T00:22:55Z 2023-11-11T19:03:55Z
50 https://github.com/AcademySoftwareFoundation/rez/pull/1580 Fix sphinx warnings and show inheritance in API docs 2023-11-12T02:36:14Z 2023-11-12T05:11:03Z
51 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/67 Bump version to 0.3.1 2023-11-17T23:09:30Z 2023-11-17T23:25:57Z
52 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/68 Add changelog to docs and fix external links 2023-11-18T01:16:37Z 2023-11-18T01:58:33Z
53 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/69 Add docs workflow 2023-11-18T02:15:40Z 2023-11-18T02:29:19Z
54 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/70 Add command reference in docs 2023-11-18T03:27:00Z 2023-11-18T18:45:50Z
55 https://github.com/AcademySoftwareFoundation/rez/pull/1590 Run benchmarks on Python 3.7 only since we can't install rez with 2.7 2023-11-18T20:23:21Z 2023-11-18T20:30:04Z
56 https://github.com/AcademySoftwareFoundation/rez/pull/1583 Publish release notice to ASWF slack 2023-11-12T22:44:03Z 2023-11-18T20:32:31Z
57 https://github.com/AcademySoftwareFoundation/rez/pull/1591 Publish to PyPI using https://docs.pypi.org/trusted-publishers/ 2023-11-18T21:47:40Z 2023-11-18T22:22:17Z
58 https://github.com/AcademySoftwareFoundation/rez/pull/1562 Properly mark things that are deprecated as deprecated 2023-10-29T01:16:46Z 2023-11-24T00:38:48Z
59 https://github.com/AcademySoftwareFoundation/rez/pull/1534 Rename rez.vendor.version to rez.version and define a public API for rez.version 2023-09-16T16:08:46Z 2023-11-24T00:58:05Z
60 https://github.com/AcademySoftwareFoundation/rez/pull/1595 Fix exception when deprecated settings appear in a user config 2023-11-25T03:28:08Z 2023-11-29T01:16:43Z
61 https://github.com/AcademySoftwareFoundation/rez/pull/1599 Disable the commit of benchmarks on every release 2023-11-29T01:40:03Z 2023-11-29T02:11:58Z
62 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/77 Add rez_pip_version to the rez package metadata 2023-12-09T18:20:03Z 2023-12-09T18:32:40Z
63 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/78 Release 0.3.2 2023-12-09T18:35:03Z 2023-12-09T18:43:03Z
64 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/83 Only return the latest version for major+minor python versions 2023-12-16T19:08:30Z 2023-12-16T19:37:24Z
65 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/84 Replace usage of rez.vendor.version with rez.version 2023-12-16T19:35:43Z 2023-12-16T19:58:38Z
66 https://github.com/AcademySoftwareFoundation/rez/pull/1606 Add a mailmap to cleanup our git stats a bit 2023-12-16T17:33:16Z 2023-12-26T21:32:39Z
67 https://github.com/AcademySoftwareFoundation/rez/pull/1611 Merge GH Actions workflows that run tests into a single workflow 2024-01-07T00:53:08Z 2024-01-27T15:49:07Z
68 https://github.com/AcademySoftwareFoundation/rez/pull/1623 Remove eclipse from default CMake args 2024-02-04T15:53:33Z 2024-02-04T16:00:56Z
69 https://github.com/AcademySoftwareFoundation/rez/pull/1626 Add slack release notification 2024-02-04T18:51:03Z 2024-02-08T00:03:47Z
70 https://github.com/AcademySoftwareFoundation/rez/pull/1624 Remove special error message for bez 2024-02-04T15:58:26Z 2024-02-08T00:04:09Z
71 https://github.com/AcademySoftwareFoundation/rez/pull/1578 Set default shell on Windows to "powershell" 2023-11-11T19:20:23Z 2024-02-08T00:16:07Z
72 https://github.com/AcademySoftwareFoundation/rez/pull/1622 Drop support for Python 2 2024-01-28T19:29:27Z 2024-02-08T00:23:58Z
73 https://github.com/AcademySoftwareFoundation/rez/pull/1625 Remove deprecated stuff 2024-02-04T18:06:13Z 2024-02-08T00:49:59Z
74 https://github.com/AcademySoftwareFoundation/rez/pull/1627 Release 3.0.0 2024-02-08T23:32:49Z 2024-02-08T23:41:12Z
75 https://github.com/AcademySoftwareFoundation/rez/pull/1629 Remove sphinx-autobuild to get rid of security vulnerabilities reported in LFX Security 2024-02-10T17:43:44Z 2024-02-10T17:44:53Z
76 https://github.com/AcademySoftwareFoundation/rez/pull/1659 Add clear information on how to contact project maintainers 2024-02-17T20:27:46Z 2024-02-17T20:32:17Z
77 https://github.com/AcademySoftwareFoundation/rez/pull/1660 Improve install docs by mentioning how to actually download rez 2024-02-17T20:46:35Z 2024-02-21T00:21:31Z
78 https://github.com/AcademySoftwareFoundation/rez/pull/1671 Upload test coverage to Codecov 2024-03-01T20:13:52Z 2024-03-01T21:13:51Z
79 https://github.com/AcademySoftwareFoundation/rez/pull/1672 Add -e/--editable flag to install script to create an editable install 2024-03-01T21:44:12Z 2024-03-29T15:02:03Z
80 https://github.com/AcademySoftwareFoundation/rez/pull/1702 Bump version to 3.1.0 2024-03-29T16:17:43Z 2024-03-30T16:11:44Z
81 https://github.com/AcademySoftwareFoundation/rez/pull/1730 Run OpenSSF Scorecard in GitHub Actions workflow 2024-04-21T02:00:12Z 2024-04-28T17:49:55Z
82 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/100 Pin CI workflow to macos-13 2024-04-28T22:11:38Z 2024-04-28T22:17:33Z
83 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/99 Add `-v/--version` flag 2024-04-28T21:58:51Z 2024-04-28T23:14:40Z
84 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/101 Fix pip auto-update workflow 2024-04-28T23:24:17Z 2024-04-28T23:29:12Z
85 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/105 Fix format job 2024-04-28T23:43:18Z 2024-04-28T23:46:45Z
86 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/106 Fix typing issues 2024-04-28T23:55:20Z 2024-04-28T23:55:59Z
87 https://github.com/JeanChristopheMorinPerso/rez-pip/pull/107 Add back Python 3.7 on macOS 2024-04-29T22:22:06Z 2024-04-29T22:46:22Z
88 https://github.com/AcademySoftwareFoundation/rez/pull/1750 Fix CI for Python 3.7 on macOS by only running these tests on macos-13 2024-05-11T18:24:40Z 2024-05-11T18:29:16Z
89 https://github.com/AcademySoftwareFoundation/rez/pull/1735 Add more logic in the shell detection code to handle a case where the parent PID is zero 2024-04-27T15:18:41Z 2024-05-12T16:19:55Z
90 https://github.com/AcademySoftwareFoundation/rez/pull/1751 Upload test coverage even if tests fail 2024-05-12T20:28:42Z 2024-05-12T20:44:08Z
91 https://github.com/AcademySoftwareFoundation/rez/pull/1781 Pin GH actions to commit hash as recommended by scorecard 2024-06-29T15:00:05Z 2024-06-29T15:03:05Z
92 https://github.com/AcademySoftwareFoundation/rez/pull/1782 Restrict permissions in GHA workflows 2024-06-29T15:17:04Z 2024-06-29T15:27:41Z
93 https://github.com/AcademySoftwareFoundation/rez/pull/1846 Move winreg import to local import to avoid import errors on non-windows systems 2024-10-14T14:45:28Z 2024-10-14T14:50:59Z
94 https://github.com/AcademySoftwareFoundation/rez/pull/1847 Update python for the flake8 workflow 2024-10-14T15:02:51Z 2024-10-14T15:09:10Z
95 https://github.com/AcademySoftwareFoundation/rez/pull/1848 Adjust python requirement of rez bound package 2024-10-14T15:17:57Z 2024-10-14T15:23:30Z
96 https://github.com/AcademySoftwareFoundation/rez/pull/1850 Fix test commands defined as list that result in an empty command 2024-10-14T17:02:16Z 2024-10-14T17:07:41Z
97 https://github.com/AcademySoftwareFoundation/rez/pull/1851 Make rez-test tests cross-platform 2024-10-14T17:16:17Z 2024-10-14T17:21:32Z
98 https://github.com/AcademySoftwareFoundation/rez/pull/1852 Introducing "testing" object 2024-10-14T17:23:37Z 2024-10-14T17:35:29Z
99 https://github.com/AcademySoftwareFoundation/rez/pull/1860 Enable Google Analytics using an extension 2024-10-19T21:19:28Z 2024-10-19T21:23:33Z
100 https://github.com/AcademySoftwareFoundation/rez/pull/1859 Standardize changelog headers and make sure headers have stable IDs in Sphinx 2024-10-19T20:46:53Z 2024-10-19T21:25:12Z
101 https://github.com/AcademySoftwareFoundation/rez/pull/1858 Add changelog and bump version to 3.2.0 2024-10-19T15:13:23Z 2024-10-20T17:22:06Z
102 https://github.com/AcademySoftwareFoundation/rez/pull/1863 Fix key error on getting the "testing" key on older contexts 2024-10-26T16:45:01Z 2024-10-27T16:45:26Z
103 https://github.com/AcademySoftwareFoundation/rez/pull/1864 Add changelog and bump version to 3.2.1 2024-10-27T16:53:37Z 2024-10-27T16:55:56Z