Statistics
| Branch: | Tag: | Revision:

root @ 8998f09a

# Date Author Comment
8998f09a 05/21/2013 06:28 pm Sofia Papagiannaki

astakos: unified settings handling

Import astakos settings module instead of importing specific settings

017b7d20 05/21/2013 05:36 pm Olga Brani

branding: Documentation improvements

The synnefo developer is urged to create a directory, place inside all the
the email .txt files he/she wishes to overwrite (respecting the indicated
structure) and provide the directory path to theTEMPLATE_DIRS setting.

38d5464c 05/21/2013 05:21 pm Giorgos Korfiatis

First bits of astakos Changelog for 0.14

b482fbcc 05/21/2013 03:06 pm Giorgos Korfiatis

webproject: Add optional title in pprint_table

It is shown with `pretty' output format, in non vertical mode.

398a9604 05/21/2013 03:06 pm Giorgos Korfiatis

astakos: Include project membership info in commands

`user-show --projects': Memberships and ownerships for a given user
in separate tables
`project-show --members': Members of the given project
7820534a 05/21/2013 03:06 pm Giorgos Korfiatis

astakos: Improve output of quota commands

67cf14bf 05/21/2013 03:06 pm Giorgos Korfiatis

astakos: Filter project listing by name or owner

Use a custom way to retrieve and filter project data; ListCommand is
not suitable when multiple tables must be consulted.

b7c6564f 05/21/2013 02:09 pm Christos Stavrakakis

Merge branch 'feature-ganeti-xen' into develop

4c9ac139 05/21/2013 02:09 pm Christos Stavrakakis

cyclades: Add --hypervisor option to backend cmds

Add '--hypervisor' option to 'backend-add' and 'backend-modify'
management commands.

Refs #3772

bd87213f 05/21/2013 02:07 pm Christos Stavrakakis

cyclades: Sypport backends with Xen hypervisor

Support Ganeti backends with Xen hypervisor:
  • Extend 'Backend' model with the 'hypervisor' attribute, which
    currently can be 'kvm' or 'xen'. Use 'kvm' as default value to
    easy database migration. Also add the corresponding schema migration....
d1e8c2f4 05/21/2013 01:42 pm Christos Stavrakakis

ci: Add failfast option to tests

34262911 05/21/2013 01:07 pm Kostas Papadimitriou

ci: Invalidate existing settings dir

to avoid tests failures due to locally modified settings

040fcb12 05/21/2013 01:03 pm Kostas Papadimitriou

helpdesk: Update tests

use existing cyclades db factories instead of json fixtures which are painful
to maintain

c34abd9c 05/21/2013 12:52 pm Kostas Papadimitriou

astakos: Update tests

ffcb71c3 05/21/2013 12:45 pm Kostas Papadimitriou

astakos: service-remove change to accept service id

instead of name

7bb081f5 05/21/2013 12:41 pm Kostas Papadimitriou

astakos: Respect module specific policies

also disable switch policy of shibboleth and local providers by default.
In the case of local provider it just doesn't make sense. Shibboleth doesn't
allow us to create a url which would force user to login with different...

cf40ee90 05/21/2013 12:41 pm Kostas Papadimitriou

astakos: Improve provider in use message

explicitly display the type/name of the `in use` provider

73f9a3d5 05/21/2013 12:41 pm Kostas Papadimitriou

cyclades ui: Handle no missing image ids case

35e67254 05/21/2013 12:41 pm Kostas Papadimitriou

astakos: New user fields migration improvement

set accepted_policy to 'migration' for already accepted users which have not yet
a verified email address (old flow)

25769d1b 05/21/2013 12:41 pm Kostas Papadimitriou

astakos: Add AstakosUser status_display property

the property provides a status outline of the current user status.

3e0a032d 05/21/2013 11:54 am Sofia Papagiannaki

astakos: remove unused imports

70e11eaa 05/20/2013 09:18 pm Sofia Papagiannaki

astakos: reorganize views

  • split project views from the rest views
  • move third party authentication views (astakos.im.target)
    under astakos.im.views
  • move view decorators to a separate module
  • move utility methods utilized by views to a separate module
c7027e2e 05/20/2013 07:59 pm Kostas Papadimitriou

astakosclient: Prevent relative uri's requests

do not lstrip slashes from the path of astakos url to avoid making requests
with relative uris.

614fb66b 05/20/2013 07:59 pm Kostas Papadimitriou

cyclades ui: Fix resolving of missing image ids

- Start resloving once the images have been loaded.
- Continue loading view progress only once all missing ids have been resolved.

f7b7da5d 05/20/2013 05:48 pm Giorgos Korfiatis

quotaholder: Lock holdings in a single query

Order by primary key when selecting multiple holdings for update;
this most probably ensures that locking will happen in that order.

As per commit 2f90645, we select all holdings for the given holders,
rather that specifying all tuples (holder, source, resource), in order...

3715f954 05/20/2013 05:36 pm Giorgos Korfiatis

astakos: Remove code handling UserSetting

Keep UserSetting model; to be removed in a future version.

5ad8eca1 05/20/2013 04:16 pm Kostas Papadimitriou

django-lib: Preserve proxy target path

9a7d0680 05/20/2013 04:16 pm Kostas Papadimitriou

branding: Handle non dict context in render_to_string

baa9073a 05/20/2013 04:16 pm Kostas Papadimitriou

astakos: Clean up tables on test completion

to get over sqlite driver issues to properly clean up database on transaction
test cases.

770dba12 05/20/2013 03:14 pm Giorgos Korfiatis

astakos: Update stress test code

2e7924de 05/20/2013 03:14 pm Giorgos Korfiatis

astakos: Remove some unused imports

Also add a missing import in quotas.py

3c22bad0 05/20/2013 03:14 pm Giorgos Korfiatis

astakos: Lock chain for projects, user for syncing

Lock project's chain for every operation affecting either a project or
an application. Subsequently, lock user when needing to sync or to issue
commission to update pending_app quota.

In views, replace locking qh_add_pending_app with check_pending_app_quota,...

734107ef 05/20/2013 03:09 pm Kostas Papadimitriou

branding: Use branding util to render email templates

Use synnefo_branding.util.render_to_string accross synnefo apps to be able to
use branding variables within the templates.

2af1eb9c 05/20/2013 03:09 pm Kostas Papadimitriou

astakos: Fix reset password email

cdf83989 05/20/2013 03:08 pm Kostas Papadimitriou

astakos: Remove hardcoded urls from templates

use IM_STATIC_URL instead

7f16b9b1 05/20/2013 03:08 pm Kostas Papadimitriou

cyclades ui: Configurable userdata api url

PublicKey collections used hardcoded urls to access the ssh public keys
api. A new dummy view added (to serve '/ui/userdata/') to be able to use
django reverse mechanism for the base url of userdata api.

142133fb 05/20/2013 03:08 pm Kostas Papadimitriou

snf-django: Improve headers handling in common proxy util

- Avoid proxying Connection, Host and Cookie headers
- Cleanup non headers keys (e.g. wsgi.*)
- Set X-Forwarded-For header

6dd9cc0b 05/20/2013 03:08 pm Kostas Papadimitriou

branding: Convert tabs to spaces

e182fc26 05/20/2013 03:02 pm Sofia Papagiannaki

astakos: do not catch send mail errors

The user should not be informed if for any reason
the server can not send an email.

860bb9f7 05/20/2013 02:25 pm Sofia Papagiannaki

Revert "astakos: fix send mail error handling"

This reverts commit 903ce7dccb44db3d3e5fd280a7683747dfa37d7f.

903ce7dc 05/20/2013 01:58 pm Sofia Papagiannaki

astakos: fix send mail error handling

Restore SendMailError, ChangeEmailError and SendFeedbackError exceptions
(deleted by previous commit) since they are still used.

14a7ba1a 05/20/2013 12:53 pm Sofia Papagiannaki

astakos: add astakos.im.decorators module

222305b7 05/20/2013 12:44 pm Sofia Papagiannaki

astakos: replace CookieAuthenticationMiddleware with a view decorator

reverse commits ab30f5f163a13dfc7f9bec4d263208dd35f09d16 &
1439d6383113b151b6a3316e320a0418fa30d421

decorate also ``django.contrib.auth.views`` utilized by
astakos

0b817216 05/20/2013 10:35 am Kostas Papadimitriou

astakos: Minor improvements in email change process

- Explicit handling of invalid email change activation code.
- Permission denied response if user is authenticated and email change code
is assigned to another user.
- Improve logging
- Updated tests

8b14f29d 05/20/2013 08:55 am Kostas Papadimitriou

cyclades ui: Avoid setting group in personality metadata

3f339d85 05/20/2013 08:48 am Kostas Papadimitriou

cyclades ui: Include missing index view setting

UNKNOWN_OS setting was missing from the index view context, causing javascript
errors.

2d5b79ac 05/20/2013 08:37 am Kostas Papadimitriou

astakos: Update django requirements in synnefo settings

since session and messages middleware classes removed from webproject we should
explicitly set them on astakos settings.

3ca5c819 05/17/2013 05:46 pm Georgios D. Tsoukalas

webproject: remove app, middleware: session, messages

7bdf51c4 05/17/2013 05:39 pm Georgios D. Tsoukalas

cyclades: fix name errors in app_settings

4b01493d 05/17/2013 05:25 pm Georgios D. Tsoukalas

fix dependency snf-branding-app -> snf-branding

f8e33408 05/17/2013 05:25 pm Georgios D. Tsoukalas

include branding static files in MANIFEST.in

7d6c08c1 05/17/2013 05:25 pm Georgios D. Tsoukalas

astakos: remove okeanos reference from cloudbar settings

00326543 05/17/2013 05:14 pm Kostas Papadimitriou

branding: include package static assets in setup.py

fe5ea1c4 05/17/2013 04:52 pm Christos Stavrakakis

Update changelog

Add changelog entry about lazy networks and 'type' attribute
in network create API request.

5790b031 05/17/2013 01:32 pm Ilias Tsitsimpis

astakosclient: Trick setup into loading version module

setup.py tries to load astakosclient.version module
before checking for astakosclient package dependencies
which leads to importErrors.

Trick setup to load only version module by changing sys.path.

9848f747 05/17/2013 12:21 pm Ilias Tsitsimpis

astakosclient: Use path given in astakos_url (if any)

0c568c14 05/17/2013 10:57 am Christos Stavrakakis

Add snf-branding version file to gitignore

fe9d5ab8 05/17/2013 10:54 am Giorgos Korfiatis

snf-branding: Remove version.py file

98464064 05/17/2013 10:52 am Christos Stavrakakis

ci: Install snf-branding before astakos

9b977424 05/17/2013 10:41 am Christos Stavrakakis

ci: Add snf-branding to projects

e585664e 05/17/2013 10:41 am Christos Stavrakakis

astakos: Fix typo in tests

ab30f5f1 05/16/2013 08:30 pm Sofia Papagiannaki

astakos: fix incomplete previous commit

commit 1439d6383113b151b6a3316e320a0418fa30d421

1439d638 05/16/2013 08:27 pm Sofia Papagiannaki

astakos: api calls authenticated via X-Auth-Token shall not affect cookie

CookieAuthenticationMiddleware.process_request() synchronizes
the astakos cookie with the request user.
If an astakos cookie is set but there is no logged in user,
the middleware deletes the cookie....

1ac3349d 05/16/2013 07:54 pm Kostas Papadimitriou

astakos: Split settings in separate modules

f78059a4 05/16/2013 07:34 pm Kostas Papadimitriou

astakos: Update activation email content

0c46608c 05/16/2013 07:14 pm Kostas Papadimitriou

astakos: Clean up user-list filter options

removed deprecated options `-p` and `-n`. Admins should use
`--pending-moderation` and `--pending-verification` instead.

abf57c77 05/16/2013 07:09 pm Kostas Papadimitriou

astakos: Allow admin to verify user from command line

using the new option `--verify` added in `user-modify` command

5aa83766 05/16/2013 06:57 pm Kostas Papadimitriou

Merge branch 'feature-branding' into develop

Conflicts:
snf-astakos-app/astakos/im/templates/im/account_pending_moderation_notification.txt
snf-astakos-app/astakos/im/templates/im/group_creation_notification.txt
snf-astakos-app/astakos/im/views.py

a6a2112e 05/16/2013 06:55 pm Kostas Papadimitriou

cyclades: Update proxy user services

use the common api.proxy method from snf-django-lib

205cc8d3 05/16/2013 06:41 pm Giorgos Korfiatis

Catch QuotaLimit exception when reconciling resources

This can happen, if the actual usage registered by a service exceeds
the quota limit.
Advise the user to try the --force option.

369628b8 05/16/2013 06:41 pm Giorgos Korfiatis

astakos: Let qh errors through when issuing commission

When registering pending apps, catch only NoCapacityError. No other
QuotaholderError is expected and should not be treated here.

de292e89 05/16/2013 06:41 pm Giorgos Korfiatis

astakos: Do not show obsolete user settings

Also fix printing user quota.

01b8fb9a 05/16/2013 06:41 pm Giorgos Korfiatis

quotaholder: Ignore force option when releasing

Since negative usage makes no sense, we always check this lower
boundary when issuing a commission.

103086a4 05/16/2013 06:41 pm Giorgos Korfiatis

astakos: Force query eval when used in __in filter

Related to commit aee9a38

Also fix call of qh_sync_users in migration script.

fa186923 05/16/2013 06:41 pm Giorgos Korfiatis

astakos: Allow submitting application with no resources

bcd80cd9 05/16/2013 06:30 pm Christos Stavrakakis

cyclades: Move common code to seperate function

Move common between API method and management command for creating a
server to a separate function.

eec66d97 05/16/2013 06:30 pm Christos Stavrakakis

cyclades: Fix bug in flavor-modify command

Fix bug in flavor-modify command, which resulted in flavors being always
deleted. Deleted option must be parsed to bool, otherwise is always
True.

e892db2d 05/16/2013 06:30 pm Christos Stavrakakis

helpdesk: Use 'mock' library to bypass auth

Use mock to library to bypass astakos authentication in helpdesk views.

f1e424a5 05/16/2013 06:30 pm Christos Stavrakakis

webproject: Do not disable existing loggers

Do not disable by default all existing loggers.

315fe235 05/16/2013 06:30 pm Christos Stavrakakis

astakos: check that request.user is a 'User'

Update astakos 'get_menu' API method, to check if request.user is an
instance of django User model. This view function called by astakos
context processor. However, if astakos and helpdesk are installed
together, the request.user will not hold an AnonymousUser, but a...

39e16ecc 05/16/2013 06:09 pm Kostas Papadimitriou

astakos: Update tests

Enforce Group entries flush. As a fix to strange errors raised while running
tests using sqlite database. The driver doesn't seem to be able to properly
cleanup related database entries, a procedure that takes place after each
execution of a TransactionTestCase test.

0d48fd8f 05/16/2013 05:40 pm Kostas Papadimitriou

astakos: Typo fix

ea36d0d3 05/16/2013 04:25 pm Kostas Papadimitriou

astakos: Fix provider_login_url template tag

263cb456 05/16/2013 03:47 pm Olga Brani

Synnefo branding: Documentation correction & minor fixes

d6af92ac 05/16/2013 03:00 pm Kostas Papadimitriou

Merge branch 'develop' into feature-astakos-userflow

aba462a2 05/16/2013 02:55 pm Giorgos Korfiatis

astakos: Adapt tests to 2.6-style unittest

Define assertGreater, assertIn, assertRaises in snf_django.utils.testing

93a77d30 05/16/2013 02:55 pm Giorgos Korfiatis

common: Disable proxy in tests

Do not follow redirections in im tests.

b3babac6 05/16/2013 02:50 pm Georgios D. Tsoukalas

robust version importing in docs build config

After changing sys.path, synnefo and synnefo.versions must be reloaded
because if they have been cached, the updated sys.path will not be
consulted because importing synnefo and synnefo.versions will stop at
the cache in sys.modules

1896d3e4 05/16/2013 02:47 pm Sofia Papagiannaki

pithos: fix tests

Change erroneous import

e7cb4085 05/15/2013 07:03 pm Kostas Papadimitriou

astakos: User activation flow improvements

Major refactoring on user email verification/activation process
---------------------------------------------------------------
Activation logic moved from dispersed code in functions/view modules to
ActivationBackend methods. All user activation handling code in astakos views...

ba27316a 05/15/2013 06:58 pm Kostas Papadimitriou

astakos: Update tests

- In sync with new AstakosUser model
- Remove nested settings wrappers to slightly increase tests performance

3dfb68fe 05/15/2013 06:58 pm Kostas Papadimitriou

astakos: Remove deprecated AstakosUser fields

7beef200 05/15/2013 06:58 pm Kostas Papadimitriou

astakos: Avoid using dicts as default arguments

07e2a93d 05/15/2013 06:49 pm Giorgos Korfiatis

astakos: Remove obsolete code

Remove project_tests.py, empty package im.endpoints and fixtures

251b83be 05/15/2013 06:49 pm Giorgos Korfiatis

astakos: Remove membership policy settings

Available join and leave policies are internally defined and should
not be changed by settings. Move policy descriptions to presentation.py.

Do not convert to string the lookup key in templatetags/filters.py

9e812adf 05/15/2013 06:49 pm Giorgos Korfiatis

astakos: Remove obsolete keyword argument ctx

e336910f 05/15/2013 06:49 pm Giorgos Korfiatis

astakos: Improve quota syncing

- Split code that lists and syncs quotas
- Merge the latter with qh_sync_users
- Move qh_sync_projects in quotas.py; sync only active members
- Add missing select for update in project suspend
- Clean up quotas.py
781c7b4b 05/15/2013 06:49 pm Giorgos Korfiatis

astakos: Remove two options from resource-import

--service: We do not support automatic importing of resources
--conf: Use resource-modify to configure resource limit

fed0b230 05/15/2013 06:38 pm Christos Stavrakakis

Replace 'synnefo.lib.http' with 'objpool.http'

d2c9adac 05/15/2013 06:36 pm Christos Stavrakakis

Use custom method for joining urls

Implement 'join_urls' method for joining a base URL with a path,
without worrying about redundant or missing "/". Do not use
'urlparse.urljoin', since it has different semantics.