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

bhabgs develop #1461

Open
wants to merge 31 commits into
base: develop
Choose a base branch
from
Open

bhabgs develop #1461

wants to merge 31 commits into from

Commits on Nov 21, 2017

  1. Simplify elementCount custom assertions (#898)

    * Improve custom Nightwatch assertion comment readability
    
    Standardize capitalization, punctuation
    Use common language
    Reduce word count
    
    * Clarify elementCount arguments
    
    Before this commit the term `selector` was used for two separate arguments in
    two separate scopes. Rename the function passed to the browser so the developer
    understands that these are two arguments/two scopes/not the same value.
    robwierzbowski authored and yyx990803 committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    5b138f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    * develop:
      bump v1.2.4
      revert #996 chunk names to minify prodution JS (#1086)
      fix missing comma
      Batman!
      add missing cacheBusting option
      make jest ignore the e2e test folder because its likely to contain files matching the jest's filename pattern
      Improved Jest config (#1074)
      Fix # 1070 When index.html has a positional variable, the error can be printed correctly (#1071)
      [enhancement]Remove useless files and performance enhancement in dev server. (#1072)
    LinusBorg committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    3c15450 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Merge branch 'develop'

    * develop:
      bump version 1.2.5
      some small updates to the docs
      Adds support for the video poster attribute (#1123)
      babel-register use only for e2e tests (#1120)
      Update project creation: sort dependencies in package.json (#1118)
      Fix bug from PR #1082
      FIX: convert env variable PORT to a number.
      Minor refactoring of build scripts (#1082)
      ESLint config clean up (#1093)
      Switch to uglifyjs-webpack-plugin (#1119)
      change bad spaces into normal spaces and removing trailing space (#1132)
      prevent empty line when unit = y & e2e = n
      Update meta.js (#1091)
      docs(README): Update usage to init from develop branch (#1092)
      Use actual host for notification (#1101). (#1103)
      prevent webpack from injecting useless mocks
    LinusBorg committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    c4943a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Merge branch 'develop'

    * develop:
      remove unnecessary exceptions
      bump version to 1.2.6
      Add JX support (close #1146)
      Automatically install Dependencies and fix lint errors (#1133)
      Set `allChunks: true` by default (close #1110) (#1149)
      airbnb eslint config compatibility with vuex (#1003)
      Document babel target env configuration (#1144)
      Revert "remove uneccessary target.browsers (#1004)" (#1083)
      fix filename of `.eslintignore` (#1136)
      webpack.conf.js is not needed in jest and e2e (#1135)
    
    # Conflicts:
    #	template/test/e2e/custom-assertions/elementCount.js
    LinusBorg committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    b2fd0de View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Merge branch 'develop'

    * develop:
      correct wording for #1155
      bump version to 1.2.7
      remove eventsource-polyfill (#1169)
      Remove useless code when lint is not chosen (#1165)
      Set spawn opt shell as true to avoid ENOENT (#1170)
      restore gitignore
      [WIP] Accurate CompleteMsg when not using autoInstall (fix #1157) (#1158)
      close #1155
    LinusBorg committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    f93e45b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Fix TypeScript typo (#1187)

    Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
    mul14 authored and LinusBorg committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    2b90ae2 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

  1. Merge branch 'develop'

    * develop:
      bump template version
      fix bug with #1202
      Make CSS sourcemaps on by default
      Ensure page reloads in history mode serve index.html
      use old sourcemap option
      Add postcss-url to match postcss-import (#1115)
      Change engine>node{4 => 6} for template (#1206)
      Fix static file serving for publicPath != `/` (fix#1176) (#1180)
      Load, render template version using helper (#1202)
      fix typo in a comment (#1183)
      fix #1140
    LinusBorg committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    e7005e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

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

Commits on Jan 13, 2018

  1. Merge branch 'develop'

    * develop:
      bump template version (1.3.0)
      chore: remove extra comma (#1240)
      Improve template CI tests (close #1218)
      Revert "fix bad alias (fix #1239)"
      Typo, whitespace and Style Guide fixes (#1231)
      Update runner.js (#1235)
      remove unnecessary option.
      bumping eslint dependencies
      fix bad alias (fix #1239)
      remove duplicate lines in gitignore (#1214)
      fix historyFallback rewrite for Windows systems
      improved comments in eslintrc
      updated linting docs.
      respect eslint rule for order of options.
      switch to essential ruleset.
      add eslint-plugin-vue
    
    # Conflicts:
    #	template/build/build.js
    LinusBorg committed Jan 13, 2018
    1 Configuration menu
    Copy the full SHA
    8343cae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    * develop:
      Bump template version (1.3.1)
      change circleci node image to 6.12.3 to ensure node 6 compat.
      replace object rest spread with Object.assign for node6 compat. (fix #1245)
    LinusBorg committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    c29ab6a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. bbb

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    cad283d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    7893744 View commit details
    Browse the repository at this point in the history
  3. 优化模板

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    e18e708 View commit details
    Browse the repository at this point in the history
  4. 修改错别子

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    c7f614a View commit details
    Browse the repository at this point in the history
  5. 修改mockjs 版本

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    fcd99df View commit details
    Browse the repository at this point in the history
  6. 修改mockjs 版本

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    29108ae View commit details
    Browse the repository at this point in the history
  7. 添加scss

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    7553fa4 View commit details
    Browse the repository at this point in the history
  8. 优化vuex

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    97bb2b7 View commit details
    Browse the repository at this point in the history
  9. 优化

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    b2e15a5 View commit details
    Browse the repository at this point in the history
  10. layout

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1f0e665 View commit details
    Browse the repository at this point in the history
  11. 删除scss多余变量

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    3045456 View commit details
    Browse the repository at this point in the history
  12. 优化布局

    bhabgs authored and bhabgs committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    9456340 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. 优化文件

    bhabgs authored and bhabgs committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    64c743f View commit details
    Browse the repository at this point in the history
  2. change error

    bhabgs authored and bhabgs committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    e891602 View commit details
    Browse the repository at this point in the history
  3. 修改headerBox test spec

    bhabgs authored and bhabgs committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    690b640 View commit details
    Browse the repository at this point in the history
  4. 优化~@

    bhabgs authored and bhabgs committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    67085ae View commit details
    Browse the repository at this point in the history
  5. 优化error

    bhabgs authored and bhabgs committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    253ac0d View commit details
    Browse the repository at this point in the history
  6. 优化import

    bhabgs authored and bhabgs committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    250244e View commit details
    Browse the repository at this point in the history
  7. change mockjs and removed option

    bhabgs authored and bhabgs committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    e384c02 View commit details
    Browse the repository at this point in the history
  8. 添加mock 文件过滤

    bhabgs authored and bhabgs committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    32b8792 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. change

    bhabgs authored and bhabgs committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    efe17be View commit details
    Browse the repository at this point in the history