You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/20 03:15:39 UTC

[jira] [Commented] (FLINK-3262) Remove fuzzy versioning from Bower dependencies

    [ https://issues.apache.org/jira/browse/FLINK-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107832#comment-15107832 ] 

ASF GitHub Bot commented on FLINK-3262:
---------------------------------------

GitHub user greghogan opened a pull request:

    https://github.com/apache/flink/pull/1525

    [FLINK-3262][web-dashboard] Remove fuzzy versioning from Bower dependencies

    Several packages had been updated locally by users when compiling the templates
    without changing the version in bower.json. The following packages have been
    explicitly updated.
    
     jquery              2.1.4  →   2.2.0
     angular            1.3.15  →   1.4.8
     angular-moment      0.9.2  →  0.10.3
     angular-ui-router  0.2.13  →  0.2.15
     bootstrap           3.3.5  →   3.3.6
     d3                  3.5.5  →  3.5.12
     dagre-d3           0.4.10  →  0.4.11
     font-awesome        4.3.0  →   4.5.0

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

    $ git pull https://github.com/greghogan/flink 3262_remove_fuzzy_versioning_from_bower_dependencies

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

    https://github.com/apache/flink/pull/1525.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 #1525
    
----
commit 444e76064bb7ffa504e77d0c5567ea856aff8cc8
Author: Greg Hogan <co...@greghogan.com>
Date:   2016-01-19T15:21:25Z

    [FLINK-3262][web-dashboard] Remove fuzzy versioning from Bower dependencies
    
    Several packages had been updated locally by users when compiling the templates
    without changing the version in bower.json. The following packages have been
    explicitly updated.
    
     jquery              2.1.4  →   2.2.0
     angular            1.3.15  →   1.4.8
     angular-moment      0.9.2  →  0.10.3
     angular-ui-router  0.2.13  →  0.2.15
     bootstrap           3.3.5  →   3.3.6
     d3                  3.5.5  →  3.5.12
     dagre-d3           0.4.10  →  0.4.11
     font-awesome        4.3.0  →   4.5.0

----


> Remove fuzzy versioning from Bower dependencies
> -----------------------------------------------
>
>                 Key: FLINK-3262
>                 URL: https://issues.apache.org/jira/browse/FLINK-3262
>             Project: Flink
>          Issue Type: Improvement
>          Components: Webfrontend
>    Affects Versions: 1.00
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Trivial
>
> {{bower.json}} is currently defined with fuzzy versions, i.e. {{"bootstrap": "~3.3.5"}}, which silently pull in patch updates. When a user compiles the web frontend the new versions are creating changes in the compiled Javascript and CSS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)