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

Users/justin.pumford/update tools #28

Open
wants to merge 94 commits into
base: master
Choose a base branch
from

Commits on May 25, 2016

  1. Configuration menu
    Copy the full SHA
    cf1eaf1 View commit details
    Browse the repository at this point in the history
  2. fix(init-repo): replace domo upload with npm run upload

    The instructions included after the setup script is run were not in sync with the documentation.
    Change to `npm run upload`
    Justin Pumford authored and andrewjensen committed May 25, 2016
    Configuration menu
    Copy the full SHA
    06c3d55 View commit details
    Browse the repository at this point in the history
  3. fix(readme): add domo login to getting started

    Justin Pumford authored and andrewjensen committed May 25, 2016
    Configuration menu
    Copy the full SHA
    11f482f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Update README.md

    * added Prerequisites
    * fixed lint doc
    chris-clm09 committed May 26, 2016
    Configuration menu
    Copy the full SHA
    a7bcc66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from DomoApps/chris-clm09-patch-1

    Update README.md
    andrewjensen committed May 26, 2016
    Configuration menu
    Copy the full SHA
    e250cc5 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    - Correct `setup` script
    - Add link to component-based-development
    andrewjensen committed May 26, 2016
    Configuration menu
    Copy the full SHA
    174db23 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from DomoApps/andrewjensen-patch-1

    Update README.md
    chris-clm09 committed May 26, 2016
    Configuration menu
    Copy the full SHA
    7802d95 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    andrewjensen committed May 26, 2016
    Configuration menu
    Copy the full SHA
    5f07863 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from DomoApps/andrewjensen-patch-1

    Update README.md
    chris-clm09 committed May 26, 2016
    Configuration menu
    Copy the full SHA
    a6d2420 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Add a route to the local proxy for POST requests

    There is now an endpoint to get data with a POST rather than a GET
    with query parameters. This commit allows us to use this endpoint
    while developing locally.
    
    I am having trouble getting the POST endpoint to work correctly and
    consistently, so I don't want to merge this yet until that is
    resolved.
    James Stewart authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    bdb673e View commit details
    Browse the repository at this point in the history
  2. Fix(proxy): Proxy now runs locally for post

    Fixed all eslint errors
    
    Changed request from data to body property
    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    3712723 View commit details
    Browse the repository at this point in the history
  3. format ternary

    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    4bc4b1f View commit details
    Browse the repository at this point in the history
  4. include body-parser node module in package.json

    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    d8dcc6f View commit details
    Browse the repository at this point in the history
  5. feat(): Add ryuu.js (domo.js) to package.json (#80)

    Andrew Jensen authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    d7fecfd View commit details
    Browse the repository at this point in the history
  6. Add replaceLicense step in setup script, add banner comment to bundle…

    …s (#81)
    Andrew Jensen authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    a49021b View commit details
    Browse the repository at this point in the history
  7. chore(): Add AppTeam6 info to package.json (#74)

    Andrew Jensen authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    423e2f5 View commit details
    Browse the repository at this point in the history
  8. Rename all mobile to responsive

    All results of mobile in comments, file names, file references updated
    to refer to view as responsive
    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    8fd6ef2 View commit details
    Browse the repository at this point in the history
  9. forgot these mobile name change files

    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    e9a51f9 View commit details
    Browse the repository at this point in the history
  10. Fix(switcher): Allow dev to decide tablet view

    When an app has two distinct designs the switcher.js gets called. Now
    the dev decides what design will be loaded for tablets.
    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    fc697f9 View commit details
    Browse the repository at this point in the history
  11. update variable nameing and default

    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    0421806 View commit details
    Browse the repository at this point in the history
  12. Fix(switcher): use requestAnimationFrame

    No longer depends on a timeout which could cause race conditions. Use
    requestAnimationFrame for more consistent behavior and better
    performance.
    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    b7a6e54 View commit details
    Browse the repository at this point in the history
  13. Feat(switcher): Correct output per device

    Fixed all devices return correct build files. Updated media queries to
    cover full range of sizes and devices.
    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    6f28d9e View commit details
    Browse the repository at this point in the history
  14. remove unnessary testing files

    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    6ab33e8 View commit details
    Browse the repository at this point in the history
  15. Most common default state set

    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    e6d4834 View commit details
    Browse the repository at this point in the history
  16. Fix: non device based queries

    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    bab4736 View commit details
    Browse the repository at this point in the history
  17. Update(README)

    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    c85268a View commit details
    Browse the repository at this point in the history
  18. Fix(switcher): more strict tablet portrait mode

    Dallas Norton authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    ec9e6c7 View commit details
    Browse the repository at this point in the history
  19. fix(): Update da-plop dependency for route platform changes

    Andrew Jensen authored and andrewjensen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    8ffa8fc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9053e99 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. feat(): Add ngRedux and created common store directories

    DAS-4096
    Scott-Davidson committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    8e6a58d View commit details
    Browse the repository at this point in the history
  2. Update index.js

    sldavidson committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    2b6ac43 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. fix(constants): correct linter error on double declaration of 'consta…

    …nts'
    Scott-Davidson committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    ae28227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da1c111 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. chore(package.json): add cdn dependencies property

    Justin Pumford committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    41c1834 View commit details
    Browse the repository at this point in the history
  2. refactor(desktop&responsive.html): replace hardcoded script tags with…

    … generated ones
    Justin Pumford committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    6dfeefe View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Configuration menu
    Copy the full SHA
    e00d01f View commit details
    Browse the repository at this point in the history
  2. refactor(): changed Technology list

    Scott-Davidson committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    81abd7f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Configuration menu
    Copy the full SHA
    6ec66c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. fix(package.json): update version of angular to 1.5.3

    somehow a really old version of angular made it into the JSON. I have no idea how this happened. I
    have searched and searched and I just don't know. Sorry.
    Justin Pumford committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    98a4c99 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Merge pull request #8 from DomoApps/refactor/DAS-4173-cdn-injection

    fix(package.json): update version of angular to 1.5.3
    andrewjensen committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    909a58a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. feat(): created test entry file DAS-4146

    Scott-Davidson authored and Justin Pumford committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    9e0a7d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f2952c View commit details
    Browse the repository at this point in the history
  3. refactor(karma.conf): add support for all webpack loaders

    Justin Pumford committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    137f2d3 View commit details
    Browse the repository at this point in the history
  4. refactor(package.json,karma.conf): move testing dependencies to packa…

    …ge.json
    Justin Pumford committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    40a25e0 View commit details
    Browse the repository at this point in the history
  5. refactor(karma.conf.js,package.json): remove testingDeps key and add …

    …angular-mocks dep
    Justin Pumford committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    9a75bb1 View commit details
    Browse the repository at this point in the history
  6. feat(): required store files into common so they will get into bundle…

    …. DAS-4096
    Scott-Davidson committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    8d0d07a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    b8d7fef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from DomoApps/feat/DAS-4146-test-framework-rest…

    …ructuring
    
    Feat/das 4146 test framework restructuring
    jpumford committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    ad38dfa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from DomoApps/feat/DAS-4121-framework-versioning

    Create framework-specific changelog and contributing docs
    jpumford committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    9c3282c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. feat: show 'unsupported' message when trying to authenticate using de…

    …vtokens
    Justin Pumford committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    dd0dae9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from DomoApps/fix/dev-token-basic-support

    feat: show 'unsupported' message when trying to authenticate using devtokens
    jpumford committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    7be4cad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f38f0f3 View commit details
    Browse the repository at this point in the history
  4. fix(): updated readme with references

    Jonathan Law committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    ffc9e44 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #13 from DomoApps/refactor/remove-thumbnail

    refacotr(): remove thumbnail from readme and assets
    Jonathan-Law committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    82ff6b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Merge remote tracking branch 'origin/master' into feat/DAS-4096-redux…

    …-implementation.
    Scott-Davidson committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    6d59e70 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Configuration menu
    Copy the full SHA
    ebb1c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0103594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d3726 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from DomoApps/feat/DAS-4096-redux-implementation

    feat(): Add ngRedux and created common store directories
    sldavidson committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    9ee0e6a View commit details
    Browse the repository at this point in the history
  5. 0.0.6

    sldavidson committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    163bb2b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. feat(server.es6.js): add support for devtokens

    Justin Pumford committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    0584e23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f853ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #44 from DomoApps/refactor/remove-unsafe-minification

    refactor(webpack.config): restrict cssnano to only safe minification
    jpumford committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    f0c7b22 View commit details
    Browse the repository at this point in the history
  4. fix(webpack.config): reveal process.env.NODE_ENV to node modules

    because redux needs the node-env to adjust what content it gives us as a module process.env.NODE_ENV
    is now exposed. If NODE_ENV is undefined, the process will continue as normal. This squelches a
    message we were seeing in the console from redux
    Justin Pumford committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    cf0a039 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Merge pull request #45 from DomoApps/fix/DAS-4305-missing-env

    fix(webpack.config): reveal process.env.NODE_ENV to node modules
    jpumford committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    c1ef83b View commit details
    Browse the repository at this point in the history
  2. v0.0.7

    jpumford committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    9a3ba0e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. fix(switcher): add template with viewport meta tag

    include template for switcher's index.html to include a viewport meta tag. The viewport meta tag is
    
    needed for enquire.js to properly work and switch to the correct project
    ben-barker committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    abb617f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8df151c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ac4f8d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Configuration menu
    Copy the full SHA
    991c473 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. refactor(lab.html): remove icon-bits

    Justin Pumford committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    1de880a View commit details
    Browse the repository at this point in the history
  2. refactor(package.json): replace da-webpack with starter-kit in AppTea…

    …m6 config
    Justin Pumford committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    ea7a088 View commit details
    Browse the repository at this point in the history
  3. chore(lab.html): remove iconbits

    Justin Pumford committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    30706a0 View commit details
    Browse the repository at this point in the history
  4. feat(webpack.config): add support for full sourcemaps while on prod a…

    …nd reduced while on dev
    Justin Pumford committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    ec3c9ec View commit details
    Browse the repository at this point in the history
  5. fix(babel): switch babel preset to es2015

    es2015-loose has some transpiling bugs, for example with sets. Fixes #24
    ben-barker committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    dfa72f3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #12 from DomoApps/refactor/remove-da-specific-things

    Refactor/remove da specific things
    jpumford committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    e733541 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Configuration menu
    Copy the full SHA
    3f4301b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from DomoApps/fix/EOL-in-constants

    style(constants): add extra line at end to satisfy EOL rule
    bmbarker90 committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    eee5008 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #53 from DomoApps/fix/switch-babel-preset

    fix(babel): switch babel preset to es2015
    bmbarker90 committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    bf438a9 View commit details
    Browse the repository at this point in the history
  4. feat: add strict angular dependency injection

    Justin Pumford committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    720ded4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #46 from DomoApps/fix/DAS-4335-fix-switcher

    DAS-4335: fix(switcher): add template with viewport meta tag
    jpumford committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    cdf25ab View commit details
    Browse the repository at this point in the history
  6. Merge pull request #43 from DomoApps/fix/dev-token-support

    feat(server.es6.js): add support for devtokens
    jpumford committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    e8fa765 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #55 from DomoApps/feat/das-4340-ng-strict-di

    feat: add strict angular dependency injection
    jpumford committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    cc75ff1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #49 from DomoApps/fix/das-4338-slow-builds

    perf(webpack.config): enable caching of both sourcemaps and modules
    jpumford committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    31ea4fb View commit details
    Browse the repository at this point in the history
  9. v0.0.8

    jpumford committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    a5ede8c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Merge pull request #54 from DomoApps/feat/das-4339-manifest-updating

    feat(package.json): added simple support to keep package.json up to date
    jpumford committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    48b4710 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Configuration menu
    Copy the full SHA
    03ed421 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. fix(package.json): fix cp -r command to work properly on linux envi…

    …ronments
    
    the `cp -r` command worked inconsistently between osx and linux. cp -r on osx will copy the contents
    of the first argument (the source directory) into the output directory. On linux, cp -r would copy
    the *source folder* into the destination folder. A blob is used to copy all (except dotfiles) from
    the domo folder to the dist folder
    Justin Pumford committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    5a19baf View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Merge pull request #62 from DomoApps/fix/domo-97116-fix-build-cp

    fix(package.json): fix `cp -r` command to work properly on linux environments
    jpumford committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    6ddb664 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from DomoApps/feat/analytics-support

    feat(webpack.config,eslintrc): add APP_NAME and VERSION to constants
    jpumford committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    4967fae View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Configuration menu
    Copy the full SHA
    23075eb View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Merge remote-tracking branch 'generator/master'

    Justin Pumford committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    9b614b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. fix(package.json): sync angular-aria and angular-mocks with cdnDepend…

    …encies
    
    Using a newer version of angular-aria with angular-material led to an issue documented here:
    angular/material#10475
    Justin Pumford committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    6adc6fb View commit details
    Browse the repository at this point in the history
  2. fix(webpack.config): add angular-animate as an external

    angular-animate was "missing" as a module since it is loaded from a cdn. This adds it as a webpack
    external so angular-material can load the module
    Justin Pumford committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    31d6b10 View commit details
    Browse the repository at this point in the history