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-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-12Merge branch '61841-fix-encoding-error-in-mr-diffs' into 'master'Nick Thomas
Fix encoding error in MR diffs Closes #61841 See merge request gitlab-org/gitlab-ce!32862
2019-09-12Merge branch 'sh-add-index-members-expires' into 'master'Andreas Brandl
Fix member expiration not always working Closes #67286 See merge request gitlab-org/gitlab-ce!32951
2019-09-12Removed padding from project filter fieldDenys Mishunov
Resolves a regression caused by https://bit.ly/2k1GozA
2019-09-12Fix create MR from issue using a tag as ref🙈 jacopo beschi 🙉
Creating a MR from an issue using a tag as ref correctly creates the source branch starting from the tag.
2019-09-12Merge branch 'bw-asset-proxy-markdown-bump' into 'master'Jan Provaznik
Bump the CACHE_COMMONMARK_VERSION See merge request gitlab-org/gitlab-ce!32935
2019-09-12Hide resolve thread button from guestSamantha Ming
- Show if user can_resolve all of the notes
2019-09-12Fix member expiration not always workingStan Hu
The Sidekiq job `RemoveExpiredMembersWorker` was failing to run in production because it was hitting statement timeouts because it was scanning all rows in order. On staging, where it used to scan 4 million rows, adding an index brought this down to only a few hundred rows. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67286
2019-09-12Merge branch 'static-objects-external-storage' into 'master'Thong Kuah
Enable serving static objects from an external storage See merge request gitlab-org/gitlab-ce!31025
2019-09-12Merge branch 'ce-indicator-for-pipeline-for-merge-train' into 'master'Thong Kuah
CE backport for gitlab-org/gitlab-ee!14664: Show indicator to Pipelines for merge train See merge request gitlab-org/gitlab-ce!32025
2019-09-11Add bottom margin to snippet titleMarcel van Remmerden
2019-09-11Bump the CACHE_COMMONMARK_VERSIONBrett Walker
to ensure any markdown generated before the asset proxy default was corrected is re-generated
2019-09-11Add source and merge_request fields to pipeline event webhookBian Jiaping
2019-09-11Use 'gitlab_chronic_duration' gemAleksei Lipniagov
Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
2019-09-11Replacing vue-resource with axios in Markdown fieldWinnie Hellmann
2019-09-11Disable "transfer group" button when no parent group is selectedJan Beckmann
Refactor project_edit.js to be reusable for this purpose Closes #64799
2019-09-11Make MR pipeline widget text more descriptive (CE)Nathan Friend
This change updates the text of the pipeline widget that appears on the merge request page. The text has been made more consistent between different types of pipelines; this makes the front-end implementation simpler and more maintainable. In addition, the type of pipeline is (i.e. regular pipeline, merge request pipeline, detached pipeline) included in the text, making this type more obvious to the end user. Some information has been removed from the widget as part of this change; however, any information that was removed already appears elsewhere on the merge request page.
2019-09-11Enables Run Pipeline button to be renderedFilipa Lacerda
In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
2019-09-11Merge branch 'sh-fix-oauth-application-page' into 'master'Rémy Coutable
Optimize /admin/applications so that it does not timeout Closes #67228 See merge request gitlab-org/gitlab-ce!32852
2019-09-11Merge branch '65988-optimize-snippet-listings' into 'master'Thong Kuah
Optimize queries for snippet listings See merge request gitlab-org/gitlab-ce!32576
2019-09-11Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher
2019-09-11Merge branch 'security-12-3-bump-pages' into 'master'GitLab Release Tools Bot
Set max-age and secure flag for pages auth cookies See merge request gitlab/gitlabhq!3378
2019-09-11Prevent archived projects from showing up in global searchDavid Palubin
2019-09-10Remove vue resource from sidebar serviceWinnie Hellmann
Fixes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32400
2019-09-10Merge branch '34338-details-element' into 'master'Annabel Dunstone Gray
Add padding to details element in markdown Closes #34338 See merge request gitlab-org/gitlab-ce!32716
2019-09-10Resolve "Documentation lacks how to enable Project snippets"🙈 jacopo beschi 🙉
2019-09-10Merge branch 'fj-62807-not-prefill-target-branch' into 'master'Lin Jen-Shin
Avoid filling target branch when unknown and source is default branch Closes #62807 See merge request gitlab-org/gitlab-ce!32701
2019-09-10Optimize queries for snippet listingsMarkus Koller
- Avoid N+1 queries for authors and comment counts - Avoid an additional snippet existence query
2019-09-10Enable serving static objects from an external storageAhmad Sherif
It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
2019-09-10Avoid setting merge request target branch when source if default branchFrancisco Javier López
In case the source and the target project are the same, the source branch is the default branch, and the target branch is not present, we will avoid prefilling the target branch with the repository default branch. Letting the user decide.
2019-09-10Fix encoding error in MR diffsHiroyuki Sato
2019-09-10Optimize /admin/applications so that it does not timeoutStan Hu
On our dev instance, /admin/applications as not loading because: 1. There was an unindexed query by `application_id`. 2. There was an expensive query that attempted to load 1 million unique entries via ActiveRecord just to find the unique count. We fix the first issue by adding an index for that column. We fix the second issue with a simple SELECT COUNT(DISTINCT resource_owner_id) SQL query. In addition, we add pagination to avoid loading more than 20 applications at once. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67228
2019-09-10Merge branch 'issue-67127' into 'master'Ash McKenzie
Expose :protected field for ../tags/:tag_name API endpoint See merge request gitlab-org/gitlab-ce!32790
2019-09-10Merge branch 'jivanvl-add-caret-icon-dashboard' into 'master'Clement Ho
Add caret icons to the monitoring dashboard See merge request gitlab-org/gitlab-ce!32239
2019-09-09Merge branch 'api_settings' into 'master'Douglas Barbosa Alexandre
Improve application settings API Closes #58180 See merge request gitlab-org/gitlab-ce!31149
2019-09-09Expose update project service JSON endpointPeter Leitzen
Utilize `json_fields` to expose fields via `Service#as_json(only: json_fields)`.
2019-09-09Upgrade Gitaly to v1.62.0GitalyBot
2019-09-09Add padding to details element in markdownJarek Ostrowski
Add MR to changelog entry Adjust to give margin bottom to details instead of last-child Remove trailing whitespace
2019-09-09Add caret icons to the monitoring dashboardJose Vargas
The carets will function as a button that will allow the panels from the monitoring dashboard to collapse and show panels
2019-09-09Merge branch '60724-watch-button' into 'master'Clement Ho
Give notification buttons btn-xs class Closes #60724 See merge request gitlab-org/gitlab-ce!32827
2019-09-09Give notification buttons btn-xs classJarek Ostrowski
Add changelog
2019-09-09Improve performance and memory usage of project exportKamil Trzciński
ActiveModel::Serialization is simple in that it recursively calls `as_json` on each object to serialize everything. However, for a model like a Project, this can generate a query for every single association, which can add up to tens of thousands of queries and lead to memory bloat. To improve this, we can do several things: 1. We use `tree:` and `preload:` to automatically generate a list of all preloads that could be used to serialize objects in bulk. 2. We observe that a single project has many issues, merge requests, etc. Instead of serializing everything at once, which could lead to database timeouts and high memory usage, we take each top-level association and serialize the data in batches. For example, we serialize the first 100 issues and preload all of their associated events, notes, etc. before moving onto the next batch. When we're done, we serialize merge requests in the same way. We repeat this pattern for the remaining associations specified in import_export.yml.
2019-09-09Lower searches count limitFrancisco Javier López
Lowering the limit when performing search from 1001 to 101. This will allow us to speed this process.
2019-09-09Upgrade pages to 1.8.1Vladimir Shushlin
2019-09-09Passing job:rules downstream and E2E specs for job:rules configurationdrew
2019-09-09Changelog for "Improve application settings API" !31149Mathieu Parent
2019-09-09Bump Kubeclient to 4.4.0Tiger
2019-09-09Application Statistics APIManoj MJ
This change implements Application Statistics API
2019-09-08Add Changelog entryAndrea Leone
2019-09-07Allow to load ECDSA certificates for pages domainsVladimir Shushlin
Just replace RSA.new with PKey.read