Chris Rohr
f80ca51b3b
Cleaned up conditional syntax
2015-10-01 07:01:01 -04:00
Chris Rohr
6c6c7c3c43
Addresses regression with jenkins setup that does not use the multiproject setup
2015-09-28 22:01:52 -04:00
Dmitriy Zaporozhets
80a983b492
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-22 12:25:41 +02:00
Robert Speicher
2f88459297
Ensure raise_error expectations provide arguments
2015-09-21 15:35:29 -04:00
Douwe Maan
9be1c08e5d
Merge branch 'jwt' into 'master'
...
Removed format validation
**What does this MR do?**
Removals format validation for drone token
**Are there points in the code the reviewer needs to double check?**
Nothing
**Why was this MR needed?**
because drone migrated to JWT tokens and JWT token doesn't valid with current format ( i don't know how many symbols JWT can use for this )
See merge request !1359
2015-09-20 15:19:33 +00:00
Robert Speicher
69723d2002
Devise 3.5.x deprecates confirm! in favor of confirm
2015-09-19 21:15:13 -04:00
Kirilll Zaitsev
9021200ad3
Removed format validation
2015-09-19 14:12:20 +03:00
Valery Sizov and Kamil Trzcinski
a0c1a12dee
remove API calls from CE to CI
2015-09-18 18:02:11 +02:00
Valery Sizov
600d6eeff3
Fix CI status in the MR page
2015-09-18 18:02:29 +03:00
Jungkook Park
e4ac2d582c
add repository field to issue hook data
...
add a test for to_hook_data of issue model
update CHANGELOG
2015-09-17 05:33:37 +09:00
Kamil Trzcinski
2b20603f5a
Make rubocop happy
2015-09-16 17:30:15 +02:00
Kamil Trzcinski
7ea48ec546
Fix CI tests
2015-09-16 17:20:00 +02:00
Kamil Trzcinski
912f470497
Fix ordering issue
2015-09-16 16:59:54 +02:00
Dmitriy Zaporozhets
1ba393de81
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
2015-09-16 10:26:10 +02:00
Kamil Trzcinski
416d98b497
Fix: models/ci/project_spec.rb once again
2015-09-15 23:42:57 +02:00
Kamil Trzcinski
2d8c4273ef
Fix models/ci/mail_service_spec.rb
...
- Change Notify to Ci::Notify
- Downgrade sidekiq to fix CE errors: otherwise we need to check deliverables
2015-09-15 23:18:52 +02:00
Kamil Trzcinski
757fdd34dc
Revert "Fix: models/ci/mail_service_spec.rb"
...
This reverts commit 345ff6cbf9 .
This requires sidekiq >= 3.4 and fixed all other CE tests
2015-09-15 23:09:04 +02:00
Kamil Trzcinski
7e2dbcbe09
Fix: models/ci/project_spec.rb once again
2015-09-15 22:36:25 +02:00
Kamil Trzcinski
874166d80f
Fix models/ci/web_hook_spec.rb
2015-09-15 22:01:31 +02:00
Kamil Trzcinski
8d5c9935ff
Fix: models/ci/project_spec.rb
2015-09-15 22:00:17 +02:00
Kamil Trzcinski
345ff6cbf9
Fix: models/ci/mail_service_spec.rb
2015-09-15 21:47:01 +02:00
Kamil Trzcinski
d495e4dff6
Fix: models/ci/build_spec.rb
2015-09-15 21:31:29 +02:00
Valery Sizov
b87ca7500f
fix specs. Stage 7
2015-09-15 17:43:17 +03:00
Valery Sizov
88b3195ecf
fix specs. Stage 6
2015-09-15 16:29:36 +03:00
Valery Sizov
e2cbb36ba9
fix specs. Stage 5
2015-09-15 15:51:03 +03:00
Valery Sizov
4c53cc0eba
rubocop satisfy
2015-09-14 14:37:18 +03:00
Dmitriy Zaporozhets
2ed2ef9210
Remove network from CI
2015-09-11 13:38:37 +02:00
Dmitriy Zaporozhets
9a9417ee8e
Fix more tests
2015-09-10 18:12:14 +02:00
Dmitriy Zaporozhets
bf8013f1a4
Fix most of project specs
2015-09-10 15:56:33 +02:00
Dmitriy Zaporozhets
59c3a3239f
Fix commit specs
2015-09-10 15:52:52 +02:00
Dmitriy Zaporozhets
10b3c85e2c
Fix some issues with ci models specs
2015-09-10 15:47:15 +02:00
Valery Sizov
44261a5d9f
integration with gitlab auth
2015-09-09 17:36:01 +03:00
Dmitriy Zaporozhets
0b5d627cd4
Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g
2015-09-09 14:56:02 +02:00
Dmitriy Zaporozhets
cc4ef4da11
Refactor CI tests
2015-09-09 14:17:16 +02:00
Stan Hu
d7812a95cf
Re-annotate models
2015-09-06 07:48:48 -07:00
Kirilll Zaitsev
263abda3fd
Drone CI service
2015-09-02 05:52:16 +03:00
Dmitriy Zaporozhets
243bf65124
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-26 17:15:12 +02:00
Dmitriy Zaporozhets
d43d7ffd6f
Merge branch 'hide-recent-push' into 'master'
...
Only show recent push event if the branch still exists or a recent merge request has not been created
Closes #2277
See merge request !1167
2015-08-21 14:54:53 +00:00
Stan Hu
98eb89be5d
Only show recent push event if the branch still exists or a recent merge request has not been created
...
Closes #2277
2015-08-20 01:38:15 -07:00
Dmitriy Zaporozhets
b7e6ae03dc
Case-insensetive search for comments
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-19 15:59:48 +02:00
Dmitriy Zaporozhets
dfc7d7d3e7
Merge branch 'jenkins-tests' into 'master'
...
Jenkins tests
See merge request !19
2015-08-19 12:55:20 +00:00
Dmitriy Zaporozhets
f6fc176abb
Fix rubocop issue
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-19 12:43:33 +02:00
Dmitriy Zaporozhets
067673fbe7
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into master-ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-19 11:13:30 +02:00
Dmitriy Zaporozhets
ee3a0ed6dd
yellow jenkins -> failed build
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-19 10:54:17 +02:00
Dmitriy Zaporozhets
d72cc7fccd
Merge branch 'jenkins_ci_status_handle_unstable_builds' of https://gitlab.com/chrisrohr/gitlab-ee into jenkins-tests
2015-08-19 10:51:35 +02:00
Dmitriy Zaporozhets
2178647a91
Merge branch 'ci_status_handle_automatic_branch_jobs_in_jenkins' into 'master'
...
Adding in ability to check status of automatic branch jobs in jenkins
The current documentation for integrating Jenkins and Gitlab EE indicates that the Gitlab Hook Plugin should be used. When you use that plugin you can set up Jenkins to automatically create new jobs for the branches used in merge requests. The CI Status check for Jenkins does not currently handle those automatic jobs. The result of this is shows an error checking the status on all Merge Requests. This merge request is a small change to the jenkins_service to utilize the ref param being passed in and appending the branch name if not master to the project url which will allow the status checks to succeed.
See merge request !9
2015-08-19 08:46:16 +00:00
Dmitriy Zaporozhets
680b087764
Merge master from CE
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-17 14:01:32 +02:00
Dmitriy Zaporozhets
4a0fa27017
Merge branch 'master' into remove-satellites
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-17 11:41:53 +02:00
Chris Rohr
dfc8560bdf
Added support for Jenkins unstable status
2015-08-15 09:32:55 -04:00
Boyan Tabakov
88ab815b38
Update Flowdock integration to support new Flowdock API
...
Requires that users create a Git source in their flows and update the configured token to the Git source token. The old flow tokens can't be used.
2015-08-14 16:45:23 +02:00