Commit Graph

79 Commits

Author SHA1 Message Date
GitLab Bot 1ca6880aac Add latest changes from gitlab-org/gitlab@master 2020-10-06 18:08:49 +00:00
GitLab Bot 418c3b2900 Add latest changes from gitlab-org/gitlab@master 2020-09-30 09:10:11 +00:00
GitLab Bot 6f15c2c272 Add latest changes from gitlab-org/gitlab@master 2020-09-24 12:09:37 +00:00
GitLab Bot 1949d08c1a Add latest changes from gitlab-org/gitlab@master 2020-09-23 21:09:28 +00:00
GitLab Bot bd06cdbc91 Add latest changes from gitlab-org/gitlab@master 2020-09-02 00:10:29 +00:00
GitLab Bot 85f7fa54f4 Add latest changes from gitlab-org/gitlab@master 2020-08-18 18:10:10 +00:00
GitLab Bot 999f47e9e6 Add latest changes from gitlab-org/gitlab@master 2020-08-12 12:10:25 +00:00
GitLab Bot ea937d0916 Add latest changes from gitlab-org/gitlab@master 2020-07-31 15:10:14 +00:00
GitLab Bot c70359a07f Add latest changes from gitlab-org/gitlab@master 2020-07-22 09:09:38 +00:00
GitLab Bot 3aaaf9cd8e Add latest changes from gitlab-org/gitlab@master 2020-06-29 15:08:56 +00:00
GitLab Bot 235dc61f47 Add latest changes from gitlab-org/gitlab@master 2020-06-19 12:09:07 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot 8a7aaf8683 Add latest changes from gitlab-org/gitlab@master 2020-03-23 21:09:46 +00:00
GitLab Bot 76623c12c1 Add latest changes from gitlab-org/gitlab@master 2020-02-05 21:09:02 +00:00
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
Ash McKenzie 19ff9d9899
Replace rails_helper.rb with spec_helper.rb
rails_helper.rb's only logic was to require
spec_helper.rb.
2019-08-30 12:26:18 +10:00
Thong Kuah 73e848850c Add frozen_string_literal to spec/features
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12:00
Martin Hanzel de7abc0651 Allow autocompleting scoped labels
The `:` key will no longer exit out of the autocomplete dialog,
allowing auto-completion of labels with colons in them.
2019-06-25 10:19:29 +00:00
Phil Hughes 9ff9047402 Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'
Move gfm_autocomplete_spec.rb out of quarantine

Closes #57995 and #56843

See merge request gitlab-org/gitlab-ce!25542

(cherry picked from commit 2dcbc0fa56)
2019-03-11 11:20:27 +01:00
Winnie Hellmann 55f76ce8f6 Revert "Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'"
This reverts merge request !25542
2019-03-05 11:02:00 +00:00
Winnie Hellmann 752926e6df Remove tests for labels dropdown from gfm_autocomplete_spec.rb 2019-02-27 09:08:41 +01:00
Rémy Coutable f49aeacdd0
Merge branch 'fix-misspellings-app-comments' into 'master'
Fix misspellings in app/spec comments

