GitLab Bot
0e5408d58f
Add latest changes from gitlab-org/gitlab@master
2024-05-15 21:14:32 +00:00
GitLab Bot
156d6eb7e2
Add latest changes from gitlab-org/gitlab@master
2024-03-26 21:09:07 +00:00
GitLab Bot
263884f23c
Add latest changes from gitlab-org/gitlab@master
2024-02-26 15:09:33 +00:00
GitLab Bot
742ae51908
Add latest changes from gitlab-org/gitlab@master
2024-02-02 21:09:48 +00:00
GitLab Bot
a88bc207c2
Add latest changes from gitlab-org/gitlab@master
2024-01-31 00:09:39 +00:00
GitLab Bot
76c4dd062c
Add latest changes from gitlab-org/gitlab@master
2023-08-10 06:09:29 +00:00
GitLab Bot
aa88b9053d
Add latest changes from gitlab-org/gitlab@master
2023-01-31 09:07:35 +00:00
GitLab Bot
15a3bba524
Add latest changes from gitlab-org/gitlab@master
2023-01-12 03:08:58 +00:00
GitLab Bot
9dc655286f
Add latest changes from gitlab-org/gitlab@master
2022-12-05 21:08:33 +00:00
GitLab Bot
9440c17f55
Add latest changes from gitlab-org/gitlab@master
2022-06-15 15:09:20 +00:00
GitLab Bot
2ee7cff13b
Add latest changes from gitlab-org/gitlab@master
2022-02-21 18:18:42 +00:00
GitLab Bot
190128fc72
Add latest changes from gitlab-org/gitlab@master
2022-02-10 12:18:48 +00:00
GitLab Bot
1c7411c597
Add latest changes from gitlab-org/gitlab@master
2021-11-11 12:10:41 +00:00
GitLab Bot
dce5758796
Add latest changes from gitlab-org/gitlab@master
2020-09-28 18:09:40 +00:00
GitLab Bot
e829ca213b
Add latest changes from gitlab-org/gitlab@master
2020-06-22 15:09:27 +00:00
GitLab Bot
4f5c8572e9
Add latest changes from gitlab-org/gitlab@master
2020-06-16 18:09:01 +00:00
GitLab Bot
4ce0bee95d
Add latest changes from gitlab-org/gitlab@master
2020-01-14 12:07:41 +00:00
Robert Speicher
fe22704a20
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
2019-07-29 13:19:50 -05:00
GitLab Release Tools Bot
890c1421a4
Merge branch 'security-remove-take-trigger-ownership-feature' into 'master'
...
Drop feature to take ownership of a trigger token
Closes #2868
See merge request gitlab/gitlabhq!3198
2019-07-26 13:41:02 +00:00
Thong Kuah
73e848850c
Add frozen_string_literal to spec/features
...
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12:00
Fabio Pitino
42d99460d3
Allow use of legacy triggers with feature flag
...
Keep feature flag disabled by default and turn off
all functionality related to legacy triggers.
* Block legacy triggers from creating pipeline
* Highlight legacy triggers to be invalid via the UI
* Make legacy triggers invalid in the model
2019-07-15 15:05:22 +02:00
Fabio Pitino
a7821dd910
Drop feature to take ownership of a trigger token
...
Removing API and frontend interactions that allowed
users to take ownership of a trigger token.
Removed mentions from the documentation.
2019-07-10 12:08:45 +02:00
Mark Chao
a63bce1a4b
Resolve "Rename the `Master` role to `Maintainer`" Backend
2018-07-11 14:36:08 +00:00
Winnie Hellmann
3db2f32759
Enable Capybara/FeatureMethods cop
2018-07-05 06:32:05 +00:00
Clement Ho
f9410cb9dd
Fix triggers spec
2018-04-20 15:15:04 -05:00
blackst0ne
27c95364b5
Replace '.team << [user, role]' with 'add_role(user)' in specs
2017-12-22 19:18:28 +11:00
Mike Greiling
f783798825
Merge branch 'master' into sh-headless-chrome-support
...
* 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-09 15:00:00 -05: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
Jose Ivan Vargas
b452b0c705
Used send_keys(:return) for elements that are not clickable at one point
2017-09-29 13:07:27 -05:00
Stan Hu
1eade5854a
Fix trigger spec by surrounding the accept_confirm in the right place
2017-08-12 22:48:02 -07:00
Robert Speicher
c8b802471b
Enable the RSpec/HookArgument cop and auto-correct offenses
2017-08-10 19:29:42 -04:00
Robert Speicher
72a7b30c9f
Change all `:empty_project` to `:project`
2017-08-02 17:47:31 -04: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
Douwe Maan
fe13f11041
Create and use project path helpers that only need a project, no namespace
2017-07-05 11:11:59 -05:00
Robert Speicher
2dac8f444c
Remove implicit dependency on `gitlab_sign_in` assigning `@user`
...
We shouldn't be using instance variables in specs to begin with, and
depending on this implicit behavior of `gitlab_sign_in` would have made
it more difficult to change to `sign_in` where possible.
...we've also gone ahead and changed to `sign_in` where possible.
2017-06-19 21:06:13 -05:00
Robert Speicher
45fb1f9542
Change `login_as` uses to `gitlab_sign_in`
2017-06-19 18:59:01 -05:00
Robert Speicher
a6ec5121f0
Correct RSpec/SingleLineHook cop offenses
2017-06-14 13:18:56 -05:00
Zeger-Jan van de Weg
8df3997a92
Add Pipeline Schedules that supersedes experimental Trigger Schedule
2017-05-07 22:35:56 +00:00
Dosuken shinya
2fbcaaafcd
Fix lazy error handling of cron parser
2017-05-03 15:23:20 +00:00
Kamil Trzcinski
4465411bdf
Fix last spec failure
2017-04-07 19:18:29 +02:00
Kamil Trzcinski
0872b854cb
Another round of code review
2017-04-07 17:34:41 +02:00
Kamil Trzcinski
d5201119ee
Fix test failures
2017-04-07 17:15:28 +02:00
Kamil Trzcinski
21a7aed9a7
Update tests to cover trigger schedule
2017-04-07 16:19:11 +02:00
Shinya Maeda
ea8574fd37
Add specs in triggers_spec.rb (Halfway)
2017-04-07 16:17:28 +02:00
Kamil Trzciński
32dee03b2f
Improve pipeline triggers UI
2017-03-07 13:02:56 +00:00
Jose Ivan Vargas
6004519546
Fixed tests, renamed files and methods
2017-02-06 14:51:18 -06:00
Achilleas Pipinellis
a7a212c13f
Fix failing rspec test for triggers
2016-09-06 11:52:01 +02:00
Kamil Trzcinski
64bfd9d71a
Remove ci_ prefix from all ci related things
2015-12-11 18:02:09 +01:00
Kamil Trzcinski
e80e3f5372
Migrate CI::Project to Project
2015-12-11 18:02:09 +01:00
Dmitriy Zaporozhets
2a0d4e7200
Move CI triggers page to project settings area
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-29 10:37:31 +02:00