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-10Removes stale testsremove-downloadCsv-fflauraMon
2019-09-10Removes exportMetricsToCsv ff in timeserieslauraMon
2019-09-10Merge branch '14708-refresh-license-approval-new-blacklist-item' into 'master'Michael Kozono
Add approval MR rule to all_models.yml See merge request gitlab-org/gitlab-ce!32618
2019-09-10Add approval MR rule to all_models.ymlmo khan
2019-09-10Merge branch 'mk/fix-group-multiple-issue-boards-specs-ce' into 'master'Douglas Barbosa Alexandre
[CE backport] Fix usages of boards dropdown See merge request gitlab-org/gitlab-ce!32843
2019-09-10[CE backport] Fix usages of boards dropdownMichael Kozono
2019-09-10Merge branch 'sh-sidekiq-logging-json' into 'master'Mayra Cabrera
Enable JSON logs for Sidekiq by default See merge request gitlab-org/gitlab-ce!32842
2019-09-10Merge branch 'qa/e2e-tests-for-issue-weights' into 'master'Walmyr Lima e Silva Filho
Backport of end-to-end test for visualizing issue weight on different pages See merge request gitlab-org/gitlab-ce!32766
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-10Enable JSON logs for Sidekiq by defaultStan Hu
JSON logs include arguments by default, and they're easier to parse/filter.
2019-09-10Merge branch '13095-missing-borders-between-settings-items' into 'master'Paul Slaughter
[CE] Resolve "Missing borders between settings items" See merge request gitlab-org/gitlab-ce!32828
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-09Merge branch 'add-cloud-provider-selector-buttons' into 'master'Douglas Barbosa Alexandre
Add cloud provider selector buttons See merge request gitlab-org/gitlab-ce!32302
2019-09-09Create new feature flagged UI for cloud providersEnrique Alcántara
- Create HAML UI select a cloud provider to create a cluster. - Add query param to :new cluster view to display a specific cluster provider form depending on the value of the provider query param. - Update unit tests and e2e tests to reflect these changes
2019-09-09Merge branch 'pl-project-service-json' into 'master'Douglas Barbosa Alexandre
Expose update project service JSON endpoint See merge request gitlab-org/gitlab-ce!32759
2019-09-09Expose update project service JSON endpointPeter Leitzen
Utilize `json_fields` to expose fields via `Service#as_json(only: json_fields)`.
2019-09-09Merge branch 'gitaly-version-v1.62.0' into 'master'Michael Kozono
Upgrade Gitaly to v1.62.0 See merge request gitlab-org/gitlab-ce!32608
2019-09-09Upgrade Gitaly to v1.62.0GitalyBot
2019-09-09CE - Resolve "Missing borders between settings items"Marcel van Remmerden
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14877
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-09Merge branch ↵Clement Ho
'9102-hide-dismissed-vulnerabilities-in-the-group-security-dashboard-backport' into 'master' Add toggle to show/hide dismissed vulnerabilities (ports ee!15333) See merge request gitlab-org/gitlab-ce!32413
2019-09-09Give notification buttons btn-xs classJarek Ostrowski
Add changelog
2019-09-09Merge branch 'kamil-improve-import-export' into 'master'Stan Hu
Improve performance and (memory usage (a little)) of project export See merge request gitlab-org/gitlab-ce!32423
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-09Merge branch '67209-fix-docs-lint-docs' into 'master'Marcia Ramos
Resolve "Job Failed #290891184 - docs lint broken in `master`" Closes #67209 See merge request gitlab-org/gitlab-ce!32825
2019-09-09Fix trailing spaces in 'doc/update/mysql_to_postgresql.md'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-09-09Merge branch 'docs-import-note-clarify' into 'master'Achilleas Pipinellis
Docs: Clarified note for preferred integration method Closes #28683 See merge request gitlab-org/gitlab-ce!32770
2019-09-09Docs: Clarified note for preferred integration methodMatt Penna
2019-09-09Merge branch 'docs/refactor-intro-text-gitlab-apps' into 'master'Marcia Ramos
Align introduced text to standard See merge request gitlab-org/gitlab-ce!32804
2019-09-09Align introduced text to standardEvan Read
2019-09-09Merge branch 'docs/edit-db-load-balance' into 'master'Marcia Ramos
Fix capitalization of GitLab Closes #67023 See merge request gitlab-org/gitlab-ce!32800
2019-09-09Fix capitalization of GitLabEvan Read
2019-09-09Merge branch ↵Marcia Ramos
'43903-doc-update-to-mysql_to_postgresql-md-adding-timeout-parameters-2' into 'master' docs update to mysql_to_postgresql.md adding timeout parameters Closes #43903 See merge request gitlab-org/gitlab-ce!31462
2019-09-09docs update to mysql_to_postgresql.md adding timeout parametersAlexander Strachan
2019-09-09Merge branch 'fj-11777-lower-search-count-limits' into 'master'Stan Hu
Improve performance of search by lowering counters Closes gitlab-ee#11777 See merge request gitlab-org/gitlab-ce!32211
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-09Merge branch '61927-skeleton-pages-internal-api' into 'master'Kamil Trzciński
Add skeleton Pages internal API See merge request gitlab-org/gitlab-ce!32732
2019-09-09Merge branch 'patch-73' into 'master'Achilleas Pipinellis
Update repository_mirroring.md See merge request gitlab-org/gitlab-ce!32797
2019-09-09Merge branch 'job-rules-e2e' into 'master'Kamil Trzciński
Passing job:rules downstream and E2E specs for job:rules configuration See merge request gitlab-org/gitlab-ce!32609
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-09Settings API: domain_{black,white}list should be arraysMathieu Parent
As in documentation. Fixes: #58180. Also remove the requirement between domain_blacklist_enabled and domain_blacklist.
2019-09-09Merge branch 'events-delete-all' into 'master'Lin Jen-Shin
Use delete_all for deleting events See merge request gitlab-org/gitlab-ce!32751
2019-09-09Show domain_blacklist and domain_whitelist in the settings APIMathieu Parent
2019-09-09App settings: Allow all import sources from APIMathieu Parent
2019-09-09Merge branch 'patch-76' into 'master'Achilleas Pipinellis
Correct typo in documentation See merge request gitlab-org/gitlab-ce!32791
2019-09-09Correct typo in documentationPaulo Ribeiro
2019-09-09Merge branch 'make-epics-position-migration-robust' into 'master'Andreas Brandl
Make epic_issues relative_position migration more robust Closes #66923 See merge request gitlab-org/gitlab-ce!32646
2019-09-09Merge branch 'plafoucriere-master-patch-99848' into 'master'Achilleas Pipinellis
Add complete list of personas in feature issue template See merge request gitlab-org/gitlab-ce!32778