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 (Expand)Author
2017-10-01spacing and small optimisationsAlexandra
2017-09-24must now set the devise default scope (since we now have an :email scope)Brett Walker
2017-09-23add primary email as a secondary email whenever the primary is changedBrett Walker
2017-09-23fix to make gpg_keys_spec start passingBrett Walker
2017-09-23added email.confirmed scope and fix email comparisonBrett Walker
2017-09-23allow a verified secondary email to be use as the primary withoutBrett Walker
2017-09-23when user verifies a secondary email, revalidate GPG signaturesBrett Walker
2017-09-23fixes for rubocopBrett Walker
2017-09-23when a primary email is replaced and added to the secondary emails list,Brett Walker
2017-09-23small cleanup changes based on feedbackBrett Walker
2017-09-23optimized the email servicesBrett Walker
2017-09-23Make GPG signature verification work with non-primary email (#36959)Brett Walker
2017-09-23tweaks for rubocopBrett Walker
2017-09-23add verified/unverified labels to profile emails.Brett Walker
2017-09-23refactored the Spinach feature `features/profile/emails.feature` intoBrett Walker
2017-09-23Send a confirmation email when the user adds a secondary email address. Utili...Brett Walker
2017-09-22Merge branch '36549-circuit-breaker-handles-missing-storages' into 'master'Douwe Maan
2017-09-22Removed old icons from project pagePhil Hughes
2017-09-22Merge branch 'replace_project_shortcuts.feature' into 'master'Rémy Coutable
2017-09-22Merge branch '33328-usage-ping-for-gitlab-features-and-components' into 'master'Rémy Coutable
2017-09-22Merge branch 'sh-blob-raw-check' into 'master'Douwe Maan
2017-09-22Merge branch 'backport-ee-2983' into 'master'Rémy Coutable
2017-09-22Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas
2017-09-22Resolve "Better SVG Usage in the Frontend"Tim Zallmann
2017-09-22Merge branch 'add-view-replaced-file-link' into 'master'Rémy Coutable
2017-09-22Merge branch 'replace_project_service.feature' into 'master'Rémy Coutable
2017-09-22Merge branch 'fix-multi-line-hook-output' into 'master'Rémy Coutable
2017-09-22Replace the 'project/service.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-22Replace the 'project/shortcuts.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-22Fix rendering double note issue.Fatih Acet
2017-09-21Merge branch 'acet-fix-comment-form-resize' into 'master'Jacob Schatz
2017-09-21Ensure that Blob.raw returns always returns a valid blob objectStan Hu
2017-09-21Standardize access to CSRF token in JavaScriptBryce Johnson
2017-09-21Merge branch 'dm-closing-issue-urls' into 'master'Robert Speicher
2017-09-21Adds gitlab features and components to usage ping data.Tiago Botelho
2017-09-21Display full pre-receive and post-receive hook output in GitLab UIRobin Bobbitt
2017-09-21Simplify a testNick Thomas
2017-09-21Adds EE tag detection to remove_old in gitlab backup.Tiago Botelho
2017-09-21Correctly detect multiple issue URLs after 'Closes...' in MR descriptionsDouwe Maan
2017-09-21Merge branch '37220-es-modules' into 'master'Phil Hughes
2017-09-21Merge branch '38088-remove-banner-to-customize-experience' into 'master'Douwe Maan
2017-09-21Merge branch 'remove-use-key-worker' into 'master'Rémy Coutable
2017-09-21IssueNotes: Resize comment form after note submit and discard.Fatih Acet
2017-09-20Deleted another Fixture due to User CalloutTim Zallmann
2017-09-20Fixture Creation removedTim Zallmann
2017-09-20Deleted Karma Specs for userCalloutTim Zallmann
2017-09-20Removed User Callout for Customer ExperienceTim Zallmann
2017-09-20Merge branch 'gitlab-git-popen' into 'master'Douwe Maan
2017-09-20Merge branch '32796-tighten-up-remove-old-while-backing-up-gitlab' into 'master'Rémy Coutable
2017-09-20Add view replaced file link for image diffsClement Ho