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

Add optional url property to a dependency #347

Closed
wants to merge 4 commits into from

Commits on Jan 25, 2017

  1. Add optional url property to a dependency

    If present the "tag" name and checkbox description are rendered as
    a link to the URL. So it could be a link to a guide, for instance.
    To test the new feature I just added one url to the "web"
    dependency.
    dsyer authored and bclozel committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    8d86481 View commit details
    Browse the repository at this point in the history
  2. Extends url -> links (a list of Links objects)

    The UI and the service capability JSON reacts to the links. The UI
    uses the first link in a tag, and lists them all in the checkbox
    (maybe we could add some roll-up/roll-down UX later). The JSON
    mappers just include the links if they are there.
    dsyer authored and bclozel committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    0f395b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    642fb72 View commit details
    Browse the repository at this point in the history
  4. Upgrade Bootstrap to 3.3.7

    bclozel committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    ff8180a View commit details
    Browse the repository at this point in the history