• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

brainix / pottery / 1319

Builds Branch Commit Type Ran Committer Via Coverage
1319 master Delete upgrade Makefile target (#265) `$ make upgrade` didn't actually do anything. Oops. From now on, use `$ make requirements` instead. push 17 Nov 2020 09:15PM UTC web-flow travis-ci-com pending completion   set done
1318 make-requirements Delete upgrade Makefile target `$ make upgrade` didn't actually do anything. Oops. From now on, use `$ make requirements` instead. push 17 Nov 2020 09:11PM UTC brainix travis-ci-com pending completion   set done
1317 make-requirements Delete upgrade Makefile target `$ make upgrade` didn't actually do anything. Oops. From now on, use `$ make requirements` instead. push 17 Nov 2020 09:08PM UTC brainix travis-ci-com pending completion   set done
1316 master Ensure self, obj are on same Redis before PFMERGE (#264) Before, we were just ensuring that `obj` was a Redis HyperLogLog before issuing `PFMERGE` in `HyperLogLog.update()`. That's not enough. We also need to ensure that `obj` lives on the s... push 17 Nov 2020 12:39AM UTC web-flow travis-ci-com pending completion   set done
1315 fixed-hyperloglog-update Ensure self, obj are on same Redis before PFMERGE Before, we were just ensuring that `obj` was a Redis HyperLogLog before issuing `PFMERGE` in `HyperLogLog.update()`. That's not enough. We also need to ensure that `obj` lives on the same Redis ... push 17 Nov 2020 12:36AM UTC brainix travis-ci-com pending completion   set done
1314 master Simplify HyperLogLog.update() (#263) Previously, we were including `self.key` in `other_hll_keys` to be merged in. However, this is unnecessary, as we're saving the new HyperLogLog back to `self.key`. And according to the official documenta... push 17 Nov 2020 12:13AM UTC web-flow travis-ci-com pending completion   set done
1313 simpler-hyperloglog-update Simplify HyperLogLog.update() Previously, we were including `self.key` in `other_hll_keys` to be merged in. However, this is unnecessary, as we're saving the new HyperLogLog back to `self.key`. And according to the official documentation: > Th... push 17 Nov 2020 12:00AM UTC brainix travis-ci-com pending completion   set done
1312 master Use doctest module to verify examples in README.md (#262) * Use doctest module to verify examples in README.md Locally, I'm testing `README.md` like this: $ source venv/bin/activate; python3 -m doctest -v README.md; deactivate * Prov... push 16 Nov 2020 11:07PM UTC web-flow travis-ci-com pending completion   set done
1311 readme-doctests Improve `$ make readme` output 1. Indicate number of Redis keys deleted (when cleaning up) 2. Reduce verbosity of tests (only print failures) push 16 Nov 2020 11:02PM UTC brainix travis-ci-com pending completion   set done
1310 readme-doctests Write readme Makefile target `$ make readme` cleans up Redis, runs the doctests, then cleans up Redis again. This way, I don't have to pollute `README.md` with Redis cleanup commands. push 16 Nov 2020 10:43PM UTC brainix travis-ci-com pending completion   set done
1309 readme-doctests Merge 0b646d462 into 08899d90a Pull #262 16 Nov 2020 10:19PM UTC web-flow travis-ci-com pending completion   set done
1308 readme-doctests Provide usage example for RedisSet.update() push 16 Nov 2020 10:19PM UTC brainix travis-ci-com pending completion   set done
1307 readme-doctests Merge 552b9f85e into 08899d90a Pull #262 16 Nov 2020 09:43PM UTC web-flow travis-ci-com pending completion   set done
1306 readme-doctests Use doctest module to verify examples in README.md Locally, I'm testing `README.md` like this: $ source venv/bin/activate; python3 -m doctest -v README.md; deactivate push 16 Nov 2020 09:43PM UTC brainix travis-ci-com pending completion   set done
1305 master Migrate from Travis CI .org to .com (#261) - [ ] Change `master` branch protection options - [ ] Update `README.md` build status badge URL push 16 Nov 2020 05:59PM UTC web-flow travis-ci-com pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc