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

Apps/App Switcher #4335

Merged
merged 152 commits into from
Jul 30, 2015
Merged

Apps/App Switcher #4335

merged 152 commits into from
Jul 30, 2015

Commits on Jun 25, 2015

  1. added planning doc

    Spencer Alger committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    f47d3ca View commit details
    Browse the repository at this point in the history
  2. [server] work out plugin organization, and app declaration

    Spencer Alger committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    8d2e881 View commit details
    Browse the repository at this point in the history
  3. updated 'always included' list

    Spencer Alger committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    40e2bd5 View commit details
    Browse the repository at this point in the history
  4. solidify bootstrap step, setup kibana app

    Spencer Alger committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    472a67d View commit details
    Browse the repository at this point in the history
  5. fix less building

    Spencer Alger committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    2181f32 View commit details
    Browse the repository at this point in the history
  6. include settings in kibana, fix url tracking

    Spencer Alger committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    b1e0344 View commit details
    Browse the repository at this point in the history
  7. fix status and devServer grunt tasks

    Spencer Alger committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    91f0e12 View commit details
    Browse the repository at this point in the history
  8. defaultRoute implemented, redirect when missing a slash

    Spencer Alger committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    0edf821 View commit details
    Browse the repository at this point in the history
  9. unwrap ui source

    Spencer Alger committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    3ceaf12 View commit details
    Browse the repository at this point in the history
  10. document KbnServer class

    Spencer Alger committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    daadf97 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. added app switcher

    Spencer Alger committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    1d35cff View commit details
    Browse the repository at this point in the history
  2. don't show apps button in app switcher

    Spencer Alger committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    3f24050 View commit details
    Browse the repository at this point in the history
  3. trim down chrome for appSwitcher

    Spencer Alger committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    edb56fe View commit details
    Browse the repository at this point in the history
  4. fix base redirect

    Spencer Alger committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    1b28446 View commit details
    Browse the repository at this point in the history
  5. [chrome] wire up logo and background methods

    Spencer Alger committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    64937a5 View commit details
    Browse the repository at this point in the history
  6. use the plugin name for main modules, so that they're easier to diffe…

    …rentiate from plugin/index.js
    Spencer Alger committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    7d6bc64 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. initial webpack implementation

    Spencer Alger committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    844b95c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40536fe View commit details
    Browse the repository at this point in the history
  3. use webpack/node-libs-browser#28

    Spencer Alger committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    58ce334 View commit details
    Browse the repository at this point in the history
  4. update main module

    Spencer Alger committed Jun 30, 2015
    2 Configuration menu
    Copy the full SHA
    f51ec29 View commit details
    Browse the repository at this point in the history
  5. move / redirection to catch-all route so that routes can use trailing…

    … slashes
    Spencer Alger committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    615f4c9 View commit details
    Browse the repository at this point in the history
  6. initial optimize attempt

    Spencer Alger committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    935bb5e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. building is mostly stable, less is improving, initial cached building…

    … added
    Spencer Alger committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    522a00e View commit details
    Browse the repository at this point in the history
  2. add tags to logging, use classes

    Spencer Alger committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    c95e315 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2015

  1. fix styles, time to begin finding bugs

    Spencer Alger committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    f621a42 View commit details
    Browse the repository at this point in the history
  2. added start command for dev server that uses nodemon to restart serve…

    …r when needed
    Spencer Alger committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    967726f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. enhance cli to manage dev server

    Spencer Alger committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    e98d264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d82d40 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

  1. allow setting controller as a string

    Spencer Alger committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    e8f8347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e809f4b View commit details
    Browse the repository at this point in the history
  3. [bin/kibana] find node in patch if no local node

    Spencer Alger committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    8d7ae77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f5f523 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52570cb View commit details
    Browse the repository at this point in the history
  6. split dev server in two, preventing server source file from forcing w…

    …ebpack rebuilds
    Spencer Alger committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    382598f View commit details
    Browse the repository at this point in the history
  7. [Status] Fixed some bugs, moved some things around generally improved…

    … code, Also fixed watch task for status plugin css
    panda01 committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    0936b03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23a22d5 View commit details
    Browse the repository at this point in the history
  9. consolidate around --config arg, use js to resolve

    Spencer Alger committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    73beac9 View commit details
    Browse the repository at this point in the history
  10. dont log server starting twice, move status info to api

    Spencer Alger committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    86453f6 View commit details
    Browse the repository at this point in the history
  11. treat the ui directory as static assets

    Spencer Alger committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    c4fbf5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dfe1687 View commit details
    Browse the repository at this point in the history
  13. [statusPage] provide a rendering helper on the reply

    Spencer Alger committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    473f0a3 View commit details
    Browse the repository at this point in the history
  14. lock down nvd3 and angular-nvd3 versions which are known to work toge…

    …ther
    Spencer Alger committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    226d414 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2015

  1. license has updated, but the licenses are the same

    Spencer Alger committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    0d4ebcb View commit details
    Browse the repository at this point in the history
  2. [bin/kibana] support --no-watch arg

    Spencer Alger committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    75db706 View commit details
    Browse the repository at this point in the history
  3. optimize process now communicates with server process so server statu…

    …s can be accurate
    Spencer Alger committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    dd58bdd View commit details
    Browse the repository at this point in the history
  4. enhance tab settings

    Spencer Alger committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    3c9f179 View commit details
    Browse the repository at this point in the history
  5. update serverStatus css

    Spencer Alger committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    665bfbb View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/3270/statusPage' of github.com:panda01/kibana i…

    …nto apps/home
    Spencer Alger committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    22fb1e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. match the body color in the app-switchers tabs

    Spencer Alger committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    2c879b6 View commit details
    Browse the repository at this point in the history
  2. split up the statusPage a bit more

    Spencer Alger committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    77a9e0f View commit details
    Browse the repository at this point in the history
  3. remove sense stub app

    Spencer Alger committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    407da03 View commit details
    Browse the repository at this point in the history
  4. [chrome] only show the apps link when there is more than one app inst…

    …alled
    Spencer Alger committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    b15d6f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. Configuration menu
    Copy the full SHA
    ec5a8f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25b775c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93c8ab9 View commit details
    Browse the repository at this point in the history
  4. added new node-libs-browser dep to license config

    spalger committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    2093bf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb77b8a View commit details
    Browse the repository at this point in the history
  6. unwrap the command files a bit, support multiple --plugin-path and --…

    …plugin-dir args
    spalger committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    0de0ac4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

  1. Configuration menu
    Copy the full SHA
    a1b7aab View commit details
    Browse the repository at this point in the history
  2. remove lesshat usage

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    bf11b06 View commit details
    Browse the repository at this point in the history
  3. unwrap watch directory

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    ffb5e8c View commit details
    Browse the repository at this point in the history
  4. clean up the log output a bit

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    5eb9bed View commit details
    Browse the repository at this point in the history
  5. make devmode support --silent and --quiet

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    eb31780 View commit details
    Browse the repository at this point in the history
  6. clean up old grunt tasks

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    9001265 View commit details
    Browse the repository at this point in the history
  7. remove plan doc

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    a3e93ee View commit details
    Browse the repository at this point in the history
  8. allow customizing the directory plugins are installed to, move defaul…

    …t out of src
    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    d21490c View commit details
    Browse the repository at this point in the history
  9. move commands again

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    1609968 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffc4f3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5beb79d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    abfe919 View commit details
    Browse the repository at this point in the history
  13. moved tests next to related source files

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    844f2d6 View commit details
    Browse the repository at this point in the history
  14. make unkown option collection opt-in

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    8ae3b8b View commit details
    Browse the repository at this point in the history
  15. support removing events

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    9258452 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c7b441f View commit details
    Browse the repository at this point in the history
  17. close workers on process exit

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    f863b30 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a8b486b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f0df913 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2aa1204 View commit details
    Browse the repository at this point in the history
  21. [appSwitcher] fix alignment of the app cards

    spalger committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    d7a1749 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2015

  1. fix directive name

    spalger committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    1c01589 View commit details
    Browse the repository at this point in the history
  2. re-add ui component styles

    spalger committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    7f8b1de View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. It has been a while.. sorry

    spalger committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    1586436 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2015

  1. move to ngMock module

    spalger committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    75d0b07 View commit details
    Browse the repository at this point in the history
  2. update licenses

    spalger committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    450cf58 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. if a plugin resolves to a file, assume it is valid and error out if i…

    …t fails to load
    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    9e02c78 View commit details
    Browse the repository at this point in the history
  2. commit to the ui/ module prefix

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    a228174 View commit details
    Browse the repository at this point in the history
  3. semicolon checking is a style thing

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    dd2b562 View commit details
    Browse the repository at this point in the history
  4. redirect to valid test url (with trailing slash)

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    176b606 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eef8bb5 View commit details
    Browse the repository at this point in the history
  6. move meta-modules into special embedded plugin, simplify dependency p…

    …airs like leaflet
    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    1dfa46d View commit details
    Browse the repository at this point in the history
  7. don't write invalid bundle files, or the optimizer will think they ar…

    …e 'cached'
    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    e46dabd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68247c9 View commit details
    Browse the repository at this point in the history
  9. fix references to file-saver

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    8c580f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f48493 View commit details
    Browse the repository at this point in the history
  11. allow specifying noParse rules in uiExports spec

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    c342be8 View commit details
    Browse the repository at this point in the history
  12. cleanup LiveOptimizer active check

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    9f17f06 View commit details
    Browse the repository at this point in the history
  13. move plugin status assignment into Plugin#init()

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    769e4af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    da9603a View commit details
    Browse the repository at this point in the history
  15. added autoprefixer, make css sourcemaps optional

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    89044bc View commit details
    Browse the repository at this point in the history
  16. re-enable sourcemaps

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    2377381 View commit details
    Browse the repository at this point in the history
  17. double down on ui/ prefix

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    2881da7 View commit details
    Browse the repository at this point in the history
  18. use ui-bootstrap with bundled templates

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    af305c7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b168382 View commit details
    Browse the repository at this point in the history
  20. remove debug statements

    spalger committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    20bdb65 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    835694b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ec45b26 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. better track worker processes in watch mode

    spalger committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    d265126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    608be74 View commit details
    Browse the repository at this point in the history
  3. listen to the proper rebuild event in optimizer

    spalger committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    ab686ee View commit details
    Browse the repository at this point in the history
  4. lastPath => lastUrl, drop _g the lastUrl

    spalger committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    aace498 View commit details
    Browse the repository at this point in the history
  5. only log responses, by default, when logging json

    spalger committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    28de689 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64828d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48c4ed4 View commit details
    Browse the repository at this point in the history
  8. publicDir is no longer configurable, unless set to false it is assume…

    …d to be plugin/public/
    spalger committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    402dfe9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. rather than watching specific subdirectories, just ignore all public/…

    …* files
    spalger committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    77f70c1 View commit details
    Browse the repository at this point in the history
  2. case-sensitivity is good

    spalger committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    2671579 View commit details
    Browse the repository at this point in the history
  3. fix the definition of the table_vis tests

    spalger committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    cb9c5c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33ede71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94e120f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2015

  1. fixed lots of dep issues in tests

    spalger committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    b2246da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136532f View commit details
    Browse the repository at this point in the history
  3. loosen font regexp to capture all loaded variants

    spalger committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    7d8e72c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39192e6 View commit details
    Browse the repository at this point in the history
  5. specified css support desired

    spalger committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    2dff117 View commit details
    Browse the repository at this point in the history
  6. get the server tests passing again

    spalger committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    2bcf846 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2015

  1. relocated some tests, fixed others, moved more modules to CamelCase n…

    …ames, and shortened many module ids
    spalger committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    2905b79 View commit details
    Browse the repository at this point in the history
  2. split up StackTraceMapper

    spalger committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    d2048d7 View commit details
    Browse the repository at this point in the history
  3. switch to Karma, now the tests pass with Grunt

    spalger committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    1e555c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9f4b0e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2015

  1. remove bower, nice people matter

    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    cfc398b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78348d1 View commit details
    Browse the repository at this point in the history
  3. mocha => karma

    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    7fe7ff5 View commit details
    Browse the repository at this point in the history
  4. remove license checking from test script

    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    0f6d59e View commit details
    Browse the repository at this point in the history
  5. karma config for travis

    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    992e396 View commit details
    Browse the repository at this point in the history
  6. fix case-sensitivity issue

    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    29fdd03 View commit details
    Browse the repository at this point in the history
  7. add firefox plugin for karma

    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    7454e36 View commit details
    Browse the repository at this point in the history
  8. update auto-release-sinon

    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    5705f1a View commit details
    Browse the repository at this point in the history
  9. switch to dots reporter in grunt

    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    6e03b58 View commit details
    Browse the repository at this point in the history
  10. added grunt tasks for jenkins and travis

    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    f9897a3 View commit details
    Browse the repository at this point in the history
  11. updated CONTRIBUTING.md to talk about avn and use the new --dev flag …

    …for bin/kibana
    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    95eb992 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e6e02e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e4de84b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #5 from BigFunger/apps/home

    fixed windows issue in kibana.bat for spaces in path
    spalger committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    e2d6053 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    67fdb33 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8029a23 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    062ab01 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2015

  1. Configuration menu
    Copy the full SHA
    2152bf0 View commit details
    Browse the repository at this point in the history
  2. stretch out the browser-start timeout, Jenkins seems to be really slo…

    …w from time to time
    spalger committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    d05d6a7 View commit details
    Browse the repository at this point in the history
  3. move default buildNum and version into config

    spalger committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    09875a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ec0636 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbef901 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bce10f8 View commit details
    Browse the repository at this point in the history