28 Mar, 2014
1 commit
27 Mar, 2014
24 commits
-
Update 6.0-to-6.5.md
-
Getting-help-on-website
-
Doc-readme-for-site New readme files for doc.gitlab.com I also but the links for the api readme at the top.
-
Fix another instance of "created at"
-
Database doc changes to address #2412 and #6451.
-
Always show merge status
-
Fix Architecture Img Image in architecture doc was not showing correctly. Now it is.
-
Always show the merge status of a merge request, even if the user has no permission to do the actual merging. Fixes http://feedback.gitlab.com/forums/176466-general/suggestions/5673321-everyone-should-be-able-to-see-a-mr-status
-
Update permissions.md
-
Fix 500 Error When Creating Issue For Project With No Commits This merge request fixes issue #153, where trying to create an issue for a project with no commits results in a 500 error. This was done by updating the form to check that the repository wasn't empty before trying to load the contribution guide.
-
The form was updated to check that the repository wasn't empty before trying to load the contribution guide. This fixes #153.
-
Refactor Parallel Diff feature and add scrollbars
-
gitlab:ldap:check uses LDAP user filter
-
Also now removed lines relating to unused comments feature
26 Mar, 2014
15 commits
-
Check Css Based on Dmitriy his remark https://gitlab.slack.com/archives/general/p1395770459000142
-
Case insensitive user search As per implementation by Christopher Arnold.
-
Rename Diff to Changes
-
Removed the backgrounding of the unicorn_rails startup scripts
-
Fix Unicorn-Sidekiq Confusion In GitLab Init Script This merge request fixes issue #126 by updating a few sections of the included GitLab init file where Unicorn was referred to as Sidekiq and vice-versa.
-
Init script - change stop() function name to stop_gitlab()
-
Change the notification sender username to GitLab in Slack Notifier