Skip to content
Snippets Groups Projects
  1. Mar 29, 2019
  2. Dec 30, 2018
  3. Dec 05, 2018
  4. Sep 22, 2018
    • Ivan Kolodyazhny's avatar
      Remove nose references from Horizon · 770afab1
      Ivan Kolodyazhny authored
      Commit I7fb2fd7dd40f301ea822154b9809a9a07610c507 changed test runner to
      not use nose. So it's safe to remove all references now.
      
      Change-Id: I8856e4e91b25f059645eb5e0356d207f6fc119f2
      770afab1
  5. Mar 24, 2018
  6. Mar 08, 2018
    • Monty Taylor's avatar
      Update upper-constraints consumption · 835a4bb7
      Monty Taylor authored
      In order to deal with horizon going into the upper-constraints file so
      that horizon plugins can consume it normally, we need to align the
      constraints invocation in horizon's tox.ini. This means putting the -C
      argument into the dependencies list rather than the pip install line so
      that it doesn't get appended to tox installing horizon itself.
      
      While we're in here, move nosehtmloutput into test-requirements so that
      we don't need to do .[test] which also doesn't work with constraints.
      
      Needed-By: https://review.openstack.org/550475
      Change-Id: I736f79010c2d34e25d41d967a38128c2263ed13f
  7. Nov 27, 2017
    • Radomir Dopieralski's avatar
      Use oslo.config for Horizon configuration · 9b0c511c
      Radomir Dopieralski authored
      This patch adds the infrastructure needed to move the configuration
      of Horizon into oslo.config-compatible configuration file, instead of
      the Django's Python-based configuration. It doesn't actually define
      any configuration options, just the mechanism for loading them and the
      additional types necessary to handle Horizon's complex configuration,
      and the integration with oslo-config-generator.
      
      Subsequent patches will add groups of options, making it possible to use
      them in the local_settings.conf file instead of the local_settings.py
      file. Note, that the options specified in the local_settings.py file
      will continue to work.
      
      Partially-Implements: blueprint ini-based-configuration
      Change-Id: I2ed79ef0c6ac6d3816bba13346b7d001c46a7e80
      9b0c511c
  8. Sep 27, 2017
    • Rob Cresswell's avatar
      Add Django OpenStack Auth to Horizon · e3e5812b
      Rob Cresswell authored
      Moves Django OpenStack Auth content to Horizon, since they are so
      tightly coupled. This cleans up the development workflow and should
      make keystone / auth related contributions easier.
      
      Implements: blueprint merge-openstack-auth
      Change-Id: Ia1cdc47bad1ca6e633073a9f9445b0c7f70d05bc
      e3e5812b
  9. Aug 23, 2017
  10. Aug 21, 2017
  11. Jul 14, 2017
  12. Mar 26, 2017
    • Akihiro Motoki's avatar
      Enable warning-on-error in Sphinx 1.5 · cc04439d
      Akihiro Motoki authored
      warning-on-error option is avaialble in sphinx setup command integration
      since Sphinx 1.5 [0]. This is useful to prevent future warnings.
      Note that there is no sphinx error or warning in the current
      horizon code base :)
      
      Also renames 'all_files' to 'all-files' in [build_sphinx] section
      as this is the actual option name defined in sphinx [0].
      The underscore version 'all_files' also works as pbr
      handles it properly, but we use hyphen version for sphinx options,
      so the consistent usage is less confusing.
      
      [0] https://github.com/sphinx-doc/sphinx/blob/1.5.3/sphinx/setup_command.py#L69
      
      Change-Id: Ic9d1b0e4db30891c694537d43d7f7a51ff92be49
      cc04439d
  13. Sep 06, 2016
  14. Aug 16, 2016
  15. Aug 12, 2016
  16. Apr 20, 2016
    • Itxaka's avatar
      Enhances tox to not rely on run_tests · a67d75fa
      Itxaka authored
      Several changes:
       - Dont rely on run_tests.sh and run the commands directly
       - Move the coverage options to the setup.cfg
       - Set py27 envs under the same umbrella
       - Split horizon and openstack_dashboard tests into 2
      different envs
       - Remove usedevelop from most envs as its not needed
       - Set basepython to 27 on the default env
       - Allow adding posargs to py34 env
       - Add npm environment which defaults to npm run test
       - Add runserver as a new env
       - Move pep8 to be the first tests so we fail fast
       - Provide an env to tests against system packages, useful
      for package builders that DONT want to test against pip
      install but their local packages installation.
       - Allow to pass TOX_EXTRA_DEPS to the system_packages
      tests in case some extra pip packages are needed
       - Add a manage env to pass commands to manage.py
       - Add an environment to createmessages
       - Add an environment to check only if we can create
      messages
       - pep8 environment also runs the check for messages
       - All python commands use {envpython} so no escape
      from the venv is possible
       - Uses {toxinidir} for a clear indication of where
      the files to be executed are
       - Moves all keywords for pybabel to the setup.cfg
       - Removes not needed whitelist_external for all envs
      and uses only git for one specific env
      
      Change-Id: Ia1be8f60265d9dab2639a05912b4b7c51f1d4033
      Implements: blueprint enhance-tox
      a67d75fa
  17. Dec 03, 2015
  18. Sep 24, 2015
    • Thierry Carrez's avatar
      Open Mitaka development · 29313efb
      Thierry Carrez authored
      Bump preversion to mark the start of the Mitaka development branch.
      The liberty release branch will be cut from the previous commit.
      
      Change-Id: I8da5a8c2938ba1c5268118f2a78ced65b0a2be10
      29313efb
  19. Jun 17, 2015
  20. Apr 07, 2015
    • Thierry Carrez's avatar
      Open Liberty development · 42612820
      Thierry Carrez authored
      Bump pre-version in setup.cfg to formally open Liberty development.
      Kilo release branch will be cut from the previous commit.
      
      Change-Id: I8bb60f38956c44ae961e1da69f51e7f37c6beece
      42612820
  21. Nov 26, 2014
    • Julien Danjou's avatar
      Remove Python 2.6 classifier · b7f40060
      Julien Danjou authored
      Horizon does not support Python 2.6 anymore starting with Kilo and might
      not work correctly with it, so remove the classifier.
      
      Change-Id: Idb2a044968bf35c1fbe4ab42188c6f7df096d442
      b7f40060
  22. Sep 30, 2014
    • Thierry Carrez's avatar
      Open Kilo development · 1a87865c
      Thierry Carrez authored
      Bump pre-version to 2015.1 to formally open master branch to Kilo
      development.
      
      Change-Id: I2ff0fb19a894cb6018807d667e233f4fa6dfa83c
      1a87865c
  23. Mar 31, 2014
    • Thierry Carrez's avatar
      Open Juno development · 814e2705
      Thierry Carrez authored
      Bump preversion to 2014.2 to formally open Juno development.
      The Icehouse release branch (milestone-proposed) will be cut
      from the last commit before this one.
      
      Change-Id: I098875288a7090de75110166b72cc00181ff278c
      814e2705
  24. Oct 02, 2013
    • Gabriel Hurley's avatar
      Open Icehouse development · f314e128
      Gabriel Hurley authored
      This bumps the target version to 2014.1, opening the master
      branch for Icehouse development and ending the feature freeze.
      
      The Havana release branch is cut from the commit preceding this.
      
      Change-Id: I59e298f38bb18acfc42aea7f1de075a212befa51
      f314e128
  25. Aug 08, 2013
  26. Apr 27, 2013
    • Monty Taylor's avatar
      Migrate to PBR for build tooling. · 91e4715c
      Monty Taylor authored
      pbr is the library-ified version of the code that was in
      openstack.common.setup and version. It builds on top of d2to1 to
      provide declarative build configuration.
      
      Change-Id: Ic264fa33e17fe5fdc71d8c53412495b069ab74a4
      91e4715c
  27. 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
  28. May 26, 2012
    • Monty Taylor's avatar
      Add ProjectTestingInterface to horizon. · c93e7c06
      Monty Taylor authored
      Horizon is the last project that doesn't have support for the common
      Project Testing Interface. This gets horizon up to speed with the
      other bits, but shouldn't break any of the existing interfaces.
      
      Change-Id: I464c3b10d9708a0b7b5ffd42c88cd3cf515ef6a7
      c93e7c06
Loading