- 26 Aug, 2014 20 commits
-
-
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
Gitlab::SearchResults and Gitlab::ProjectSearchResults are libraries we are going to use to get search results based on query, enitity type and pagination. It will allow us to get only issues from project #23 where title or description includes 'foo'. Ex: search_results = Gitlab::ProjectSearchResults.new(project.id, 'foo', 'issues') search_results.objects => # [<Issues #23>, <Issues #34>] search_results.issues_count => 2 search_results.total_count => 12 (it includes results from comments and merge requests too) Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Expire Rack sessions after 1 week This has the side effect of preventing Redis from clogging up with old sessions. See merge request !1042
-
Jacob Vosmaer authored
Release doc improvements Fixes #1527 @jacobvosmaer According to the docs the RC should be deployed on .com before being announced via twitter, so I think this is already covered in the docs. /cc @all See merge request !1041
-
Sytse Sijbrandij authored
Conflicts: doc/release/monthly.md
-
Jacob Vosmaer authored
Release order in reality /cc @all See merge request !1037
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Notes timeline Fixes #1496 ![Screenshot 2014-08-26 09.55.27](https://dev.gitlab.org/uploads/gitlab/gitlabhq/07f0eafa78/Screenshot_2014-08-26_09.55.27.png) See merge request !1023
-
Jacob Vosmaer authored
This should reduce the number of gitlab-shell error messages while the tests run.
-
Jacob Vosmaer authored
-
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Robert Schilling authored
Add pkg-config as required dependency for rugged
-
Robert Schilling authored
-
- 25 Aug, 2014 7 commits
-
-
Dmitriy Zaporozhets authored
Add rake task to drop a project's PostReceive jobs If a user pushes so many branches/tags to a project that Sidekiq gets clogged, you can use this script to drop _all_ PostReceive jobs for a given project. See merge request !1030
-
Dmitriy Zaporozhets authored
Annotate See merge request !1040
-
Dmitriy Zaporozhets authored
Fork star bug Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/523 See merge request !1039
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sytse Sijbrandij authored
Monthly active users -> Active users last 30 days
-
Ben Bodenmiller authored
Clarify what `Monthly active users` means by changing to `Active users last 30 days`.
-
- 24 Aug, 2014 5 commits
-
-
Robert Schilling authored
remove extra cd's to GitLab installation folder
-
Ben Bodenmiller authored
-
Sytse Sijbrandij authored
Added AsciiDoc support and changed to singlequotes
-
Robert Schilling authored
[Documentation] more cleanup installation guide formatting
-
Robert Schilling authored
[Documentation] add nginx test
-
- 23 Aug, 2014 8 commits
-
-
Ben Bodenmiller authored
* fix code blocks * Make capitalization of titles consistent - missed some in https://github.com/gitlabhq/gitlabhq/pull/7576
-
Ben Bodenmiller authored
-
Dmitriy Zaporozhets authored
Set charset encoding to UTF-8 for snippets
-
Dmitriy Zaporozhets authored
change X-Frame-Options to SAMEORIGIN for nginx SSL config
-
Dmitriy Zaporozhets authored
Add 'unsubscribes' to the paths blacklist This is to prevent issues with the admin email feature in GitLab EE. See merge request !1034
-
Dmitriy Zaporozhets authored
Always set satellite origin See merge request !1036
-
Dmitriy Zaporozhets authored
Import the database as the `git` user See merge request !762
-
Dmitriy Zaporozhets authored
Cleaner UI for login and signup pages ![Screenshot 2014-08-15 17.51.52](https://dev.gitlab.org/uploads/dzaporozhets/gitlabhq/fc8bf3c4a4/Screenshot_2014-08-15_17.51.52.png) ![Screenshot 2014-08-15 17.52.39](https://dev.gitlab.org/uploads/dzaporozhets/gitlabhq/72706f55b0/Screenshot_2014-08-15_17.52.39.png) ![Screenshot 2014-08-15 17.51.33](https://dev.gitlab.org/uploads/dzaporozhets/gitlabhq/c46f972944/Screenshot_2014-08-15_17.51.33.png) See merge request !1022
-