Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29599579: OffTopic: DependencyUpdater

Created:
Nov. 6, 2017, 2:04 p.m. by tlucas
Modified:
June 1, 2018, 6:38 p.m.
Reviewers:
Sebastian Noack, kzar
CC:
Vasily Kuznetsov
Visibility:
Public.

Description

OffTopic: DependencyUpdater

Patch Set 1 #

Total comments: 27

Patch Set 2 : Addressing Dave's comments #

Total comments: 9

Patch Set 3 : Integrating into codingtools #

Patch Set 4 : #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+1507 lines, -39 lines) Patch
A eyeo-depup/.gitignore View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A + eyeo-depup/.hgignore View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
A eyeo-depup/README.md View 1 2 3 1 chunk +389 lines, -0 lines 4 comments Download
A + eyeo-depup/eyeo-depup View 1 2 2 chunks +8 lines, -9 lines 0 comments Download
A eyeo-depup/setup.cfg View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A + eyeo-depup/setup.py View 1 2 1 chunk +9 lines, -6 lines 0 comments Download
A + eyeo-depup/src/__init__.py View 1 2 1 chunk +0 lines, -12 lines 0 comments Download
A + eyeo-depup/src/dependencies.py View 1 2 1 chunk +17 lines, -9 lines 0 comments Download
A eyeo-depup/src/depup.py View 1 2 3 1 chunk +470 lines, -0 lines 0 comments Download
A eyeo-depup/src/templates/default.trac View 1 2 1 chunk +48 lines, -0 lines 5 comments Download
A eyeo-depup/src/vcs.py View 1 2 3 1 chunk +327 lines, -0 lines 0 comments Download
A eyeo-depup/tests/data/0.diff View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A eyeo-depup/tests/data/1.diff View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A eyeo-depup/tests/data/2.diff View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A eyeo-depup/tests/test_vcs.py View 1 2 1 chunk +150 lines, -0 lines 0 comments Download
A eyeo-depup/tox.ini View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 14
tlucas
Hey guys! I recently spoke to Dave in IRC about a script, which could handle ...
Nov. 6, 2017, 2:15 p.m. (2017-11-06 14:15:13 UTC) #1
kzar
I'm really excited about the script Tristan and what I saw of it so far ...
Nov. 6, 2017, 2:32 p.m. (2017-11-06 14:32:27 UTC) #2
tlucas
I had some thoughts about it, maybe - in case this get's included / released ...
Nov. 9, 2017, 2:51 p.m. (2017-11-09 14:51:22 UTC) #3
kzar
This already came in handy for #6022 thanks :) Sounds good to me having this ...
Nov. 10, 2017, 2:32 p.m. (2017-11-10 14:32:02 UTC) #4
tlucas
Patch Set 2 * Addressing Dave's comments * Adding "raw_changes" to template context https://codereview.adblockplus.org/29599579/diff/29599580/.gitignore File ...
Nov. 13, 2017, 2:34 p.m. (2017-11-13 14:34:09 UTC) #5
kzar
https://codereview.adblockplus.org/29599579/diff/29599580/src/templates/default.trac File src/templates/default.trac (right): https://codereview.adblockplus.org/29599579/diff/29599580/src/templates/default.trac#newcode36 src/templates/default.trac:36: || {{ hg_hash }} || {{ git_hash }} || ...
Nov. 13, 2017, 3:20 p.m. (2017-11-13 15:20:46 UTC) #6
tlucas
Patch Set 3: * Integrating into the codingtools folder-tree * Addressing Dave's comments on README.md ...
Nov. 20, 2017, 3:24 p.m. (2017-11-20 15:24:43 UTC) #7
tlucas
Patch Set 3: * Removed obsolete text in 'issue' help page * Execute VCS to ...
Nov. 27, 2017, 9:45 a.m. (2017-11-27 09:45:05 UTC) #8
kzar
https://codereview.adblockplus.org/29599579/diff/29620555/eyeo-depup/README.md File eyeo-depup/README.md (right): https://codereview.adblockplus.org/29599579/diff/29620555/eyeo-depup/README.md#newcode6 eyeo-depup/README.md:6: preparing an issue on issues.adblockplus.org, in order to update ...
Nov. 27, 2017, 3:03 p.m. (2017-11-27 15:03:35 UTC) #9
kzar
I just tried piping the output of depup diff to the `more` command or into ...
Nov. 28, 2017, 11:39 a.m. (2017-11-28 11:39:32 UTC) #10
Sebastian Noack
FYI, when I install the thing with "pip install ." (rather than "python setup.py install), ...
June 1, 2018, 5:46 p.m. (2018-06-01 17:46:43 UTC) #11
Sebastian Noack
https://codereview.adblockplus.org/29599579/diff/29620555/eyeo-depup/src/templates/default.trac File eyeo-depup/src/templates/default.trac (right): https://codereview.adblockplus.org/29599579/diff/29620555/eyeo-depup/src/templates/default.trac#newcode41 eyeo-depup/src/templates/default.trac:41: In case of a buildtools dependency update you also ...
June 1, 2018, 6:08 p.m. (2018-06-01 18:08:16 UTC) #12
Sebastian Noack
June 1, 2018, 6:08 p.m. (2018-06-01 18:08:19 UTC) #13
Sebastian Noack
June 1, 2018, 6:38 p.m. (2018-06-01 18:38:15 UTC) #14
FWIW, a similar use case: Every time before a release I manually double check
that all issues referenced in commits between the last release and the current
master are closed and assigned to the current milestone, and the other way
around that all closed issues in the current milestone have a commit referencing
them. Perhaps we can add a command to dedup to automate that as well?

Powered by Google App Engine
This is Rietveld