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-07-10Merge branch 'link-help-path-epic-in-dev-docs' into 'master'Achilleas Pipinellis
In /development/documentation page, add link to epic for removing /help See merge request gitlab-org/gitlab-ce!30550
2019-07-10Merge branch 'update-clair-version' into 'master'Thong Kuah
Update Clair Version V8 to V11 See merge request gitlab-org/gitlab-ce!30396
2019-07-10Update Clair Version V8 to V11Can Eldem
2019-07-10Merge branch 'i18n-projects-new' into 'master'Bob Van Landuyt
Externalize strings of page '/projects/new' See merge request gitlab-org/gitlab-ce!30447
2019-07-10Some improvement about text translationantony liu
Fix symbol '&' display. Remove unnecessary calls of `.html_safe`
2019-07-10Align items in merge request dashboardFilipa Lacerda
Vertically aligns ci icon, avatar, and comments icons in the merge request dashboard by using flex
2019-07-10Merge branch 'rs-config-parity' into 'master'Lin Jen-Shin
Copy EE-only config files to CE See merge request gitlab-org/gitlab-ce!30529
2019-07-10Merge branch 'winh-notes-service-toggleAward' into 'master'Kushal Pandya
Remove toggleAward from notes service See merge request gitlab-org/gitlab-ce!30536
2019-07-10Remove toggleAward from notes serviceWinnie Hellmann
2019-07-10Merge branch 'docs/improve-version-notes-for-pages' into 'master'Marcia Ramos
Tidy up version notes for Pages documentation See merge request gitlab-org/gitlab-ce!30548
2019-07-10Tidy up version notes for Pages documentationEvan Read
2019-07-10Merge branch 'mf-modal-style-footer-button-spacing' into 'master'Phil Hughes
Reduce margin between modal footer buttons See merge request gitlab-org/gitlab-ce!30428
2019-07-10Reduce margin between modal footer buttonsMiranda Fluharty
Set margin to 0 except left margin on any button after another button Now matches the 8px from the design spec
2019-07-10Merge branch '10009-boards' into 'master'Phil Hughes
Moves EE differences for issue boards See merge request gitlab-org/gitlab-ce!30461
2019-07-10Moves EE differences for issue boardsFilipa Lacerda
2019-07-10Merge branch 'caneldem-master-patch-77839' into 'master'James Lopez
Propagate python version variable See merge request gitlab-org/gitlab-ce!30519
2019-07-10Propagate python version variableCan Eldem
2019-07-10Merge branch '62826-graphql-note-mutations' into 'master'Jan Provaznik
GraphQL mutations for managing Notes See merge request gitlab-org/gitlab-ce!30210
2019-07-10Merge branch '58275-rename-project-entity' into 'master'Jan Provaznik
Rename ProjectEntity to IssuableEntity Closes #58275 See merge request gitlab-org/gitlab-ce!30217
2019-07-10Merge branch 'qa/be-explicit-when-fabricating-resources-via-api' into 'master'Sanad Liaquat
Make tests explicitly fabricate resources via the API See merge request gitlab-org/gitlab-ce!30515
2019-07-10Add link to epic for removing /helpMike Lewis
2019-07-10Merge branch 'docs/update-project-api' into 'master'Evan Read
Include merge method link in attribute description Closes #64282 See merge request gitlab-org/gitlab-ce!30492
2019-07-10Include merge method link in attribute descriptionCindy Pallares 🦉
Currently, the project visibility methods attribute description link to the descriptions and options for visibility methods. The merge methods attribute description doesn't should do the same.
2019-07-10Merge branch 'docs-siegerts-fix-typo' into 'master'Evan Read
Docs: fix typo See merge request gitlab-org/gitlab-ce!30505
2019-07-10GraphQL support for Notes created in discussionsLuke Duncalfe
A new `discussion_id` argument on the `createNote` mutation allows people to create a note within that discussion. The ability to lazy-load Discussions has been added, so GraphQL.object_from_id can treat Discussions the same as AR objects and batch load them. https://gitlab.com/gitlab-org/gitlab-ce/issues/62826 https://gitlab.com/gitlab-org/gitlab-ee/issues/9489
2019-07-10Expose diff_refs on MergeRequestTypeLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ee/issues/9489
2019-07-10GraphQL mutations for managing NotesLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ce/issues/62826
2019-07-10Merge branch '64066-fix-uneven-click-areas' into 'master'Fatih Acet
Fix uneven click areas in toast actions Closes #64066 See merge request gitlab-org/gitlab-ce!30345
2019-07-10Fix toast spacing issuesJacques Erasmus
Fixed the toast spacing issues
2019-07-10Remove unnecessary let in specRyan Cobb
2019-07-10Remove unnecessary rubocop disableRyan Cobb
2019-07-10Rename Gitlab::Importers moduleRyan Cobb
In order to avoid confusion between Gitlab::Importers module and other like named modules, this renamed it to Gitlab::DatabaseImporters.
2019-07-10Remove prepending of EE moduleRyan Cobb
2019-07-10Remove CommonMetricsImporter patchRyan Cobb
Remove CommonMetricsImporter patch and change all references to CommonMetrics::Importer. Move specs into their appropriate folders. Also cleans up some common_metric importer namespacing.
2019-07-10Fully namespace importer dependenciesRyan Cobb
2019-07-10Remove prepending of EE moduleRyan Cobb
2019-07-10Move importers to lib folderRyan Cobb
This moves our metric importers into the lib folder. This will allow them to be autoloaded instead of having to explicitly require them.
2019-07-10Refactor common metrics importerRyan Cobb
This refactors common metrics importer for two reasons. 1. To create a new pattern that can be followed by future importers that will minimize dependency collision and 2. To allow EE to more easily extend dependencies.
2019-07-10Merge branch 'add-15m-bucket-for-ci-queue' into 'master'Kamil Trzciński
Adds 15m bucket for CI job queue See merge request gitlab-org/gitlab-ce!30525
2019-07-10Adds 15m bucket for CI job queueElliot Rushton
2019-07-10Merge branch 'qa-autodevops-rotate-gcp-zones' into 'master'Dan Davison
Allow specificity for GKE Cluster Location See merge request gitlab-org/gitlab-ce!30490
2019-07-10Merge branch 'patch-72-docs' into 'master'Thong Kuah
Add documentation for customizing the auto-deploy-app helm chart by setting `HELM_UPGRADE_EXTRA_ARGS` to `--values my-values.yaml` See merge request gitlab-org/gitlab-ce!30371
2019-07-10Merge branch 'fix-unicorn-sampler-workers-count' into 'master'Stan Hu
Make unicorn_workers to return meaningful results Closes #63659 See merge request gitlab-org/gitlab-ce!30506
2019-07-10Allow specificity for GKE Cluster Locationddavison
Use GCLOUD_REGION over GCLOUD_ZONE. Using REGION over ZONE provides more of a guarantee of cluster size, and dist- ributes between a region's zones
2019-07-09Moving Pgbouncer HA documentation out of database documentationabuerer
2019-07-09Merge branch 'project_api' into 'master'Douglas Barbosa Alexandre
Improve Project API Closes #49938, #40892, and #35992 See merge request gitlab-org/gitlab-ce!28327
2019-07-09Apply suggestion to doc/topics/autodevops/index.mdnathanbietz
2019-07-09Define modal first and last child border-radiusmfluharty
Use $modal-border-radius for all modal border radius definitions
2019-07-09Fixed dropdown hover stylesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64340
2019-07-09Merge branch 'nfriend-add-delay-support-to-tooltip-js' into 'master'Fatih Acet
Add delay customization to `app/assets/javascripts/vue_shared/directives/tooltip.js` See merge request gitlab-org/gitlab-ce!30524