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
path: root/spec
AgeCommit message (Collapse)Author
2018-02-22remove duplicate #notes element that broke specsSimon Knox
instead show comment_form by default
2018-02-21Merge branch 'acet-mr-notes-index' into mr-notes-no-cookieSimon Knox
2018-02-21Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
acet-mr-notes-index
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-20Add unit tests for Gitaly typesZeger-Jan van de Weg
2018-02-20fix commit note specsSimon Knox
2018-02-20Merge branch 'move-spintach-project-network-graph-to-rspec' into 'master'Rémy Coutable
Move spinach project network graph tests to RSpec See merge request gitlab-org/gitlab-ce!17171
2018-02-20Merge branch 'remove-chart-show-bundle' into 'master'Phil Hughes
Remove graphs_show.js webpack bundle See merge request gitlab-org/gitlab-ce!17194
2018-02-20deleting legacy notes cancels Edit modeSimon Knox
2018-02-20fix broken specsMike Greiling
2018-02-19Remove extraneous tests from Issues API specRobert Speicher
These were all testing an implementation detail of `Issues::UpdateService` which is already well-tested and doesn't need to be re-tested here. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/25201
2018-02-19[GH Import] Create an empty wiki if wiki import failedValery Sizov
2018-02-19Resolve "group request membership mail with too long list of "To:""🙈 jacopo beschi 🙉
2018-02-19Merge branch 'jej/avoid-slow-file-lock-checks' into 'master'Sean McGivern
Avoid slow File Lock checks when not used Closes #43339 See merge request gitlab-org/gitlab-ce!17140
2018-02-19Merge branch '32564-fix-double-system-closing-notes' into 'master'Sean McGivern
Resolve "Double closing system notes when closing issue with Merge Request" Closes #32546 and #32564 See merge request gitlab-org/gitlab-ce!17035
2018-02-19Merge branch 'sh-guard-read-only-user-updates' into 'master'Nick Thomas
Don't attempt to update user tracked fields if database is in read-only Closes gitlab-ee#4972 See merge request gitlab-org/gitlab-ce!17200
2018-02-19fix lint, more descriptive describeSimon Knox
2018-02-19Merge branch 'sh-fix-squash-rebase-utf8-data' into 'master'Sean McGivern
Fix squash rebase not working when diff contained encoded data Closes gitlab-ee#4960 See merge request gitlab-org/gitlab-ce!17205
2018-02-19Avoid slow File Lock checks when not usedJames Edwards-Jones
Also avoid double commit lookup during file lock check by reusing memoized commits.
2018-02-19remove debug linesSimon Knox
2018-02-19Merge branch 'sh-fix-geo-error-500-gpg-commit' into 'master'Douwe Maan
Fix Error 500 when viewing a commit with a GPG signature in Geo Closes gitlab-ee#4825 See merge request gitlab-org/gitlab-ce!17207
2018-02-19Merge branch '41949-move' into 'master'Douwe Maan
Remember assignee when moving an issue See merge request gitlab-org/gitlab-ce!17116
2018-02-19Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' ↵Douwe Maan
into 'master' Sanitize extra blank spaces used when uploading a SSH key Closes #40552 See merge request gitlab-org/gitlab-ce!17138
2018-02-19Fix Error 500 when viewing a commit with a GPG signature in GeoStan Hu
Closes gitlab-org/gitlab-ee#4825
2018-02-19Fix squash rebase not working when diff contained encoded dataStan Hu
When the applied diff contains UTF-8 or some other encoded data, the diff returned back from the git process may be in ASCII-8BIT format. Writing this data to stdin may fail if the data because stdin expects this data to be in UTF-8. By switching the output to binmode, we ensure that the diff will always be written as-is. Closes gitlab-org/gitlab-ee#4960
2018-02-19restore test for delete legacy noteSimon Knox
2018-02-18Remember assignee when moving an issueJan Provaznik
Related to #41949
2018-02-18Don't attempt to update user tracked fields if database is in read-onlyStan Hu
With Geo, attempting to view an endpoint with a user could result in an Error 500 since Devise attempts to update the last sign-in IP and other details. Closes gitlab-org/gitlab-ee#4972
2018-02-17Allow oxford commas and spaces before commas in MR issue closing pattern.Vicky Chijwani
2018-02-16Fix order dependencies in some specsNick Thomas
Our automatically-generated project paths are of the form project<N>. If a spec manually specifies a project path of that form, it may conflict with the automatically-generated paths in some circumstances.
2018-02-16applying feedbackMicaël Bergeron
# modified: lib/gitlab/git/commit.rb
2018-02-16fix specsMicaël Bergeron
2018-02-16stop ProcessCommitWorker from processing MR merge commitMicaël Bergeron
When a merge request is merged, it creates a commit with the description of the MR, which may contain references and issue closing references. As this will be handled in the PostMergeService anyways, let's ignore merge commit generated from a MR.
2018-02-16Fix project import API after import service refactorJames Lopez
2018-02-16Validate SSH keys through the sshkey gemRubén Dávila
2018-02-16Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master'Sean McGivern
Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025
2018-02-16Merge branch 'asciidoc_inter_document_cross_references' into 'master'Sean McGivern
Set Asciidoctor outfilesuffix to default .adoc Closes #43192 and #17602 See merge request gitlab-org/gitlab-ce!17125
2018-02-16Move spinach project network graph tests to RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-02-16Merge branch 'update-profiler-docs-explaining-how-to-provide-user' into 'master'Sean McGivern
Add documentation about how to provide a user to Gitlab::Profiler See merge request gitlab-org/gitlab-ce!17169
2018-02-16Merge branch 'dm-escape-commit-message' into 'master'Sean McGivern
Escape HTML entities in commit messages Closes #42833 See merge request gitlab-org/gitlab-ce!17144
2018-02-16Improve error handling for Gitlab::Profiler and improve doc about providing ↵Dylan Griffith
a user
2018-02-16Merge branch '42929-hide-new-variable-values' into 'master'Clement Ho
Hide CI secret variable values on save Closes #42929 See merge request gitlab-org/gitlab-ce!17044
2018-02-16Replace $.get with axios in importerStatusClement Ho
2018-02-15Merge branch 'winh-new-modal-component' into 'master'Filipa Lacerda
Add new modal Vue component See merge request gitlab-org/gitlab-ce!17108
2018-02-15Re-enable eslint in `commits.js` fileAndré Luís
2018-02-15Remove internal api calls from the rack::attack throttlingFrancisco Javier López
2018-02-15Revert "Merge branch ↵Rubén Dávila
'rd-43185-revert-sanitize-extra-blank-spaces-used-when-uploading-a-ssh-key' into 'master'" This reverts commit e607fd796657afd214b8f25201919d3e33b3f35f.
2018-02-15Fix specDouwe Maan
2018-02-15Merge branch 'change/strip-whitespace-from-username-input#42637' into 'master'Rémy Coutable
Trim whitespace from input in the username/email form field Closes #42637 See merge request gitlab-org/gitlab-ce!17020
2018-02-15Merge branch 'pipeline-schedule-webpack' into 'master'Filipa Lacerda
Converted pipeline_schedules bundles into automatic webpack entries See merge request gitlab-org/gitlab-ce!17143