See merge request gitlab-org/gitlab-ce!25517
2019-02-26 12:25:01 +01:00
Michael Kozono cae2c33681
Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"
This reverts commit 9202bbd129, reversing
changes made to 4b282e9ce1.
2019-02-25 12:53:09 -08:00
Takuya Noguchi bbf479a36c Fix misspellings in app/spec comments
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-25 17:25:19 +09:00
Lukas Eipert 0b3ae19559
Quarantine flakey GFM label test 2019-01-25 14:52:56 +01:00
Kushal Pandya 5f03d26a19 Escape label and milestone titles to prevent XSS 2018-12-20 12:25:49 +05:30
Jarka Košanová 9d60260926 Add specs for entities autocomplete 2018-11-22 15:59:17 +01:00
Kushal Pandya 117072d45f Fix user name autocomplete XSS when name contains HTML 2018-11-12 14:51:25 +05:30
George Tsiolis 733ae94921 Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
Kushal Pandya 1e1b250d4b Add spec to test HTML escaping while rendering autocomplete 2018-10-19 15:44:17 +05:30
Fabian Schneider b55c320c89 Resolve "Drop down filter for project snippets" 2018-10-05 09:42:38 +00:00
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
Winnie Hellmann 3db2f32759 Enable Capybara/FeatureMethods cop 2018-07-05 06:32:05 +00:00
blackst0ne 27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
Clement Ho 20ddfd9c59 Add js prefix for issuable-edit 2017-12-08 11:21:31 -06:00
Vitaliy @blackst0ne Klachkov 68f0092c8f Limit autocomplete menu to applied labels 2017-11-28 14:51:03 +11:00
haseeb d2d7bfa760 fix to allow integer label refernces 2017-11-13 14:30:22 +00:00
Mike Greiling cc00b289f9
fix flaky tests by removing unneeded clicks and focus actions 2017-11-03 15:26:17 -05:00
Mike Greiling 817c7fb1b0
fix flaky test in gfm_autocomplete_spec.rb 2017-11-03 13:51:49 -05:00
Mike Greiling 61865cfc93
add CookieHelper and InputHelper automatically to :js tests 2017-11-02 10:26:27 -05:00
Mike Greiling ce7449ce03
clear localStorage after each capybara test (global) 2017-10-20 09:05:18 +03:00
Mike Greiling 95d629a1ea
fix rubocop (oops) 2017-10-20 08:28:38 +03:00
Mike Greiling 5e63566bf1
add InputHelper rspec helper to simulate non-BMP character input 2017-10-17 21:30:36 -05:00
Mike Greiling f783798825
Merge branch 'master' into sh-headless-chrome-support
* master: (113 commits)
  Introduce new hook data builders for Issue and MergeRequest
  Don't create todos for old issue assignees
  Start adding Gitlab::HookData::IssuableBuilder
  Include the changes in issuable webhook payloads
  Rename the `codeclimate` job to `codequality`
  Don't show an "Unsubscribe" link in snippet comment notifications
  Add QA::Scenario::Gitlab::Group::Create
  Removes CommitsList from global namespace
  Fix wiki empty page translation namespace not being removed
  Fixes mini graph in commit view
  Fix link to new i18n index page
  Update i18n docs
  Move i18n/introduction to i18n/index
  Resolve "Simple documentation update - backup to restore in restore section"
  Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace
  Move cycle analytics banner into a vue file
  Updated Icons + Fix for Collapsed Groups Angle
  Don't create fork networks for root projects that are deleted
  Remove executable permissions on images to make docs lint happy
  Sync up hard coded DN class in migration
  ...
2017-10-09 15:00:00 -05:00
Jacopo 0ce6785851 Replaces `tag: true` into `:tag` in the specs
Replaces all the explicit include metadata syntax in the specs (tag:
true) into the implicit one (:tag).
Added a cop to prevent future errors and handle autocorrection.
2017-10-07 13:57:54 +02:00
Stan Hu 41e5ec8f74 Merge branch 'master' into sh-headless-chrome-support 2017-09-05 11:33:09 -07:00
Stan Hu 09baadca34 Merge branch 'master' into sh-headless-chrome-support 2017-08-09 15:57:52 -07:00
Filipa Lacerda e4f8aa719b Merge branch 'master' into issue-discussions-refactor
* master: (162 commits)
  Since mysql is not a priority anymore, test it less
  Add container registry and spam logs icons
  Fix different Markdown styles
  Backport to CE for:
  Make new dropdown dividers full width
  Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs
  Install yarn via apt in update guides
  Use long curl options
  Remove monkey-patched Array.prototype.first() and last() methods
  Openshift Getting Started
  35659 Rename Pipelines tab to CI / CD in new navigation
  Don't bother going through an entire Banzai pipeline for empty text
  Add active state for pipelines settings on old nav
  Bump rspec to 3.6.0
  Resolve "Specific Async Script Loading by using a Page Variable"
  Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'"
  another rubocop style fix
  Use mixin for new dropdown style
  Migrate Repository#last_commit_for_path to Gitaly
  Migrate blame loading to Gitaly
  ...
2017-08-04 19:38:37 +01:00
Stan Hu fa68b81b8e Change trigger('click') -> click for Chrome
Done via:

```
git grep --name-only trigger\(\'click\'\) | xargs sed -i -e "s/trigger('click')/click/g"
```
2017-08-02 22:13:46 -07:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00