Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Tags: Yelp/pushmanager

Tags

v0.4.2

Toggle v0.4.2's commit message
Release 0.4.2

 NEW FEATURES
 * A 'copy to clipboard' button on push commands (chunkyg, #159)
 * Pickmes now sorted by priority, e.g.: urgent, no-verify, testtag
 (Mango-J, #166)

 IMPROVEMENTS
 * Remove hardcoded legacy motd about bb-push (fhats, #160)
 * Remove duplicated dead template new-push.html (Mango-J, #162)
 * Msg servlet now uses DB instead of formatted HTML to gather data on users
 to message (chunkyg, #163)

v0.4.1

Toggle v0.4.1's commit message
Merge pull request #158 from Yelp/release-candidate

Release 0.4.1

v0.4.0

Toggle v0.4.0's commit message
Release 0.4.0

 NEW FEATURES

 * SAML 2.0 Authentication Backend (y-trobinso, #146)

 IMPROVEMENTS

 * New configuration options: xmpp.notifyonly and mail.notifyonly (ymilki, #148)

 BUG FIXES

 * Update travis config for py26, py27 envs (asottile, #142)
 * Fix reviewboard bookmarklet for all browsers (bpicolo, #145)

v0.3.15

Toggle v0.3.15's commit message
Release 0.3.15

 BUG FIXES

 * Fix id tags in reviewboard bookmarklet for RB 2.x (ymilki, #143)

v0.3.14

Toggle v0.3.14's commit message
Relase 0.3.14

 BUG FIXES

 * Equality comparison for duplicate branches is != instead of 'is not'
   so it doesn't do object comparisons for request ids > 256 (kkellyy, #139)

v0.3.13

Toggle v0.3.13's commit message
Relase 0.3.13

 BUG FIXES

 * verify_branch no longer has false positives if request_id given
   is not canonical DB type (kkellyy, #138)

v0.3.12

Toggle v0.3.12's commit message
Merge pull request #136 from Yelp/release-candidate

Release 0.3.12

v0.3.11

Toggle v0.3.11's commit message
Release 0.3.11

IMPROVEMENTS

* Seagull is included in the quick tag list

* Tests tag allows for generic support for any testing framework to dynamically
  populate a tag with test results and link to framework, similar to buidlbot
  (kkelly, #126)

v0.3.10

Toggle v0.3.10's commit message
Release 0.3.10

 BUG FIXES

 * Include pushmanager_url when testing pickmes for merge conflcits
   (kkellyy, #124)

v0.3.9

Toggle v0.3.9's commit message
Release 0.3.9

 IMPROVEMENTS

 * tags can contain the string 'conflict' again (asottile, #119)
 * 'git-ok' tag now links to gitweb (kkellyy, #117)
 * pushmanager is now proxy aware (kkellyy, #116)
 * 'After certifying' checklist now says 'Before certifying' (kkellyy, #122)

 BUG FIXES

 * reviewboard links no longer contains the pushmanager port (kkellyy, #121)

 DEPRECATED

 * 'hoods' tag no longer has post-stage checklist steps (kkellyy, #120)