12 Dec, 2012
2 commits
-
The 2 reasons are : - creation of user fail if name is empty : in after_save, it tries to create a namespace with namespace.name = user.name and namespece validates presence Namespace#name - in the web app links to team members are broken with empty User#name because they are of the form <a href'...'> user.name </a>
10 Dec, 2012
1 commit
09 Dec, 2012
1 commit
07 Dec, 2012
4 commits
-
Update installation docs
06 Dec, 2012
1 commit
-
Renamed from gitlab:app:info Add several extra info points
05 Dec, 2012
6 commits
-
* build-essential requires make, gcc * remove libmysql++-dev: the mysql2 gem only requires libmysqlclient-dev * remove postgresql-server-dev-9.1: the pg gem only requires libpq-dev * replace python-dev, python-pip with python2.7: the pygments.rb gem only requires python2.7
03 Dec, 2012
1 commit
01 Dec, 2012
2 commits
29 Nov, 2012
3 commits
27 Nov, 2012
1 commit
14 Nov, 2012
1 commit
-
Fixed a typo.
11 Nov, 2012
1 commit
-
Conflicts: doc/install/installation.md
09 Nov, 2012
1 commit
08 Nov, 2012
2 commits
-
Also updated status task and installation instuctions.
07 Nov, 2012
2 commits
-
API fixes
30 Oct, 2012
1 commit
-
Update docs for PostgreSQL installation
26 Oct, 2012
2 commits
-
The config skeleton for postgres is called `database.yml.postgresql`, not `database.yml.postgres`.
25 Oct, 2012
8 commits
-
Api for merge request
-
Refer developers to the vagrant vm and remove out of date documentation.