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
2018-03-05Use limited count queries also for scoped searchesJan Provaznik
2018-03-05Merge branch '42712_api_branches_add_search_param_20180207' into 'master'Rémy Coutable
Update API: add search param to branches Closes #42712 See merge request gitlab-org/gitlab-ce!17005
2018-03-05Update API: add search param to branchesbunufi
2018-03-05Merge branch 'an/workhorse-3.8.0' into 'master'Rémy Coutable
Upgrade GitLab Workhorse to 3.8.0 for structured logging support See merge request gitlab-org/gitlab-ce!17479
2018-03-05Merge branch '43334-reply-by-email-did-not-pick-up-unsubscribe-quick-action' ↵Rémy Coutable
into 'master' Resolve "Reply-by-email did not pick up /unsubscribe quick action" Closes #43334 See merge request gitlab-org/gitlab-ce!17482
2018-03-05Merge branch 'ee-4862-verify-file-checksums' into 'master'Sean McGivern
Foreground verification of uploads and LFS objects See merge request gitlab-org/gitlab-ce!17402
2018-03-05Merge branch 'remove-projects-finder-from-todos-finder' into 'master'Sean McGivern
Don't use ProjectsFinder in TodosFinder Closes #43767 See merge request gitlab-org/gitlab-ce!17462
2018-03-02Merge branch '42877-fix-visibility-change-performance' into 'master'Yorick Peterse
Revert Project.public_or_visible_to_user changes but apply change to SnippetsFinder Closes #42877 See merge request gitlab-org/gitlab-ce!17476
2018-03-02expose metrics in merge request apihaseeb
2018-03-02Fix quick actions for users who cannot update issues and MRsSean McGivern
There are several quick actions now that don't need this access - /todo and /unsubscribe for instance - but when these were first added, there weren't. Quick actions are now responsible for checking their own permissions.
2018-03-02Merge branch '33570-slack-notify-default-branch' into 'master'Sean McGivern
Slack notifications - Respect "Notify only default branch" for push events Closes #33570 See merge request gitlab-org/gitlab-ce!17345
2018-03-02SlackService - respect `notify_only_default_branch` for push eventsMario de la Ossa
2018-03-02Foreground verification of uploads and LFS objectsNick Thomas
2018-03-02Don't use ProjectsFinder in TodosFinderYorick Peterse
Using ProjectsFinder in TodosFinder to limit todos to the right projects leads to overly complicated and slow database queries. This commit removes the use of ProjectsFinder in favour of using Project.public_or_visible_to_current_user directly. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/43767
2018-03-02Upgrade GitLab Workhorse to 3.8.0 for structured logging supportAndrew Newdigate
2018-03-02Merge branch 'zj-version-string-grouping-ci' into 'master'Grzegorz Bizon
Allow CI/CD Jobs being grouped on version strings See merge request gitlab-org/gitlab-ce!17455
2018-03-02Apply query changes to snippets only.Andreas Brandl
This applies the changes introduced in `Project.public_or_visible_to_user` to the snippets finder only. We know that for `SnippetsFinder`, this change improves SQL timing from 5/23/25s to 0.7/2/4s (mean/p95/p99). At the same time, the scope was too broad, (negatively) affecting SQL timings in various other places: https://gitlab.com/gitlab-com/infrastructure/issues/3772 With this commit, the snippets dashboard stays usuable as we generally don't run into statement timeouts. In contrast to the earlier change in !17088, the scope of the change is limited to `SnippetsFinder` only, thus not affecting other places.
2018-03-02Revert Project.public_or_visible_to_user changesYorick Peterse
These changes were introduced in MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17088. In https://gitlab.com/gitlab-com/infrastructure/issues/3772 we discovered these changes lead to a pretty drastic increase in SQL response timings. We'll revert these changes so we can work on a better solution in the mean time without GitLab.com (or other installations) experiecing reduced performance in the mean time.
2018-03-02Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera
2018-03-01Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan
Moved o_auth/saml/ldap modules under gitlab/auth See merge request gitlab-org/gitlab-ce!17359
2018-03-01Merge branch '41777-include-cycle-time-in-usage-ping' into 'master'Douwe Maan
Resolve "Include cycle time in usage ping" Closes #41777 See merge request gitlab-org/gitlab-ce!16793
2018-03-01Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński
Display ingress IP address in the Kubernetes page See merge request gitlab-org/gitlab-ce!17052
2018-03-01Merge branch '30665-add-email-button-to-new-issue-by-email' into 'master'Clement Ho
Resolve "Have mailto: link in "Email a new issue to this project"" Closes #30665 See merge request gitlab-org/gitlab-ce!17401
2018-03-01Adapt cycle analytics spec helper and cycle analytics usage data specTiago Botelho
2018-03-01Removing the two factor check when the user sets a new passwordFrancisco Javier López
2018-03-01Merge branch 'dz-namespace-id-not-null' into 'master'Yorick Peterse
Make project#namespace_id not null Closes #26052 See merge request gitlab-org/gitlab-ce!17448
2018-03-01Merge branch '42434-allow-commits-endpoint-to-work-over-all-commits' into ↵Douwe Maan
'master' Resolve "Allow API method /projects/:id/repository/commits to work over all commits" Closes #42434 See merge request gitlab-org/gitlab-ce!17182
2018-03-01Merge branch '42946-update-pipeline-cancel-tooltip-to-stop' into 'master'Filipa Lacerda
Resolve "Tooltip for the stop pipeline button is 'Cancel'" Closes #42946 See merge request gitlab-org/gitlab-ce!17444
2018-03-01Merge branch 'zj-gitaly-encoding-issue' into 'master'Robert Speicher
Encode revision for gitattributes ref Closes gitaly#1032 and #43278 See merge request gitlab-org/gitlab-ce!17291
2018-03-01Add specsTiago Botelho
2018-03-01Add changelog for namespace_id not null migrationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-01Merge branch 'merge-requests-api-filter-by-branch' into 'master'Rémy Coutable
Add source and target branch filters to merge requests API Closes #42492 See merge request gitlab-org/gitlab-ce!17355
2018-03-01Allow CI/CD Jobs being grouped on version stringsZeger-Jan van de Weg
This makes grouping on version number available. In general I'd like to group based on MAJOR.MINOR version numbers for Gitaly.
2018-03-01Merge branch 'dz-system-hooks-plugins' into 'master'Douwe Maan
Add ability to use external plugins as system hooks See merge request gitlab-org/gitlab-ce!17003
2018-03-01Add source and target branch filters to merge requests APISean McGivern
2018-03-01Encode revision for gitattributes refZeger-Jan van de Weg
A field didn't call the needed encoding helper, thus some UTF-8 encoding couldn't be encoded to ASCII. Using the helper method this was fixed. Tests are now run against Gitaly and Rugged too, to ensure both remain working correctly. Fixes gitlab-org/gitaly#1032, gitlab-org/gitlab-ce#43278
2018-03-01Update tooltip on pipeline cancel to say "Stop" (#42946)Dylan Griffith
2018-02-28Merge branch 'assignees-vue-component-missing-data-container' into 'master'Filipa Lacerda
Add Assignees vue component missing data container See merge request gitlab-org/gitlab-ce!17426
2018-02-28Merge branch '4826-create-empty-wiki-when-it-s-enabled' into 'master'Stan Hu
Make sure wiki exists when it's enabled See merge request gitlab-org/gitlab-ce!17117
2018-02-28Add Assignees vue component missing data containerGeorge Tsiolis
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-02-28Merge branch 'feature/edit_pages_domain' into 'master'Nick Thomas
PagesDomain: allow update of key/certificate Closes #29720 See merge request gitlab-org/gitlab-ce!17376
2018-02-28Add mail_to button new issue by email modalIslam Wazery
2018-02-28Merge branch '43643-fix-mr-label-filtering' into 'master'Filipa Lacerda
Enable filtering MR list based on clicked label in MR sidebar Closes #43643 See merge request gitlab-org/gitlab-ce!17390
2018-02-28Merge branch '43489-display-runner-ip' into 'master'Kamil Trzciński
Resolve "Display IP Address Of Runner On Runner Page" Closes #43489 See merge request gitlab-org/gitlab-ce!17286
2018-02-28PagesDomain: Add edit/update functionalityRob Watson
2018-02-28Merge branch ↵Nick Thomas
'43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bit' into 'master' Resolve "500 Error searching wiki: incompatible character encodings: UTF-8 and ASCII-8BIT" Closes #43531 See merge request gitlab-org/gitlab-ce!17413
2018-02-28Merge branch 'refactor/move-assignees-vue-component' into 'master'Filipa Lacerda
Move (Multiple) Assignees vue component See merge request gitlab-org/gitlab-ce!16952
2018-02-28Add changelog entryKushal Pandya
2018-02-28Fix code search results with non-ASCII dataSean McGivern
Gitlab::Git::Popen#popen now returns ASCII-8BIT (binary) data always, so we need to handle that explicitly.