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
2019-04-04Merge commit '6d000c9f9cbc65f92ed27ea55a14e5de9b11320d' into 11-10-stableJohn T Skarbek
2019-04-04Merge branch '60057-fix-gitlab-schema-keyerror' into 'master'Douglas Barbosa Alexandre
Fix a KeyError in GitlabSchema Closes #60057 See merge request gitlab-org/gitlab-ce!27011
2019-04-04Merge branch 'fj-rename-terminal-to-channel' into 'master'Nick Thomas
Rename Workhorse terminal_specification to channel_specification See merge request gitlab-org/gitlab-ce!26939
2019-04-04Renamed terminal_specification to channel_specificationFrancisco Javier López
We're moving from using terminology related to terminals when we refer to Websockets connections in Workhorse. It's more appropiate a concept like channel.
2019-04-04Fix a KeyError in GitlabSchemaNick Thomas
2019-04-04Merge branch '58375-reactive-caching-changes' into 'master'Michael Kozono
Allow reactive caching to be used in services See merge request gitlab-org/gitlab-ce!26839
2019-04-04Allow reactive caching to be used in servicesReuben Pereira
Add support for defining a reactive_cache_worker_finder function that will be used by the reactive_caching_worker to generate/initialize the calling object. This allows reactive caching to work with Services where the object cannot be obtained from DB but a new object can be initialized.
2019-04-04Merge branch '57831-allow-graphql-scalar-fields-to-be-authorized' into 'master'Nick Thomas
Allow GraphQL Scalar-fields to be authorized Closes #57831 See merge request gitlab-org/gitlab-ce!26338
2019-04-04Merge branch 'mw-i18n-helpers' into 'master'Nick Thomas
Externalize strings in helpers See merge request gitlab-org/gitlab-ce!26845
2019-04-04Externalize strings in helpersMartin Wortschack
- Update qa selector - Update PO file
2019-04-04Merge branch '59995-ide-status-bar-vue-render-error' into 'master'Phil Hughes
Fix vue render error for IDE status bar Closes #59995 See merge request gitlab-org/gitlab-ce!26979
2019-04-04Merge branch 'id-51433-sort-wiki-by-date' into 'master'Douwe Maan
Allow to sort wiki pages by date and title See merge request gitlab-org/gitlab-ce!25365
2019-04-04Allow to sort wiki pages by date and titleIgor
- Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
2019-04-04Merge branch 'update-gitlab-shell' into 'master'Douglas Barbosa Alexandre
Update GitLab Shell to v9.0.0 See merge request gitlab-org/gitlab-ce!27002
2019-04-04Merge branch '58405-basic-limiting-complexity-of-graphql-queries' into 'master'Rémy Coutable
Basic limiting complexity of GraphQL queries Closes #58405 See merge request gitlab-org/gitlab-ce!26629
2019-04-04Merge branch '58839-automatically-set-prometheus-step-interval' into 'master'James Lopez
Resolve "Automatically set Prometheus step interval" Closes #58839 See merge request gitlab-org/gitlab-ce!26441
2019-04-04Automatically set Prometheus step intervalPeter Leitzen
By computing the step interval passed to the query_range Prometheus API call we improve the performance on the Prometheus server and GitLab by reducing the amount of data points sent back and prevent Prometheus from sending errors when requesting longer intervals.
2019-04-04Merge branch 'xanf/gitlab-ce-transfer-disables-js' into 'master'Sean McGivern
Resolve "Failing group transfer disables expandable sections" Closes #45511 See merge request gitlab-org/gitlab-ce!26837
2019-04-04Merge branch '59570-confidential-quick-action' into 'master'Sean McGivern
Extract confidential quick action spec to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26913
2019-04-04Update GitLab Shell to v9.0.0Nick Thomas
2019-04-04Merge branch '58881-doc-registry-s3-permissions-scopes' into 'master'Marcia Ramos
Add a link to S3 Permission Scopes for registry object storage Closes #58881 See merge request gitlab-org/gitlab-ce!26067
2019-04-04Add a link to S3 Permission Scopes for registry object storageDiana Stanley
2019-04-04Merge branch 'allow-to-use-untrusted-ruby-syntax' into 'master'Sean McGivern
Allow to use untrusted ruby syntax See merge request gitlab-org/gitlab-ce!26905
2019-04-04Allow to use untrusted Regexp via feature flagKamil Trzciński
This brings support for untrusted regexp for 'only:refs:' when enabled via feature flag: alllow_unsafe_ruby_regexp. This is by default disabled, and should not be used in production
2019-04-04Fix vue render error for IDE status barPaul Slaughter
**What?** A Vue warning that `ide_status_bar` sent a `Boolean` to a `String` property (`img-src). **What was the fix?** Previously, `latestPipeline` could be one of the following values: | | | |----------|--------| | `null` | The pipeline hasn't loaded yet | | `false` | The pipeline has loaded, but nothing was returned. | | `Object` | The piepline has loaded. | Giving a semantic meaning to different falsey values hurts maintainability. This commit fixes the above problem by removing the `false` value and introducing a `hasLoadedPipeline` state property.
2019-04-04Merge branch 'id-mr-list-when-filtered-by-approvers-only' into 'master'Douglas Barbosa Alexandre
Consider array params on rendering MR list on dashboard See merge request gitlab-org/gitlab-ce!26623
2019-04-04Consider array params on rendering MR list on dashboardIgor
This fixes the bug, when approver filter is provided, but dashboard asks to enter any filter
2019-04-04Merge commit 'b99b6bb0960f749e1ba9a129be9c0365e306ed96' into 11-10-stableJohn T Skarbek
2019-04-04Merge branch '60029-fix-broken-master' into 'master'Sean McGivern
Fix an order-dependent spec failure in spec/migrations/schedule_sync_issuables_state_id_spec.rb Closes #60029 See merge request gitlab-org/gitlab-ce!26997
2019-04-04Merge branch '38564-cant-leave-subgroup' into 'master'James Lopez
Change the way it is checked if the user is last group owner Closes #38564 See merge request gitlab-org/gitlab-ce!26718
2019-04-04Add cr remarksGosia Ksionek
Chnage method used in model to make it more efficient database-wise Add additional spec
2019-04-04Use parent object when authorizing scalar typesBrett Walker
2019-04-04Merge branch 'revert-4e045cd5' into 'master'Annabel Dunstone Gray
Revert "Merge branch 'fix/missing-border' into 'master'" See merge request gitlab-org/gitlab-ce!26980
2019-04-04Merge branch 'jprovazn-graphql-prometheus' into 'master'Dmitriy Zaporozhets
Monitor GraphQL with Prometheus (try 2) See merge request gitlab-org/gitlab-ce!26917
2019-04-04Monitor GraphQL with PrometheusJan Provaznik
Extends graphql's platform tracing class to observe duration of graphql methods. In graphql 1.8.11 is added prometheus class but it's not very useful for us because it uses prometheus_exporter to export results.
2019-04-04Initial field and query complexity limitsBrett Walker
It makes all Types::BaseField default to a complexity of 1. Queries themselves now have limited complexity, scaled to the type of user: no user, authenticated user, or an admin user.
2019-04-04Merge branch 'rs-release-automation-danger' into 'master'Yorick Peterse
Exempt release automation MRs from Danger rules Closes gitlab-org/release/framework#269 See merge request gitlab-org/gitlab-ce!26993
2019-04-04Fix an order-dependent spec failure in ↵Nick Thomas
spec/migrations/schedule_sync_issuables_state_id_spec.rb
2019-04-04Merge branch 'osw-support-multi-line-suggestions' into 'master'Douwe Maan
Support multi-line suggestions Closes #53310 See merge request gitlab-org/gitlab-ce!25211
2019-04-04Fixed test specsOswaldo Ferreira
- added suggestions to mock data - fixed props to be not required
2019-04-04Merge branch 'ignore-merge-when-merge-pipelines-is-stale-ce' into 'master'Kamil Trzciński
Backport: Ignore merge if the status of the merge request pipeline is stale See merge request gitlab-org/gitlab-ce!26975
2019-04-04Merge branch 'webpack-memory-bump' into 'master'Phil Hughes
Fix webpack dev-server crash caused by 1.5gb limit Closes #59075 See merge request gitlab-org/gitlab-ce!26849
2019-04-04Extract confidential quick action spec to a shared exampleAlexandru Croitor
2019-04-04Merge remote-tracking branch 'origin/master' into 11-10-stableJohn T Skarbek
2019-04-04Merge branch 'stop-signing-avatar-paths' into 'master'Kamil Trzciński
Speed up avatar URLs with object storage Closes #43065 See merge request gitlab-org/gitlab-ce!26858
2019-04-04Merge branch 'dz-reserve-v2-root-path' into 'master'Grzegorz Bizon
Add v2 to reserved top level routes See merge request gitlab-org/gitlab-ce!26540
2019-04-04Merge branch '54417-graphql-type-authorization' into 'master'Nick Thomas
GraphQL Type authorization Closes #54417 See merge request gitlab-org/gitlab-ce!25724
2019-04-04Exempt release automation MRs from Danger rulesRobert Speicher
2019-04-04Merge branch 'ml-add-testing-to-feature-proposal-template-docs' into 'master'Rémy Coutable
Add testing to feature proposal template See merge request gitlab-org/gitlab-ce!26779
2019-04-04Add testing to feature proposal templateMark Lapierre