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-06-05Revert "Merge branch 'per-project-pipeline-iid' into 'master'"Mayra Cabrera
This reverts commit 7b00bc5b2f51a66b8dc8e63c47b13940010dd68d, reversing changes made to 5f0a5367c8081a788f03a8e14907838481128fae.
2018-06-04Add ability to search wiki titlesFrancisco Javier López
2018-06-04Merge branch 'sh-fix-source-project-nplus-one' into 'master'Sean McGivern
Fix N+1 with source_projects in merge requests API See merge request gitlab-org/gitlab-ce!19346
2018-06-04Merge branch 'bvl-bump-gitlab-shell-7-1-3' into 'master'Douwe Maan
Bump gitlab-shell to 7.1.3 See merge request gitlab-org/gitlab-ce!19358
2018-06-04Merge branch 'sh-fix-secrets-not-working' into 'master'Douwe Maan
Fix attr_encryption key settings Closes #47166 See merge request gitlab-org/gitlab-ce!19341
2018-06-04Bump gitlab-shell to 7.1.3Bob Van Landuyt
This includes the change that prints the @username of a user instead of the full name. https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/204
2018-06-04Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-06-03Update selenium-webdriver to 3.12.0Takuya Noguchi
2018-06-03Fix N+1 with source projects in merge requests APIStan Hu
Now that we are checking `MergeRequest#for_fork?`, we also need the source project preloaded for a merge request.
2018-06-02Fix attr_encryption key settingsStan Hu
attr_encrypted does different things with `key` depending on what mode you are using: 1. In `:per_attribute_iv_and_salt` mode, it generates a hash with the salt: https://github.com/attr-encrypted/encryptor/blob/c3a62c4a9e74686dd95e0548f9dc2a361fdc95d1/lib/encryptor.rb#L77. There is no need to truncate the key to 32 bytes here. 2. In `:per_attribute_iv` mode, it sets the key directly to the password, so truncation to 32 bytes is necessary. Closes #47166
2018-06-02Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-06-01Merge branch 'sh-bump-omniauth-gitlab' into 'master'Robert Speicher
Bump omniauth-gitlab to 1.0.3 See merge request gitlab-org/gitlab-ce!19319
2018-06-01Adds "the" to the new label page to correct the sentence.Sam Beckham
2018-06-01Bump omniauth-gitlab to 1.0.3Stan Hu
This version of the gem uses API v4 by default: https://github.com/linchus/omniauth-gitlab/commit/fd13de9f251fdaa72ba0195bda47cd2cb8731084
2018-06-01Merge branch '47113-modal-header-styling-is-broken' into 'master'Filipa Lacerda
Resolve "Modal header styling is broken" Closes #47113 See merge request gitlab-org/gitlab-ce!19312
2018-06-01Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉
2018-06-01Adds the changelog entry for the modal header fixsamdbeckham
2018-06-01Make http_io honor HTTP(S)_PROXY environment.NLR
2018-06-01ReactiveCaching#clear_reactive_cache! should clear the not keep the cache aliveTiago Botelho
2018-06-01Add validation to webhook and service URLs to ensure they are not blocked ↵Francisco Javier López
because of SSRF
2018-06-01Merge branch '46019-add-missing-migration' into 'master'Yorick Peterse
Resolve "ActiveRecord::RecordInvalid: Validation failed: Build timeout needs to be at least 10 minutes" Closes #46019 See merge request gitlab-org/gitlab-ce!18775
2018-06-01Merge branch 'add-moneky-patch-for-using-stream-upload-with-carrierwave' ↵Kamil Trzciński
into 'master' Add a monkey patch of https://github.com/carrierwaveuploader/carrierwave/pull/2314 See merge request gitlab-org/gitlab-ce!19102
2018-06-01Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into ↵Dmitriy Zaporozhets
'master' Resolve "Add support for Jupyter in GitLab via Kubernetes" Closes #46487 See merge request gitlab-org/gitlab-ce!19019
2018-06-01Merge branch '47046-use-sortable-from-npm' into 'master'Phil Hughes
Use NPM provided version of SortableJS Closes #47046 See merge request gitlab-org/gitlab-ce!19274
2018-06-01Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-06-01Update 404 and 403 pagesPaul Slaughter
2018-05-31Merge branch 'rails5-active-sup-subscriber' into 'master'Rémy Coutable
Make ActiveRecordSubscriber rails 5 compatible Closes #44702 See merge request gitlab-org/gitlab-ce!19276
2018-05-31Add merge requests list endpoint for groupsFelipe Artur
2018-05-31Merge branch '46552-fixes-redundant-message-for-failure-reasons' into 'master'Grzegorz Bizon
Fixes redudant script failure message Closes #46552 and #44271 See merge request gitlab-org/gitlab-ce!19138
2018-05-31Merge branch '41587-osw-mr-metrics-migration-take-two' into 'master'Grzegorz Bizon
Take two for MR metrics population background migration See merge request gitlab-org/gitlab-ce!19097
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-31Make ActiveRecordSubscriber rails 5 compatibleJarka Kadlecová
2018-05-31Merge branch 'sh-fix-issue-api-perf-n-plus-one' into 'master'Nick Thomas
Eliminate cached N+1 queries for projects in Issue API See merge request gitlab-org/gitlab-ce!19269
2018-05-31Add changelog entryKushal Pandya
2018-05-31Merge branch 'rails5-fix-46230' into 'master'Rémy Coutable
Use strings as properties key in kubernetes service spec. See merge request gitlab-org/gitlab-ce!19265
2018-05-31Resolve "Remove links from Web IDE unexpectedly navigate you to a different ↵Sam Beckham
page"
2018-05-31Merge branch '46903-osw-fix-permitted-params-filtering-on-merge-scheduling' ↵Sean McGivern
into 'master' Adjust permitted params filtering on merge scheduling Closes #46903 See merge request gitlab-org/gitlab-ce!19255
2018-05-31Merge branch 'fj-36819-remove-v3-api' into 'master'Douwe Maan
Removal of API v3 from the codebase Closes #36819 See merge request gitlab-org/gitlab-ce!18970
2018-05-31Eliminate cached N+1 queries for projects in Issue APIStan Hu
In CE, every `Issue` entity is also a `ProjectEntity`, which calls `entity&.project.try(:id)` to show the project ID. In an API request with 100 issues, this would hit the Rails statement cache 100 times for the same project and cause unnecessary overhead as related models would also be loaded. In EE, we call `Issue#supports_weight?` for each issue, which then calls `project&.feature_available?(:issue_weights)`. If the project is not preloaded, this incurs additional overhead, as each individual Project object has to be queried. This can lead to a significant performance hit. In loading the CE project with 100 issues, this contributed to at least 22% of the load time. See https://gitlab.com/gitlab-org/gitlab-ce/issues/47031 for why testing this is a bit tricky.
2018-05-31Update CHANGELOG.md for 10.8.3Mayra Cabrera
[ci skip]
2018-05-31Use strings as properties key in kubernetes service spec.Jasper Maes
2018-05-30Merge branch 'fix-nbsp-after-sign-in-with-google' into 'master'Filipa Lacerda
Fix   after sign-in with Google button Closes #45551 See merge request gitlab-org/gitlab-ce!19249
2018-05-30Merge branch '46999-line-profiling-modal-width' into 'master'Clement Ho
Line profiling modal width Closes #46999 See merge request gitlab-org/gitlab-ce!19253
2018-05-30Removed API endpoint and specsFrancisco Javier López
2018-05-30Adjust permitted params filtering on merge schedulingOswaldo Ferreira
2018-05-30Fix UI broken in line profiling modal due to Bootstrap 4Takuya Noguchi
2018-05-30Take two for MR metrics population background migrationOswaldo Ferreira
2018-05-30Merge branch 'dm-api-projects-members-preload' into 'master'Robert Speicher
Only preload member records for the relevant projects/groups/user in projects API See merge request gitlab-org/gitlab-ce!18945
2018-05-30Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern
Replace grape-route-helpers with our own grape-path-helpers Closes #45718 See merge request gitlab-org/gitlab-ce!19240
2018-05-30Only preload member records for the relevant projects/groups/user in ↵Douwe Maan
projects API