]> git.scottworley.com Git - pinch/shortlog
pinch
2020-07-10 Scott WorleyMove git_cache out to a separate library
2020-06-30 Scott WorleyStart on 3.0.0
2020-07-01 Scott Worley2.1.1: Pin faster 2.1.1
2020-06-30 Scott WorleyRelease 2.1.0 2.1.0
2020-06-30 Scott WorleySpecify profile path with --profile
2020-06-18 Scott WorleyBegin keeping a changelog
2020-06-18 Scott WorleyFactor out symlink_archive()
2020-06-18 Scott WorleyStart on 2.1.0
2020-06-18 Scott WorleyRelease 2.0.0 2.0.0
2020-06-18 Scott WorleySupport old mypy version 0.701
2020-06-17 Scott WorleyAdd symlink SearchPath type
2020-06-17 Scott WorleyVerify unknown config fields raise errors
2020-06-17 Scott WorleyProcess alias and non-alias configs separately
2020-06-17 Scott WorleyFactor out pin check
2020-06-17 Scott WorleyRename read_search_path -> read_config_section
2020-06-17 Scott WorleyRemove assert that's now handled by types
2020-06-16 Scott WorleyImmutable SearchPaths
2020-06-16 Scott WorleyPrefer more type-safe NamedTuple over SimpleNamespace
2020-06-15 Scott WorleyContinue pulling release_name and git_revision out...
2020-06-15 Scott WorleyContinue pulling release_name and git_revision out...
2020-06-15 Scott WorleyContinue pulling release_name and git_revision out...
2020-06-15 Scott WorleyContinue pulling release_name and git_revision out...
2020-06-15 Scott WorleyStart pulling release_name and git_revision out of...
2020-06-15 Scott WorleyFix not-pinned check
2020-06-15 Scott WorleyRename top-level command functions
2020-06-15 Scott Worleyfetch_resource is just for Channels
2020-06-15 Scott WorleyMove pin_channel() into ChannelSearchPath.pin()
2020-06-15 Scott WorleyRequire type to be specified in config
2020-06-15 Scott WorleyKeep config mutability at top level
2020-06-13 Scott Worleypolymorphic fetch()
2020-06-13 Scott WorleyPolymorphic pin()
2020-06-13 Scott WorleyIntroduce types {Git,Channel}SearchPath
2020-06-13 Scott WorleyRename Channel -> TarrableSearchPath
2020-06-13 Scott WorleyUse type rather than field presence
2020-06-13 Scott WorleySplit AliasSearchPath out of Channel
2020-06-13 Scott WorleyDuplicate searchpath checking in one place
2020-06-13 Scott Worleyread_search_path returns a SearchPath
2020-06-13 Scott WorleyMake fetch_channel a Channel method
2020-06-13 Scott WorleyMake pin() a Channel method
2020-06-13 Scott WorleyRe-order definitions
2020-06-13 Scott WorleyIntroduce read_search_path()
2020-06-13 Scott WorleyIntroduce SearchPath type
2020-06-18 Scott WorleyRelease: 1.5.1 1.5.1
2020-06-17 Scott WorleySupport multiple versions of mypy
2020-06-12 Scott WorleySupport "log.showSignature = true" 1.5
2020-06-11 Scott WorleySeparate test and lint 1.4
2020-06-11 Scott WorleyOmit build directories from mypy run
2020-06-11 Scott WorleyBuild like a real Python package
2020-06-11 Scott WorleyDon't hide stderr
2020-06-11 Scott WorleyTests use a private /nix/store
2020-06-11 Scott WorleySet git user in test harness
2020-06-11 Scott WorleyHandle 0 terminal width
2020-06-11 Scott WorleySpell "log" in "git log" correctly
2020-06-02 Scott WorleyDon't depend upon xdg 1.3
2020-06-02 Scott WorleyCache nix store paths of generated tarballs
2020-05-29 Scott WorleyRun tests on commit
2020-05-29 Scott WorleyFactor out fetch_channel
2020-05-29 Scott WorleyBetter error message for running "update" before "pin"
2020-05-29 Scott WorleyVerify update fails if run before pin
2020-05-23 Scott WorleyMore tests around rejecting force pushes
2020-05-23 Scott WorleyUse separate cache dir for test isolation
2020-05-23 Scott Worleytests: Depend upon /bin/sh supporting traps
2020-05-23 Scott WorleyFactor out test setup
2020-05-23 Scott WorleyUse xdg packge to find XDG cache dir
2020-05-23 Scott WorleyAppease new mypy 0.761 -> 0.770
2020-05-23 Scott Worleyshell.nix
2020-05-22 Scott WorleyMore tests: pin-twice, reject-nonancestor
2020-05-22 Scott Worleyset -e in test scripts
2020-05-22 Scott WorleyAdd missing type annotation
2020-05-19 Scott WorleyReject duplicate channel names 1.2
2020-05-19 Scott WorleyUpdate merges multiple files
2020-05-19 Scott WorleyAliases
2020-05-19 Scott WorleyTest
2020-05-18 Scott WorleyStatus chatter goes to stderr
2020-05-18 Scott WorleyAdd --dry_run flag
2020-05-18 Scott WorleyExclude subprocess-run-check
2020-04-12 Scott WorleySpecify channels to pin on command line 1.1
2020-04-11 Scott WorleyThis tool is named "pinch" now
2020-04-11 Scott WorleyREADME 1.0
2020-04-10 Scott WorleyUpdate channels from pins
2020-04-10 Scott WorleySplit ensure_git_rev_available out from git_fetch
2020-04-10 Scott Worleygit_cachedir without Channel
2020-04-10 Scott WorleyName git pins
2020-04-10 Scott WorleyRecord release name
2020-04-10 Scott WorleySub-command
2020-04-10 Scott WorleyFormatting
2020-04-10 Scott WorleyVerify old rev is an ancestor of new rev
2020-04-10 Scott WorleySupport non-hydra, plain ol' git channels
2020-04-10 Scott WorleyRename config field: url -> channel_url
2020-04-10 Scott Worley.gitignore
2020-04-10 Scott WorleyWrite back to config file
2020-04-10 Scott WorleySupport multiple channels
2020-04-10 Scott WorleyRename git_commit -> git_revision
2020-04-10 Scott WorleyGet configuration from config file
2020-04-09 Scott WorleyVerify channel tarball metadata
2020-04-09 Scott WorleyBreak up check_channel_contents
2020-04-09 Scott WorleyCompare channel tarball with git
2020-04-09 Scott Worleymain creates the Channel
2020-04-09 Scott WorleyRename Info -> Channel
2020-04-09 Scott WorleyRename top-level procedures
next