Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-03Remove varchar length limits leftover in databases that were migrateidremove-all-varchar-limitsGreg Stark
from MySQL in the past. This means altering any tables that have varchar(255) or varchar(510) to just be plain varchar. This brings these databases closer into sync with the bundled schema.rb. This will not require rewriting any tables and will not require scanning the entirety of any tables so it should be very fast. Nonetheless it does require an exclusive lock on each affected table (one at a time, not all at once) so on a very busy database it could cause a short period of lack of responsiveness on the database. It's important as a result that this run at a time when no long-running background migrations or batch queries are running on the database.
2017-09-19Merge branch '37894-handle-if-auto-devops-domain-is-not-set' into 'master'Stan Hu
Resolve "Handle if Auto DevOps domain is not set" Closes #37894 See merge request gitlab-org/gitlab-ce!14319
2017-09-19Merge branch ↵Fatih Acet
'37298-the-prettytime-utils-module-could-use-some-light-maintenance' into 'master' Resolve some tech debt in the prettyTime module Closes #37298 See merge request gitlab-org/gitlab-ce!14058
2017-09-19Merge branch 'revert-feature-highlight' into 'master'Jacob Schatz
Revert feature highlight Closes #38087 See merge request gitlab-org/gitlab-ce!14373
2017-09-19Update _show.html.hamlFabio Busatto
2017-09-19Merge branch ↵Stan Hu
'37890-auto-devops-banner-is-not-shown-when-the-repository-is-empty-new-project' into 'master' Resolve "Auto DevOps banner is not shown when the repository is empty (new project)" Closes #37890 See merge request gitlab-org/gitlab-ce!14321
2017-09-19Improve after code-reviewKamil Trzcinski
2017-09-19Revert feature highlightClement Ho
2017-09-19Merge branch 'reoganize-deployment-indexes' into 'master'Stan Hu
Reorganize indexes for the "deployments" table Closes #36877 See merge request gitlab-org/gitlab-ce!14348
2017-09-19Merge branch 'gitaly-prepare-cherry-pick-revert' into 'master'Rémy Coutable
Prepare cherry-pick and revert for migration to Gitaly See merge request gitlab-org/gitlab-ce!14339
2017-09-19Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)
2017-09-19Add specs for warning message shown in Auto DevOps settingsKamil Trzcinski
2017-09-19Merge branch 'do-not-perform-disk-check' into 'master'Stan Hu
Do not perform hard check (presence of file on storage) Closes #37945 See merge request gitlab-org/gitlab-ce!14369
2017-09-19Merge branch 'dz-check-schema' into 'master'Rémy Coutable
Add rake task to check db schema is valid Closes #37568 See merge request gitlab-org/gitlab-ce!14365
2017-09-19Merge branch 'sidebar-sidebars-only-when-scroll' into 'master'Filipa Lacerda
Only show the sidebar scroll bars if the user can scroll Closes #37972 See merge request gitlab-org/gitlab-ce!14335
2017-09-19Merge branch 'patch-2' into 'master'Grzegorz Bizon
Replace "/" with "-" in cache key documentation See merge request gitlab-org/gitlab-ce!14034
2017-09-19Merge branch 'backstage/gb/jobs-triggering-policy-specifications' into 'master'Kamil Trzciński
Implement job policy specifications Closes #37280 See merge request gitlab-org/gitlab-ce!14265
2017-09-19Do not perform hard check (presence of file on storage)Kamil Trzcinski
Instead perform soft check (the column set to indicate that file does exist)
2017-09-19Merge branch 'fix-rails-migrations-for-partial-indexes' into 'master'Yorick Peterse
Fix regular expression used for opclasses to not be confused by partial index clause See merge request gitlab-org/gitlab-ce!14343
2017-09-19Merge branch 'acey-flakes' into 'master'Rémy Coutable
fix transient user_edits_files_spec failures See merge request gitlab-org/gitlab-ce!14324
2017-09-19Merge branch '38060-fix-groups-api-owned-groups' into 'master'Douwe Maan
Fix the groups API endpoint to handle ?owned=true correctly Closes #38060 See merge request gitlab-org/gitlab-ce!14362
2017-09-19Add rake task to check db schema is validDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-09-19Merge branch 'backstage/gb/steal-stages-statuses-migration' into 'master'Kamil Trzciński
Steal stages statuses migration Closes #37694 See merge request gitlab-org/gitlab-ce!14217
2017-09-19Add warning message if domain or cluster are not configuredbokebilly
2017-09-19Fix changelogKamil Trzcinski
2017-09-19Revert changes made to merge requests blank slateKamil Trzcinski
2017-09-19Enhance reuse in MRbikebilly
2017-09-19Enhance reuse in MRbikebilly
2017-09-19Add new fileFabio Busatto
2017-09-19Remove double div in MRbikebilly
2017-09-19Remove double divbikebilly
2017-09-19Add banner in missing pagesbokebilly
2017-09-19Fix the groups API endpoint to handle ?owned=true correctlyNick Thomas
2017-09-19Merge branch '37999-fix-circuit-breaker' into 'master'Douwe Maan
Fix the filesystem shard health check to check all configured shards Closes #37999 See merge request gitlab-org/gitlab-ce!14341
2017-09-19Merge branch ↵Rémy Coutable
'refine-docs-trigger-script-and-use-a-really-long-branch-name-to-test-it' into 'master' Refine docs trigger script and use a really long branch name to test it For branch names more than 63 characters we were hitting the filesystem limit and rsync created a truncated directory. This change truncates the branch name beforehand so the Review App URL is properly shown in the merge request widget. See merge request gitlab-org/gitlab-ce!14354
2017-09-19Refine docs trigger script and use a really long branch name to test itAchilleas Pipinellis
2017-09-19Merge branch 'sh-stop-loading-issue-discussions' into 'master'Douwe Maan
Remove unnecessary loading of discussions in `IssuesController#show` Closes #38034 See merge request gitlab-org/gitlab-ce!14351
2017-09-19Merge branch 'dev_time_failure_on_haml_to_gitaly' into 'master'Rémy Coutable
Detect n+1 issues involving Gitaly See merge request gitlab-org/gitlab-ce!13996
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-09-19Fix regular expression used for opclasses to not be confused by partial ↵Greg Stark
index clause
2017-09-19Merge branch 'sh-project-feature-eager-load' into 'master'Yorick Peterse
Eliminate N+1 queries referencing issues Closes #38033 See merge request gitlab-org/gitlab-ce!14349
2017-09-19Merge branch 'backstage/gb/qa/fix-admin-area-selector' into 'master'Rémy Coutable
Fix admin area selector in GitLab QA Closes gitlab-qa#66 See merge request gitlab-org/gitlab-ce!14356
2017-09-19Fix the filesystem shard health check to check all configured shardsNick Thomas
2017-09-19Merge branch 'rc/improve-users-api-specs' into 'master'Grzegorz Bizon
Improve the Users API specs by asserting against the response schema See merge request gitlab-org/gitlab-ce!14334
2017-09-19Remove unnecessary loading of discussions in `IssuesController#show`Stan Hu
Discussions are now done asynchronously via the `IssuesController#discussions` endpoint, so this should no longer be needed. This was taking 32% of the load time for GitLab CE issue 1. Closes #38034
2017-09-19Merge branch 'bvl-port-of-ee-translations' into 'master'Douwe Maan
Port of EE translations Closes #37914 See merge request gitlab-org/gitlab-ce!14340
2017-09-19Fix admin area selector in GitLab QAGrzegorz Bizon
Fixes gitlab-org/gitlab-qa#66
2017-09-19Fix closing braces in YAML processor specsGrzegorz Bizon
2017-09-19Only show the sidebar scroll bars if the user can scrollPhil Hughes
Closes #37972
2017-09-19Merge branch 'issue_32215' into 'master'Rémy Coutable
Allow DEVELOPER role to admin milestones Closes #32215 See merge request gitlab-org/gitlab-ce!14257