- 27 Jan, 2014 7 commits
-
-
skv-headless authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Remove snippet expiration date from UI
-
Dmitriy Zaporozhets authored
Mobile UI improvements
-
Dmitriy Zaporozhets authored
Reduce image size.
-
- 26 Jan, 2014 3 commits
-
-
Sytse Sijbrandij authored
improve upgrader "latest version" message
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
- 25 Jan, 2014 8 commits
-
-
Corobi authored
-
Drew Blessing authored
Style navbar toggle button Style navbar toggle manually instead of with button classes Style navbar Modify color Turn off all tooltips for touch devices Style main nav Fix scrolling navbar collapse Style tweaks Minor tweaks Style no ssh key message
-
Sytse Sijbrandij authored
Update installation.md with new git version
-
Dmitriy Zaporozhets authored
Database Confusion To prevent https://twitter.com/TechIsCool/status/426133762032676865
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Schilling authored
-
Jason Hollingsworth authored
A test was broken if running on a non-standard port. Made checking for (non-)standard port more robust. Changed gitlab_on_non_standard_port to gitlab_on_standard_port (less negative).
-
Jason Hollingsworth authored
Remove empty ErrorsController
-
- 24 Jan, 2014 21 commits
-
-
Dmitriy Zaporozhets authored
Reference style links with relative links in markdown #996 ``` Adds relative links support to reference style links, eg: [GitLab API doc directory][GitLab API directory listing] [Maintenance][Maintenance rake task] \[GitLab API directory listing]: doc/api/ \[Maintenance rake task]: doc/raketasks/maintenance.md ```
-
Dmitriy Zaporozhets authored
Permissions: Developer can manage issue tracker now
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Improve merge request accepting logic Add locked state to merge request during `accept` action. Prevents mr being `triggered as merged` twice (hooks, emails etc) Fixes #998 #729
-
Marin Jankovski authored
Conflicts: spec/models/project_spec.rb
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Report success/failure of DB backup commands
-
Dmitriy Zaporozhets authored
Development Project Seed Data Fix After this commit https://dev.gitlab.org/gitlab/gitlabhq/commit/1d2bdb4d5880bb1ad39b62c81ff2971aa0cb3798 Contexts were replaced with Services. One context remained in the seed data which means development seeding will fail. @dzaporozhets Do we want to backport this to 6.5 too? /cc @jacobvosmaer @sytse
-
Dmitriy Zaporozhets authored
Ssh Docs
-
Dmitriy Zaporozhets authored
Oudated Version Headers If we don't update version numbers we should not include them since they are confusing.
-
Dmitriy Zaporozhets authored
Release Procedure This should be in line with what is actually happening.
-
Dmitriy Zaporozhets authored
Jira Integration
-
dosire authored
-
dosire authored
-
dosire authored
-
dosire authored
-
Dmitriy Zaporozhets authored
Check specifically for Unicorn in rack config.ru file
-
Dmitriy Zaporozhets authored
Assembla service: Project name was hardcoded (oops)
-
Carlos Paramio authored
-
- 23 Jan, 2014 1 commit
-
-
Дамјан Георгиевски authored
Don't assume that if the Rack server is not Passenger then it must be Unicorn. There are many other Rack servers in the world (uwsgi being one example that people use a lot). The reverse check is much more logical, i.e. check explicitly for Unicorn
-