Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | make window resizing more resiliant on small screens when headless mode is off | Mike Greiling | 2017-11-01 | 1 | -3/+7 | |
| | | | | | | | ||||||
| | * | | | | | fix flaky fill_in use in which return key would occasionally be intercepted ↵ | Mike Greiling | 2017-11-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | by autocomplete | |||||
| | * | | | | | move resize option the pre-test hooks instead of post-test | Mike Greiling | 2017-11-01 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | enable CHROME_HEADLESS environment variable for Spinach tests similar to RSpec | Mike Greiling | 2017-11-01 | 1 | -1/+4 | |
| | | | | | | | ||||||
| | * | | | | | reset browser window size between tests | Mike Greiling | 2017-11-01 | 1 | -0/+3 | |
| | | | | | | | ||||||
| | * | | | | | explicitly check innerText since selenium webdriver only looks at visible text | Mike Greiling | 2017-11-01 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | prevent resolve buttons from being clicked twice triggering a race condition | Mike Greiling | 2017-11-01 | 1 | -4/+2 | |
| | | | | | | | ||||||
| | * | | | | | add accept_confirm around "remove" button | Mike Greiling | 2017-10-31 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | remove PhantomJS specific hacks | Mike Greiling | 2017-10-31 | 5 | -16/+0 | |
| | | | | | | | ||||||
| | * | | | | | fix edit token regression within ↵ | Mike Greiling | 2017-10-31 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | spec/features/issues/filtered_search/visual_tokens_spec.rb | |||||
| | * | | | | | Added cookie_helper to the upload_file_spec | Jose Ivan Vargas | 2017-10-31 | 1 | -1/+2 | |
| | | | | | | | ||||||
| | * | | | | | update to Chrome 62 build image | Mike Greiling | 2017-10-31 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'master' into sh-headless-chrome-support | Mike Greiling | 2017-10-31 | 262 | -3666/+4751 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (84 commits) Migrate Gitlab::Git::Wiki#page to Gitaly Load participants async Normalize LDAP DN when looking up identity Improve the maintenance policy page add changelog fix spec failure Allow promoting project milestones to group milestones fix specs Be able to bundle gems with newer rubies Upgrade Ruby to 2.3.5 fixed up upload feature after master merge fix missing issue assignees Migrate Gitlab::Git::Wiki#delete_page to Gitaly Enable eslint Make `#hashed_storage?` require feature argument Adds callback function to inital cluster request Fix example typo. Upload files through the multi-file editor get branch name from the DOM Resolve "Convert autosize.js library to be a Yarn managed library" ... | |||||
| | * | | | | | | add missing parameter to triggerEvents | Mike Greiling | 2017-10-31 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | remove "command" key from test since it only applies on macOS | Mike Greiling | 2017-10-31 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | accept confirmation modal when erasing job trace in user_browses_job_spec.rb | Mike Greiling | 2017-10-31 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | fix set_cookie references within multi-file editor specs | Mike Greiling | 2017-10-30 | 2 | -2/+4 | |
| | | | | | | | | ||||||
| | * | | | | | | flash message broken in rspec but already covered by repo_service_spec.js | Mike Greiling | 2017-10-30 | 2 | -2/+0 | |
| | | | | | | | | ||||||
| | * | | | | | | fix set_cookie references within ref_switcher_spec.rb | Mike Greiling | 2017-10-30 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | allow inspect_request to inject request headers in order to test Sendfile ↵ | Mike Greiling | 2017-10-30 | 3 | -19/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests in jobs_spec.rb | |||||
| | * | | | | | | add accept_confirm around attempts to revoke personal access tokens | Mike Greiling | 2017-10-30 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | add accept_confirm when attempting to stop an environment in ↵ | Mike Greiling | 2017-10-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | widget_deployments_spec.rb | |||||
| | * | | | | | | fix page render issues on contribution calendar while tests are run | Mike Greiling | 2017-10-30 | 2 | -6/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Merge branch 'master' into sh-headless-chrome-support | Mike Greiling | 2017-10-29 | 414 | -3652/+7487 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (96 commits) Fetch the merged branches at once Merging EE doc into CE Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername Add KubernetesService#default_namespace tests Revert "Merge branch '36670-remove-edit-form' into 'master'" Fix bitbucket login Remove duped tests Add path attribute to WikiFile class Make local_branches OPT_OUT Clarify the language around External Group membership with SAML SSO to clarify that this will NOT add users to GitLab Groups. Added ssh fingerprint, gitlab ci and pages information in an instance configuration page Fix the incorrect value being used to set GL_USERNAME on hooks Resolve "Remove overzealous tooltips in projects page tabs" ... | |||||
| | * | | | | | | | accept modal confirm dialog when deleting note | Mike Greiling | 2017-10-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fix rubocop violation | Mike Greiling | 2017-10-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | remove unnecessary capybara process invocation | Mike Greiling | 2017-10-26 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fix use of unsupported webdriver feature "network_requests" | Mike Greiling | 2017-10-26 | 1 | -2/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | accept modal confirm dialog when disabling 2FA | Mike Greiling | 2017-10-26 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | update all status_code calls to use new inspect_requests helper | Mike Greiling | 2017-10-26 | 1 | -6/+7 | |
| | | | | | | | | | ||||||
| | * | | | | | | | use click instead of send(:return) so that open select dropdowns are blurred | Mike Greiling | 2017-10-26 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | remove unnecessary use of url_blacklist override | Mike Greiling | 2017-10-26 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fix select2 commands in user_edits_merge_request_spec.rb | Mike Greiling | 2017-10-26 | 1 | -2/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | add accept_confirm around "destroy/revoke" buttons | Mike Greiling | 2017-10-24 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fix member expire calendar selection by triggering blur | Mike Greiling | 2017-10-24 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | add accept_confirm around "remove" button | Mike Greiling | 2017-10-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | add accept_confirm around "delete tag" button | Mike Greiling | 2017-10-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | add accept_confirm around "delete comment" button | Mike Greiling | 2017-10-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | correct the issues list count for label:none filter | Mike Greiling | 2017-10-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | slow down requests for dropzone uploads to avoid race conditions | Mike Greiling | 2017-10-24 | 2 | -0/+20 | |
| | | | | | | | | | ||||||
| | * | | | | | | | remove unneeded accept header | Mike Greiling | 2017-10-24 | 1 | -4/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fix issue in which enter key from fill_in command was intercepted by ↵ | Mike Greiling | 2017-10-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | autocomplete code | |||||
| | * | | | | | | | fix body scrollTop references | Mike Greiling | 2017-10-24 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fix string escaping within latex example | Mike Greiling | 2017-10-24 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fix race condition when loading labels in filter bar | Mike Greiling | 2017-10-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fix rubocop violations | Mike Greiling | 2017-10-24 | 1 | -6/+9 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge branch ↵ | Mike Greiling | 2017-10-23 | 8 | -51/+55 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '35955-searchable-settings-puts-expand-collapse-toggle-in-an-invalid-state' into sh-headless-chrome-support * 35955-searchable-settings-puts-expand-collapse-toggle-in-an-invalid-state: Stop sections from expanding when scrolling over the 1px section update settings panels to place "expanded" class on the correct element remove needlessly complicated, duplicate css class for expanded settings panels | |||||
| | | * | | | | | | | Stop sections from expanding when scrolling over the 1px section | Eric Eastwood | 2017-10-17 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.slack.com/archives/C0GQHHPGW/p1508253662000271 | |||||
| | | * | | | | | | | update settings panels to place "expanded" class on the correct element | Mike Greiling | 2017-10-14 | 6 | -24/+24 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | remove needlessly complicated, duplicate css class for expanded settings panels | Mike Greiling | 2017-10-14 | 2 | -27/+27 | |
| | | | | | | | | | |