gitlab-org--gitlab-foss/app/controllers
Rydkin Maxim c81ef3041e add auto-cancel for pending pipelines on branch, if they are not HEAD
fix changelog MR reference

add non-HEAD builds finder and add `created` pipelines to scope

add spec for auto-cancel non-HEAD pipelines and refactor create_pipeline_service_spec

more refactoring for spec

adds option for auto-cancel into CI/CD settings

fix spec to new configuration

fix rubocop

fix schema.rb

fix schema.rb

replace Gitlab 9.0 with 9.1 in doc

change wording on pipeline settings

added auto_canceled_by field as identifier of autocancel subject

remove unnecessary index

replace service with retry_lock

replace auto_cancel_pending_pipelines boolean setting with integer (and enum in model)

fix schema.rb

fix schema.rb

remove projekt attribute and clean up spec

clean up spec withcouple of shared examples

added spec for "It does not cancel current pipeline" scenario

add some specs to auto-cancel

add spec for another branch pipelines
2017-04-04 21:11:24 +03:00
..
admin Merge branch 'introduce-base-polling-interval' into 'master' 2017-04-03 14:51:37 +00:00
ci Remove deprecated legacy CI project status badge 2017-03-01 14:48:44 +01:00
concerns Remove useless queries with false conditions (e.g 1=0) 2017-04-04 13:54:58 +03:00
dashboard Revert "Merge branch '29534-todos-performance' into 'master'" 2017-03-21 15:25:00 +00:00
explore Eager load route & namespace in `Explore::ProjectsController` 2017-03-16 12:31:27 +01:00
groups Fix a few N+1 queries identified by Bullet 2017-04-02 05:42:11 -07:00
import Allow users to import GitHub projects to subgroups 2017-03-30 21:24:49 +00:00
oauth Remove duplicated code in Oauth::AuthorizationsController 2017-03-07 14:54:36 +01:00
profiles Prevent users from disconnecting gitlab account from CAS 2017-03-31 18:42:34 +01:00
projects add auto-cancel for pending pipelines on branch, if they are not HEAD 2017-04-04 21:11:24 +03:00
sherlock Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
abuse_reports_controller.rb
application_controller.rb Don't try to find a user by personal_access_token if the token is nil 2017-03-22 17:06:19 +01:00
autocomplete_controller.rb Fix autocomplete in EE when permissions are sent 2017-03-10 11:41:44 +00:00
confirmations_controller.rb
dashboard_controller.rb Present group and dashboard MR list without grouping by project 2017-01-27 20:20:18 -02:00
groups_controller.rb use a magic default :global symbol instead of nil 2017-03-09 11:49:52 -08:00
health_check_controller.rb
help_controller.rb Don't perform Devise trackable updates on blocked User records 2017-02-10 11:51:14 -05:00
invites_controller.rb No more and/or 2017-02-21 16:31:14 -06:00
jwt_controller.rb Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
koding_controller.rb Don't perform Devise trackable updates on blocked User records 2017-02-10 11:51:14 -05:00
notification_settings_controller.rb
omniauth_callbacks_controller.rb Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
passwords_controller.rb
profiles_controller.rb Update profiles/account view to display new username 2017-03-02 12:33:06 +05:30
projects_controller.rb Add ability to disable Merge Request URL on push 2017-03-17 12:35:39 +00:00
registrations_controller.rb Delete users asynchronously 2017-04-02 05:37:05 -07:00
root_controller.rb Fix the redirect to custom home page URL and move it to RootController 2017-02-27 16:51:23 +01:00
search_controller.rb Refactor SearchController#show 2017-03-31 13:03:55 +00:00
sent_notifications_controller.rb
sessions_controller.rb Fix redirection after login when the referer have params 2017-04-02 18:54:19 +03:00
snippets_controller.rb Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
uploads_controller.rb Ensure mutable uploads are not cached without revalidation 2017-02-22 20:34:23 +01:00
users_controller.rb Fixed pagination in projects & snippets on user page 2017-03-18 10:58:46 +00:00