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-09Update doc/development/fe_guide/design_patterns.mdaalakkad-master-patch-20574Ammar Alakkad
2019-07-09Merge branch '59965-remove-the-feature-flag-for-graphql' into 'master'Fatih Acet
Remove the feature flag for GraphQL Closes #59965 See merge request gitlab-org/gitlab-ce!30444
2019-07-09Remove `:graphql` feature flagcharlie ablett
- Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
2019-07-09Merge branch 'fix-median-counting-for-cycle-analytics' into 'master'Andreas Brandl
Add additional condition to count median properly See merge request gitlab-org/gitlab-ce!30229
2019-07-09Merge branch '7249-group-bulk-edit-issues-milestone-ce' into 'master'Sean McGivern
CE Port of Allow bulk update for group issues See merge request gitlab-org/gitlab-ce!30358
2019-07-09CE Port of Allow bulk update for group issuesFatih Acet
This is a port MR for CE Original MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
2019-07-09Merge branch 'patch-29' into 'master'Grzegorz Bizon
Updates to php:latest See merge request gitlab-org/gitlab-ce!30319
2019-07-09Merge branch 'remove-comment-from-auto-deploy-yml' into 'master'Sean McGivern
Remove obsolete comment See merge request gitlab-org/gitlab-ce!30388
2019-07-09Merge branch 'fj-fix-subgroup-search-url' into 'master'Bob Van Landuyt
Fix subgroup url in search drop down Closes #52525 See merge request gitlab-org/gitlab-ce!30457
2019-07-09Fix subgroup url in search drop downFrancisco Javier López
Inside a subgroup scope, when the user clicks on the search drop down in the header, some options are displayed. Some of this links direct the user to the issues and merge requests linked to the subgroup. Nevertheless, the url was broken because they doesn't include the complete group namespace
2019-07-09Merge branch 'repo-list-root-caching' into 'master'Filipa Lacerda
Fixed apollo caching of the root repository file listing See merge request gitlab-org/gitlab-ce!30409
2019-07-09Merge branch 'sl-raise-error-on-api-call-failure' into 'master'Sanad Liaquat
Raise error if API returns a code other than what is expected See merge request gitlab-org/gitlab-ce!30301
2019-07-09Merge branch 'mf-modal-style-content-size' into 'master'Kushal Pandya
Adjust modal body styles to match design spec See merge request gitlab-org/gitlab-ce!30425
2019-07-09Merge branch 'tz-update-mr-count-over-tabs' into 'master'Kushal Pandya
Updates on success of an MR the count on top and in other tabs See merge request gitlab-org/gitlab-ce!29441
2019-07-09Updates on success of an MR the count on top and in other tabsTim Zallmann
New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
2019-07-09Merge branch 'docs/tidy-up-timezone-topic' into 'master'Achilleas Pipinellis
Tidy up timezone topic Closes #62058 See merge request gitlab-org/gitlab-ce!30495
2019-07-09Tidy up timezone topicEvan Read
2019-07-09Merge branch 'mf-modal-style-pin-position' into 'master'Phil Hughes
Pin modals at 64px from the top of the viewport See merge request gitlab-org/gitlab-ce!30412
2019-07-09Merge branch 'fe-fix-color-audit-on-wiki-pages-list-links' into 'master'Phil Hughes
add font weight to links in wiki pages to be more distinguishable from static information Closes #61316 See merge request gitlab-org/gitlab-ce!29858
2019-07-09add font weight to links in wiki pages to be more distinguishable from ↵Eduardo Mejía
static information
2019-07-09Merge branch 'pb-fix-confidential-mr-dropdown-typo' into 'master'Phil Hughes
Fix typo on confidential MR dropdown See merge request gitlab-org/gitlab-ce!30499
2019-07-09Merge branch 'docs-missing-backticks' into 'master'Achilleas Pipinellis
Docs: Add missing backtick fence to code block See merge request gitlab-org/gitlab-ce!30494
2019-07-09Docs: Add missing backtick fence to code blockMarcel Amirault
2019-07-09Merge branch 'docs-code-block-style' into 'master'Achilleas Pipinellis
Docs: Fix spacing of code blocks See merge request gitlab-org/gitlab-ce!30453
2019-07-09Fix spacing of code blocksMarcel Amirault
Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
2019-07-09Merge branch 'docs-dangerfile-lint' into 'master'Achilleas Pipinellis
Docs: Update danger to accept docs linting changes See merge request gitlab-org/gitlab-ce!30497
2019-07-09Docs: Update danger to accept docs linting changesMarcel Amirault
2019-07-09Merge branch 'trigger-build-docs-text' into 'master'Achilleas Pipinellis
Fix docs URL in trigger-build-docs puts text See merge request gitlab-org/gitlab-ce!30473
2019-07-09Merge branch 'lyle-master-patch-69439' into 'master'Evan Read
Makes copying host keys a recommended step Closes #64211 See merge request gitlab-org/gitlab-ce!30487
2019-07-09Makes copying host keys a recommended stepLyle Kozloff
2019-07-09Merge branch 'qa-quarantine-push-limit-test' into 'master'Ramya Authappan
Quarantine failing push limit test See merge request gitlab-org/gitlab-ce!30496
2019-07-09Merge branch 'fix-workhorse-helpers-module-missing' into 'master'Lin Jen-Shin
Fix WorkhorseHelpers module is missing See merge request gitlab-org/gitlab-ce!30452
2019-07-09Fix WorkhorseHelpers module is missingShinya Maeda
This interferes spec execution on local environment.
2019-07-09Fix typo on confidential MR dropdownPatrick Bajao
Change issues to issue's
2019-07-09Quarantine failing testMark Lapierre
2019-07-09Merge branch '64134-edit-comment' into 'master'Kushal Pandya
Resolve "Clicking edit button in a thread reply doesn’t work" Closes #64134 See merge request gitlab-org/gitlab-ce!30424
2019-07-09Fixed editing formNatalia Tepluhina
- applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
2019-07-09Merge branch 'allow-reactive-caching-of-nil' into 'master'Stan Hu
Allow ReactiveCaching to support nil value See merge request gitlab-org/gitlab-ce!30456
2019-07-09Merge branch 'add-ff-embedding-metrics' into 'master'Stan Hu
Push feature flag for embedding metrics See merge request gitlab-org/gitlab-ce!30342
2019-07-09Push feature flag for embedding metricsSarah Yasonik
2019-07-09Merge branch '62756-follow-up-user-info-in-auth-log' into 'master'Stan Hu
Limit user information to RackAttack throttles See merge request gitlab-org/gitlab-ce!30467
2019-07-09Limit user information to RackAttack throttlesMayra Cabrera
rack.attack.match_discriminator is only return on throttle_authenticated_api or throttle_authenticated_web requests, so we're avoiding logging user_id on blacklist requests Follow up of https://gitlab.com/gitlab-org/gitlab-ce/issues/62756
2019-07-09Merge branch 'docs-markdown-whitespaces' into 'master'Evan Read
Docs: Remove extra whitespaces in docs See merge request gitlab-org/gitlab-ce!30493
2019-07-09Remove extra whitespaces in docsMarcel Amirault
Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
2019-07-09Merge branch 'centralize-markdownlint-config' into 'master'Achilleas Pipinellis
Centralize markdownlint configuration See merge request gitlab-org/gitlab-ce!30263
2019-07-09Centralize config for markdownlintMarkus Koller
The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image.
2019-07-09Merge branch 'docs/update-installation-link' into 'master'Evan Read
Update the installation link See merge request gitlab-org/gitlab-ce!30489
2019-07-09Merge branch 'docs-redirected-links-2' into 'master'Evan Read
Docs: Update redirected links in docs (part 2) See merge request gitlab-org/gitlab-ce!30441
2019-07-09Update redirected links to final destinationMarcel Amirault
Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
2019-07-09Updates to php:latestPaul Giberson