Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Move frontend deps from bower to npm #12581

Closed
wants to merge 14 commits into from
Closed

[WIP] Move frontend deps from bower to npm #12581

wants to merge 14 commits into from

Commits on Nov 29, 2016

  1. temporarily undo bower.json changes since Nov 11

    for rebase..
    himdel committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    5dafcdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65375ff View commit details
    Browse the repository at this point in the history
  3. move identically named&versioned things from bower to npm

    ```
    jq '.dependencies' bower.json | sed -e '1d' -e '$d' -e 's/^\s*"/npm install --save '\''/' -e 's/": "/@/' -e 's/",$/'\''/' -e 's/ --save \(.*\)$/& || echo \1 >> fail/' | sh
    ```
    
    Only things that had the same name and version available in npm.
    himdel committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    c081e35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69f5122 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebb3f4e View commit details
    Browse the repository at this point in the history
  6. my bower packages - created npm version

    jquery-1.8
    jquery.observe_field
    spice-html5-bower (version goes from 0.1.6.2 to 1.6.2, because npm doesn't like the fourth number)
    xml_display
    himdel committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    eab27df View commit details
    Browse the repository at this point in the history
  7. npm packages - created issue/PR

    kubernetes-topology-graph - kubernetes-ui/topology-graph#26
    patternfly-timeline - patternfly/patternfly-timeline#28
    himdel committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    5479ec0 View commit details
    Browse the repository at this point in the history
  8. "revert" "temporarily undo bower.json changes since Nov 11"

    reverts that commit by sticking the new versions to the right place
    himdel committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    3cf67a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7bbafe View commit details
    Browse the repository at this point in the history
  10. Remove bower

    himdel committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    9fa27e5 View commit details
    Browse the repository at this point in the history
  11. use node_modules for assets

    himdel committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    c27dca7 View commit details
    Browse the repository at this point in the history
  12. qs-parser - update to 0.4.6

    because 0.3.10 is not in npm
    
    close enough https://github.com/nire0510/qs/compare/v0.3.10...v0.4.6?w=1
    himdel committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    4e5b076 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    58fdc2b View commit details
    Browse the repository at this point in the history
  14. run yarn in bin/update

    himdel committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    46da211 View commit details
    Browse the repository at this point in the history