29 May, 2013
3 commits
-
Update api docs and remove old attribute from User entity.
-
The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity. Add color scheme ID to API User entity
27 May, 2013
6 commits
-
…rmer03-feature_teams_api Conflicts: doc/api/README.md
-
Include groups in import with import repos rake task
-
remove branch dependencies in README where not necessary
-
details on looking for correct installation guide
26 May, 2013
1 commit
-
no need to download init and nginx files since they are in repo now
25 May, 2013
5 commits
-
addresses gitlabhq/gitlabhq#3809
-
Expand the import glob to include `**/*.git` to find projects in groups as well as top level projects. Check for existing group, and create group if needed. Set namespace_id for imported projects.
21 May, 2013
1 commit
-
* Closing #3066 * Closing #3609
20 May, 2013
3 commits
19 May, 2013
3 commits
-
Fix small typo in install docs, Closes #3723
-
Typo fixes in cleanup.md
18 May, 2013
3 commits
17 May, 2013
1 commit
16 May, 2013
1 commit
13 May, 2013
5 commits
-
Fixed a nginx configuration
-
update links to be relative paths and add CONTRIBUTING.md link
-
fixed fact about memory usage
09 May, 2013
1 commit
-
Setting Git's global user.name and user.email are missing from instructions, causing check.rake to fail at this step. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
07 May, 2013
4 commits
-
Setting the working directory before git operations
-
Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
-
By default there is no public/uploads directory when no attachments are uploaded. Prompt users to create the uploads directory during install otherwise the backup task will fail. Place mysqldump args in single quotes to avoid error if password contains special characters. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
06 May, 2013
1 commit
-
For some reason, if the nginx configuration is bound to an IP, it breaks the install, causing all git clone/push/pull operations to die with a 'fatal: The remote end hung up unexpectedly' message. Changing this configuration seems to fix the problem. I reckon that this is just a temporary fix. I don't know the ins and outs of GitLab well enough to vouch for this change, but I do know that these instructions are broken, and that this update will fix them.
30 Apr, 2013
2 commits