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
path: root/spec
AgeCommit message (Collapse)Author
2017-08-30Merge branch 'replace_spinach_star.feature' into 'master'Robert Speicher
Replace 'project/star.feature' spinach test with an rspec analog See merge request !13855
2017-08-30Replace 'project/star.feature' spinach test with an rspec analogblackst0ne
2017-08-29Merge branch '35793_fix_predicate_names' into 'master'Robert Speicher
Remove `is_` prefix from predicate method names See merge request !13810
2017-08-29Merge branch 'changes-bar-sticky-fix' into 'master'Filipa Lacerda
Fixes the diff changes buttons from toggling when scrolling Closes #36698 See merge request !13894
2017-08-29Merge branch '35048-empty-badges' into 'master'Phil Hughes
Prevents rendering empty badge when pipeline request fails Closes #35048 See merge request !13897
2017-08-29Prevents rendering empty badge when pipeline request failsFilipa Lacerda
2017-08-29Fixes the diff changes buttons from toggling when scrollingPhil Hughes
Closes #36698
2017-08-29Merge branch ↵Kamil Trzciński
'fix/sm/37040-regression-pipeline-trigger-via-api-fails-with-500-internal-server-error-in-9-5-1' into 'master' Fix pipeline trigger via API fails with 500 Internal Server Error in 9.5.1 Closes #37040 See merge request !13861
2017-08-29replace `is_spam?` with `spam?`Maxim Rydkin
2017-08-29replace `is_default_branch?` with `default_branch?`Maxim Rydkin
2017-08-29replace `is_ancestor?` with `ancestor?`Maxim Rydkin
2017-08-29replace `is_edited?` with `edited?`Maxim Rydkin
2017-08-28Cleans merge_jid when possible on MergeServiceOswaldo Ferreira
2017-08-28Rename MergeRequest#async_merge to merge_asyncOswaldo Ferreira
2017-08-28Add changelogOswaldo Ferreira
2017-08-28Track enqueued and ongoing MRsOswaldo Ferreira
2017-08-28Merge branch 'rs-transient-mini-pipeline-graph-failure' into 'master'Douwe Maan
Fix a transient failure in mini_pipeline_graph_spec Closes #34323 See merge request !13844
2017-08-28Merge branch 'group-mr-search-bar' into 'master'Clement Ho
Add filtered search to group merge requests dashboard Closes #36703 See merge request !13688
2017-08-28Merge branch 'sh-add-spec-to-protected-tags-deletion' into 'master'Robert Speicher
Add spec for deleting protected tags See merge request !13693
2017-08-28Merge branch 'fix/import-events' into 'master'Sean McGivern
Fix events error importing GitLab projects Closes #36965 See merge request !13868
2017-08-28Fix specShinya Maeda
2017-08-28Fix specShinya Maeda
2017-08-28Remove trigger_request.trigger.ownerShinya Maeda
2017-08-28Reproduced bugShinya Maeda
2017-08-28Fix a transient failure in mini_pipeline_graph_specRobert Speicher
This spec failed reliably with a specific run order (see issue), the reasons for which are still unknown. This simplification resolves the failure. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/34323
2017-08-28Merge branch 'sh-improve-flaky-ace-editor-spec' into 'master'Robert Speicher
Improve flaky ACE editor spec See merge request !13854
2017-08-28Merge branch 'fix-flakes' into 'master'Robert Speicher
fix transient dropdown test failures Closes #37052 and #34436 See merge request !13862
2017-08-28fix typoJames Lopez
2017-08-28fix specJames Lopez
2017-08-28Merge branch '36792-inline-user-refresh-when-creating-project' into 'master'Douwe Maan
Don't wait for project authorization sidekiq jobs when creating projects Closes #36792 See merge request !13775
2017-08-28Merge branch 'rs-aggregate-system-note-specs' into 'master'Douwe Maan
Combine multiple expectations into one for shared system note example See merge request !13814
2017-08-28Merge branch 'fix/gb/clear-schema-cache-after-running-migration-tests' into ↵Sean McGivern
'master' Clear schema cache after running tests for migrations Closes #37086 See merge request !13870
2017-08-28Merge branch 'rs-remove-filtered-issues-skips' into 'master'Douwe Maan
Remove skipped examples in filtered issues feature spec See merge request !13845
2017-08-28Merge branch '35642-add-owner-to-triggers-factory' into 'master'Kamil Trzciński
Make sure we have an owner for triggers Closes #35642 See merge request !13799
2017-08-28Clear schema cache after running tests for migrationsGrzegorz Bizon
2017-08-28Merge branch 'sh-simplify-system-hook-testing' into 'master'Douwe Maan
Simplify system hook testing and guarantee test will fire Closes #37067 See merge request !13858
2017-08-28Merge branch 'bugfix.notify-custom-participants' into 'master'Sean McGivern
Bugfix.notify custom participants Closes #36610 See merge request !13680
2017-08-28Merge branch 'backstage/gb/rename-ci-cd-processing-sidekiq-queues' into 'master'Grzegorz Bizon
Rename CI/CD related Sidekiq queues Closes #35532 See merge request !13714
2017-08-28Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
35642-add-owner-to-triggers-factory * upstream/master: (49 commits) Fire system hooks when a user is created via LDAP or OAuth Common Docker Documentation Location in `gitlab-ce` fix deprecation warning present during webpack compiles Enable 5 lines of Sidekiq backtrace lines to aid in debugging Add support for copying permalink to notes via more actions dropdown Docs: update - fix headers Handle creating a nested group on MySQL correctly Decrease statuses batch size even more in a migration Fix failure when issue author is nil Fix searching for files by path Fix invite by email address duplication Revert "Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master'" Fix repo editor scrollbar Revert "Merge branch 'sh-sidekiq-backtrace' into 'master'" Replace 'source/search_code.feature' spinach test with an rspec analog Add missing third argument to `Git::Repository#initialize` in spec New doc: how to install GitLab on Azure Authorizations regarding OAuth - style confirmation Enable 5 lines of Sidekiq backtrace lines to aid in debugging Reenable MySQL tests on all branches ...
2017-08-28Remove duplicate update for ownerLin Jen-Shin
2017-08-28fix transient test failures caused by wrong dropdown triggerSimon Knox
2017-08-28Simplify system hook testing and guarantee test will fireStan Hu
The change in !11728 would cause an arbitrary project to be chosen to test system hooks, and it's likely that the project would not have any commits or relevant commits to test the hook. This would prevent admins from verifying that the hook fired. Instead of trying to create a representative hook dynamically, just send static data to guarantee the hook will actually be tested. Closes #37067
2017-08-27Add a simple spec that checks filtered search works at group merge request pageHiroyuki Sato
2017-08-26Improve flaky ACE editor specStan Hu
The ACE editor JavaScript may not be loaded when the spec runs evaluateScript. Wait for the editor to load before attempting to run ACE-specific JavaScript.
2017-08-26Merge commit '2be34630623711fc20ef8c101b5cef688f207cc1' into ↵Grzegorz Bizon
backstage/gb/rename-ci-cd-processing-sidekiq-queues * commit '2be34630623711fc20ef8c101b5cef688f207cc1': Common Docker Documentation Location in `gitlab-ce` fix deprecation warning present during webpack compiles Enable 5 lines of Sidekiq backtrace lines to aid in debugging Add support for copying permalink to notes via more actions dropdown Handle creating a nested group on MySQL correctly Decrease statuses batch size even more in a migration Fix repo editor scrollbar Replace 'source/search_code.feature' spinach test with an rspec analog Authorizations regarding OAuth - style confirmation Update README.md Refactor complicated API group finding rules into GroupsFinder Fix group and project search for anonymous users Document version Group Milestones API introduced Allow v4 API GET requests for groups to be unauthenticated Adjust a range and a size in stages statuses migration Update README.md Point to /developers on docs/administration/authentiq.md Indexes GFM markdown guide use inline links instead of referenced Add index on ci_runners.contacted_at
2017-08-26Fire system hooks when a user is created via LDAP or OAuthStan Hu
Closes #37073
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-25Merge branch 'replace_spinach_search_code.feature' into 'master'Robert Speicher
Replace 'source/search_code.feature' spinach test with an rspec analog See merge request !13697
2017-08-25Don't add admins as masters to projects created in another user's namespaceNick Thomas
Only admins have the ability to create a project in another user's personal namespace. Prior to this commit, we were explicitly adding them as masters to the project. However, admins already have access (by virture of being admins), so this is unnecessary.
2017-08-25Move sidekiq-based project authorization refresh out of Projects::CreateServiceNick Thomas
If the project is in a group, the `group.refresh_members_authorized_projects` is made non-blocking, and we call `current_user.refresh_authorized_projects` directly. Projects in a personal namespace are more difficult. Rather than passing the `blocking:` parameter through the entire `add_master` chain, have the `AuthorizedProjectsWorker` automatically inline authorizations for three IDs or less. Since the maximum number of IDs in this path is 2, that has the same effect.