summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* accept confirm dialog when cancelling a pipelineMike Greiling2017-10-101-1/+1
* fix race condition when visiting file blob of recently triggered file uploadMike Greiling2017-10-101-2/+3
* accept javascript confirm when testing pipeline deletionMike Greiling2017-10-091-1/+1
* chrome cannot send_keys unless the element is focusableMike Greiling2017-10-091-1/+1
* resize window when simulating dragging as horizontal scrolling causes issues ...Mike Greiling2017-10-091-0/+3
* ensure javascript confirm dialog is accepted when attempting to delete boardsMike Greiling2017-10-091-2/+2
* fix diff_notes_avatars_spec.rb failures in headless ChromeMike Greiling2017-10-091-1/+1
* Fixed click eventsJose Ivan Vargas2017-10-092-2/+2
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-09294-1104/+5347
|\
| * Merge branch '34284-add-changes-to-issuable-webhook-data' into 'master'Douwe Maan2017-10-0910-69/+344
| |\
| | * Introduce new hook data builders for Issue and MergeRequest34284-add-changes-to-issuable-webhook-dataRémy Coutable2017-10-097-113/+230
| | * Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-096-90/+201
| | * Include the changes in issuable webhook payloadsRémy Coutable2017-10-095-31/+78
| * | Merge branch 'jk-assignees-todos-fix' into 'master'Sean McGivern2017-10-091-0/+24
| |\ \
| | * | Don't create todos for old issue assigneesJarka Kadlecova2017-10-091-0/+24
| | |/
| * | Merge branch '23888-fix-unsubscription-link-for-snippet-notification' into 'm...Sean McGivern2017-10-092-233/+380
| |\ \
| | * | Don't show an "Unsubscribe" link in snippet comment notificationsRémy Coutable2017-10-092-233/+380
| | |/
| * | Merge branch 'master' into 'group-sort-dropdown-blank'Robert Speicher2017-10-09364-900/+8538
| |\ \ | | |/
| | * Merge branch 'bvl-fork-network-migrations' into 'master'Yorick Peterse2017-10-091-0/+8
| | |\
| | | * Don't create fork networks for root projects that are deletedbvl-fork-network-migrationsBob Van Landuyt2017-10-091-0/+8
| | * | Merge branch '37552-replace-js-true-with-js' into 'master'Rémy Coutable2017-10-09179-328/+381
| | |\ \
| | | * | Replaces `tag: true` into `:tag` in the specsJacopo2017-10-07179-328/+381
| | * | | Removes CommitsList from global namespaceFilipa Lacerda2017-10-091-56/+52
| | * | | Merge branch 'abuse-reports-module' into 'master'Filipa Lacerda2017-10-091-41/+39
| | |\ \ \
| | | * | | Convert AbuseReports class to a moduleabuse-reports-modulePhil Hughes2017-10-061-41/+39
| | * | | | Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda2017-10-091-2/+2
| | * | | | Merge branch 'sh-show-all-slack-names' into 'master'Robert Speicher2017-10-095-36/+37
| | |\ \ \ \
| | | * | | | Include GitLab full name with username in Slack messagessh-show-all-slack-namesStan Hu2017-10-065-36/+37
| | * | | | | Move cycle analytics banner into a vue fileFilipa Lacerda2017-10-091-0/+41
| | | |_|_|/ | | |/| | |
| | * | | | Merge branch '38890-fix-gpg-signature-updater-when-commit-is-missing' into 'm...Stan Hu2017-10-071-6/+22
| | |\ \ \ \
| | | * | | | Fix error with GPG signature updater when commit was deleted38890-fix-gpg-signature-updater-when-commit-is-missingRubén Dávila2017-10-071-6/+22
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'mk-normalize-ldap-user-dns' into 'master'Douwe Maan2017-10-077-9/+449
| | |\ \ \ \
| | | * | | | Leave bad DNs alone instead of raising errorsMichael Kozono2017-10-073-35/+55
| | | * | | | Refactor DN error classesMichael Kozono2017-10-071-48/+48
| | | * | | | Add migration specsMichael Kozono2017-10-072-0/+92
| | | * | | | Normalize values, reusing DN normalization codeMichael Kozono2017-10-073-28/+103
| | | * | | | Remove telephoneNumber format commentMichael Kozono2017-10-071-6/+0
| | | * | | | Fix space strippingMichael Kozono2017-10-071-1/+7
| | | * | | | Rename method to `to_normalized_s`Michael Kozono2017-10-071-2/+2
| | | * | | | Move downcasing to normalize methodMichael Kozono2017-10-071-4/+4
| | | * | | | Resolve Rubocop offensesMichael Kozono2017-10-071-16/+16
| | | * | | | Switch to new DN classMichael Kozono2017-10-072-57/+8
| | | * | | | Fix newline testsMichael Kozono2017-10-071-3/+3
| | | * | | | Fix trailing escaped newlineMichael Kozono2017-10-071-1/+1
| | | * | | | Add valid DN tests using OIDsMichael Kozono2017-10-071-0/+2
| | | * | | | Test malformed DNsMichael Kozono2017-10-071-4/+102
| | | * | | | Raise UnsupportedDnFormatError on multivalued RDNsMichael Kozono2017-10-071-2/+30
| | | * | | | Allow unescaped, non-reserved Unicode charactersMichael Kozono2017-10-071-1/+1
| | | * | | | Handle CR and LF charactersMichael Kozono2017-10-071-0/+3
| | | * | | | Fix escaped hex comma testMichael Kozono2017-10-071-1/+1