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
path: root/lib
AgeCommit message (Collapse)Author
2017-05-15Merge branch 'dm-dependency-linker-file-type' into 'master' Robert Speicher
Select dependency linker based on file type See merge request !11357
2017-05-15Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' Kamil Trzciński
Allow numeric values in gitlab-ci.yml Closes #30017 See merge request !10607
2017-05-15Merge branch 'rename-column-concurrently-defaults' into 'master' Rémy Coutable
Fix adding defaults for concurrent column renames See merge request !11335
2017-05-15Merge branch 'dturner/username' into 'master' Rémy Coutable
add username field to push webhook Closes #32136 See merge request !11272
2017-05-14Merge branch 'fix/support-commit-deltas-only-for-gitaly' into 'master' Robert Speicher
Fetch commit deltas from Gitaly Closes gitaly#199 See merge request !11122
2017-05-13Add support for deltas_only under GitalyAhmad Sherif
Closes gitaly#199
2017-05-13Select dependency linker based on file typeDouwe Maan
2017-05-13Update SystemHooks API to expose and handle new repository_update_eventsGabriel Mazetto
2017-05-13Added repository_update hookGabriel Mazetto
2017-05-13Remove trailing comma in dependency linker to satisfy RubocopStan Hu
2017-05-12Merge branch 'fix-conflict-resolution-with-corrupt-repos' into 'master' Douwe Maan
Fix conflict resolution from corrupted upstream Closes gitlab-ee#2128 See merge request !11298
2017-05-12Fix conflict resolution from corrupted upstreamSean McGivern
I don't know why this happens exactly, but given an upstream and fork repository from a customer, both of which required GC, resolving conflicts would corrupt the fork so badly that it couldn't be cloned. This isn't a perfect fix for that case, because the MR may still need to be merged manually, but it does ensure that the repository is at least usable. My best guess is that when we generate the index for the conflict resolution (which we previously did in the target project), we obtain a reference to an OID that doesn't exist in the source, even though we already fetch the refs from the target into the source. Explicitly setting the source project as the place to get the merge index from seems to prevent repository corruption in this way.
2017-05-12Merge branch 'disable-usage-ping' into 'master'Robert Speicher
Usage ping updates Closes #31741 and #31453 See merge request !11231
2017-05-12Merge branch 'dm-dependency-linker-gemfile' into 'master' Sean McGivern
Autolink package names in Gemfile See merge request !11224
2017-05-12Merge branch '27439-performance-deltas' into 'master' Douwe Maan
Expose memory deltas between app deployments and refactor prometheus queries to support more custom queries See merge request !10981
2017-05-12Merge branch 'bvl-fix-dynamic-path-query' into 'master' Douwe Maan
Only rename namespaces and projects with an invalid path See merge request !11338
2017-05-12Update rename_base.rbJames Lopez
2017-05-12Only rename namespaces and projects with an invalid pathBob Van Landuyt
For exact matches, not namespaces that end with an invalid path
2017-05-12Link Gemfile git URLsDouwe Maan
2017-05-12Fix adding defaults for concurrent column renamesYorick Peterse
By adding the default value _after_ adding the column we avoid updating all rows in a table, saving a lot of time and unnecessary work in the process.
2017-05-12Merge branch 'backport_file_filder_from_ee' into 'master' Sean McGivern
Backport FileFinder from EE Closes #32188 See merge request !11319
2017-05-12Avoid comma t the end of hashPawel Chojnacki
2017-05-12Merge branch 'remove-deltas-only' into 'master' Sean McGivern
Remove deltas_only from DiffCollection Closes gitaly#224 See merge request !11285
2017-05-12Backport FileFinder from EEValery Sizov
2017-05-12Merge branch 'fixes_for_multiple_issue_assignees' into 'master' Sean McGivern
Fix for Follow-up from "Backport of Multiple Assignees feature Closes #31888 See merge request !11178
2017-05-12Custom queries for prometheusPawel Chojnacki
- Tests for prometheus queries - fix rubocop warnings - Remove unused method. Add more queries to deployment queries. - Wrap BaseQuery in module hierarchy Renname Prometheus class to PrometheusClient
2017-05-11fix for Follow-up from "Backport of Multiple Assignees featureValery Sizov
2017-05-11Add a new column before creating rename triggersBob Van Landuyt
MySQL doesn't allow us to create a trigger for a column that doesn't exist yet. Failing with this error: ``` Mysql2::Error: Unknown column 'build_events' in 'NEW': CREATE TRIGGER trigger_6a80c097c862_insert BEFORE INSERT ON `services` FOR EACH ROW SET NEW.`build_events` = NEW.`job_events` ``` Creating the new column before creating the trigger avoids this.
2017-05-11Remove deltas_only from DiffCollectionJacob Vosmaer
2017-05-11Add hostname to usage pingSean McGivern
2017-05-11Implement auxiliary blob viewersDouwe Maan
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher
'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
2017-05-11Add username field to push webhookDavid Turner
Signed-off-by: David Turner <novalis@novalis.org>
2017-05-10Merge branch 'bvl-security-patches' into 'master' Robert Speicher
Security patches -> `master` See merge request !11230
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler ↵Dosuken shinya
from 3.1.10 to 3.4.0"
2017-05-10Merge branch 'feature/print-go-version-in-env-info' into 'master' Sean McGivern
Print Go version in rake gitlab:env:info See merge request !11241
2017-05-10Use new SnippetsFinder signature in APIBob Van Landuyt
2017-05-10Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan
Use GroupsFinder to find subgroups the user has access to See merge request !2096
2017-05-10Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
2017-05-10Merge branch '31157-respect-project-features-in-wiki-search' into 'security' Douwe Maan
Respect project features in wiki and blob search See merge request !2089
2017-05-10Merge branch 'bvl-security-9-1-validate-urls-in-markdown-using-uri'Robert Speicher
(security-9-1) Add correct `rel` attributes to external links when rendering markdown See merge request !2097
2017-05-10Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher
(security-9-1) Render asciidoc & other markup using banzai in a pipeline See merge request !2098
2017-05-10Print Go version in rake gitlab:env:infoAhmad Sherif
2017-05-10Autolink package names in GemfileDouwe Maan
2017-05-10Add Gitlab::StringRegexMarkerDouwe Maan
2017-05-10Extract generic parts of Gitlab::Diff::InlineDiffMarkerDouwe Maan
2017-05-10Use relative paths for group/project/user avatarsblackst0ne
2017-05-09Merge branch 'deltas-only' into 'master' Sean McGivern
Don't use DiffCollection for deltas See merge request !11201