-
-
Notifications
You must be signed in to change notification settings - Fork 76
Comparing changes
Open a pull request
base repository: CleanCut/green
base: 3.3.0
head repository: CleanCut/green
compare: main
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e35cd61 - Browse repository at this point
Copy the full SHA e35cd61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07969ad - Browse repository at this point
Copy the full SHA 07969adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d70c4f - Browse repository at this point
Copy the full SHA 0d70c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5949d67 - Browse repository at this point
Copy the full SHA 5949d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d5c9f9 - Browse repository at this point
Copy the full SHA 6d5c9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c0f2e9 - Browse repository at this point
Copy the full SHA 7c0f2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e75ce6a - Browse repository at this point
Copy the full SHA e75ce6aView commit details
Commits on Jan 20, 2022
-
crash on syntax error while loading test files
- Stop silently ignoring crashes on some loading paths. Notably, when you specified a dotname for the target to test and the module had a syntax error, then the module was being silently skipped. - This changes the behavior when targets are being loaded by filename and have a syntax error. Previously we were converting the syntax error into a single test failure representing failing to load the module. Now the crash occurs before we get that far.
Configuration menu - View commit details
-
Copy full SHA for ff6372f - Browse repository at this point
Copy the full SHA ff6372fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4caaa1 - Browse repository at this point
Copy the full SHA b4caaa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c10a4b - Browse repository at this point
Copy the full SHA 5c10a4bView commit details
Commits on May 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 62744b9 - Browse repository at this point
Copy the full SHA 62744b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 084481d - Browse repository at this point
Copy the full SHA 084481dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a707c6c - Browse repository at this point
Copy the full SHA a707c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82342fa - Browse repository at this point
Copy the full SHA 82342faView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff84cf8 - Browse repository at this point
Copy the full SHA ff84cf8View commit details
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c9bdae7 - Browse repository at this point
Copy the full SHA c9bdae7View commit details
Commits on Jun 17, 2022
-
Merge pull request #260 from broadinstitute/setup
Fix UserWarning in setup.cfg
Configuration menu - View commit details
-
Copy full SHA for ddfec93 - Browse repository at this point
Copy the full SHA ddfec93View commit details
Commits on Jul 23, 2022
-
There are small typos in: - green/loader.py - green/output.py - green/result.py Fixes: - Should read `overridden` rather than `overriden`. - Should read `hierarchies` rather than `heirarchies`. - Should read `expected` rather than `expeced`. - Should read `additional` rather than `additonal`. Signed-off-by: Tim Gates <tim.gates@iress.com>
Configuration menu - View commit details
-
Copy full SHA for ad2c8ac - Browse repository at this point
Copy the full SHA ad2c8acView commit details
Commits on Jul 26, 2022
-
Merge pull request #261 from timgates42/bugfix_typos
docs: Fix a few typos
Configuration menu - View commit details
-
Copy full SHA for 4939bf8 - Browse repository at this point
Copy the full SHA 4939bf8View commit details
Commits on Sep 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 29097cf - Browse repository at this point
Copy the full SHA 29097cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf8508 - Browse repository at this point
Copy the full SHA 6bf8508View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2667a9 - Browse repository at this point
Copy the full SHA b2667a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9091bf0 - Browse repository at this point
Copy the full SHA 9091bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad63342 - Browse repository at this point
Copy the full SHA ad63342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9483a2e - Browse repository at this point
Copy the full SHA 9483a2eView commit details
Commits on Apr 25, 2023
-
Drop code that explicitly supported python 2.
Tested with `green green` with python 3.6 (some of the test code uses f-strings so we cannot test with python 3.5).
Configuration menu - View commit details
-
Copy full SHA for 5b3b4fb - Browse repository at this point
Copy the full SHA 5b3b4fbView commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 20b74fb - Browse repository at this point
Copy the full SHA 20b74fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a754a - Browse repository at this point
Copy the full SHA 98a754aView commit details -
Co-authored-by: Nathan Stocks <cleancut@github.com>
Configuration menu - View commit details
-
Copy full SHA for d855d66 - Browse repository at this point
Copy the full SHA d855d66View commit details -
Co-authored-by: Nathan Stocks <cleancut@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3579a1b - Browse repository at this point
Copy the full SHA 3579a1bView commit details -
re-run black-23.3.0 from a vanilla container:
``` docker run -it --entrypoint=/bin/bash -v $(pwd):/green python:3.11 root@bdf5d7007526:/# cd green/ root@bdf5d7007526:/green# pip install black root@bdf5d7007526:/green# black green root@bdf5d7007526:/green# black example ```
Configuration menu - View commit details
-
Copy full SHA for 5835e00 - Browse repository at this point
Copy the full SHA 5835e00View commit details
Commits on May 4, 2023
-
Merge pull request #269 from clumio-oss/drop_python_v2
Drop code that explicitly supported python 2.
Configuration menu - View commit details
-
Copy full SHA for 213854c - Browse repository at this point
Copy the full SHA 213854cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f021ba4 - Browse repository at this point
Copy the full SHA f021ba4View commit details
Commits on May 5, 2023
-
Add pyproject.toml and move setup.py logic to setup.cfg.
This will bring forward compatibility with newer versions of pip. Drop support for Python 3.5 and older. Removed versioned entrypoints, this is not longer relevant now that Python 2 is long deprecated. Fixes #267
Configuration menu - View commit details
-
Copy full SHA for d93775b - Browse repository at this point
Copy the full SHA d93775bView commit details
Commits on May 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea21e3a - Browse repository at this point
Copy the full SHA ea21e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8757652 - Browse repository at this point
Copy the full SHA 8757652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a834bc - Browse repository at this point
Copy the full SHA 7a834bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 802cd19 - Browse repository at this point
Copy the full SHA 802cd19View commit details
Commits on May 8, 2023
-
Merge pull request #268 from clumio-oss/pyproject.toml
Add pyproject.toml and move setup.py logic to setup.cfg.
Configuration menu - View commit details
-
Copy full SHA for 2cd780e - Browse repository at this point
Copy the full SHA 2cd780eView commit details
Commits on May 9, 2023
-
Address mypy issues. Add CONTRIBUTING.md file.
Configuration menu - View commit details
-
Copy full SHA for a5ea452 - Browse repository at this point
Copy the full SHA a5ea452View commit details -
Add ability to run CI checks manually.
Add 15m timeout to CI checks. Update CI checks to pip install green in developer mode.
Configuration menu - View commit details
-
Copy full SHA for 423bde7 - Browse repository at this point
Copy the full SHA 423bde7View commit details
Commits on May 10, 2023
-
Apply suggestions from code review.
Co-authored-by: Nathan Stocks <cleancut@github.com>
Configuration menu - View commit details
-
Copy full SHA for 047aa15 - Browse repository at this point
Copy the full SHA 047aa15View commit details
Commits on May 18, 2023
-
Merge pull request #271 from clumio-oss/mypy
Add mypy to the linting step.
Configuration menu - View commit details
-
Copy full SHA for ff8d950 - Browse repository at this point
Copy the full SHA ff8d950View commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6dae383 - Browse repository at this point
Copy the full SHA 6dae383View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f160a - Browse repository at this point
Copy the full SHA d6f160aView commit details
Commits on Dec 4, 2023
-
Address 'addDuration' warnings in python 3.12.
This is new to python 3.12 and throws warning on every single test. This adds the new method and related property. Longer term we should probably inherit from the official TestResult class as to ensure better forward compatibility. This depends on #274.
Configuration menu - View commit details
-
Copy full SHA for 87c28a7 - Browse repository at this point
Copy the full SHA 87c28a7View commit details -
Merge pull request #274 from CleanCut/python3.12
Fix for Python 3.12
Configuration menu - View commit details
-
Copy full SHA for 06d53db - Browse repository at this point
Copy the full SHA 06d53dbView commit details
Commits on Dec 5, 2023
-
Merge branch 'main' of https://github.com/CleanCut/green into py3.12-…
…warnings * 'main' of https://github.com/CleanCut/green: don't try to find Python 2's readfp method update CI python versions
Configuration menu - View commit details
-
Copy full SHA for b17fbd3 - Browse repository at this point
Copy the full SHA b17fbd3View commit details -
Merge pull request #275 from clumio-oss/py3.12-warnings
Address 'addDuration' warnings in python 3.12.
Configuration menu - View commit details
-
Copy full SHA for 77fe786 - Browse repository at this point
Copy the full SHA 77fe786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 072aa43 - Browse repository at this point
Copy the full SHA 072aa43View commit details
There are no files selected for viewing
This file was deleted.