[Buildbot-commits] [buildbot/buildbot] ca1fe0: datastore: implementation of auto updating dojo st...

GitHub noreply at github.com
Thu Dec 6 19:09:31 UTC 2012


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: ca1fe0e5f7b356da0f1708ec65c89ba9490eca4b
      https://github.com/buildbot/buildbot/commit/ca1fe0e5f7b356da0f1708ec65c89ba9490eca4b
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2012-12-04 (Tue, 04 Dec 2012)

  Changed paths:
    M master/buildbot/scripts/uitestserver.py
    M master/buildbot/test/scenarios/base.py
    M master/buildbot/www/index.html
    M master/buildbot/www/rest.py
    A www/src/bb/datastore.js
    R www/src/bb/fakeChangeStore.js
    R www/src/bb/fakeStore.js
    M www/src/bb/jsonapi.js
    M www/src/bb/router.js
    M www/src/bb/tests/changes.js
    M www/src/bb/tests/home.js
    M www/src/bb/tests/masters.js
    M www/src/bb/tests/runner.html
    M www/src/bb/tests/runner.js
    M www/src/bb/tests/utils.js
    M www/src/bb/ui/base.js
    M www/src/bb/ui/build.js
    M www/src/bb/ui/builder.js
    M www/src/bb/ui/builders.js
    M www/src/bb/ui/buildmasters.js
    M www/src/bb/ui/changes.js
    M www/src/bb/ui/dgridext/AutoHeight.js
    M www/src/bb/ui/dgridext/StyledColumns.js
    M www/src/bb/ui/dgridext/TypedColumns.js
    M www/src/bb/ui/home.js
    M www/src/bb/websocket.js

  Log Message:
  -----------
  datastore: implementation of auto updating dojo store

using websocket+rest api.

master test is now passing, we can detect active to inactive state.

also cleanup the tabs from the js.

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>t


  Commit: 9487bca5f94831f49fd9e8e7dc74d24454503278
      https://github.com/buildbot/buildbot/commit/9487bca5f94831f49fd9e8e7dc74d24454503278
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2012-12-04 (Tue, 04 Dec 2012)

  Changed paths:
    M master/buildbot/www/index.html
    M www/src/bb/jsonapi.js
    R www/src/bb/resources/css/bootstrap.css
    M www/src/bb/resources/css/default.css
    A www/src/bb/resources/css/font-awesome.css
    A www/src/bb/resources/css/foundation.css
    A www/src/bb/resources/font/fontawesome-webfont.eot
    A www/src/bb/resources/font/fontawesome-webfont.svg
    A www/src/bb/resources/font/fontawesome-webfont.ttf
    A www/src/bb/resources/font/fontawesome-webfont.woff
    R www/src/bb/resources/img/glyphicons-halflings-white.png
    R www/src/bb/resources/img/glyphicons-halflings.png
    M www/src/bb/tests/runner.html
    M www/src/bb/tests/runner.js
    M www/src/bb/ui/base.js
    M www/src/bb/ui/changes.js
    M www/src/bb/ui/dgridext/AutoHeight.js
    M www/src/bb/ui/dgridext/TypedColumns.js
    M www/src/bb/ui/templates/build.haml
    M www/src/bb/ui/templates/builder.haml
    M www/src/bb/ui/templates/builders.haml
    M www/src/bb/ui/templates/buildmasters.haml
    M www/src/bb/ui/templates/changes.haml
    M www/src/bb/ui/templates/error.haml
    M www/src/bb/ui/templates/home.haml

  Log Message:
  -----------
  switch from bootstrap to foundation

bootstrap is APL which is not GPLv2 compatible while foundation is MIT

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 19426a0ef2e1c5f082d240c2acb28e7789b0a54b
      https://github.com/buildbot/buildbot/commit/19426a0ef2e1c5f082d240c2acb28e7789b0a54b
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2012-12-06 (Thu, 06 Dec 2012)

  Changed paths:
    M master/buildbot/data/base.py
    M master/buildbot/data/changes.py
    M master/buildbot/data/masters.py
    M master/buildbot/db/base.py
    M master/buildbot/db/changes.py
    M master/buildbot/db/masters.py
    M master/buildbot/scripts/uitestserver.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/scenarios/base.py
    M master/buildbot/test/unit/test_data_changes.py
    M master/buildbot/test/unit/test_db_changes.py
    M master/buildbot/test/unit/test_db_masters.py
    M master/buildbot/test/unit/test_www_rest.py
    M master/buildbot/test/util/www.py
    M master/buildbot/www/rest.py
    M master/docs/developer/data.rst
    M master/docs/developer/database.rst
    M master/docs/developer/www.rst
    M www/src/bb/tests/changes.js
    M www/src/bb/tests/masters.js
    M www/src/bb/tests/utils.js
    M www/src/bb/websocket.js

  Log Message:
  -----------
  implement the paging/sorting in data

+ make all test pass
+ simplify code linked to the buildbod_www package
+ create more tests for paging/sorting
+ more docs on js tests

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


Compare: https://github.com/buildbot/buildbot/compare/700609779e46...19426a0ef2e1


More information about the Commits mailing list