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-06-06Merge branch 'create-base-class-for-auto-merge-architecture' into 'master'Robert Speicher
Create BaseService for Auto Merge architecture See merge request gitlab-org/gitlab-ce!29120
2019-06-06Merge branch 'fix/allow-lower-case-issue-ids' into 'master'Sean McGivern
Allow lowercase prefix for Youtrack issue ids Closes #62661 See merge request gitlab-org/gitlab-ce!29057
2019-06-06Revert "Merge branch 'pages-domain_ssl-valid-period' into 'master'"Nick Thomas
This reverts merge request !28743
2019-06-06Add certificate valid time to pages domain tableVladimir Shushlin
Save certificate validity time for pages domains on save Fill validity time for existing pages domains in background migration
2019-06-06Merge branch 'revert-86900f00' into 'master'Grzegorz Bizon
Revert "Disable retrying cancelled jobs" Closes #62350 See merge request gitlab-org/gitlab-ce!29201
2019-06-06Merge branch 'simplify-pipeline-notification-check' into 'master'Sean McGivern
Simplify notification check for participating See merge request gitlab-org/gitlab-ce!29188
2019-06-06Create BaseService for Auto Merge architectureShinya Maeda
It abstracts some codes for common methods in AutoMerge::*Services.
2019-06-05Backport of 10854-elasticsearch_avoid_dbMario de la Ossa
2019-06-05Setup Git client for JupyterAmit Rathi
2019-06-05Merge branch 'issue_49897' into 'master'Robert Speicher
Delete unauthorized Todos when project is private Closes #49897 See merge request gitlab-org/gitlab-ce!28560
2019-06-05Simplify notification check for participatingHeinrich Lee Yu
2019-06-05Merge branch '54140-non-ar-cache-commit-markdown' into 'master'Douwe Maan
Use Redis for CacheMarkDownField on non AR models Closes #54140 See merge request gitlab-org/gitlab-ce!29054
2019-06-05Delete unauthorized Todos when project is privateFelipe Artur
Delete Todos for guest users when project visibility level is updated to private.
2019-06-05Avoid 500's when commit is not reachableOswaldo Ferreira
2019-06-05Revert "Merge branch..."Kamil Trzciński
This reverts merge request !27503
2019-06-05Use Redis for CacheMarkDownField on non AR modelsPatrick Bajao
This allows using `CacheMarkdownField` for models that are not backed by ActiveRecord. When the including class inherits `ActiveRecord::Base` we include `Gitlab::MarkdownCache::ActiveRecord::Extension`. This will cause the markdown fields to be rendered and the generated HTML stored in a `<field>_html` attribute on the record. We also store the version used for generating the markdown. All other classes that include this model will include the `Gitlab::MarkdownCache::Redis::Extension`. This add the `<field>_html` attributes to that model and will generate the html in them. The generated HTML will be cached in redis under the key `markdown_cache:<class>:<id>`. The class this included in must therefore respond to `id`.
2019-06-05Merge branch 'ce-9578-adjust-opened-issues-count-and-completion-rate' into ↵Robert Speicher
'master' Port: EE adjust burndown chart opened issues count See merge request gitlab-org/gitlab-ce!28777
2019-06-04Merge branch 'bvl-design-diff-notes-ce' into 'master'Douwe Maan
Adjustments related to DiffNotes on diffs outside of a project's main repository See merge request gitlab-org/gitlab-ce!29023
2019-06-04Merge branch ↵Grzegorz Bizon
'58941-use-gitlab-serverless-with-existing-knative-installation' into 'master' Resolve "Use GitLab serverless with existing Knative installation" Closes #58941 See merge request gitlab-org/gitlab-ce!27173
2019-06-04Merge branch 'introduce-auto-merge-process-worker' into 'master'Thong Kuah
Introduce sidekiq worker for auto merge process See merge request gitlab-org/gitlab-ce!28780
2019-06-04Adjust burndown chart opened issues countAlexandru Croitor
* Adjust opened issues count in the milestone burndown chart to match current opened issues in the milestone. * Fix completion rate calculation to include milestones only.
2019-06-04Merge branch ↵Kamil Trzciński
'set-real-next-run-at-for-preventing-duplciate-pipeline-creations' into 'master' Make pipeline schedule worker resilient Closes gitlab-com/gl-infra/production#805 and #61955 See merge request gitlab-org/gitlab-ce!28407
2019-06-04Merge branch 'ce-fe-fix-ee-diff-profile-key-views' into 'master'Bob Van Landuyt
Resolve EE/CE differences in app/views/profiles/keys See merge request gitlab-org/gitlab-ce!28900
2019-06-04Introduce sidekiq worker for auto merge processShinya Maeda
As we have a central domain for auto merge process today, we should use a single worker for any auto merge process.
2019-06-03Bump Gitaly version to 1.44.0Douwe Maan
This change makes sure Gitaly includes a fix to make rebase work again properly. Part of: https://gitlab.com/gitlab-org/gitlab-ce/issues/62353
2019-06-03Merge branch 'osw-sync-merge-ref-upon-mergeability-check' into 'master'Douwe Maan
Automatically update MR merge-ref along merge status Closes #58495 See merge request gitlab-org/gitlab-ce!28513
2019-06-03Merge branch 'update-gitlab-runner-helm-chart-to-0-5-2' into 'master'Kamil Trzciński
Update GitLab Runner Helm Chart to 0.5.2/11.11.2 See merge request gitlab-org/gitlab-ce!29050
2019-06-03Cleans up UpdateProjectStatistics concernMayra Cabrera
- Renames attributes from stat to project_statistiscs_name and attribute to statistic_attribute - Reordes methods on UpdateProjectStatistics concern - Removes unused module from Ci::Build
2019-06-03Get `repository` from noteable in DiffNotesBob Van Landuyt
Getting the `repository` directly from the noteable in DiffNotes allows us to use a different repository when the DiffNote is not on a project repository. It is only the first step in decoupling the DiffNote from a project's main repository.
2019-06-03Make `resolvable_types` a class methodBob Van Landuyt
This turns Notable::RESOLVABLE_TYPES into a `Notable.resolvable_types`. That allows us to override it in EE.
2019-06-03Allow lowercase prefix for Youtrack issue idsMatthias Baur
Relates to #42595. Fixes #62661.
2019-06-03Merge dev.gitlab.org master into GitLab.com masterYorick Peterse
2019-06-03Merge branch 'security-fix_milestones_search_api_leak' into 'master'GitLab Release Tools Bot
Resolve: Milestones leaked via search API Closes #2822 See merge request gitlab/gitlabhq!2997
2019-06-03Merge branch 'security-60039' into 'master'GitLab Release Tools Bot
Disallow invalid MR branch name See merge request gitlab/gitlabhq!3052
2019-06-03Update GitLab Runner Helm Chart to 0.5.2Tomasz Maczukin
2019-06-03Merge branch 'ac-graphql-stats' into 'master'Dmitriy Zaporozhets
Add Namespace and ProjectStatistics to GraphQL API See merge request gitlab-org/gitlab-ce!28277
2019-06-03Add Namespace and ProjectStatistics to GraphQL APIAlessio Caiazza
We can query namespaces, and nested projects. Projects now exposes statistics
2019-06-03Abstract auto merge processesShinya Maeda
We have one auto merge strategy today - Merge When Pipeline Succeeds. In order to add more strategies for Merge Train feature, we abstract the architecture to be more extensible. Removed arguments Fix spec
2019-06-03Make pipeline schedule worker resilientShinya Maeda
Currently, pipeline schedule worker is unstable because it's sometimes killed by excessive memory consumption. In order to improve the performance, we add the following fixes: 1. next_run_at is always real_next_run, which means the value always takes into account of worker's cron schedule 1. Remove exlusive lock. This is already covered by real_next_run change. 1. Use RunPipelineScheduleWorker for avoiding memory killer. Memory consumption is spread to the multiple sidekiq worker.
2019-06-01Add payload to the service responseOswaldo Ferreira
This introduces payload to the ServiceResponse with the merge ref HEAD commit data
2019-06-01Simplify merge_ref_head methodsOswaldo Ferreira
2019-06-01Automatically update MR merge-ref along merge statusOswaldo Ferreira
This couples the code that transitions the `MergeRequest#merge_status` and refs/merge-requests/:iid/merge ref update. In general, instead of directly telling `MergeToRefService` to update the merge ref, we should rely on `MergeabilityCheckService` to keep both the merge status and merge ref synced. Now, if the merge_status is `can_be_merged` it means the merge-ref is also updated to the latest. We've also updated the logic to be more systematic and less user-based.
2019-05-31Merge branch '56959-drop-project_auto_devops_domain' into 'master'Robert Speicher
Removes project_auto_devops#domain column Closes #56959 See merge request gitlab-org/gitlab-ce!28574
2019-05-31Merge branch 'dz-scope-project-routes-3' into 'master'Lin Jen-Shin
Move some project routes under - scope See merge request gitlab-org/gitlab-ce!28830
2019-05-31Resolved EE differences in app/views/profiles/keysPaul Slaughter
**How?** It creates a base method `can_delete?` on Key which will always be true in CE and is overridden in EE. Added changelog entry
2019-05-31Move method into groupWei-Meng Lee
2019-05-31Simplify logic using new group notification settings methodWei-Meng Lee
2019-05-31Guarantee order of notification settingsWei-Meng Lee
2019-05-31Merge branch 'remove-legacy-artifacts-related-code' into 'master'Kamil Trzciński
Remove legacy artifact related code Closes #58595 See merge request gitlab-org/gitlab-ce!26475
2019-05-31Change query to work on mysql as well. Also set entire date because setting ↵Luke Picciau
only the year can trip 'start_date_should_be_less_than_due_date'