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

Hierarchical tags #99

Merged
merged 14 commits into from
Aug 2, 2015
Merged

Hierarchical tags #99

merged 14 commits into from
Aug 2, 2015

Commits on Jul 29, 2015

  1. Introduction of hierarchical tags

    - tags can now be tagged with other tags, making it possible to create
      tag hierarchies. These hierarchies are shown in the HTML5 report
    - the JSON report now represents tags more efficiently avoiding
      duplication of data.
    - the HTML5 report generator now generates a separate tags.js file that
      contains all tag definitions
    - beside supporting hierarchical tags now, the HTML5 App is largely
      refactored with this commit. Splitting its functionality into multiple
      files for better maintainability. This should not be visible to the
      end user though.
    Jan Schäfer committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    72731d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2015

  1. Merge branch 'master' into hierarchical-tags

    Jan Schäfer committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    3445fdb View commit details
    Browse the repository at this point in the history
  2. HTML5 Report: added karma test

    Jan Schäfer committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    13cfc03 View commit details
    Browse the repository at this point in the history
  3. HTML5 Report: improved hierarchical tags

    Jan Schäfer committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    4cf7f4f View commit details
    Browse the repository at this point in the history
  4. use hierarchical tags in JGivens own tests

    Jan Schäfer committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    f5adf1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73d1d7e View commit details
    Browse the repository at this point in the history
  6. execute karma headless and from gradle

    Jan Schäfer committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    3ddd930 View commit details
    Browse the repository at this point in the history
  7. HTML5 Report: fix tag filtering

    Jan Schäfer committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    e04f90a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef5ba5e View commit details
    Browse the repository at this point in the history
  9. fix description generator

    Jan Schäfer committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    87a702a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2015

  1. HTML5 Report: fixed mobile navigation

    Jan Schäfer committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    9a0f4b6 View commit details
    Browse the repository at this point in the history
  2. HTML5 Report: fix mobile navigation for packages

    Jan Schäfer committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    6487312 View commit details
    Browse the repository at this point in the history
  3. HTML5 Report: order nodes by name

    Jan Schäfer committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    3202cf8 View commit details
    Browse the repository at this point in the history
  4. add example to changelog

    Jan Schäfer committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    9ef757a View commit details
    Browse the repository at this point in the history