Projet

Général

Profil

Statistiques
| Branche: | Tag: | Révision:

root @ master

# Date Auteur Commentaire
26cca31c 25 août 2014 17:34 Frédéric Péters

only deploy site template when creating the site (#5327)

167bf19c 23 juin 2014 19:17 Jérôme Schneider

add MANIFEST.in which include default-settings.ini

4bb1a039 19 juin 2014 15:52 Jérôme Schneider

settings.py: replace univnautes-idp by wcsinstd

5e4acd4d 19 juin 2014 15:46 Jérôme Schneider

wcsinst: add default settings

Refs #4956

3d53199c 19 juin 2014 15:42 Jérôme Schneider

wcsinst: rewrite settings to support an ini file

Refs #4956

9994d72b 08 janvier 2014 01:48 Benjamin Dauvergne

setup.py,requirements.txt: do not use dependency links to load django-jsonresponse

f1c2880c 21 novembre 2013 18:00 Jérôme Schneider

deploy: force umask to 0022

9c535b71 21 novembre 2013 17:42 Jérôme Schneider

deploy: every mkdir use mode 0755

b9613248 21 novembre 2013 16:53 Benjamin Dauvergne

use plain json serialization format so that Django can log exceptions

0cd7df4b 21 novembre 2013 15:48 Jérôme Schneider

wcsinstd: create directory in 0755 and not 0777

f3093ed1 21 novembre 2013 15:39 Benjamin Dauvergne

make deployments synchronous

911c261d 20 novembre 2013 15:17 Benjamin Dauvergne

jenkins.sh: do not ignore errors

dcf4e577 20 novembre 2013 14:44 Benjamin Dauvergne

wcsinstd: change idp metadata file name to conform to what wcs does

50d024d9 06 novembre 2013 14:51 Benjamin Dauvergne

admin: notify wcsintd in the Admin.save_related() method

c865b367 05 novembre 2013 12:12 Benjamin Dauvergne

admin: saml2_use_role and saml2_role_prefix are deprecated

38f397e5 05 novembre 2013 10:53 Benjamin Dauvergne

admin: make the domain field read-only after creation

fixes #3937

48cf5b37 05 novembre 2013 09:57 Frédéric Péters

record that idp manage attributes

4b21e65e 04 novembre 2013 11:46 Benjamin Dauvergne

deploy: use str.format instead of string.Template

fixes #3928

6d9b70dc 31 octobre 2013 14:48 Benjamin Dauvergne

models: factorize the WcsInstance notification code in a method

a03acebb 31 octobre 2013 14:47 Benjamin Dauvergne

models: add unicity constraint on title and domain

fixes #3926

bbce359c 29 octobre 2013 11:40 Benjamin Dauvergne

deploy: encode title and domain as utf-8 when receiving them from the view

2a359c33 28 octobre 2013 16:39 Jérôme Schneider

settings: missing quote

b46b8eb1 28 octobre 2013 16:34 Frédéric Péters

call convert-to-sql with correct dirname

894d463d 28 octobre 2013 16:18 Jérôme Schneider

settings: use environment variables for ADMIN, SENTRY_DSN and DEBUG

6afdbeea 28 octobre 2013 00:52 Benjamin Dauvergne

wcsinstd/deploy: encode title to utf-8 before using it

f50fa2c0 26 octobre 2013 09:20 Benjamin Dauvergne

wcsinstd/deploy: preconfigure wcs_cfg.idp.admin-attributes

It is set to {'role': <title>::Admin}

ebf64b06 21 septembre 2013 01:40 Benjamin Dauvergne

deploy: do not try to open directories

21eae031 20 septembre 2013 23:55 Benjamin Dauvergne

settings: remove unused STATICFILES_DIR

3b3334a4 18 septembre 2013 16:31 Benjamin Dauvergne

add a jenkins script

66e3d79f 02 septembre 2013 10:44 Benjamin Dauvergne

wcsinstd: pass the received site_options_cfg record to the site-options.cfg template file

refs #3193

f0b68e3d 02 septembre 2013 10:44 Benjamin Dauvergne

wcsinst: add fields describing the site-options.cfg file

refs #3193

b013620f 02 septembre 2013 10:44 Benjamin Dauvergne

initialize south migrations

12576e17 02 septembre 2013 10:44 Benjamin Dauvergne

add .gitignore

fe3806c9 12 juin 2013 23:12 Frédéric Péters

wcsinstd: make sure wcs do not get unicode strings

f6f676d5 12 juin 2013 22:52 Frédéric Péters

wcsinst: set a max length for domain

dff30653 12 juin 2013 22:48 Frédéric Péters

wcsinst: change domain not to be a slug, it needs to hold complete hostnames

3cba1c06 12 juin 2013 22:42 Frédéric Péters

wcsinstd: fix passing of the database name to wcsctl

b8b9b18f 12 juin 2013 22:36 Frédéric Péters

wcsinst: fix wcsctl call

5f241198 12 juin 2013 22:31 Frédéric Péters

wcsinstd: do not fail if creating the database fails (maybe it exists already)

a8eed2cf 12 juin 2013 22:28 Frédéric Péters

wcsinstd: add settings for wcsctl script location

a3e9f63e 12 juin 2013 22:25 Frédéric Péters

wcsinstd: do not run "CREATE DATABASE" in a transaction

833ba5e2 12 juin 2013 22:18 Frédéric Péters

wcsinstd: do not pass empty parameters to psycopg2 connect

59a6ccac 12 juin 2013 22:16 Frédéric Péters

wcsinstd: add missing psycopg2 import

30cd4128 12 juin 2013 22:16 Frédéric Péters

wcsinstd: fix table name

8a3f16cd 12 juin 2013 17:06 Frédéric Péters

wcsinstd: configure sql access

6b376cff 12 juin 2013 16:50 Frédéric Péters

wcsinstd: do not fail on missing config.pck

0d0991a3 12 juin 2013 14:22 Frédéric Péters

doc: add a README file

585100d2 12 juin 2013 14:21 Frédéric Péters

wcsinstd: generate apache vhost configuration file

d24a398d 12 juin 2013 14:20 Frédéric Péters

wcsinstd: allow dots in domain names

509cf1e3 12 juin 2013 14:06 Frédéric Péters

wcsinstd: use os.system to reload apache

27623202 12 juin 2013 14:03 Frédéric Péters

wcsinstd: use default export filename for default instance contents

9668dad8 12 juin 2013 11:57 Frédéric Péters

Basic functionalities

2bd63098 12 juin 2013 11:56 Frédéric Péters

project start