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
AgeCommit message (Collapse)Author
2018-06-21Bring changes from EELin Jen-Shin
2018-06-14Update dropdown_assignee_spec with filtered_search_helpersEric Eastwood
2018-06-14Fix flakey user/assignee autocomplete dropdownEric Eastwood
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/38664 This previously worked because, it would assert the correct names in the full list and then wait for the list to go blank for the NOT assertion Example failure, https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/74649299
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-04-20Fix filter issues specClement Ho
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-02-22Move RecentSearchesDropdownContent vue componentGeorge Tsiolis
2018-01-02Clears visual token on second backspaceMartin Wortschack
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-11-03don't attempt to click on hidden elementsMike Greiling
2017-11-03Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (109 commits) Remove Filesystem check metrics that use too much CPU to handle requests Set merge_request_diff_id on MR when creating Add a column linking an MR to its diff Remove useless closeReopenReport specs Clarify external artifacts only working when GitLab pages is enabled Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in Remove an exception from the git user default SSH config check Geo route whitelisting is too optimistic Update .nvmrc to current stable (v9.0.0) Update documentation Address Douwe's feedback Refactor responsive table styles to support nested error block Add changelog items Update specs for sudo behavior Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens Remove user authentication_token column Migrate user private tokens to personal access tokens Add sudo API scope Consistently use PersonalAccessToken instead of PersonalToken Remove User#private_token ...
2017-11-03refactor wait_for_requests, add slow_requests block helperMike Greiling
2017-11-02add CookieHelper and InputHelper automatically to :js testsMike Greiling
2017-11-01add slow_requests! to filtered search tests which expect to see a loading ↵Mike Greiling
spinner
2017-10-31Use count expectation so `all` finder will wait (patience)Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34435 Address flakey specs
2017-10-24correct the issues list count for label:none filterMike Greiling
2017-10-24fix race condition when loading labels in filter barMike Greiling
2017-10-09Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* 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-07Replaces `tag: true` into `:tag` in the specsJacopo
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-09-29Merge remote-tracking branch 'origin/master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-27fixed spec/features/issues/filtered_search/dropdown_milestone_spec.rbPhil Hughes
2017-09-27fixed spec/features/issues/filtered_search/dropdown_assignee_spec.rbPhil Hughes
spec runs too fast so it doesn't match the first text. I think testing that the loading indicator is hidden is enough
2017-09-26Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-26Fix spelling of occurredJames Ramsay
2017-09-23Improve list of sorting optionsVitaliy @blackst0ne Klachkov
2017-09-22add set_cookie helperMike Greiling
2017-09-13Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-11Check for sidebar cookie instead of class when resizing windowAnnabel Dunstone Gray
2017-09-05Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-09-01Shorten the search input for "text with other filters" specRobert Speicher
The assignee wasn't important to the test, and shortening the query allowed us to avoid the "horizontal scroll" failure without having to stub the `sidebar_collapsed?` helper.
2017-09-01Turns out that short name was important, who knew!Robert Speicher
We now document that fact.
2017-09-01Combine multiple `it` blocks in filter_issues_specRobert Speicher
2017-09-01Remove more redundant specs in filter_issues_specRobert Speicher
We were essentially testing "all of the filters" four times, so now we just do it once at the top level.
2017-09-01Re-order top-level `let`s, so that labels are groupedRobert Speicher
2017-09-01Remove unused select_search_at_index helperRobert Speicher
2017-09-01Reduce duplication in RSS feed specs for filter_issues_specRobert Speicher
2017-09-01Remove the top-level closed issue from filter_issues_specRobert Speicher
2017-09-01Remove unused labels from filter_issues_specRobert Speicher
2017-09-01Reduce issues and milestones created in global filter_issues_spec setupRobert Speicher
Three issues were only used in one test each, and one milestone with its accompanying issue were only used in one test, so we now scope those locally.
2017-09-01Clean up the still-way-too-complex filter_issues_spec setupRobert Speicher
Removes unnecessary `let!` usage since we explicitly access these in the `before. Re-uses `user2` as the author for issues we otherwise don't care about the author for, to avoid creating a new user in each one. Makes use of the `labeled_issue` factory to avoid assigning variables just so we can add labels to an issue.
2017-09-01Remove an unnecessary issue creationRobert Speicher
This seemed to only exist to increment an issue counter by 1.
2017-09-01Remove unnecessary attributes from factoriesRobert Speicher
2017-09-01Scope group creation to the specs that actually require itRobert Speicher
Only one context tested group behavior, but we were performing group and membership creation on every example unnecessarily.
2017-09-01Use a positive assertion for have_no_selector rather than the inverseRobert Speicher
2017-09-01Remove unnecessary include from filter_issues_specRobert Speicher
2017-09-01Remove redundant specs from filter_issues_specRobert Speicher
While testing the various search tokens, we would add the token and a search term, then verify the correct issues were returned. Then we'd add a new token, search again, and verify again. Then another, and another. This was entirely redundant. If the search with higher specificity returned the same results as the search with lower specificity, we can be sure the lower specificity searches also worked without actually testing them. Because this entire spec performs very extensive setup, it's important to limit the number of times we perform that setup.
2017-09-01Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-30Merge branch 'master' into enable-new-navigaton-by-defaultPhil Hughes
2017-08-30Merge branch 'improve-autocomplete-user-performance' into 'master'Yorick Peterse
Improve AutocompleteController#users.json performance Closes #36879 See merge request !13754
2017-08-30Add filter by my reactionHiroyuki Sato