Commit graph

26 commits

Author SHA1 Message Date
Tiago Botelho
522f4b2c6a Adapt cycle analytics spec helper and cycle analytics usage data spec 2018-03-01 16:43:26 +00:00
Tiago Botelho
335ee79a73 Refactors median code to work with both single and multiple projects 2018-02-28 10:46:20 +00:00
Sean McGivern
3fc0564ae0 Merge branch '41567-projectfix' into 'security-10-3'
check project access on MR create

See merge request gitlab/gitlabhq!2273

(cherry picked from commit 1fe2325d6ef2bced4c5e97b57691c894f38b2834)

43e85f49 check project access on MR create
2018-01-16 17:04:38 -08:00
blackst0ne
27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11: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
Mehdi Lahmam
6e3ca79ded Add a Last 7 days option for Cycle Analytics view 2017-08-11 22:02:35 +02:00
Mehdi Lahmam
4e8a2feb71 Add feature specs for Cycle Analytics pipeline summary 2017-08-11 21:59:47 +02:00
Keifer Furzland
7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Robert Speicher
9eeba8fb49 Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
Robert Speicher
e939bf7be1 Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
Robert Speicher
45fb1f9542 Change login_as uses to gitlab_sign_in 2017-06-19 18:59:01 -05:00
Douwe Maan
f82377b89f Merge branch 'wait-for-ajax-handling-all-js-requests' into 'master'
Use wait_for_requests for checking Vue resource and $.ajax requests [CE]

Closes #31946 and #31555

See merge request !11451
2017-05-24 14:18:36 +00:00
Oswaldo Ferreira
2338785ec9 Use wait_for_requests to wait all JS request 2017-05-22 20:39:49 -03:00
Felipe Artur
921c2be44a Add transient head_pipeline_of to pipeline factories 2017-05-22 17:06:45 -03:00
Felipe Artur
2ccee7161a Small code improvements and add migration spec 2017-05-08 18:43:53 -03:00
Felipe Artur
d9bebd89df Fix specs 2 2017-05-08 11:29:10 -03:00
Felipe Artur
24824cbb4c Fix Specs 2017-05-08 11:26:04 -03:00
Dmitriy Zaporozhets
11ff9fc6a9 Merge branch '28359-skip-process-commit-worker-unless-issues-referenced' into 'master'
Use regex to skip unnecessary reference processing in ProcessCommitWorker

Closes #28359

See merge request !10867
2017-05-08 12:54:23 +00:00
Ruben Davila
b396668ec5 Add CHANGELOG entry, some specs and locale file for German. 2017-05-04 18:44:19 -05:00
James Edwards-Jones
29519edb55 Cycle analytics specs needed Commit to reference issue
The plan stage both measures time taken and lists related commits. We test for commits being listed, so needed to actually mention the issue in them. An alternative would have been adding “allow_any_instance_of(Commit).to receive(:matches_cross_reference_regex?).and_return(true)” but this felt too coupled to implementation.
2017-05-04 20:03:47 +01:00
Rémy Coutable
3855751d02
Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'
See merge request !10567

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-24 18:06:47 +02:00
Jacopo
ff76adb547 Unnecessary "include WaitForAjax" and "include ApiHelpers"
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs.
Removed unnecessary usage of `api:true`
2017-04-21 22:32:02 +02:00
Robert Speicher
aef345024f Use :empty_project where possible in top-level feature specs 2017-04-20 17:30:55 -04:00
Semyon Pupkov
7bceb30af7 Remove duplicate let in cycle_analytics_spec 2017-01-03 22:26:22 +05:00
Alfredo Sumaran
f80ee37377 Improve spec 2017-01-02 08:30:13 -05:00
Alfredo Sumaran
25d9f71e2c Add feature tests for Cycle Analytics 2017-01-02 08:30:13 -05:00