You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by danobi <gi...@git.apache.org> on 2016/11/16 22:28:32 UTC

[GitHub] trafficserver pull request #1225: Create a tool to list files changed since ...

GitHub user danobi opened a pull request:

    https://github.com/apache/trafficserver/pull/1225

    Create a tool to list files changed since a tag

    As requested by @dragon512
    ===
    The default (no args) is to ouput all files changed since the
    most recent tag (lexicographically speaking) to stdout.
    
    Run it with -h or --help to see a full description.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/danobi/trafficserver files_changed_sincetag

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1225.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1225
    
----
commit f12d1fac66a868b61645f40cee328b181b476eef
Author: Daniel Xu <dl...@yahoo.com>
Date:   2016-11-16T22:25:39Z

    Create a tool to list files changed since a tag
    
    The default (no args) is to ouput all files changed since the
    most recent tag (lexicographically speaking) to stdout.
    
    Run it with -h or --help to see a full description.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver issue #1225: Create a tool to list files changed since a tag

Posted by jpeach <gi...@git.apache.org>.
Github user jpeach commented on the issue:

    https://github.com/apache/trafficserver/pull/1225
  
    Sounds like a git alias, or [git shortlog](https://git-scm.com/docs/git-shortlog).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver issue #1225: Create a tool to list files changed since a tag

Posted by danobi <gi...@git.apache.org>.
Github user danobi commented on the issue:

    https://github.com/apache/trafficserver/pull/1225
  
    I'm less convinced this works than when I opened the PR. Testing some more.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver issue #1225: Create a tool to list files changed since a tag

Posted by danobi <gi...@git.apache.org>.
Github user danobi commented on the issue:

    https://github.com/apache/trafficserver/pull/1225
  
    Forget about this for now


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver pull request #1225: Create a tool to list files changed since ...

Posted by danobi <gi...@git.apache.org>.
Github user danobi closed the pull request at:

    https://github.com/apache/trafficserver/pull/1225


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver issue #1225: Create a tool to list files changed since a tag

Posted by dragon512 <gi...@git.apache.org>.
Github user dragon512 commented on the issue:

    https://github.com/apache/trafficserver/pull/1225
  
    Hey Dan, 
    Sorry i had to take off for personal issue at home. I wanted a script that would:
    1) get changes since last tag or a certain format
    2) filter out messages 
    3) possible reformat of certain strings ( such as jira or issues)
    4) format the output to some template
    
    for example we would want to have something like:
    
    Version 7.0.2 (09/15/16, solidwallofcode, jkenny)
      * change one
      * change two
    
    i.e. the reason for the template input as others might want to have a different format.
    
    I was thinking python and jinga would be your friends here. 
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver issue #1225: Create a tool to list files changed since a tag

Posted by zwoop <gi...@git.apache.org>.
Github user zwoop commented on the issue:

    https://github.com/apache/trafficserver/pull/1225
  
    Can we put this into tools/reports ? There's one other similar tool in there.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---