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
2017-09-26Fix spelling of occurredJames Ramsay
2017-09-25Fix specsAnnabel Dunstone Gray
2017-09-23Improve list of sorting optionsVitaliy @blackst0ne Klachkov
2017-09-16Minor update to address Sean McGivern's comment.manolis
More details are available here https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13436/diffs#note_39115837
2017-09-11Check for sidebar cookie instead of class when resizing windowAnnabel Dunstone Gray
2017-09-06Merge branch 'master' into breadcrumbs-improvementsPhil Hughes
2017-09-05Remove checks if issue.author is presentJarka Kadlecova
2017-09-04rspec test fixesPhil Hughes
2017-09-04Move "Move to different project" to sidebarEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-09-02Merge branch 'issue-discussions-refactor' into 'master'Jacob Schatz
Issue discussions Vue refactor See merge request !12069
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 'move-action' into 'master'Sean McGivern
Merge request to address /move functionality. See merge request !13436
2017-08-31/move project functionality. Squash commit.Manolis Mavrofidis
Update to add all issues to be updated. Added functionality, proper tests, documentation and changelog.
2017-08-31Merge branch 'master' into issue-discussions-refactorDouwe Maan
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-30Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # app/models/issue.rb
2017-08-30Add filter by my reactionHiroyuki Sato
2017-08-29spec updatesPhil Hughes
2017-08-29more spec fixesPhil Hughes
2017-08-26Remove skipped examples in filtered issues feature specRobert Speicher
We perform a ton of expensive setup in this spec, via both `before` and `let!`. When we use `skip` inside an `it` block, rather than skipping the block entirely via `xit`, we still perform this expensive setup, only to do absolutely nothing with it, resulting in wasted time. Minutes, in this case. Further, these specs have been sitting in our test suite for about seven months now, so the likelihood of them being addressed soon seems low.
2017-08-25Fix failure when issue author is nilJarka Kadlecova
2017-08-25Improve AutocompleteController#user.json performanceHiroyuki Sato
2017-08-17Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
2017-08-16Change find to within for detecting bad search specsClement Ho
2017-08-15Fix edit merge request button inconsistent letter casingClement Ho
2017-08-14Merge branch ↵Clement Ho
'34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master' Resolve "Make edit comment button always available outside of dropdown" Closes #34527 See merge request !12931
2017-08-14fix static_analysis (rubocop)Jarka Kadlecova
2017-08-13Fix note polling specs with the new behavior of not updating an external ↵Filipa Lacerda
updated note being edited
2017-08-10Change fixtures of old testsFilipa Lacerda
2017-08-10take edit note button out of dropdownSimon Knox
2017-08-08Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (481 commits) Make sure that we have author and committer disable file upload button while uploading Fix bar chart does not display label at hour 0 Fixed activity not loading on project homepage Expose noteable_iid in Note Fix fly-out width when it has long items Add a test to show that threshold 40 would corrupt Add changelog entry Raise encoding confidence threshold to 50 Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name when the project full path contains a `/` Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name when the project full path contains a `/` Add Italian translations of Pipeline Schedules Restrict InlineJavaScript for haml_lint to dev and test environment Incorporate Gitaly's CommitService.FindCommit RPC Move `deltas` and `diff_from_parents` logic to Gitlab::Git::Commit fix repo_edit_button_spec.js fix test failures in repo_preview_spec.js fix repo_loading_file_spec tests Refactor Gitlab::Git::Commit to include a repository use 100vh instead of flip flopping between the two - works on all suported browsers ...
2017-08-08Merge branch '32844-issuables-performance' into 'master'Sean McGivern
Issuables: Move some code from create services to Sidekiq workers See merge request !13326
2017-08-07Move some after_create parts to worker to improve performanceJarka Kadlecova