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
2018-01-25nicefeature/sm/artifacts-trace-2Shinya Maeda
2018-01-25Split Full and LiveShinya Maeda
2018-01-25Trace as artifactsShinya Maeda
2018-01-25Merge branch ↵Rémy Coutable
'42161-gitaly-commitservice-encoding-undefinedconversionerror-u-c124-from-utf-8-to-ascii-8bit' into 'master' Resolve "Gitaly::CommitService: Encoding::UndefinedConversionError: U+C124 from UTF-8 to ASCII-8BIT" Closes #42161 See merge request gitlab-org/gitlab-ce!16637
2018-01-25Merge branch 'fl-mr-widget-refactor' into 'master'Phil Hughes
Moves more mr widget components into vue files See merge request gitlab-org/gitlab-ce!16677
2018-01-25Merge branch 'sh-add-gitaly-health-check' into 'master'Robert Speicher
Add a gRPC health check to ensure Gitaly is up See merge request gitlab-org/gitlab-ce!16606
2018-01-25Update CHANGELOG.md for 10.4.1Robert Speicher
[ci skip]
2018-01-25Add a gRPC health check to ensure Gitaly is upStan Hu
This will enable Geo to skip shards that not operational. Relates to gitlab-org/gitlab-ee#4329
2018-01-25Merge branch '39917-revert-this-merge-request-text' into 'master'Fatih Acet
Resolve ""Revert this merge request" modal has confusing string" Closes #39917 See merge request gitlab-org/gitlab-ce!16611
2018-01-24Merge branch 'fix/add-formatted-data-to-wiki-page' into 'master'Robert Speicher
Add formatted_data attribute to Git::WikiPage Closes #39805 See merge request gitlab-org/gitlab-ce!16682
2018-01-24Merge branch 'search-100' into 'master'Yorick Peterse
Use limit for search count queries See merge request gitlab-org/gitlab-ce!16502
2018-01-24Add formatted_data attribute to Git::WikiPageAhmad Sherif
Related to #39805
2018-01-24Merge branch '40744-idempotent-ids' into 'master'Robert Speicher
Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' Closes #30783 See merge request gitlab-org/gitlab-ce!16516
2018-01-24Merge branch 'feature/migrate-get-lfs-ptrs-to-gitaly' into 'master'Robert Speicher
Migrate .batch_lfs_pointers to Gitaly Closes gitaly#921 See merge request gitlab-org/gitlab-ce!16517
2018-01-24Merge branch 'dm-project-system-hooks-in-transaction' into 'master'Robert Speicher
Execute system hooks after-commit when executing project hooks See merge request gitlab-org/gitlab-ce!16673
2018-01-24Avoid array indices to fixtures in JS specsNick Thomas
2018-01-24Migrate .batch_lfs_pointers to GitalyAhmad Sherif
Closes gitaly#921
2018-01-24Updates `Revert this merge request` textJacopo
Changes the text in the Revert merge request modal: `Start a new merge request with these changes` => `Start a new merge request with the revert changes`.
2018-01-24Merge branch '42361-workaround' into 'master'Robert Speicher
Resolve "Spec failure in ./spec/features/issues/spam_issues_spec.rb" Closes #42361 See merge request gitlab-org/gitlab-ce!16671
2018-01-24Work around a bug in DatabaseCleaner when using the deletion strategy on MySQLNick Thomas
2018-01-24Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas
2018-01-24Merge branch 'rc/move-one-spinach-job-to-rspec' into 'master'Robert Speicher
Remove one Spinach job and add one RSpec job See merge request gitlab-org/gitlab-ce!16675
2018-01-24Merge branch 'feature/migrate-bundle-to-disk-to-gitaly' into 'master'Robert Speicher
Migrate repository bundling to Gitaly Closes gitaly#929 See merge request gitlab-org/gitlab-ce!16563
2018-01-24Workaround a recaptcha pop-up that cannot be testedRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-24Merge branch 'patch-28' into 'master'Robert Speicher
Fix typo in `.gitlab-ci.yml` heading See merge request gitlab-org/gitlab-ce!16668
2018-01-24Merge branch 'osw-updates-merge-status-on-api-actions' into 'master'Douwe Maan
Return more consistent values for merge_status on V4 MR APIs Closes #20639 See merge request gitlab-org/gitlab-ce!16626
2018-01-24Moves more mr widget components into vue filesFilipa Lacerda
Adds i18n Adds better test coverage
2018-01-24Merge branch 'PNSalocin/gitlab-ce-24035-api-create-application' into 'master'Rémy Coutable
Add application create API Closes #24035 See merge request gitlab-org/gitlab-ce!16643
2018-01-24Execute system hooks after-commit when executing project hooksDouwe Maan
2018-01-24Remove one Spinach job and add one RSpec jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-24Remove callback as we already update accordingly on servicesOswaldo Ferreira
2018-01-24Merge branch 'groups-webpack-bundle' into 'master'Filipa Lacerda
Added dispatcher imports for groups webpack bundle See merge request gitlab-org/gitlab-ce!16644
2018-01-24Fix typo in `.gitlab-ci.yml` headingMathijs de Kruyf
2018-01-24Migrate repository bundling to GitalyAhmad Sherif
Closes gitaly#929
2018-01-24Merge branch 'sh-fix-cross-site-forgery-errors' into 'master'Rémy Coutable
Return a blank JSON response for a missing .js file to prevent Rails CSRF errors Closes #40771 See merge request gitlab-org/gitlab-ce!16664
2018-01-24Merge branch 'ph-even-more-dispatcher-imports' into 'master'Filipa Lacerda
Added imports for dispatcher routes See merge request gitlab-org/gitlab-ce!16640
2018-01-24Merge branch 'winh-axios-mock-restore' into 'master'Filipa Lacerda
Use restore() instead of reset() for removing axios MockAdapter See merge request gitlab-org/gitlab-ce!16647
2018-01-24Merge branch 'rc/improve-setup-test-env' into 'master'Grzegorz Bizon
Speed-up setup-test-env See merge request gitlab-org/gitlab-ce!16621
2018-01-24Merge branch 'fix/gitaly-can-be-merged-for-missing-conflict-files' into 'master'Grzegorz Bizon
GitalyClient::ConflictsService#conflicts? should return true for conflicts with missing side See merge request gitlab-org/gitlab-ce!16655
2018-01-24Merge branch 'qa-deploy-key-factory-product' into 'master'Grzegorz Bizon
Scrap the deploy key title and match it in test See merge request gitlab-org/gitlab-ce!16554
2018-01-24Merge branch '32546-cannot-copy-paste-on-ios' into 'master'Phil Hughes
Resolve "Cannot copy/paste on iOS" Closes #32546 See merge request gitlab-org/gitlab-ce!15804
2018-01-24added missing importsPhil Hughes
2018-01-24correctly imports performance barPhil Hughes
2018-01-24Added imports for dispatcher routesPhil Hughes
2018-01-24Make the exposing of the Application secret more explicitToon Claes
To make it more clear to developers that the entity exposes the application secret, define a separate entity that only should be used when the secret is needed (probably only on creation).
2018-01-24Add documentation about when the application API was addedToon Claes
2018-01-24Add application create APINicolas MERELLI
2018-01-24Return a blank JSON response for a missing .js file to prevent Rails CSRF errorsStan Hu
The default 404 handler would return the Content-Type format based on the given format extension. This would cause the Rails CSRF protection to flag an error, since the .js extension gets mapped to text/javascript format. Closes #40771
2018-01-24add CHANGELOG.md entry for !15804Mike Greiling
2018-01-24disable CopyAsGFM on iOS due to bug in webkitMike Greiling