Skip to content
Snippets Groups Projects
  1. Jul 10, 2018
  2. May 13, 2018
  3. Aug 03, 2017
  4. Jun 29, 2017
  5. Jun 15, 2017
    • Akihiro Motoki's avatar
      README: Update how to generate the docs · df1c75ee
      Akihiro Motoki authored
      TrivialFix
      
      Change-Id: Icbebe797f0b054d198550829193dde25fb84ad21
      df1c75ee
    • Rob Cresswell's avatar
      Update and merge the install / deployment docs · de5bc4b4
      Rob Cresswell authored
      These two documents were incredibly outdated, but also had almost
      identical concerns. This patch updates the content and merges the two
      documents.
      
      Note that this guide is still separate to the quickstart guide, which is
      intended for developers. In future patches in this blueprint, the file &
      navigation structure will be altered to make this distinction more
      clear.
      
      Change-Id: Ic5d111d53ab69a3cd1ab08c4c05b2d676e79258c
      Implements: blueprint pike-docs-overhaul
      de5bc4b4
  6. Dec 06, 2016
  7. Oct 08, 2014
    • Akihiro Motoki's avatar
      Add install guide for users and clean up README · aa0f0ebc
      Akihiro Motoki authored
      * Add "Using Horizon" section to the docs, which describes
        how to install and configure Horizon. It is for operators
        who install Horizon from source code.
      * Clean up README.rst as much of the information is out-of-date
        and most of it is covered by the developer docs.
      * Minor update of page titles.
      
      Change-Id: I09aab0d0bc47e07c8d663e7f7b5801e456434950
      aa0f0ebc
  8. May 09, 2014
    • Gary W. Smith's avatar
      Fix build instructions and formatting in README · 628e908a
      Gary W. Smith authored
      - Fix manual build command
      - Fix formatting of command-line examples, directory names
      - Rename 'folder' to 'directory' for consistency
      - Update sphinx URL
      
      Partial-bug: #1257725
      Change-Id: I078bc5b9c931d4bf4e57c8fe7b335db99cc92c29
      628e908a
  9. Dec 03, 2013
    • Ana Krivokapic's avatar
      Improve contributor documentation · d3c91de7
      Ana Krivokapic authored
      Fix various errors in the contributor documentation:
      
      - Factual mistakes (wrong file locations, etc)
      - Formatting errors
      - Typos
      
      Change-Id: I4863ca10a532ac74491cfb19f8382e3d5287d2f3
      d3c91de7
  10. Oct 24, 2013
  11. Aug 16, 2013
  12. May 29, 2013
    • Jiri Tomasek's avatar
      Renames tools/pip-requires to requirements.txt · 5b24518b
      Jiri Tomasek authored
      and tools/test-requires to test-requirements.txt
      
      These are standard files and tools in the
      general world are growing intelligence about them.
      
      Change-Id: Iac3c680dd19cabd8ea38598a6e2bb27238030a2d
      Fixes: bug #1179008
      5b24518b
  13. Jun 12, 2012
    • Clark Boylan's avatar
      Move docs to doc. · f1a8e0c5
      Clark Boylan authored
      To better facilitate the building and publishing of sphinx
      documentation by Jenkins we are moving all openstack projects with
      sphinx documentation to a common doc tree structure. Documentation
      goes in project/doc and build results go in project/doc/build.
      
      Change-Id: Ic523a716e4113198b777d6dc3db8bb8a729e7696
      f1a8e0c5
  14. Jun 07, 2012
    • John Postlethwait's avatar
      Updating Horizon to use LESS. · 0074328f
      John Postlethwait authored
      This changes all of the Bootstrap CSS and Horizon
      CSS to use LESS. Horizon's specific CSS will be
      organized into separate files in another commit,
      as it is outside the scope of this BP.
      
      We are also now packing LESS 1.3.0 directly within
      Horizon.
      
      Implementation of Blueprint transition-to-lesscss
      
      Change-Id: Ie4be8b28ab3ce04ea21d7d5cd49c2ccb66bd8ade
      0074328f
  15. Mar 30, 2012
  16. Mar 13, 2012
  17. Mar 03, 2012
  18. Feb 29, 2012
    • Gabriel Hurley's avatar
      Unifies the project packaging into one set of modules. · 052aa55d
      Gabriel Hurley authored
      There are no longer two separate projects living inside the horizon
      repository. There is a single project now with a single setup.py,
      single README, etc.
      
      The openstack-dashboard/dashboard django project is now named
      "openstack_dashboard" and lives as an example project in the
      topmost horizon directory.
      
      The "horizon/horizon" directory has been bumped up a level and now
      is directly on the path when the root horizon directory is on
      your python path.
      
      Javascript media which the horizon module directly relies upon
      now ships in the horizon/static dir rather than
      openstack-dashboard/dashboard/static.
      
      All the corresponding setup, installation, build, and env scripts
      have been updated accordingly.
      
      Implements blueprint unified-packaging.
      
      Change-Id: Ieed8e3c777432cd046c3e0298869a9428756ab62
      052aa55d
  19. Jan 05, 2012
    • Gabriel Hurley's avatar
      Unified horizon and openstack-dashboard environments. · a1757011
      Gabriel Hurley authored
      Buildout has been removed entirely, all dev installation is now
      done via the single tools/install_venv.py script.
      
      Django's manage.py script has also been updated to a newer
      version/convention; this allows for less python path mangling
      and makes things cleaner and more explicit. Note that, as such,
      it has been moved up a directory level.
      
      Change-Id: I62f9f06ee00568fc91e5ba7e1fd15d22ea849d1f
      a1757011
  20. Dec 02, 2011
  21. Nov 16, 2011
  22. Nov 11, 2011
    • Joe Heck's avatar
      drving CI · 62f1b480
      Joe Heck authored
      Change-Id: I1c20eb85b17bf7b45165a4dab2fc5823d3bbe5ba
      62f1b480
    • Joe Heck's avatar
      driving the CI engine · 78dc4639
      Joe Heck authored
      Change-Id: I4198a0bbedeb767131f93fc6d9c17caaf52f26d1
      78dc4639
  23. Nov 08, 2011
  24. Nov 07, 2011
    • Gabriel Hurley's avatar
      Re-architects the OpenStack Dashboard for modularity and extensibility. · 97428427
      Gabriel Hurley authored
      Implements blueprint extensible-architecture.
      Implements blueprint improve-dev-documentation.
      Implements blueprint gettext-everywhere.
      Implements blueprint sphinx-docs.
      
      Complete re-architecture of the dashboard to transform it from a standalone django-openstack app to a Horizon framework for building dashboards. See the docs for more information.
      
      Incidentally fixes the following bugs:
      
      Fixes bug 845868 -- no PEP8 violations.
      Fixes bug 766096 -- the dashboard can now be installed at any arbitrary URL.
      Fixes bug 879111 -- tenant id is now controlled solely by the tenant switcher, not the url (which was disregarded anyway)
      Fixes bug 794754 -- output of venv installation is considerably reduced.
      
      Due to the scale and scope of this patch I recommend reviewing it on github: https://github.com/gabrielhurley/horizon/tree/extensible_architecture
      
      Change-Id: I8e63f7ea235f904247df40c33cb66338d973df9e
      97428427
  25. Oct 27, 2011
  26. Oct 20, 2011
  27. Aug 31, 2011
  28. Jun 18, 2011
  29. Mar 04, 2011
  30. Mar 03, 2011
  31. Jan 12, 2011
Loading