- 11 May, 2015 4 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
There's a lot of code in the Note model that only deals with creating system notes, so we're going to split that into its own class.
-
Robert Speicher authored
-
Robert Speicher authored
-
- 10 May, 2015 1 commit
-
-
Marin Jankovski authored
Don't show duplicate deploy keys This fixes the issue described in [#1516](https://gitlab.com/gitlab-org/gitlab-ce/issues/1516) where you would see the same deploy key multiple times if it was used by multiple projects. See merge request !629
-
- 09 May, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Remove class and id attributes from SanitizationFilter whitelist Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2302 See merge request !631
-
- 08 May, 2015 29 commits
-
-
Maran authored
-
Dmitriy Zaporozhets authored
Fix Firefox problems when it wants to render issuable component
-
Dmitriy Zaporozhets authored
Move project visibility from clone bar to repository details block for non empty project. See merge request !1818
-
Robert Speicher authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Job van der Voort authored
How to reset your root password Added link and file correctly on Security doc. Please review to make sure it's correct. See merge request !1811
-
Job van der Voort authored
-
Job van der Voort authored
-
Valeriy Sizov authored
Added X-GitLab-Event header for web hooks
-
Valery Sizov authored
Adding quote_string to migration See merge request !630
-
Valery Sizov authored
-
bugagazavr authored
-
Valery Sizov authored
Fix link to the CI documentation See merge request !627
-
Valery Sizov authored
-
Sytse Sijbrandij authored
Improved the backup documentation See merge request !621
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews.
👏 Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599 -
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Revert "Allow to configure smtp and sendmail in gitlab.yml"
-
Job van der Voort authored
Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env var It looks like SIGTERM may not be enough to shut down a Sidekiq process when its RSS has gotten too big. This change will allow us to experiment with sending SIGKILL instead of SIGTERM to Sidekiq processes on gitlab.com. See merge request !1812
-
Valery Sizov authored
Remove tag duplicates Prevention of getting this error: ``` ActiveRecord::RecordNotUnique: PG::Error: ERROR: could not create unique index "index_tags_on_name" DETAIL: Key (name)=(XSS') is duplicated. : CREATE UNIQUE INDEX "index_tags_on_name" ON "tags" ("name") ``` This migration fails if there are duplicates: https://github.com/mbleigh/acts-as-taggable-on/blob/v3.5.0/db/migrate/2_add_missing_unique_indices.rb#L3 See merge request !623
-
Valery Sizov authored
Change the MySQL collation type to utf8_bin to ensure case-sensitive tags are supported MySQL tables had a collation type of utf8_ci, which makes the name case-insensitive. Previously this migration was run only after indices were built, but it needs to happen before if there is existing data that is case-sensitive. This is an idempotent change, so applying it again in the existing migration (20150425164651) should not change anything. This is related to !623, but this migration should run before that one. * Closes #1589 * Closes https://github.com/gitlabhq/gitlabhq/issues/9255 See merge request !625
-
Valery Sizov authored
Conditionally remove indices that may not exist in pre-GitLab v6.7 installations In pre-GitLab v6.7 installations, the `tagging` indices were directly added to the init schema and not added in a migration. Anyone using this older DB schema may not have these indicies, so only remove them if they are there. Closes #1593 See merge request !626
-
Stan Hu authored
Closes #1593
-
Marin Jankovski authored
new issue after release See merge request !1810
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 07 May, 2015 5 commits
-
-
Stan Hu authored
-
Robert Speicher authored
Fix tooltips for event filter links See merge request !618
-
Douwe Maan authored
Improve handling of large diffs Diffs with a large number of changed lines time out (504 HTTP error) or generate a HTML page that's so heavy web browsers struggle with it. https://github.com/gitlabhq/gitlabhq/pull/5014 introduced limits on commit line count so that only a safe portion is rendered. This was later undone by code refactoring in be5b6db8, e0eb4803 and c741fcab. This patch re-introduces a safe limit on number of lines. See merge request !539
-
Jeroen van Baarsen authored
Fix bootlint issues on git clone holder bar
-
Karen Carias authored
-