silpa-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[silpa-discuss] [Project-SILPA/Silpa-Flask] b5728e: Move configuration o


From: Vasudev Kamath
Subject: [silpa-discuss] [Project-SILPA/Silpa-Flask] b5728e: Move configuration out of package
Date: Sun, 01 Jun 2014 07:20:57 -0700

  Branch: refs/heads/development
  Home:   https://github.com/Project-SILPA/Silpa-Flask
  Commit: b5728e9e212520d67fe09cbd91068e18ba22579e
      
https://github.com/Project-SILPA/Silpa-Flask/commit/b5728e9e212520d67fe09cbd91068e18ba22579e
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-05-29 (Thu, 29 May 2014)

  Changed paths:
    A etc/silpa.conf
    R silpa/silpa.conf

  Log Message:
  -----------
  Move configuration out of package

Configuration should not be part of package, placed it under etc in root
of application

Signed-off-by: Vasudev Kamath <address@hidden>


  Commit: 114498ff4b930347731d12f865c8e48521a912ac
      
https://github.com/Project-SILPA/Silpa-Flask/commit/114498ff4b930347731d12f865c8e48521a912ac
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-05-29 (Thu, 29 May 2014)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Fix typo in clean target


  Commit: a39bbbf8674a6210b71da12ae262922feea78ddb
      
https://github.com/Project-SILPA/Silpa-Flask/commit/a39bbbf8674a6210b71da12ae262922feea78ddb
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    A silpa/helper.py
    R silpa/moduleloader.py

  Log Message:
  -----------
  Rename moduleloader to helper module

* Refactor to contain class ModuleConfigHelper, which has class level
  objects which generates module names and required information from
  config one time which can be accessed for life time of application
  using relevant class methods
* load_modules is now a class method of ModuleConfigHelper class

Signed-off-by: Vasudev Kamath <address@hidden>


  Commit: 9e60242ebde54cf99c07ef9fe452f245d6428da5
      
https://github.com/Project-SILPA/Silpa-Flask/commit/9e60242ebde54cf99c07ef9fe452f245d6428da5
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M silpa/loadconfig.py

  Log Message:
  -----------
  Remove hard coded config initialization from class

Till now there was a instance config created once by using local config
file which didn't allow testing with various configuration, remove it
now and made Config class public which should be initialzied by factory
with alternate configuration files if required.


  Commit: 2153896af803f27809819e1ec60003344fa7bcf6
      
https://github.com/Project-SILPA/Silpa-Flask/commit/2153896af803f27809819e1ec60003344fa7bcf6
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M silpa/api/__init__.py
    M silpa/factory.py
    M silpa/frontend/__init__.py
    M silpa/frontend/pages.py
    M silpa/frontend/templates/silpa.html

  Log Message:
  -----------
  Refactor to use new configuration and helper class

* Configuration file should be passed to factory via create_app
* Multiple module and module_display maps are created once and used via
  helper module.
* Modify template to take module and display name tuples as argument and
  use module name as url end point. Fixes #23.

Signed-off-by: Vasudev Kamath <address@hidden>


  Commit: be4a9cc6a94a1021849bc83f3e0d4ca7b87322d5
      
https://github.com/Project-SILPA/Silpa-Flask/commit/be4a9cc6a94a1021849bc83f3e0d4ca7b87322d5
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M wsgi.py

  Log Message:
  -----------
  Pass configuration file path to create_app

Pass config file path to newly modified function and add debug run
method (run_simple)


  Commit: 258f2f099b7a5b38f2c87b03cbce17756446a561
      
https://github.com/Project-SILPA/Silpa-Flask/commit/258f2f099b7a5b38f2c87b03cbce17756446a561
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M silpa/api/jsonrpc.py
    M tests/api/jsonrpc_tests.py

  Log Message:
  -----------
  Implement module not loaded, interface not found error

* Implement the error to be returned when module is not loaded either
  because its disabled by admin or not found in system.
* Implement error return value when getInstance interface is not
  implemented by requested module.

Signed-off-by: Vasudev Kamath <address@hidden>


  Commit: c1d95e24cef70c61344ea92684c16c02ba576c9c
      
https://github.com/Project-SILPA/Silpa-Flask/commit/c1d95e24cef70c61344ea92684c16c02ba576c9c
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M tests/api/__init__.py
    M tests/frontend/__init__.py
    A tests/resources/silpa.conf

  Log Message:
  -----------
  Use custom configuration file for testing

Signed-off-by: Vasudev Kamath <address@hidden>


  Commit: 6e0593aff6cd5e96934b5052bb4ca83ff61d68ef
      
https://github.com/Project-SILPA/Silpa-Flask/commit/6e0593aff6cd5e96934b5052bb4ca83ff61d68ef
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M silpa/api/jsonrpc.py

  Log Message:
  -----------
  Rename blueprint name for JSONRPC

New name for JSONRPC handling blueprint is api_jsonrpc, this should be
used in all module templates with url_for call.

Signed-off-by: Vasudev Kamath <address@hidden>


  Commit: 23979b12eae83d8d55ccaa7685afadb186ada8f1
      
https://github.com/Project-SILPA/Silpa-Flask/commit/23979b12eae83d8d55ccaa7685afadb186ada8f1
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M tests/frontend/mainpage_tests.py

  Log Message:
  -----------
  fix to use new interfaces


  Commit: 86cee27225081eb73000bd8836f5728cd3b84942
      
https://github.com/Project-SILPA/Silpa-Flask/commit/86cee27225081eb73000bd8836f5728cd3b84942
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M silpa/factory.py
    M silpa/helper.py
    M silpa/loadconfig.py
    M tests/api/jsonrpc_tests.py

  Log Message:
  -----------
  pep8 cleaning


  Commit: c048085317839b6e7d5ad8a8c4a2a4eef1076086
      
https://github.com/Project-SILPA/Silpa-Flask/commit/c048085317839b6e7d5ad8a8c4a2a4eef1076086
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M tests/frontend/mainpage_tests.py

  Log Message:
  -----------
  Enable module page visiting tests


Compare: 
https://github.com/Project-SILPA/Silpa-Flask/compare/103c53ac6056...c04808531783

reply via email to

[Prev in Thread] Current Thread [Next in Thread]