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-08-29Move source_branch_exists property to uncached entityid-source-branch-cached-problemIgor Drozdov
2019-08-29Merge branch '65063-Embeded-metrics-inconsistent-styles' into 'master'Annabel Dunstone Gray
Fixed embedded metrics tooltip inconsistent styling Closes #65063 See merge request gitlab-org/gitlab-ce!31517
2019-08-29Fixed embedded metrics tooltip inconsistent stylingOlena Horal-Koretska
2019-08-29Merge branch 'docs/jramsay/partial-clone-typo' into 'master'Achilleas Pipinellis
Remove incorrectly structured url See merge request gitlab-org/gitlab-ce!32332
2019-08-29Merge branch 'chore/unnecessary-css-class-removal' into 'master'Paul Slaughter
Remove unnecessary CSS class Closes #66163 See merge request gitlab-org/gitlab-ce!32320
2019-08-29Merge branch 'sh-support-content-for-snippets-api' into 'master'Kamil Trzciński
Standardize use of `content` parameter in snippets API Closes #66673 See merge request gitlab-org/gitlab-ce!32296
2019-08-29Remove bad url from partial clone docsJames Ramsay
2019-08-29Merge branch '66524-issue-due-notification-emails-are-threaded-incorrectly' ↵Kamil Trzciński
into 'master' Resolve "Issue due notification emails are threaded incorrectly" See merge request gitlab-org/gitlab-ce!32325
2019-08-29Merge branch 'qa-close-issue-spec' into 'master'Rémy Coutable
Add E2E spec to ensure that issue closes with commit message Closes gitlab-org/quality/testcases#15 See merge request gitlab-org/gitlab-ce!32347
2019-08-29Add E2E spec to ensure that issue closesNailia Iskhakova
Add E2E spec to test that issue closes with commit message
2019-08-29Merge branch '66718-dast-extend-review-only' into 'master'Rémy Coutable
Set dast job to extend .review-only Closes #66718 See merge request gitlab-org/gitlab-ce!32357
2019-08-29Merge branch 'docs-65629-rename-approvers-field' into 'master'Achilleas Pipinellis
Update documentation screenshot See merge request gitlab-org/gitlab-ce!32369
2019-08-29Update documentation screenshotSamantha Ming
2019-08-29Merge branch 'docs-capitalization-4' into 'master'Achilleas Pipinellis
Fix capitalization in more docs See merge request gitlab-org/gitlab-ce!32370
2019-08-29Fix capitalization in more docsMarcel Amirault
Fix capitalization in docs for works like GitLab, Git Omnibus, etc
2019-08-29Merge branch 'docs/edit-autodevops-reqs' into 'master'Achilleas Pipinellis
Make Auto DevOps requirements easier to read See merge request gitlab-org/gitlab-ce!32246
2019-08-29Make Auto DevOps requirements easier to readEvan Read
2019-08-29Merge branch 'mk/simplify-internal-post-receive-messages' into 'master'Grzegorz Bizon
Simplify internal post receive messages Closes #59808 See merge request gitlab-org/gitlab-ce!31640
2019-08-29Merge branch 'new-project-milestone-primary-button' into 'master'Kushal Pandya
New project milestone primary button See merge request gitlab-org/gitlab-ce!32355
2019-08-29Revert "DB change, migratoin and changelog"Lee Tickett
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-08-29Merge branch 'remove-checkbox-styling' into 'master'Kushal Pandya
Remove checkbox styling See merge request gitlab-org/gitlab-ce!31500
2019-08-29Remove checkbox stylingJustin Boyson
2019-08-29Merge branch 'ce-xanf-move-auto-merge-failed-to-jest' into 'master'Kushal Pandya
Resolve "Migrate spec/javascripts/vue_mr_widget/components/states/mr_widget_auto_merge_failed_spec.js to Jest" See merge request gitlab-org/gitlab-ce!32282
2019-08-29Merge branch ↵Kushal Pandya
'56130-operations-environments-shows-incorrect-deployment-date-for-manual-deploy-jobs' into 'master' Show correct deployment date for a manual job Closes #56130 See merge request gitlab-org/gitlab-ce!32072
2019-08-29Merge branch 'docs/mention-jest-in-testing-guide' into 'master'Kushal Pandya
Mention Jest in testing guide docs See merge request gitlab-org/gitlab-ce!32324
2019-08-29Apply review suggestionsMark Florian
- Reword relationship between Jest/Karma/Jasmine - Prefer inline URLs, per the [docs] [docs]: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links
2019-08-29Merge branch ↵James Lopez
'62284-follow-up-from-resolve-api-to-get-all-project-group-members-returns-duplicates' into 'master' Resolve "Follow-up from "Resolve "API to get all project/group members returns duplicates""" Closes #62284 See merge request gitlab-org/gitlab-ce!28887
2019-08-29Standardize use of `content` parameter in snippets APIStan Hu
There was some confusion over whether `code` or `content` is the right parameter for snippets. Internally, the database stores `content`. However: 1. Project snippets use `code`. `code` gets remapped in `content` in `lib/api/project_snippets.rb`. 2. Personal snippets use `content`. To unify these APIs, allow an alias of `content` to work for project snippets. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66673
2019-08-29Merge branch 'docs-redirected-links-4' into 'master'Evan Read
Update a few redirected links Closes #64285 See merge request gitlab-org/gitlab-ce!32195
2019-08-29Update a few redirected linksMarcel Amirault
2019-08-29Merge branch 'performance-bar-warnings' into 'master'Stan Hu
Add warnings to performance bar response See merge request gitlab-org/gitlab-ce!31054
2019-08-29Merge branch 'cluster_deployments' into 'master'Stan Hu
Add index to improve query performance See merge request gitlab-org/gitlab-ce!31988
2019-08-29Fix issue due notification emails threadingHeinrich Lee Yu
It should not be a start to a new thread but rather a reply to an existing thread
2019-08-29Remove redundant indexThong Kuah
Now we have cluster_id, state index, we don't the cluster_id index as well.
2019-08-29Add index to improve query performanceThong Kuah
For Environment.deployed_to_cluster
2019-08-29Merge branch '63262-notes-are-persisted-with-the-user-s-locale' into 'master'Mayra Cabrera
Resolve "Notes are persisted with the user's locale" See merge request gitlab-org/gitlab-ce!32264
2019-08-29Simplify internal post receive messagesMichael Kozono
Instead of sending varied data to Gitaly, and making Gitaly construct various messages, build the messages first and have Gitaly print either basic messages or alert messages, in the order they come. Depends on https://gitlab.com/gitlab-org/gitaly/merge_requests/1410
2019-08-29Do not persist translated system notesSean McGivern
2019-08-29Merge branch 'qa-ml-web-ide-commit-to-current-branch' into 'master'Dan Davison
Commit to current branch by default in Web IDE E2E tests See merge request gitlab-org/gitlab-ce!32248
2019-08-29Merge branch 'id-optimize-sql-requests-mr-show' into 'master'Mayra Cabrera
Reduce the number of SQL requests on MR-show See merge request gitlab-org/gitlab-ce!32192
2019-08-29Reduce the number of SQL requests on MR-showIgor
- Extract MR fields for notes into a separate serializer - Check if pipelines are empty via count
2019-08-28Merge branch 'ce-xanf-move-file-icon-spec-to-jest' into 'master'Clement Ho
Resolve "Migrate spec/javascripts/vue_shared/components/file_icon_spec.js to Jest" See merge request gitlab-org/gitlab-ce!32278
2019-08-28Merge branch 'issue_40630' into 'master'Michael Kozono
Save board lists collapsed setting Closes #52758 See merge request gitlab-org/gitlab-ce!31069
2019-08-28Save board lists collapsed settingFelipe Artur
Persists if a board list is collapsed for each user.
2019-08-28Refactored Karma spec to Jest for file_iconIllya Klymov
2019-08-28Merge branch 'fix-search-input-dropdown-scss' into 'master'Paul Slaughter
Fix top-nav search bar dropdown on xl displays Closes #64120 and #66075 See merge request gitlab-org/gitlab-ce!31864
2019-08-28Fix top-nav search bar dropdown on xl displaysKemais Ehlers
2019-08-28Merge branch 'jv-gitaly-workhorse-feature-flags' into 'master'Michael Kozono
Support Gitaly feature flags in workhorse Closes gitaly#1764 See merge request gitlab-org/gitlab-ce!31764
2019-08-28Support Gitaly feature flags in workhorseJacob Vosmaer
2019-08-28Merge branch 'docs-nelbacha-improve-grammar-and-code' into 'master'Tom Atkins
Improve grammar and correct syntax in curl example See merge request gitlab-org/gitlab-ce!32163