New upstream version 13.12.9+ds1
This commit is contained in:
parent
c5d224e12c
commit
0519a37195
81 changed files with 1015 additions and 320 deletions
|
@ -11,6 +11,9 @@
|
||||||
variables:
|
variables:
|
||||||
SETUP_DB: "false"
|
SETUP_DB: "false"
|
||||||
WEBPACK_VENDOR_DLL: "true"
|
WEBPACK_VENDOR_DLL: "true"
|
||||||
|
# Disable warnings in browserslist which can break on backports
|
||||||
|
# https://github.com/browserslist/browserslist/blob/a287ec6/node.js#L367-L384
|
||||||
|
BROWSERSLIST_IGNORE_OLD_DATA: "true"
|
||||||
stage: prepare
|
stage: prepare
|
||||||
script:
|
script:
|
||||||
- *yarn-install
|
- *yarn-install
|
||||||
|
@ -142,6 +145,10 @@ graphql-schema-dump:
|
||||||
extends:
|
extends:
|
||||||
- .default-retry
|
- .default-retry
|
||||||
- .yarn-cache
|
- .yarn-cache
|
||||||
|
variables:
|
||||||
|
# Disable warnings in browserslist which can break on backports
|
||||||
|
# https://github.com/browserslist/browserslist/blob/a287ec6/node.js#L367-L384
|
||||||
|
BROWSERSLIST_IGNORE_OLD_DATA: "true"
|
||||||
stage: test
|
stage: test
|
||||||
|
|
||||||
eslint-as-if-foss:
|
eslint-as-if-foss:
|
||||||
|
|
|
@ -210,6 +210,9 @@ update-setup-test-env-cache:
|
||||||
variables:
|
variables:
|
||||||
SETUP_DB: "false"
|
SETUP_DB: "false"
|
||||||
ENABLE_SPRING: "1"
|
ENABLE_SPRING: "1"
|
||||||
|
# Disable warnings in browserslist which can break on backports
|
||||||
|
# https://github.com/browserslist/browserslist/blob/a287ec6/node.js#L367-L384
|
||||||
|
BROWSERSLIST_IGNORE_OLD_DATA: "true"
|
||||||
|
|
||||||
update-static-analysis-cache:
|
update-static-analysis-cache:
|
||||||
extends:
|
extends:
|
||||||
|
|
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -2,6 +2,26 @@
|
||||||
documentation](doc/development/changelog.md) for instructions on adding your own
|
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||||
entry.
|
entry.
|
||||||
|
|
||||||
|
## 13.12.9 (2021-08-03)
|
||||||
|
|
||||||
|
### Security (15 changes)
|
||||||
|
|
||||||
|
- [Add project member validation for domain limitation](gitlab-org/security/gitlab@8aff1815f897c2c454c87b1ccdd98c7a2c9eedb3) ([merge request](gitlab-org/security/gitlab!1562))
|
||||||
|
- [Block impersonation token use if it is not permitted](gitlab-org/security/gitlab@99ab170ae5a2d991600dec9e7dfd8b5ca502c437) ([merge request](gitlab-org/security/gitlab!1585))
|
||||||
|
- [Hide project-level CI/CD Analytics for Guests](gitlab-org/security/gitlab@740395d9663be41d52d831b8f90e271c08137220) ([merge request](gitlab-org/security/gitlab!1575))
|
||||||
|
- [Only allow invite to be accepted by user with matching email](gitlab-org/security/gitlab@ae7ade09920486f6124496d800bf5f63f5a909eb) ([merge request](gitlab-org/security/gitlab!1634))
|
||||||
|
- [Configure OmniAuth to use GitLab AppLogger](gitlab-org/security/gitlab@ed5e7742173878e59d760744e3f4f6686268584b) ([merge request](gitlab-org/security/gitlab!1617))
|
||||||
|
- [Fix Protected Environment Accesses Cleanup](gitlab-org/security/gitlab@79eb0cb13a35864267c30663fd6033e8c6224cac) ([merge request](gitlab-org/security/gitlab!1608)) **GitLab Enterprise Edition**
|
||||||
|
- [Add permissions check to pipelines#show action](gitlab-org/security/gitlab@1a293b409226ce743527f1ac5ac5d216998339e1) ([merge request](gitlab-org/security/gitlab!1618))
|
||||||
|
- [Prevent impersonation in gitlab-shell SSH certs](gitlab-org/security/gitlab@42521d9e7e72047bac09bd42779203ae6e508227) ([merge request](gitlab-org/security/gitlab!1611))
|
||||||
|
- [Prevent guests from linking issues with errors](gitlab-org/security/gitlab@da799b0c7bcade058d4b57e065b1a1bebf903fa3) ([merge request](gitlab-org/security/gitlab!1599))
|
||||||
|
- [Do not show email address in error message](gitlab-org/security/gitlab@2c3318edaa39ed0837b8fb30acae9f2cdc3d158f) ([merge request](gitlab-org/security/gitlab!1598)) **GitLab Enterprise Edition**
|
||||||
|
- [Updates oauth to 0.5.6](gitlab-org/security/gitlab@33df3791b646026016303a9d64661fbee7563630) ([merge request](gitlab-org/security/gitlab!1569))
|
||||||
|
- [Remove impersonation token from api response for non-admin user](gitlab-org/security/gitlab@b56ae1953b2cd6b9d12c584e0f2c298a931f6f08) ([merge request](gitlab-org/security/gitlab!1567))
|
||||||
|
- [Filter todos whose target users no longer have access to](gitlab-org/security/gitlab@ba613574b12e40fb61e5fbae8b1159f9ad037e84) ([merge request](gitlab-org/security/gitlab!1555))
|
||||||
|
- [Fix tag ref detection for pipelines](gitlab-org/security/gitlab@4c36e98bcecd6e42e23ec5e20443f41de7f5bf18) ([merge request](gitlab-org/security/gitlab!1549))
|
||||||
|
- [Fix XSS in Mermaid Markdown rendering](gitlab-org/security/gitlab@b27425816723b53db2f65b39f4702711b858cdfc) ([merge request](gitlab-org/security/gitlab!1487))
|
||||||
|
|
||||||
## 13.12.8 (2021-07-07)
|
## 13.12.8 (2021-07-07)
|
||||||
|
|
||||||
### Security (1 change)
|
### Security (1 change)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
13.12.8
|
13.12.9
|
|
@ -1 +1 @@
|
||||||
13.18.0
|
13.18.1
|
||||||
|
|
|
@ -791,7 +791,7 @@ GEM
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
numerizer (0.2.0)
|
numerizer (0.2.0)
|
||||||
oauth (0.5.4)
|
oauth (0.5.6)
|
||||||
oauth2 (1.4.4)
|
oauth2 (1.4.4)
|
||||||
faraday (>= 0.8, < 2.0)
|
faraday (>= 0.8, < 2.0)
|
||||||
jwt (>= 1.0, < 3.0)
|
jwt (>= 1.0, < 3.0)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
13.12.8
|
13.12.9
|
|
@ -48,6 +48,7 @@ export function initMermaid(mermaid) {
|
||||||
useMaxWidth: true,
|
useMaxWidth: true,
|
||||||
htmlLabels: false,
|
htmlLabels: false,
|
||||||
},
|
},
|
||||||
|
secure: ['secure', 'securityLevel', 'startOnLoad', 'maxTextSize', 'htmlLabels'],
|
||||||
securityLevel: 'strict',
|
securityLevel: 'strict',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
class Admin::ImpersonationTokensController < Admin::ApplicationController
|
class Admin::ImpersonationTokensController < Admin::ApplicationController
|
||||||
before_action :user
|
before_action :user
|
||||||
|
before_action :verify_impersonation_enabled!
|
||||||
|
|
||||||
feature_category :authentication_and_authorization
|
feature_category :authentication_and_authorization
|
||||||
|
|
||||||
|
@ -41,6 +42,10 @@ class Admin::ImpersonationTokensController < Admin::ApplicationController
|
||||||
end
|
end
|
||||||
# rubocop: enable CodeReuse/ActiveRecord
|
# rubocop: enable CodeReuse/ActiveRecord
|
||||||
|
|
||||||
|
def verify_impersonation_enabled!
|
||||||
|
access_denied! unless helpers.impersonation_enabled?
|
||||||
|
end
|
||||||
|
|
||||||
def finder(options = {})
|
def finder(options = {})
|
||||||
PersonalAccessTokensFinder.new({ user: user, impersonation: true }.merge(options))
|
PersonalAccessTokensFinder.new({ user: user, impersonation: true }.merge(options))
|
||||||
end
|
end
|
||||||
|
|
|
@ -17,6 +17,8 @@ class Dashboard::TodosController < Dashboard::ApplicationController
|
||||||
@todos = @todos.with_entity_associations
|
@todos = @todos.with_entity_associations
|
||||||
|
|
||||||
return if redirect_out_of_range(@todos, todos_page_count(@todos))
|
return if redirect_out_of_range(@todos, todos_page_count(@todos))
|
||||||
|
|
||||||
|
@allowed_todos = ::Todos::AllowedTargetFilterService.new(@todos, current_user).execute
|
||||||
end
|
end
|
||||||
|
|
||||||
def destroy
|
def destroy
|
||||||
|
|
|
@ -20,7 +20,7 @@ class InvitesController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def accept
|
def accept
|
||||||
if member.accept_invite!(current_user)
|
if current_user_matches_invite? && member.accept_invite!(current_user)
|
||||||
redirect_to invite_details[:path], notice: helpers.invite_accepted_notice(member)
|
redirect_to invite_details[:path], notice: helpers.invite_accepted_notice(member)
|
||||||
else
|
else
|
||||||
redirect_back_or_default(options: { alert: _("The invitation could not be accepted.") })
|
redirect_back_or_default(options: { alert: _("The invitation could not be accepted.") })
|
||||||
|
@ -52,7 +52,7 @@ class InvitesController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def current_user_matches_invite?
|
def current_user_matches_invite?
|
||||||
@member.invite_email == current_user.email
|
current_user.verified_emails.include?(@member.invite_email)
|
||||||
end
|
end
|
||||||
|
|
||||||
def member?
|
def member?
|
||||||
|
|
|
@ -8,8 +8,8 @@ class Projects::PipelinesController < Projects::ApplicationController
|
||||||
before_action :pipeline, except: [:index, :new, :create, :charts, :config_variables]
|
before_action :pipeline, except: [:index, :new, :create, :charts, :config_variables]
|
||||||
before_action :set_pipeline_path, only: [:show]
|
before_action :set_pipeline_path, only: [:show]
|
||||||
before_action :authorize_read_pipeline!
|
before_action :authorize_read_pipeline!
|
||||||
before_action :authorize_read_build!, only: [:index]
|
before_action :authorize_read_build!, only: [:index, :show]
|
||||||
before_action :authorize_read_analytics!, only: [:charts]
|
before_action :authorize_read_ci_cd_analytics!, only: [:charts]
|
||||||
before_action :authorize_create_pipeline!, only: [:new, :create, :config_variables]
|
before_action :authorize_create_pipeline!, only: [:new, :create, :config_variables]
|
||||||
before_action :authorize_update_pipeline!, only: [:retry, :cancel]
|
before_action :authorize_update_pipeline!, only: [:retry, :cancel]
|
||||||
before_action do
|
before_action do
|
||||||
|
|
|
@ -2,8 +2,12 @@
|
||||||
|
|
||||||
module Resolvers
|
module Resolvers
|
||||||
class ProjectPipelineStatisticsResolver < BaseResolver
|
class ProjectPipelineStatisticsResolver < BaseResolver
|
||||||
|
include Gitlab::Graphql::Authorize::AuthorizeResource
|
||||||
type Types::Ci::AnalyticsType, null: true
|
type Types::Ci::AnalyticsType, null: true
|
||||||
|
|
||||||
|
authorizes_object!
|
||||||
|
authorize :read_ci_cd_analytics
|
||||||
|
|
||||||
def resolve
|
def resolve
|
||||||
weekly_stats = Gitlab::Ci::Charts::WeekChart.new(object)
|
weekly_stats = Gitlab::Ci::Charts::WeekChart.new(object)
|
||||||
monthly_stats = Gitlab::Ci::Charts::MonthChart.new(object)
|
monthly_stats = Gitlab::Ci::Charts::MonthChart.new(object)
|
||||||
|
|
|
@ -34,7 +34,7 @@ module Resolvers
|
||||||
return Todo.none unless current_user.present? && target.present?
|
return Todo.none unless current_user.present? && target.present?
|
||||||
return Todo.none if target.is_a?(User) && target != current_user
|
return Todo.none if target.is_a?(User) && target != current_user
|
||||||
|
|
||||||
TodosFinder.new(current_user, todo_finder_params(args)).execute
|
TodosFinder.new(current_user, todo_finder_params(args)).execute.with_entity_associations
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
|
@ -115,11 +115,9 @@ module Types
|
||||||
null: true,
|
null: true,
|
||||||
description: 'Runbook for the alert as defined in alert details.'
|
description: 'Runbook for the alert as defined in alert details.'
|
||||||
|
|
||||||
field :todos,
|
field :todos, description: 'To-do items of the current user for the alert.', resolver: Resolvers::TodoResolver do
|
||||||
Types::TodoType.connection_type,
|
extension(::Gitlab::Graphql::TodosProjectPermissionPreloader::FieldExtension)
|
||||||
null: true,
|
end
|
||||||
description: 'To-do items of the current user for the alert.',
|
|
||||||
resolver: Resolvers::TodoResolver
|
|
||||||
|
|
||||||
field :details_url,
|
field :details_url,
|
||||||
GraphQL::STRING_TYPE,
|
GraphQL::STRING_TYPE,
|
||||||
|
|
|
@ -55,9 +55,6 @@ module Types
|
||||||
type: GraphQL::STRING_TYPE,
|
type: GraphQL::STRING_TYPE,
|
||||||
null: false,
|
null: false,
|
||||||
description: 'Web path of the user.'
|
description: 'Web path of the user.'
|
||||||
field :todos,
|
|
||||||
resolver: Resolvers::TodoResolver,
|
|
||||||
description: 'To-do items of the user.'
|
|
||||||
field :group_memberships,
|
field :group_memberships,
|
||||||
type: Types::GroupMemberType.connection_type,
|
type: Types::GroupMemberType.connection_type,
|
||||||
null: true,
|
null: true,
|
||||||
|
@ -81,6 +78,10 @@ module Types
|
||||||
description: 'Projects starred by the user.',
|
description: 'Projects starred by the user.',
|
||||||
resolver: Resolvers::UserStarredProjectsResolver
|
resolver: Resolvers::UserStarredProjectsResolver
|
||||||
|
|
||||||
|
field :todos, resolver: Resolvers::TodoResolver, description: 'To-do items of the user.' do
|
||||||
|
extension(::Gitlab::Graphql::TodosProjectPermissionPreloader::FieldExtension)
|
||||||
|
end
|
||||||
|
|
||||||
# Merge request field: MRs can be authored, assigned, or assigned-for-review:
|
# Merge request field: MRs can be authored, assigned, or assigned-for-review:
|
||||||
field :authored_merge_requests,
|
field :authored_merge_requests,
|
||||||
resolver: Resolvers::AuthoredMergeRequestsResolver,
|
resolver: Resolvers::AuthoredMergeRequestsResolver,
|
||||||
|
|
|
@ -262,6 +262,10 @@ module AlertManagement
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_ability_name
|
||||||
|
'alert_management_alert'
|
||||||
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def hook_data
|
def hook_data
|
||||||
|
|
|
@ -84,6 +84,14 @@ class ApplicationRecord < ActiveRecord::Base
|
||||||
values = enum_mod.definition.transform_values { |v| v[:value] }
|
values = enum_mod.definition.transform_values { |v| v[:value] }
|
||||||
enum(enum_mod.key => values)
|
enum(enum_mod.key => values)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def readable_by?(user)
|
||||||
|
Ability.allowed?(user, "read_#{to_ability_name}".to_sym, self)
|
||||||
|
end
|
||||||
|
|
||||||
|
def to_ability_name
|
||||||
|
model_name.element
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
ApplicationRecord.prepend_mod_with('ApplicationRecordHelpers')
|
ApplicationRecord.prepend_mod_with('ApplicationRecordHelpers')
|
||||||
|
|
|
@ -530,6 +530,10 @@ class Commit
|
||||||
expire_note_etag_cache_for_related_mrs
|
expire_note_etag_cache_for_related_mrs
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def readable_by?(user)
|
||||||
|
Ability.allowed?(user, :read_commit, self)
|
||||||
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def expire_note_etag_cache_for_related_mrs
|
def expire_note_etag_cache_for_related_mrs
|
||||||
|
|
|
@ -182,10 +182,6 @@ module DesignManagement
|
||||||
File.join(DesignManagement.designs_directory, "issue-#{issue.iid}", design.filename)
|
File.join(DesignManagement.designs_directory, "issue-#{issue.iid}", design.filename)
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_ability_name
|
|
||||||
'design'
|
|
||||||
end
|
|
||||||
|
|
||||||
def description
|
def description
|
||||||
''
|
''
|
||||||
end
|
end
|
||||||
|
|
|
@ -720,10 +720,6 @@ class Group < Namespace
|
||||||
Gitlab::ServiceDesk.supported? && all_projects.service_desk_enabled.exists?
|
Gitlab::ServiceDesk.supported? && all_projects.service_desk_enabled.exists?
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_ability_name
|
|
||||||
model_name.singular
|
|
||||||
end
|
|
||||||
|
|
||||||
def activity_path
|
def activity_path
|
||||||
Gitlab::Routing.url_helpers.activity_group_path(self)
|
Gitlab::Routing.url_helpers.activity_group_path(self)
|
||||||
end
|
end
|
||||||
|
|
|
@ -476,23 +476,6 @@ class Issue < ApplicationRecord
|
||||||
issue_assignees.pluck(:user_id)
|
issue_assignees.pluck(:user_id)
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
# Ensure that the metrics association is safely created and respecting the unique constraint on issue_id
|
|
||||||
override :ensure_metrics
|
|
||||||
def ensure_metrics
|
|
||||||
if !association(:metrics).loaded? || metrics.blank?
|
|
||||||
metrics_record = Issue::Metrics.safe_find_or_create_by(issue: self)
|
|
||||||
self.metrics = metrics_record
|
|
||||||
end
|
|
||||||
|
|
||||||
metrics.record!
|
|
||||||
end
|
|
||||||
|
|
||||||
def record_create_action
|
|
||||||
Gitlab::UsageDataCounters::IssueActivityUniqueCounter.track_issue_created_action(author: author)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Returns `true` if the given User can read the current Issue.
|
# Returns `true` if the given User can read the current Issue.
|
||||||
#
|
#
|
||||||
# This method duplicates the same check of issue_policy.rb
|
# This method duplicates the same check of issue_policy.rb
|
||||||
|
@ -512,6 +495,23 @@ class Issue < ApplicationRecord
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
# Ensure that the metrics association is safely created and respecting the unique constraint on issue_id
|
||||||
|
override :ensure_metrics
|
||||||
|
def ensure_metrics
|
||||||
|
if !association(:metrics).loaded? || metrics.blank?
|
||||||
|
metrics_record = Issue::Metrics.safe_find_or_create_by(issue: self)
|
||||||
|
self.metrics = metrics_record
|
||||||
|
end
|
||||||
|
|
||||||
|
metrics.record!
|
||||||
|
end
|
||||||
|
|
||||||
|
def record_create_action
|
||||||
|
Gitlab::UsageDataCounters::IssueActivityUniqueCounter.track_issue_created_action(author: author)
|
||||||
|
end
|
||||||
|
|
||||||
# Returns `true` if this Issue is visible to everybody.
|
# Returns `true` if this Issue is visible to everybody.
|
||||||
def publicly_visible?
|
def publicly_visible?
|
||||||
project.public? && !confidential? && !::Gitlab::ExternalAuthorization.enabled?
|
project.public? && !confidential? && !::Gitlab::ExternalAuthorization.enabled?
|
||||||
|
|
|
@ -378,12 +378,6 @@ class Note < ApplicationRecord
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
|
|
||||||
# This method is to be used for checking read permissions on a note instead of `system_note_with_references_visible_for?`
|
|
||||||
def readable_by?(user)
|
|
||||||
# note_policy accounts for #system_note_with_references_visible_for?(user) check when granting read access
|
|
||||||
Ability.allowed?(user, :read_note, self)
|
|
||||||
end
|
|
||||||
|
|
||||||
def award_emoji?
|
def award_emoji?
|
||||||
can_be_award_emoji? && contains_emoji_only?
|
can_be_award_emoji? && contains_emoji_only?
|
||||||
end
|
end
|
||||||
|
@ -400,10 +394,6 @@ class Note < ApplicationRecord
|
||||||
note =~ /\A#{Banzai::Filter::EmojiFilter.emoji_pattern}\s?\Z/
|
note =~ /\A#{Banzai::Filter::EmojiFilter.emoji_pattern}\s?\Z/
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_ability_name
|
|
||||||
model_name.singular
|
|
||||||
end
|
|
||||||
|
|
||||||
def noteable_ability_name
|
def noteable_ability_name
|
||||||
if for_snippet?
|
if for_snippet?
|
||||||
'snippet'
|
'snippet'
|
||||||
|
|
|
@ -1496,10 +1496,6 @@ class Project < ApplicationRecord
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_ability_name
|
|
||||||
model_name.singular
|
|
||||||
end
|
|
||||||
|
|
||||||
# rubocop: disable CodeReuse/ServiceClass
|
# rubocop: disable CodeReuse/ServiceClass
|
||||||
def execute_hooks(data, hooks_scope = :push_hooks)
|
def execute_hooks(data, hooks_scope = :push_hooks)
|
||||||
run_after_commit_or_now do
|
run_after_commit_or_now do
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class PersonalAccessTokenPolicy < BasePolicy
|
class PersonalAccessTokenPolicy < BasePolicy
|
||||||
condition(:is_owner) { user && subject.user_id == user.id }
|
condition(:is_owner) { user && subject.user_id == user.id && !subject.impersonation }
|
||||||
|
|
||||||
rule { (is_owner | admin) & ~blocked }.policy do
|
rule { (is_owner | admin) & ~blocked }.policy do
|
||||||
enable :read_token
|
enable :read_token
|
||||||
|
|
|
@ -264,6 +264,7 @@ class ProjectPolicy < BasePolicy
|
||||||
enable :read_package
|
enable :read_package
|
||||||
enable :read_product_analytics
|
enable :read_product_analytics
|
||||||
enable :read_group_timelogs
|
enable :read_group_timelogs
|
||||||
|
enable :read_ci_cd_analytics
|
||||||
end
|
end
|
||||||
|
|
||||||
# We define `:public_user_access` separately because there are cases in gitlab-ee
|
# We define `:public_user_access` separately because there are cases in gitlab-ee
|
||||||
|
@ -460,6 +461,7 @@ class ProjectPolicy < BasePolicy
|
||||||
prevent(:read_insights)
|
prevent(:read_insights)
|
||||||
prevent(:read_cycle_analytics)
|
prevent(:read_cycle_analytics)
|
||||||
prevent(:read_repository_graphs)
|
prevent(:read_repository_graphs)
|
||||||
|
prevent(:read_ci_cd_analytics)
|
||||||
end
|
end
|
||||||
|
|
||||||
rule { wiki_disabled }.policy do
|
rule { wiki_disabled }.policy do
|
||||||
|
@ -533,6 +535,7 @@ class ProjectPolicy < BasePolicy
|
||||||
enable :read_cycle_analytics
|
enable :read_cycle_analytics
|
||||||
enable :read_pages_content
|
enable :read_pages_content
|
||||||
enable :read_analytics
|
enable :read_analytics
|
||||||
|
enable :read_ci_cd_analytics
|
||||||
enable :read_insights
|
enable :read_insights
|
||||||
|
|
||||||
# NOTE: may be overridden by IssuePolicy
|
# NOTE: may be overridden by IssuePolicy
|
||||||
|
|
|
@ -5,7 +5,10 @@ class TodoPolicy < BasePolicy
|
||||||
condition(:own_todo) do
|
condition(:own_todo) do
|
||||||
@user && @subject.user_id == @user.id
|
@user && @subject.user_id == @user.id
|
||||||
end
|
end
|
||||||
|
condition(:can_read_target) do
|
||||||
|
@user && @subject.target&.readable_by?(@user)
|
||||||
|
end
|
||||||
|
|
||||||
rule { own_todo }.enable :read_todo
|
rule { own_todo & can_read_target }.enable :read_todo
|
||||||
rule { own_todo }.enable :update_todo
|
rule { own_todo & can_read_target }.enable :update_todo
|
||||||
end
|
end
|
||||||
|
|
|
@ -47,6 +47,9 @@ module Issues
|
||||||
params.delete(:created_at) unless moved_issue || current_user.can?(:set_issue_created_at, project)
|
params.delete(:created_at) unless moved_issue || current_user.can?(:set_issue_created_at, project)
|
||||||
params.delete(:updated_at) unless moved_issue || current_user.can?(:set_issue_updated_at, project)
|
params.delete(:updated_at) unless moved_issue || current_user.can?(:set_issue_updated_at, project)
|
||||||
|
|
||||||
|
# Only users with permission to handle error data can add it to issues
|
||||||
|
params.delete(:sentry_issue_attributes) unless current_user.can?(:update_sentry_issue, project)
|
||||||
|
|
||||||
issue.system_note_timestamp = params[:created_at] || params[:updated_at]
|
issue.system_note_timestamp = params[:created_at] || params[:updated_at]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
18
app/services/todos/allowed_target_filter_service.rb
Normal file
18
app/services/todos/allowed_target_filter_service.rb
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
module Todos
|
||||||
|
class AllowedTargetFilterService
|
||||||
|
include Gitlab::Allowable
|
||||||
|
|
||||||
|
def initialize(todos, current_user)
|
||||||
|
@todos = todos
|
||||||
|
@current_user = current_user
|
||||||
|
end
|
||||||
|
|
||||||
|
def execute
|
||||||
|
Preloaders::UserMaxAccessLevelInProjectsPreloader.new(@todos.map(&:project).compact, @current_user).execute
|
||||||
|
|
||||||
|
@todos.select { |todo| can?(@current_user, :read_todo, todo) }
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
|
@ -37,6 +37,7 @@
|
||||||
= link_to _("SSH keys"), keys_admin_user_path(@user)
|
= link_to _("SSH keys"), keys_admin_user_path(@user)
|
||||||
= nav_link(controller: :identities) do
|
= nav_link(controller: :identities) do
|
||||||
= link_to _("Identities"), admin_user_identities_path(@user)
|
= link_to _("Identities"), admin_user_identities_path(@user)
|
||||||
= nav_link(controller: :impersonation_tokens) do
|
- if impersonation_enabled?
|
||||||
= link_to _("Impersonation Tokens"), admin_user_impersonation_tokens_path(@user)
|
= nav_link(controller: :impersonation_tokens) do
|
||||||
|
= link_to _("Impersonation Tokens"), admin_user_impersonation_tokens_path(@user)
|
||||||
.gl-mb-3
|
.gl-mb-3
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
= number_with_delimiter(todos_done_count)
|
= number_with_delimiter(todos_done_count)
|
||||||
|
|
||||||
.nav-controls
|
.nav-controls
|
||||||
- if @todos.any?(&:pending?)
|
- if @allowed_todos.any?(&:pending?)
|
||||||
.gl-mr-3
|
.gl-mr-3
|
||||||
= link_to destroy_all_dashboard_todos_path(todos_filter_params), class: 'gl-button btn btn-default btn-loading align-items-center js-todos-mark-all', method: :delete, data: { href: destroy_all_dashboard_todos_path(todos_filter_params) } do
|
= link_to destroy_all_dashboard_todos_path(todos_filter_params), class: 'gl-button btn btn-default btn-loading align-items-center js-todos-mark-all', method: :delete, data: { href: destroy_all_dashboard_todos_path(todos_filter_params) } do
|
||||||
Mark all as done
|
Mark all as done
|
||||||
|
@ -82,11 +82,11 @@
|
||||||
= sort_title_oldest_created
|
= sort_title_oldest_created
|
||||||
|
|
||||||
.row.js-todos-all
|
.row.js-todos-all
|
||||||
- if @todos.any?
|
- if @allowed_todos.any?
|
||||||
.col.js-todos-list-container{ data: { qa_selector: "todos_list_container" } }
|
.col.js-todos-list-container{ data: { qa_selector: "todos_list_container" } }
|
||||||
.js-todos-options{ data: { per_page: @todos.limit_value, current_page: @todos.current_page, total_pages: @todos.total_pages } }
|
.js-todos-options{ data: { per_page: @allowed_todos.count, current_page: @todos.current_page, total_pages: @todos.total_pages } }
|
||||||
%ul.content-list.todos-list
|
%ul.content-list.todos-list
|
||||||
= render @todos
|
= render @allowed_todos
|
||||||
= paginate @todos, theme: "gitlab"
|
= paginate @todos, theme: "gitlab"
|
||||||
.js-nothing-here-container.empty-state.hidden
|
.js-nothing-here-container.empty-state.hidden
|
||||||
.svg-content
|
.svg-content
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
- page_title _("Invitation")
|
- page_title _("Invitation")
|
||||||
%h3.page-title= _("Invitation")
|
%h3.page-title= _("Invitation")
|
||||||
|
|
||||||
%p
|
- if current_user_matches_invite?
|
||||||
= _("You have been invited")
|
- if member?
|
||||||
- inviter = @member.created_by
|
%p
|
||||||
- if inviter
|
= _("You are already a member of this %{member_source}.") % { member_source: @invite_details[:title] }
|
||||||
= _("by")
|
.actions
|
||||||
= link_to inviter.name, user_url(inviter)
|
= link_to _("Go to %{source_name}") % { source_name: @invite_details[:title] }, @invite_details[:url], class: "btn gl-button btn-confirm"
|
||||||
= _("to join %{source_name}") % { source_name: @invite_details[:title] }
|
|
||||||
%strong
|
|
||||||
= link_to @invite_details[:name], @invite_details[:url]
|
|
||||||
= _("as %{role}.") % { role: @member.human_access }
|
|
||||||
|
|
||||||
- if member?
|
- else
|
||||||
%p
|
%p
|
||||||
= _("However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation.") % { member_source: @invite_details[:title] }
|
- inviter = @member.created_by
|
||||||
|
- link_to_inviter = link_to(inviter.name, user_url(inviter))
|
||||||
|
- link_to_source = link_to(@invite_details[:name], @invite_details[:url])
|
||||||
|
|
||||||
- if !current_user_matches_invite?
|
= html_escape(_("You have been invited by %{link_to_inviter} to join %{source_name} %{strong_open}%{link_to_source}%{strong_close} as %{role}")) % { link_to_inviter: link_to_inviter, source_name: @invite_details[:title], strong_open: '<strong>'.html_safe, link_to_source: link_to_source, strong_close: '</strong>'.html_safe, role: @member.human_access }
|
||||||
|
|
||||||
|
.actions
|
||||||
|
= link_to _("Accept invitation"), accept_invite_url(@token), method: :post, class: "btn gl-button btn-confirm"
|
||||||
|
= link_to _("Decline"), decline_invite_url(@token), method: :post, class: "btn gl-button btn-danger gl-ml-3"
|
||||||
|
|
||||||
|
- else
|
||||||
%p
|
%p
|
||||||
- mail_to_invite_email = mail_to(@member.invite_email)
|
- mail_to_invite_email = mail_to(@member.invite_email)
|
||||||
- mail_to_current_user = mail_to(current_user.email)
|
- mail_to_current_user = mail_to(current_user.email)
|
||||||
- link_to_current_user = link_to(current_user.to_reference, user_url(current_user))
|
- link_to_current_user = link_to(current_user.to_reference, user_url(current_user))
|
||||||
= _("Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}.").html_safe % { mail_to_invite_email: mail_to_invite_email, mail_to_current_user: mail_to_current_user, link_to_current_user: link_to_current_user }
|
= _("This invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}.").html_safe % { mail_to_invite_email: mail_to_invite_email, mail_to_current_user: mail_to_current_user, link_to_current_user: link_to_current_user }
|
||||||
|
%p
|
||||||
- if !member?
|
= _("Sign in as a user with the matching email address, add the email to this account, or sign-up for a new account using the matching email.")
|
||||||
.actions
|
|
||||||
= link_to _("Accept invitation"), accept_invite_url(@token), method: :post, class: "btn gl-button btn-confirm"
|
|
||||||
= link_to _("Decline"), decline_invite_url(@token), method: :post, class: "btn gl-button btn-danger gl-ml-3"
|
|
||||||
|
|
|
@ -19,6 +19,4 @@ OmniAuth.config.before_request_phase do |env|
|
||||||
Gitlab::RequestForgeryProtection.call(env)
|
Gitlab::RequestForgeryProtection.call(env)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Use json formatter
|
OmniAuth.config.logger = Gitlab::AppLogger
|
||||||
OmniAuth.config.logger.formatter = Gitlab::OmniauthLogging::JSONFormatter.new
|
|
||||||
OmniAuth.config.logger.level = Logger::ERROR if Rails.env.production?
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ module API
|
||||||
|
|
||||||
helpers do
|
helpers do
|
||||||
def finder_params(current_user)
|
def finder_params(current_user)
|
||||||
current_user.admin? ? { user: user(params[:user_id]) } : { user: current_user }
|
current_user.admin? ? { user: user(params[:user_id]) } : { user: current_user, impersonation: false }
|
||||||
end
|
end
|
||||||
|
|
||||||
def user(user_id)
|
def user(user_id)
|
||||||
|
|
|
@ -92,6 +92,7 @@ module API
|
||||||
end
|
end
|
||||||
get do
|
get do
|
||||||
todos = paginate(find_todos.with_entity_associations)
|
todos = paginate(find_todos.with_entity_associations)
|
||||||
|
todos = ::Todos::AllowedTargetFilterService.new(todos, current_user).execute
|
||||||
options = { with: Entities::Todo, current_user: current_user }
|
options = { with: Entities::Todo, current_user: current_user }
|
||||||
batch_load_issuable_metadata(todos, options)
|
batch_load_issuable_metadata(todos, options)
|
||||||
|
|
||||||
|
|
|
@ -192,7 +192,10 @@ module Gitlab
|
||||||
def personal_access_token_check(password, project)
|
def personal_access_token_check(password, project)
|
||||||
return unless password.present?
|
return unless password.present?
|
||||||
|
|
||||||
token = PersonalAccessTokensFinder.new(state: 'active').find_by_token(password)
|
finder_options = { state: 'active' }
|
||||||
|
finder_options[:impersonation] = false unless Gitlab.config.gitlab.impersonation_enabled
|
||||||
|
|
||||||
|
token = PersonalAccessTokensFinder.new(finder_options).find_by_token(password)
|
||||||
|
|
||||||
return unless token
|
return unless token
|
||||||
|
|
||||||
|
|
|
@ -26,13 +26,13 @@ module Gitlab
|
||||||
|
|
||||||
def branch_exists?
|
def branch_exists?
|
||||||
strong_memoize(:is_branch) do
|
strong_memoize(:is_branch) do
|
||||||
project.repository.branch_exists?(ref)
|
branch_ref? && project.repository.branch_exists?(ref)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def tag_exists?
|
def tag_exists?
|
||||||
strong_memoize(:is_tag) do
|
strong_memoize(:is_tag) do
|
||||||
project.repository.tag_exists?(ref)
|
tag_ref? && project.repository.tag_exists?(ref)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -105,6 +105,32 @@ module Gitlab
|
||||||
def dangling_build?
|
def dangling_build?
|
||||||
%i[ondemand_dast_scan webide].include?(source)
|
%i[ondemand_dast_scan webide].include?(source)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
# Verifies that origin_ref is a fully qualified tag reference (refs/tags/<tag-name>)
|
||||||
|
#
|
||||||
|
# Fallbacks to `true` for backward compatibility reasons
|
||||||
|
# if origin_ref is a short ref
|
||||||
|
def tag_ref?
|
||||||
|
return true if full_git_ref_name_unavailable?
|
||||||
|
|
||||||
|
Gitlab::Git.tag_ref?(origin_ref).present?
|
||||||
|
end
|
||||||
|
|
||||||
|
# Verifies that origin_ref is a fully qualified branch reference (refs/heads/<branch-name>)
|
||||||
|
#
|
||||||
|
# Fallbacks to `true` for backward compatibility reasons
|
||||||
|
# if origin_ref is a short ref
|
||||||
|
def branch_ref?
|
||||||
|
return true if full_git_ref_name_unavailable?
|
||||||
|
|
||||||
|
Gitlab::Git.branch_ref?(origin_ref).present?
|
||||||
|
end
|
||||||
|
|
||||||
|
def full_git_ref_name_unavailable?
|
||||||
|
ref == origin_ref
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
module Gitlab
|
||||||
|
module Graphql
|
||||||
|
module TodosProjectPermissionPreloader
|
||||||
|
class FieldExtension < ::GraphQL::Schema::FieldExtension
|
||||||
|
def after_resolve(value:, memo:, **rest)
|
||||||
|
todos = value.to_a
|
||||||
|
|
||||||
|
Preloaders::UserMaxAccessLevelInProjectsPreloader.new(
|
||||||
|
todos.map(&:project).compact,
|
||||||
|
current_user(rest)
|
||||||
|
).execute
|
||||||
|
|
||||||
|
value
|
||||||
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def current_user(options)
|
||||||
|
options.dig(:context, :current_user)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
|
@ -1,13 +0,0 @@
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
require 'json'
|
|
||||||
|
|
||||||
module Gitlab
|
|
||||||
module OmniauthLogging
|
|
||||||
class JSONFormatter
|
|
||||||
def call(severity, datetime, progname, msg)
|
|
||||||
{ severity: severity, timestamp: datetime.utc.iso8601(3), pid: $$, progname: progname, message: msg }.to_json << "\n"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -46,6 +46,7 @@ module Sidebars
|
||||||
def ci_cd_analytics_menu_item
|
def ci_cd_analytics_menu_item
|
||||||
if !context.project.feature_available?(:builds, context.current_user) ||
|
if !context.project.feature_available?(:builds, context.current_user) ||
|
||||||
!can?(context.current_user, :read_build, context.project) ||
|
!can?(context.current_user, :read_build, context.project) ||
|
||||||
|
!can?(context.current_user, :read_ci_cd_analytics, context.project) ||
|
||||||
context.project.empty_repo?
|
context.project.empty_repo?
|
||||||
return ::Sidebars::NilMenuItem.new(item_id: :ci_cd_analytics)
|
return ::Sidebars::NilMenuItem.new(item_id: :ci_cd_analytics)
|
||||||
end
|
end
|
||||||
|
|
|
@ -15374,6 +15374,9 @@ msgstr ""
|
||||||
msgid "Go full screen"
|
msgid "Go full screen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Go to %{source_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Go to Webhooks"
|
msgid "Go to Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -16470,9 +16473,6 @@ msgstr ""
|
||||||
msgid "How many users will be evaluating the trial?"
|
msgid "How many users will be evaluating the trial?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "I accept the %{terms_link}"
|
msgid "I accept the %{terms_link}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -22499,9 +22499,6 @@ msgstr ""
|
||||||
msgid "Note that pushing to GitLab requires write access to this repository."
|
msgid "Note that pushing to GitLab requires write access to this repository."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
|
msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -30052,6 +30049,9 @@ msgstr ""
|
||||||
msgid "Sign in / Register"
|
msgid "Sign in / Register"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Sign in as a user with the matching email address, add the email to this account, or sign-up for a new account using the matching email."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Sign in preview"
|
msgid "Sign in preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -33166,6 +33166,9 @@ msgstr ""
|
||||||
msgid "This group, its subgroups and projects will be removed on %{date} since its parent group '%{parent_group_name}'' has been scheduled for removal."
|
msgid "This group, its subgroups and projects will be removed on %{date} since its parent group '%{parent_group_name}'' has been scheduled for removal."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "This invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed."
|
msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -36958,6 +36961,9 @@ msgstr ""
|
||||||
msgid "You are about to transfer the control of your account to %{group_name} group. This action is NOT reversible, you won't be able to access any of your groups and projects outside of %{group_name} once this transfer is complete."
|
msgid "You are about to transfer the control of your account to %{group_name} group. This action is NOT reversible, you won't be able to access any of your groups and projects outside of %{group_name} once this transfer is complete."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "You are already a member of this %{member_source}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "You are an admin, which means granting access to %{client_name} will allow them to interact with GitLab as an admin as well. Proceed with caution."
|
msgid "You are an admin, which means granting access to %{client_name} will allow them to interact with GitLab as an admin as well. Proceed with caution."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -37291,7 +37297,7 @@ msgstr ""
|
||||||
msgid "You have been granted %{member_human_access} access to project %{name}."
|
msgid "You have been granted %{member_human_access} access to project %{name}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "You have been invited"
|
msgid "You have been invited by %{link_to_inviter} to join %{source_name} %{strong_open}%{link_to_source}%{strong_close} as %{role}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead."
|
msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead."
|
||||||
|
@ -37887,9 +37893,6 @@ msgstr ""
|
||||||
msgid "archived:"
|
msgid "archived:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "as %{role}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "assign yourself"
|
msgid "assign yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -38343,14 +38346,14 @@ msgstr ""
|
||||||
msgid "element is not a hierarchy"
|
msgid "element is not a hierarchy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "email '%{email}' does not match the allowed domain of %{email_domains}"
|
|
||||||
msgid_plural "email '%{email}' does not match the allowed domains: %{email_domains}"
|
|
||||||
msgstr[0] ""
|
|
||||||
msgstr[1] ""
|
|
||||||
|
|
||||||
msgid "email '%{email}' is not a verified email."
|
msgid "email '%{email}' is not a verified email."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "email does not match the allowed domain of %{email_domains}"
|
||||||
|
msgid_plural "email does not match the allowed domains: %{email_domains}"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
msgid "enabled"
|
msgid "enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -39383,9 +39386,6 @@ msgstr ""
|
||||||
msgid "to help your contributors communicate effectively!"
|
msgid "to help your contributors communicate effectively!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "to join %{source_name}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "toggle collapse"
|
msgid "toggle collapse"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -24,9 +24,64 @@ RSpec.describe InvitesController do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
shared_examples 'invite email match enforcement' do |error_status:, flash_alert: nil|
|
||||||
|
it 'accepts user if invite email matches signed in user' do
|
||||||
|
expect do
|
||||||
|
request
|
||||||
|
end.to change { project_members.include?(user) }.from(false).to(true)
|
||||||
|
|
||||||
|
expect(response).to have_gitlab_http_status(:found)
|
||||||
|
expect(flash[:notice]).to include 'You have been granted'
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'accepts invite if invite email matches confirmed secondary email' do
|
||||||
|
secondary_email = create(:email, :confirmed, user: user)
|
||||||
|
member.update!(invite_email: secondary_email.email)
|
||||||
|
|
||||||
|
expect do
|
||||||
|
request
|
||||||
|
end.to change { project_members.include?(user) }.from(false).to(true)
|
||||||
|
|
||||||
|
expect(response).to have_gitlab_http_status(:found)
|
||||||
|
expect(flash[:notice]).to include 'You have been granted'
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'does not accept if invite email matches unconfirmed secondary email' do
|
||||||
|
secondary_email = create(:email, user: user)
|
||||||
|
member.update!(invite_email: secondary_email.email)
|
||||||
|
|
||||||
|
expect do
|
||||||
|
request
|
||||||
|
end.not_to change { project_members.include?(user) }
|
||||||
|
|
||||||
|
expect(response).to have_gitlab_http_status(error_status)
|
||||||
|
expect(flash[:alert]).to eq(flash_alert)
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'does not accept if invite email does not match signed in user' do
|
||||||
|
member.update!(invite_email: 'bogus@email.com')
|
||||||
|
|
||||||
|
expect do
|
||||||
|
request
|
||||||
|
end.not_to change { project_members.include?(user) }
|
||||||
|
|
||||||
|
expect(response).to have_gitlab_http_status(error_status)
|
||||||
|
expect(flash[:alert]).to eq(flash_alert)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
describe 'GET #show' do
|
describe 'GET #show' do
|
||||||
subject(:request) { get :show, params: params }
|
subject(:request) { get :show, params: params }
|
||||||
|
|
||||||
|
context 'when logged in' do
|
||||||
|
before do
|
||||||
|
sign_in(user)
|
||||||
|
end
|
||||||
|
|
||||||
|
it_behaves_like 'invite email match enforcement', error_status: :ok
|
||||||
|
it_behaves_like 'invalid token'
|
||||||
|
end
|
||||||
|
|
||||||
context 'when it is part of our invite email experiment' do
|
context 'when it is part of our invite email experiment' do
|
||||||
let(:extra_params) { { invite_type: 'initial_email' } }
|
let(:extra_params) { { invite_type: 'initial_email' } }
|
||||||
|
|
||||||
|
@ -58,34 +113,6 @@ RSpec.describe InvitesController do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when logged in' do
|
|
||||||
before do
|
|
||||||
sign_in(user)
|
|
||||||
end
|
|
||||||
|
|
||||||
it 'accepts user if invite email matches signed in user' do
|
|
||||||
expect do
|
|
||||||
request
|
|
||||||
end.to change { project_members.include?(user) }.from(false).to(true)
|
|
||||||
|
|
||||||
expect(response).to have_gitlab_http_status(:found)
|
|
||||||
expect(flash[:notice]).to include 'You have been granted'
|
|
||||||
end
|
|
||||||
|
|
||||||
it 'forces re-confirmation if email does not match signed in user' do
|
|
||||||
member.update!(invite_email: 'bogus@email.com')
|
|
||||||
|
|
||||||
expect do
|
|
||||||
request
|
|
||||||
end.not_to change { project_members.include?(user) }
|
|
||||||
|
|
||||||
expect(response).to have_gitlab_http_status(:ok)
|
|
||||||
expect(flash[:notice]).to be_nil
|
|
||||||
end
|
|
||||||
|
|
||||||
it_behaves_like 'invalid token'
|
|
||||||
end
|
|
||||||
|
|
||||||
context 'when not logged in' do
|
context 'when not logged in' do
|
||||||
context 'when invite token belongs to a valid member' do
|
context 'when invite token belongs to a valid member' do
|
||||||
context 'when instance allows sign up' do
|
context 'when instance allows sign up' do
|
||||||
|
@ -239,6 +266,7 @@ RSpec.describe InvitesController do
|
||||||
|
|
||||||
subject(:request) { post :accept, params: params }
|
subject(:request) { post :accept, params: params }
|
||||||
|
|
||||||
|
it_behaves_like 'invite email match enforcement', error_status: :redirect, flash_alert: 'The invitation could not be accepted.'
|
||||||
it_behaves_like 'invalid token'
|
it_behaves_like 'invalid token'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -302,35 +302,46 @@ RSpec.describe Projects::PipelinesController do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'GET #show' do
|
describe 'GET #show' do
|
||||||
render_views
|
|
||||||
|
|
||||||
let_it_be(:pipeline) { create(:ci_pipeline, project: project) }
|
|
||||||
|
|
||||||
subject { get_pipeline_html }
|
|
||||||
|
|
||||||
def get_pipeline_html
|
def get_pipeline_html
|
||||||
get :show, params: { namespace_id: project.namespace, project_id: project, id: pipeline }, format: :html
|
get :show, params: { namespace_id: project.namespace, project_id: project, id: pipeline }, format: :html
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_build_with_artifacts(stage, stage_idx, name)
|
context 'when the project is public' do
|
||||||
create(:ci_build, :artifacts, :tags, pipeline: pipeline, stage: stage, stage_idx: stage_idx, name: name)
|
render_views
|
||||||
|
|
||||||
|
let_it_be(:pipeline) { create(:ci_pipeline, project: project) }
|
||||||
|
|
||||||
|
def create_build_with_artifacts(stage, stage_idx, name)
|
||||||
|
create(:ci_build, :artifacts, :tags, pipeline: pipeline, stage: stage, stage_idx: stage_idx, name: name)
|
||||||
|
end
|
||||||
|
|
||||||
|
before do
|
||||||
|
create_build_with_artifacts('build', 0, 'job1')
|
||||||
|
create_build_with_artifacts('build', 0, 'job2')
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'avoids N+1 database queries', :request_store do
|
||||||
|
control_count = ActiveRecord::QueryRecorder.new { get_pipeline_html }.count
|
||||||
|
expect(response).to have_gitlab_http_status(:ok)
|
||||||
|
|
||||||
|
create_build_with_artifacts('build', 0, 'job3')
|
||||||
|
|
||||||
|
expect { get_pipeline_html }.not_to exceed_query_limit(control_count)
|
||||||
|
expect(response).to have_gitlab_http_status(:ok)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
before do
|
context 'when the project is private' do
|
||||||
create_build_with_artifacts('build', 0, 'job1')
|
let(:project) { create(:project, :private, :repository) }
|
||||||
create_build_with_artifacts('build', 0, 'job2')
|
let(:pipeline) { create(:ci_pipeline, project: project) }
|
||||||
end
|
|
||||||
|
|
||||||
it 'avoids N+1 database queries', :request_store do
|
it 'returns `not_found` when the user does not have access' do
|
||||||
get_pipeline_html
|
sign_in(create(:user))
|
||||||
|
|
||||||
control_count = ActiveRecord::QueryRecorder.new { get_pipeline_html }.count
|
get_pipeline_html
|
||||||
expect(response).to have_gitlab_http_status(:ok)
|
|
||||||
|
|
||||||
create_build_with_artifacts('build', 0, 'job3')
|
expect(response).to have_gitlab_http_status(:not_found)
|
||||||
|
end
|
||||||
expect { get_pipeline_html }.not_to exceed_query_limit(control_count)
|
|
||||||
expect(response).to have_gitlab_http_status(:ok)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -83,4 +83,16 @@ RSpec.describe 'Admin > Users > Impersonation Tokens', :js do
|
||||||
expect(no_personal_access_tokens_message).to have_text("This user has no active impersonation tokens.")
|
expect(no_personal_access_tokens_message).to have_text("This user has no active impersonation tokens.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
describe "impersonation disabled state" do
|
||||||
|
before do
|
||||||
|
stub_config_setting(impersonation_enabled: false)
|
||||||
|
end
|
||||||
|
|
||||||
|
it "does not show impersonation tokens tab" do
|
||||||
|
visit admin_user_path(user)
|
||||||
|
|
||||||
|
expect(page).not_to have_content("Impersonation Tokens")
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,16 +3,20 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
RSpec.describe 'Dashboard > Todo target states' do
|
RSpec.describe 'Dashboard > Todo target states' do
|
||||||
let(:user) { create(:user) }
|
let_it_be(:user) { create(:user) }
|
||||||
let(:author) { create(:user) }
|
let_it_be(:author) { create(:user) }
|
||||||
let(:project) { create(:project, :public) }
|
let_it_be(:project) { create(:project, :public) }
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(user)
|
||||||
|
end
|
||||||
|
|
||||||
before do
|
before do
|
||||||
sign_in(user)
|
sign_in(user)
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'on a closed issue todo has closed label' do
|
it 'on a closed issue todo has closed label' do
|
||||||
issue_closed = create(:issue, state: 'closed')
|
issue_closed = create(:issue, state: 'closed', project: project)
|
||||||
create_todo issue_closed
|
create_todo issue_closed
|
||||||
visit dashboard_todos_path
|
visit dashboard_todos_path
|
||||||
|
|
||||||
|
@ -22,7 +26,7 @@ RSpec.describe 'Dashboard > Todo target states' do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'on an open issue todo does not have an open label' do
|
it 'on an open issue todo does not have an open label' do
|
||||||
issue_open = create(:issue)
|
issue_open = create(:issue, project: project)
|
||||||
create_todo issue_open
|
create_todo issue_open
|
||||||
visit dashboard_todos_path
|
visit dashboard_todos_path
|
||||||
|
|
||||||
|
@ -32,7 +36,7 @@ RSpec.describe 'Dashboard > Todo target states' do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'on a merged merge request todo has merged label' do
|
it 'on a merged merge request todo has merged label' do
|
||||||
mr_merged = create(:merge_request, :simple, :merged, author: user)
|
mr_merged = create(:merge_request, :simple, :merged, author: user, source_project: project)
|
||||||
create_todo mr_merged
|
create_todo mr_merged
|
||||||
visit dashboard_todos_path
|
visit dashboard_todos_path
|
||||||
|
|
||||||
|
@ -42,7 +46,7 @@ RSpec.describe 'Dashboard > Todo target states' do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'on a closed merge request todo has closed label' do
|
it 'on a closed merge request todo has closed label' do
|
||||||
mr_closed = create(:merge_request, :simple, :closed, author: user)
|
mr_closed = create(:merge_request, :simple, :closed, author: user, source_project: project)
|
||||||
create_todo mr_closed
|
create_todo mr_closed
|
||||||
visit dashboard_todos_path
|
visit dashboard_todos_path
|
||||||
|
|
||||||
|
@ -52,7 +56,7 @@ RSpec.describe 'Dashboard > Todo target states' do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'on an open merge request todo does not have an open label' do
|
it 'on an open merge request todo does not have an open label' do
|
||||||
mr_open = create(:merge_request, :simple, author: user)
|
mr_open = create(:merge_request, :simple, author: user, source_project: project)
|
||||||
create_todo mr_open
|
create_todo mr_open
|
||||||
visit dashboard_todos_path
|
visit dashboard_todos_path
|
||||||
|
|
||||||
|
|
|
@ -128,7 +128,7 @@ RSpec.describe 'Dashboard > User filters todos', :js do
|
||||||
|
|
||||||
describe 'filter by action' do
|
describe 'filter by action' do
|
||||||
before do
|
before do
|
||||||
create(:todo, :build_failed, user: user_1, author: user_2, project: project_1)
|
create(:todo, :build_failed, user: user_1, author: user_2, project: project_1, target: merge_request)
|
||||||
create(:todo, :marked, user: user_1, author: user_2, project: project_1, target: issue1)
|
create(:todo, :marked, user: user_1, author: user_2, project: project_1, target: issue1)
|
||||||
create(:todo, :review_requested, user: user_1, author: user_2, project: project_1, target: issue1)
|
create(:todo, :review_requested, user: user_1, author: user_2, project: project_1, target: issue1)
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,10 +3,16 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
RSpec.describe 'Dashboard Todos' do
|
RSpec.describe 'Dashboard Todos' do
|
||||||
|
include DesignManagementTestHelpers
|
||||||
|
|
||||||
let_it_be(:user) { create(:user, username: 'john') }
|
let_it_be(:user) { create(:user, username: 'john') }
|
||||||
let_it_be(:author) { create(:user) }
|
let_it_be(:author) { create(:user) }
|
||||||
let_it_be(:project) { create(:project, :public) }
|
let_it_be(:project) { create(:project, :public) }
|
||||||
let_it_be(:issue) { create(:issue, due_date: Date.today, title: "Fix bug") }
|
let_it_be(:issue) { create(:issue, project: project, due_date: Date.today, title: "Fix bug") }
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(user)
|
||||||
|
end
|
||||||
|
|
||||||
context 'User does not have todos' do
|
context 'User does not have todos' do
|
||||||
before do
|
before do
|
||||||
|
@ -21,8 +27,8 @@ RSpec.describe 'Dashboard Todos' do
|
||||||
|
|
||||||
context 'when the todo references a merge request' do
|
context 'when the todo references a merge request' do
|
||||||
let(:referenced_mr) { create(:merge_request, source_project: project) }
|
let(:referenced_mr) { create(:merge_request, source_project: project) }
|
||||||
let(:note) { create(:note, project: project, note: "Check out #{referenced_mr.to_reference}") }
|
let(:note) { create(:note, project: project, note: "Check out #{referenced_mr.to_reference}", noteable: create(:issue, project: project)) }
|
||||||
let!(:todo) { create(:todo, :mentioned, user: user, project: project, author: author, note: note) }
|
let!(:todo) { create(:todo, :mentioned, user: user, project: project, author: author, note: note, target: note.noteable) }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
sign_in(user)
|
sign_in(user)
|
||||||
|
@ -39,9 +45,26 @@ RSpec.describe 'Dashboard Todos' do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'User has a todo', :js do
|
context 'user has an unauthorized todo' do
|
||||||
before do
|
before do
|
||||||
|
sign_in(user)
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'does not render the todo' do
|
||||||
|
unauthorized_issue = create(:issue)
|
||||||
|
create(:todo, :mentioned, user: user, project: unauthorized_issue.project, target: unauthorized_issue, author: author)
|
||||||
create(:todo, :mentioned, user: user, project: project, target: issue, author: author)
|
create(:todo, :mentioned, user: user, project: project, target: issue, author: author)
|
||||||
|
|
||||||
|
visit dashboard_todos_path
|
||||||
|
|
||||||
|
expect(page).to have_selector('.todos-list .todo', count: 1)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'User has a todo', :js do
|
||||||
|
let_it_be(:user_todo) { create(:todo, :mentioned, user: user, project: project, target: issue, author: author) }
|
||||||
|
|
||||||
|
before do
|
||||||
sign_in(user)
|
sign_in(user)
|
||||||
|
|
||||||
visit dashboard_todos_path
|
visit dashboard_todos_path
|
||||||
|
@ -183,7 +206,7 @@ RSpec.describe 'Dashboard Todos' do
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'approval todo' do
|
context 'approval todo' do
|
||||||
let(:merge_request) { create(:merge_request, title: "Fixes issue") }
|
let(:merge_request) { create(:merge_request, title: "Fixes issue", source_project: project) }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
create(:todo, :approval_required, user: user, project: project, target: merge_request, author: user)
|
create(:todo, :approval_required, user: user, project: project, target: merge_request, author: user)
|
||||||
|
@ -199,7 +222,7 @@ RSpec.describe 'Dashboard Todos' do
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'review request todo' do
|
context 'review request todo' do
|
||||||
let(:merge_request) { create(:merge_request, title: "Fixes issue") }
|
let(:merge_request) { create(:merge_request, title: "Fixes issue", source_project: project) }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
create(:todo, :review_requested, user: user, project: project, target: merge_request, author: user)
|
create(:todo, :review_requested, user: user, project: project, target: merge_request, author: user)
|
||||||
|
@ -355,7 +378,7 @@ RSpec.describe 'Dashboard Todos' do
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'User has a Build Failed todo' do
|
context 'User has a Build Failed todo' do
|
||||||
let!(:todo) { create(:todo, :build_failed, user: user, project: project, author: author) }
|
let!(:todo) { create(:todo, :build_failed, user: user, project: project, author: author, target: create(:merge_request, source_project: project)) }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
sign_in(user)
|
sign_in(user)
|
||||||
|
@ -386,6 +409,7 @@ RSpec.describe 'Dashboard Todos' do
|
||||||
end
|
end
|
||||||
|
|
||||||
before do
|
before do
|
||||||
|
enable_design_management
|
||||||
project.add_developer(user)
|
project.add_developer(user)
|
||||||
sign_in(user)
|
sign_in(user)
|
||||||
|
|
||||||
|
|
|
@ -90,48 +90,17 @@ RSpec.describe 'Group or Project invitations', :aggregate_failures do
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when signed in and an invite link is clicked' do
|
context 'when signed in and an invite link is clicked' do
|
||||||
context 'when an invite email is a secondary email for the user' do
|
|
||||||
let(:invite_email) { 'user_secondary@example.com' }
|
|
||||||
|
|
||||||
before do
|
|
||||||
sign_in(user)
|
|
||||||
visit invite_path(group_invite.raw_invite_token)
|
|
||||||
end
|
|
||||||
|
|
||||||
it 'sends user to the invite url and allows them to decline' do
|
|
||||||
expect(current_path).to eq(invite_path(group_invite.raw_invite_token))
|
|
||||||
expect(page).to have_content("Note that this invitation was sent to #{invite_email}")
|
|
||||||
expect(page).to have_content("but you are signed in as #{user.to_reference} with email #{user.email}")
|
|
||||||
|
|
||||||
click_link('Decline')
|
|
||||||
|
|
||||||
expect(page).to have_content('You have declined the invitation')
|
|
||||||
expect(current_path).to eq(dashboard_projects_path)
|
|
||||||
expect { group_invite.reload }.to raise_error ActiveRecord::RecordNotFound
|
|
||||||
end
|
|
||||||
|
|
||||||
it 'sends uer to the invite url and allows them to accept' do
|
|
||||||
expect(current_path).to eq(invite_path(group_invite.raw_invite_token))
|
|
||||||
expect(page).to have_content("Note that this invitation was sent to #{invite_email}")
|
|
||||||
expect(page).to have_content("but you are signed in as #{user.to_reference} with email #{user.email}")
|
|
||||||
|
|
||||||
click_link('Accept invitation')
|
|
||||||
|
|
||||||
expect(page).to have_content('You have been granted')
|
|
||||||
expect(current_path).to eq(activity_group_path(group))
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
context 'when user is an existing member' do
|
context 'when user is an existing member' do
|
||||||
before do
|
before do
|
||||||
sign_in(owner)
|
group.add_developer(user)
|
||||||
|
sign_in(user)
|
||||||
visit invite_path(group_invite.raw_invite_token)
|
visit invite_path(group_invite.raw_invite_token)
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'shows message user already a member' do
|
it 'shows message user already a member' do
|
||||||
expect(current_path).to eq(invite_path(group_invite.raw_invite_token))
|
expect(current_path).to eq(invite_path(group_invite.raw_invite_token))
|
||||||
expect(page).to have_link(owner.name, href: user_url(owner))
|
expect(page).to have_link(user.name, href: user_path(user))
|
||||||
expect(page).to have_content('However, you are already a member of this group.')
|
expect(page).to have_content('You are already a member of this group.')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
RSpec.describe 'Mermaid rendering', :js do
|
RSpec.describe 'Mermaid rendering', :js do
|
||||||
|
let_it_be(:project) { create(:project, :public) }
|
||||||
|
|
||||||
it 'renders Mermaid diagrams correctly' do
|
it 'renders Mermaid diagrams correctly' do
|
||||||
description = <<~MERMAID
|
description = <<~MERMAID
|
||||||
```mermaid
|
```mermaid
|
||||||
|
@ -14,7 +16,6 @@ RSpec.describe 'Mermaid rendering', :js do
|
||||||
```
|
```
|
||||||
MERMAID
|
MERMAID
|
||||||
|
|
||||||
project = create(:project, :public)
|
|
||||||
issue = create(:issue, project: project, description: description)
|
issue = create(:issue, project: project, description: description)
|
||||||
|
|
||||||
visit project_issue_path(project, issue)
|
visit project_issue_path(project, issue)
|
||||||
|
@ -36,7 +37,6 @@ RSpec.describe 'Mermaid rendering', :js do
|
||||||
```
|
```
|
||||||
MERMAID
|
MERMAID
|
||||||
|
|
||||||
project = create(:project, :public)
|
|
||||||
issue = create(:issue, project: project, description: description)
|
issue = create(:issue, project: project, description: description)
|
||||||
|
|
||||||
visit project_issue_path(project, issue)
|
visit project_issue_path(project, issue)
|
||||||
|
@ -64,7 +64,6 @@ RSpec.describe 'Mermaid rendering', :js do
|
||||||
```
|
```
|
||||||
MERMAID
|
MERMAID
|
||||||
|
|
||||||
project = create(:project, :public)
|
|
||||||
issue = create(:issue, project: project, description: description)
|
issue = create(:issue, project: project, description: description)
|
||||||
|
|
||||||
visit project_issue_path(project, issue)
|
visit project_issue_path(project, issue)
|
||||||
|
@ -94,7 +93,6 @@ RSpec.describe 'Mermaid rendering', :js do
|
||||||
</details>
|
</details>
|
||||||
MERMAID
|
MERMAID
|
||||||
|
|
||||||
project = create(:project, :public)
|
|
||||||
issue = create(:issue, project: project, description: description)
|
issue = create(:issue, project: project, description: description)
|
||||||
|
|
||||||
visit project_issue_path(project, issue)
|
visit project_issue_path(project, issue)
|
||||||
|
@ -123,7 +121,6 @@ RSpec.describe 'Mermaid rendering', :js do
|
||||||
```
|
```
|
||||||
MERMAID
|
MERMAID
|
||||||
|
|
||||||
project = create(:project, :public)
|
|
||||||
issue = create(:issue, project: project, description: description)
|
issue = create(:issue, project: project, description: description)
|
||||||
|
|
||||||
visit project_issue_path(project, issue)
|
visit project_issue_path(project, issue)
|
||||||
|
@ -144,7 +141,6 @@ RSpec.describe 'Mermaid rendering', :js do
|
||||||
```
|
```
|
||||||
MERMAID
|
MERMAID
|
||||||
|
|
||||||
project = create(:project, :public)
|
|
||||||
issue = create(:issue, project: project, description: description)
|
issue = create(:issue, project: project, description: description)
|
||||||
|
|
||||||
visit project_issue_path(project, issue)
|
visit project_issue_path(project, issue)
|
||||||
|
@ -183,8 +179,6 @@ RSpec.describe 'Mermaid rendering', :js do
|
||||||
|
|
||||||
description *= 51
|
description *= 51
|
||||||
|
|
||||||
project = create(:project, :public)
|
|
||||||
|
|
||||||
issue = create(:issue, project: project, description: description)
|
issue = create(:issue, project: project, description: description)
|
||||||
|
|
||||||
visit project_issue_path(project, issue)
|
visit project_issue_path(project, issue)
|
||||||
|
@ -200,6 +194,27 @@ RSpec.describe 'Mermaid rendering', :js do
|
||||||
expect(page).to have_selector('.js-lazy-render-mermaid-container')
|
expect(page).to have_selector('.js-lazy-render-mermaid-container')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it 'does not allow HTML injection' do
|
||||||
|
description = <<~MERMAID
|
||||||
|
```mermaid
|
||||||
|
%%{init: {"flowchart": {"htmlLabels": "false"}} }%%
|
||||||
|
flowchart
|
||||||
|
A["<iframe></iframe>"]
|
||||||
|
```
|
||||||
|
MERMAID
|
||||||
|
|
||||||
|
issue = create(:issue, project: project, description: description)
|
||||||
|
|
||||||
|
visit project_issue_path(project, issue)
|
||||||
|
|
||||||
|
wait_for_requests
|
||||||
|
wait_for_mermaid
|
||||||
|
|
||||||
|
page.within('.description') do
|
||||||
|
expect(page).not_to have_xpath("//iframe")
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def wait_for_mermaid
|
def wait_for_mermaid
|
||||||
|
|
|
@ -361,9 +361,8 @@ RSpec.describe 'Pipeline', :js do
|
||||||
let(:project) { create(:project, :public, :repository, public_builds: false) }
|
let(:project) { create(:project, :public, :repository, public_builds: false) }
|
||||||
let(:role) { :guest }
|
let(:role) { :guest }
|
||||||
|
|
||||||
it 'does not show failed jobs tab pane' do
|
it 'does not show the pipeline details page' do
|
||||||
expect(page).to have_link('Pipeline')
|
expect(page).to have_content('Not Found')
|
||||||
expect(page).not_to have_content('Failed Jobs')
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -44,8 +44,7 @@ describe('Vuex members mutations', () => {
|
||||||
describe('when error has a message', () => {
|
describe('when error has a message', () => {
|
||||||
it('shows error message', () => {
|
it('shows error message', () => {
|
||||||
const error = new Error('Request failed with status code 422');
|
const error = new Error('Request failed with status code 422');
|
||||||
const message =
|
const message = 'User email does not match the allowed domain of example.com';
|
||||||
'User email "john.smith@gmail.com" does not match the allowed domain of example.com';
|
|
||||||
|
|
||||||
error.response = {
|
error.response = {
|
||||||
data: { message },
|
data: { message },
|
||||||
|
@ -88,8 +87,7 @@ describe('Vuex members mutations', () => {
|
||||||
describe('when error has a message', () => {
|
describe('when error has a message', () => {
|
||||||
it('shows error message', () => {
|
it('shows error message', () => {
|
||||||
const error = new Error('Request failed with status code 422');
|
const error = new Error('Request failed with status code 422');
|
||||||
const message =
|
const message = 'User email does not match the allowed domain of example.com';
|
||||||
'User email "john.smith@gmail.com" does not match the allowed domain of example.com';
|
|
||||||
|
|
||||||
error.response = {
|
error.response = {
|
||||||
data: { message },
|
data: { message },
|
||||||
|
|
|
@ -5,17 +5,23 @@ require 'spec_helper'
|
||||||
RSpec.describe Mutations::Todos::MarkDone do
|
RSpec.describe Mutations::Todos::MarkDone do
|
||||||
include GraphqlHelpers
|
include GraphqlHelpers
|
||||||
|
|
||||||
|
let_it_be(:project) { create(:project) }
|
||||||
|
let_it_be(:issue) { create(:issue, project: project) }
|
||||||
let_it_be(:current_user) { create(:user) }
|
let_it_be(:current_user) { create(:user) }
|
||||||
let_it_be(:author) { create(:user) }
|
let_it_be(:author) { create(:user) }
|
||||||
let_it_be(:other_user) { create(:user) }
|
let_it_be(:other_user) { create(:user) }
|
||||||
|
|
||||||
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :pending) }
|
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :pending, target: issue) }
|
||||||
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :done) }
|
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :done, target: issue) }
|
||||||
|
|
||||||
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :pending) }
|
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :pending) }
|
||||||
|
|
||||||
let(:mutation) { described_class.new(object: nil, context: { current_user: current_user }, field: nil) }
|
let(:mutation) { described_class.new(object: nil, context: { current_user: current_user }, field: nil) }
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(current_user)
|
||||||
|
end
|
||||||
|
|
||||||
specify { expect(described_class).to require_graphql_authorizations(:update_todo) }
|
specify { expect(described_class).to require_graphql_authorizations(:update_todo) }
|
||||||
|
|
||||||
describe '#resolve' do
|
describe '#resolve' do
|
||||||
|
|
|
@ -5,17 +5,23 @@ require 'spec_helper'
|
||||||
RSpec.describe Mutations::Todos::Restore do
|
RSpec.describe Mutations::Todos::Restore do
|
||||||
include GraphqlHelpers
|
include GraphqlHelpers
|
||||||
|
|
||||||
|
let_it_be(:project) { create(:project) }
|
||||||
|
let_it_be(:issue) { create(:issue, project: project) }
|
||||||
let_it_be(:current_user) { create(:user) }
|
let_it_be(:current_user) { create(:user) }
|
||||||
let_it_be(:author) { create(:user) }
|
let_it_be(:author) { create(:user) }
|
||||||
let_it_be(:other_user) { create(:user) }
|
let_it_be(:other_user) { create(:user) }
|
||||||
|
|
||||||
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :done) }
|
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :done, target: issue) }
|
||||||
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :pending) }
|
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :pending, target: issue) }
|
||||||
|
|
||||||
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :done) }
|
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :done) }
|
||||||
|
|
||||||
let(:mutation) { described_class.new(object: nil, context: { current_user: current_user }, field: nil) }
|
let(:mutation) { described_class.new(object: nil, context: { current_user: current_user }, field: nil) }
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(current_user)
|
||||||
|
end
|
||||||
|
|
||||||
specify { expect(described_class).to require_graphql_authorizations(:update_todo) }
|
specify { expect(described_class).to require_graphql_authorizations(:update_todo) }
|
||||||
|
|
||||||
describe '#resolve' do
|
describe '#resolve' do
|
||||||
|
|
|
@ -5,14 +5,24 @@ require 'spec_helper'
|
||||||
RSpec.describe Resolvers::ProjectPipelineStatisticsResolver do
|
RSpec.describe Resolvers::ProjectPipelineStatisticsResolver do
|
||||||
include GraphqlHelpers
|
include GraphqlHelpers
|
||||||
|
|
||||||
let_it_be(:project) { create(:project) }
|
let_it_be(:project) { create(:project, :private) }
|
||||||
|
let_it_be(:guest) { create(:user) }
|
||||||
|
let_it_be(:reporter) { create(:user) }
|
||||||
|
|
||||||
|
let(:current_user) { reporter }
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_guest(guest)
|
||||||
|
project.add_reporter(reporter)
|
||||||
|
end
|
||||||
|
|
||||||
specify do
|
specify do
|
||||||
expect(described_class).to have_nullable_graphql_type(::Types::Ci::AnalyticsType)
|
expect(described_class).to have_nullable_graphql_type(::Types::Ci::AnalyticsType)
|
||||||
end
|
end
|
||||||
|
|
||||||
def resolve_statistics(project, args)
|
def resolve_statistics(project, args)
|
||||||
resolve(described_class, obj: project, args: args)
|
ctx = { current_user: current_user }
|
||||||
|
resolve(described_class, obj: project, args: args, ctx: ctx)
|
||||||
end
|
end
|
||||||
|
|
||||||
describe '#resolve' do
|
describe '#resolve' do
|
||||||
|
@ -32,5 +42,15 @@ RSpec.describe Resolvers::ProjectPipelineStatisticsResolver do
|
||||||
:pipeline_times_values
|
:pipeline_times_values
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'when the user does not have access to the CI/CD analytics data' do
|
||||||
|
let(:current_user) { guest }
|
||||||
|
|
||||||
|
it 'returns nil' do
|
||||||
|
result = resolve_statistics(project, {})
|
||||||
|
|
||||||
|
expect(result).to be_nil
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,19 +4,28 @@ require 'spec_helper'
|
||||||
|
|
||||||
RSpec.describe Resolvers::TodoResolver do
|
RSpec.describe Resolvers::TodoResolver do
|
||||||
include GraphqlHelpers
|
include GraphqlHelpers
|
||||||
|
include DesignManagementTestHelpers
|
||||||
|
|
||||||
specify do
|
specify do
|
||||||
expect(described_class).to have_nullable_graphql_type(Types::TodoType.connection_type)
|
expect(described_class).to have_nullable_graphql_type(Types::TodoType.connection_type)
|
||||||
end
|
end
|
||||||
|
|
||||||
describe '#resolve' do
|
describe '#resolve' do
|
||||||
|
let_it_be(:project) { create(:project) }
|
||||||
let_it_be(:current_user) { create(:user) }
|
let_it_be(:current_user) { create(:user) }
|
||||||
|
let_it_be(:issue) { create(:issue, project: project) }
|
||||||
let_it_be(:author1) { create(:user) }
|
let_it_be(:author1) { create(:user) }
|
||||||
let_it_be(:author2) { create(:user) }
|
let_it_be(:author2) { create(:user) }
|
||||||
|
|
||||||
let_it_be(:merge_request_todo_pending) { create(:todo, user: current_user, target_type: 'MergeRequest', state: :pending, action: Todo::MENTIONED, author: author1) }
|
let_it_be(:issue_todo_done) { create(:todo, user: current_user, state: :done, action: Todo::ASSIGNED, author: author2, target: issue) }
|
||||||
let_it_be(:issue_todo_done) { create(:todo, user: current_user, state: :done, action: Todo::ASSIGNED, author: author2) }
|
let_it_be(:issue_todo_pending) { create(:todo, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: issue) }
|
||||||
let_it_be(:issue_todo_pending) { create(:todo, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1) }
|
|
||||||
|
let(:merge_request) { create(:merge_request, source_project: project) }
|
||||||
|
let!(:merge_request_todo_pending) { create(:todo, user: current_user, target: merge_request, state: :pending, action: Todo::MENTIONED, author: author1) }
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(current_user)
|
||||||
|
end
|
||||||
|
|
||||||
it 'calls TodosFinder' do
|
it 'calls TodosFinder' do
|
||||||
expect_next_instance_of(TodosFinder) do |finder|
|
expect_next_instance_of(TodosFinder) do |finder|
|
||||||
|
@ -40,7 +49,9 @@ RSpec.describe Resolvers::TodoResolver do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'returns the todos for multiple filters' do
|
it 'returns the todos for multiple filters' do
|
||||||
design_todo_pending = create(:todo, target_type: 'DesignManagement::Design', user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1)
|
enable_design_management
|
||||||
|
design = create(:design, issue: issue)
|
||||||
|
design_todo_pending = create(:todo, target: design, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1)
|
||||||
|
|
||||||
todos = resolve_todos(type: ['MergeRequest', 'DesignManagement::Design'])
|
todos = resolve_todos(type: ['MergeRequest', 'DesignManagement::Design'])
|
||||||
|
|
||||||
|
@ -59,11 +70,15 @@ RSpec.describe Resolvers::TodoResolver do
|
||||||
group3 = create(:group)
|
group3 = create(:group)
|
||||||
|
|
||||||
group1.add_developer(current_user)
|
group1.add_developer(current_user)
|
||||||
|
issue1 = create(:issue, project: create(:project, group: group1))
|
||||||
group2.add_developer(current_user)
|
group2.add_developer(current_user)
|
||||||
|
issue2 = create(:issue, project: create(:project, group: group2))
|
||||||
|
group3.add_developer(current_user)
|
||||||
|
issue3 = create(:issue, project: create(:project, group: group3))
|
||||||
|
|
||||||
todo4 = create(:todo, group: group1, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1)
|
todo4 = create(:todo, group: group1, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: issue1)
|
||||||
todo5 = create(:todo, group: group2, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1)
|
todo5 = create(:todo, group: group2, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: issue2)
|
||||||
create(:todo, group: group3, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1)
|
create(:todo, group: group3, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: issue3)
|
||||||
|
|
||||||
todos = resolve_todos(group_id: [group2.id, group1.id])
|
todos = resolve_todos(group_id: [group2.id, group1.id])
|
||||||
|
|
||||||
|
@ -93,9 +108,13 @@ RSpec.describe Resolvers::TodoResolver do
|
||||||
project2 = create(:project)
|
project2 = create(:project)
|
||||||
project3 = create(:project)
|
project3 = create(:project)
|
||||||
|
|
||||||
todo4 = create(:todo, project: project1, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1)
|
project1.add_developer(current_user)
|
||||||
todo5 = create(:todo, project: project2, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1)
|
project2.add_developer(current_user)
|
||||||
create(:todo, project: project3, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1)
|
project3.add_developer(current_user)
|
||||||
|
|
||||||
|
todo4 = create(:todo, project: project1, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: create(:issue, project: project1))
|
||||||
|
todo5 = create(:todo, project: project2, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: create(:issue, project: project2))
|
||||||
|
create(:todo, project: project3, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: create(:issue, project: project3))
|
||||||
|
|
||||||
todos = resolve_todos(project_id: [project2.id, project1.id])
|
todos = resolve_todos(project_id: [project2.id, project1.id])
|
||||||
|
|
||||||
|
|
|
@ -336,6 +336,15 @@ RSpec.describe Gitlab::Auth, :use_clean_rails_memory_store_caching do
|
||||||
expect_results_with_abilities(impersonation_token, described_class.full_authentication_abilities)
|
expect_results_with_abilities(impersonation_token, described_class.full_authentication_abilities)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it 'fails if it is an impersonation token but impersonation is blocked' do
|
||||||
|
stub_config_setting(impersonation_enabled: false)
|
||||||
|
|
||||||
|
impersonation_token = create(:personal_access_token, :impersonation, scopes: ['api'])
|
||||||
|
|
||||||
|
expect(gl_auth.find_for_git_client('', impersonation_token.token, project: nil, ip: 'ip'))
|
||||||
|
.to eq(Gitlab::Auth::Result.new(nil, nil, nil, nil))
|
||||||
|
end
|
||||||
|
|
||||||
it 'limits abilities based on scope' do
|
it 'limits abilities based on scope' do
|
||||||
personal_access_token = create(:personal_access_token, scopes: %w[read_user sudo])
|
personal_access_token = create(:personal_access_token, scopes: %w[read_user sudo])
|
||||||
|
|
||||||
|
|
|
@ -136,7 +136,7 @@ RSpec.describe Gitlab::Ci::Pipeline::Chain::Build do
|
||||||
let(:command) do
|
let(:command) do
|
||||||
Gitlab::Ci::Pipeline::Chain::Command.new(
|
Gitlab::Ci::Pipeline::Chain::Command.new(
|
||||||
source: :push,
|
source: :push,
|
||||||
origin_ref: 'mytag',
|
origin_ref: origin_ref,
|
||||||
checkout_sha: project.commit.id,
|
checkout_sha: project.commit.id,
|
||||||
after_sha: nil,
|
after_sha: nil,
|
||||||
before_sha: nil,
|
before_sha: nil,
|
||||||
|
@ -147,6 +147,8 @@ RSpec.describe Gitlab::Ci::Pipeline::Chain::Build do
|
||||||
current_user: user)
|
current_user: user)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
let(:origin_ref) { 'mytag' }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
allow_any_instance_of(Repository).to receive(:tag_exists?).with('mytag').and_return(true)
|
allow_any_instance_of(Repository).to receive(:tag_exists?).with('mytag').and_return(true)
|
||||||
|
|
||||||
|
@ -156,6 +158,14 @@ RSpec.describe Gitlab::Ci::Pipeline::Chain::Build do
|
||||||
it 'correctly indicated that this is a tagged pipeline' do
|
it 'correctly indicated that this is a tagged pipeline' do
|
||||||
expect(pipeline).to be_tag
|
expect(pipeline).to be_tag
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'when origin_ref is branch but tag ref with the same name exists' do
|
||||||
|
let(:origin_ref) { 'refs/heads/mytag' }
|
||||||
|
|
||||||
|
it 'correctly indicated that a pipeline is not tagged' do
|
||||||
|
expect(pipeline).not_to be_tag
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when pipeline is running for a merge request' do
|
context 'when pipeline is running for a merge request' do
|
||||||
|
|
|
@ -27,6 +27,18 @@ RSpec.describe Gitlab::Ci::Pipeline::Chain::Command do
|
||||||
it { is_expected.to eq(true) }
|
it { is_expected.to eq(true) }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'for fully described tag ref' do
|
||||||
|
let(:origin_ref) { 'refs/tags/master' }
|
||||||
|
|
||||||
|
it { is_expected.to eq(false) }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'for fully described branch ref' do
|
||||||
|
let(:origin_ref) { 'refs/heads/master' }
|
||||||
|
|
||||||
|
it { is_expected.to eq(true) }
|
||||||
|
end
|
||||||
|
|
||||||
context 'for invalid branch' do
|
context 'for invalid branch' do
|
||||||
let(:origin_ref) { 'something' }
|
let(:origin_ref) { 'something' }
|
||||||
|
|
||||||
|
@ -43,6 +55,18 @@ RSpec.describe Gitlab::Ci::Pipeline::Chain::Command do
|
||||||
it { is_expected.to eq(true) }
|
it { is_expected.to eq(true) }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'for fully described tag ref' do
|
||||||
|
let(:origin_ref) { 'refs/tags/v1.0.0' }
|
||||||
|
|
||||||
|
it { is_expected.to eq(true) }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'for fully described branch ref' do
|
||||||
|
let(:origin_ref) { 'refs/heads/v1.0.0' }
|
||||||
|
|
||||||
|
it { is_expected.to eq(false) }
|
||||||
|
end
|
||||||
|
|
||||||
context 'for invalid ref' do
|
context 'for invalid ref' do
|
||||||
let(:origin_ref) { 'something' }
|
let(:origin_ref) { 'something' }
|
||||||
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
require 'spec_helper'
|
|
||||||
|
|
||||||
RSpec.describe Gitlab::OmniauthLogging::JSONFormatter do
|
|
||||||
it "generates log in json format" do
|
|
||||||
Timecop.freeze(Time.utc(2019, 12, 04, 9, 10, 11, 123456)) do
|
|
||||||
expect(subject.call(:info, Time.now, 'omniauth', 'log message'))
|
|
||||||
.to eq %Q({"severity":"info","timestamp":"2019-12-04T09:10:11.123Z","pid":#{Process.pid},"progname":"omniauth","message":"log message"}\n)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -4,15 +4,19 @@ require 'spec_helper'
|
||||||
|
|
||||||
RSpec.describe Sidebars::Projects::Menus::AnalyticsMenu do
|
RSpec.describe Sidebars::Projects::Menus::AnalyticsMenu do
|
||||||
let_it_be(:project) { create(:project, :repository) }
|
let_it_be(:project) { create(:project, :repository) }
|
||||||
|
let_it_be(:guest) do
|
||||||
|
create(:user).tap { |u| project.add_guest(u) }
|
||||||
|
end
|
||||||
|
|
||||||
let(:user) { project.owner }
|
let(:owner) { project.owner }
|
||||||
let(:context) { Sidebars::Projects::Context.new(current_user: user, container: project, current_ref: project.repository.root_ref) }
|
let(:current_user) { owner }
|
||||||
|
let(:context) { Sidebars::Projects::Context.new(current_user: current_user, container: project, current_ref: project.repository.root_ref) }
|
||||||
|
|
||||||
subject { described_class.new(context) }
|
subject { described_class.new(context) }
|
||||||
|
|
||||||
describe '#render?' do
|
describe '#render?' do
|
||||||
context 'whe user cannot read analytics' do
|
context 'whe user cannot read analytics' do
|
||||||
let(:user) { nil }
|
let(:current_user) { nil }
|
||||||
|
|
||||||
it 'returns false' do
|
it 'returns false' do
|
||||||
expect(subject.render?).to be false
|
expect(subject.render?).to be false
|
||||||
|
@ -79,7 +83,7 @@ RSpec.describe Sidebars::Projects::Menus::AnalyticsMenu do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'when the user does not have access' do
|
describe 'when the user does not have access' do
|
||||||
let(:user) { nil }
|
let(:current_user) { guest }
|
||||||
|
|
||||||
specify { is_expected.to be_nil }
|
specify { is_expected.to be_nil }
|
||||||
end
|
end
|
||||||
|
@ -99,7 +103,7 @@ RSpec.describe Sidebars::Projects::Menus::AnalyticsMenu do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'when the user does not have access' do
|
describe 'when the user does not have access' do
|
||||||
let(:user) { nil }
|
let(:current_user) { nil }
|
||||||
|
|
||||||
specify { is_expected.to be_nil }
|
specify { is_expected.to be_nil }
|
||||||
end
|
end
|
||||||
|
@ -111,7 +115,7 @@ RSpec.describe Sidebars::Projects::Menus::AnalyticsMenu do
|
||||||
specify { is_expected.not_to be_nil }
|
specify { is_expected.not_to be_nil }
|
||||||
|
|
||||||
describe 'when the user does not have access' do
|
describe 'when the user does not have access' do
|
||||||
let(:user) { nil }
|
let(:current_user) { nil }
|
||||||
|
|
||||||
specify { is_expected.to be_nil }
|
specify { is_expected.to be_nil }
|
||||||
end
|
end
|
||||||
|
|
|
@ -552,4 +552,10 @@ RSpec.describe DiffNote do
|
||||||
expect(subject.on_image?).to be_truthy
|
expect(subject.on_image?).to be_truthy
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
describe '#to_ability_name' do
|
||||||
|
subject { described_class.new.to_ability_name }
|
||||||
|
|
||||||
|
it { is_expected.to eq('note') }
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
11
spec/models/discussion_note_spec.rb
Normal file
11
spec/models/discussion_note_spec.rb
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'spec_helper'
|
||||||
|
|
||||||
|
RSpec.describe DiscussionNote do
|
||||||
|
describe '#to_ability_name' do
|
||||||
|
subject { described_class.new.to_ability_name }
|
||||||
|
|
||||||
|
it { is_expected.to eq('note') }
|
||||||
|
end
|
||||||
|
end
|
11
spec/models/legacy_diff_note_spec.rb
Normal file
11
spec/models/legacy_diff_note_spec.rb
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'spec_helper'
|
||||||
|
|
||||||
|
RSpec.describe LegacyDiffNote do
|
||||||
|
describe '#to_ability_name' do
|
||||||
|
subject { described_class.new.to_ability_name }
|
||||||
|
|
||||||
|
it { is_expected.to eq('note') }
|
||||||
|
end
|
||||||
|
end
|
11
spec/models/synthetic_note_spec.rb
Normal file
11
spec/models/synthetic_note_spec.rb
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'spec_helper'
|
||||||
|
|
||||||
|
RSpec.describe SyntheticNote do
|
||||||
|
describe '#to_ability_name' do
|
||||||
|
subject { described_class.new.to_ability_name }
|
||||||
|
|
||||||
|
it { is_expected.to eq('note') }
|
||||||
|
end
|
||||||
|
end
|
|
@ -41,6 +41,13 @@ RSpec.describe PersonalAccessTokenPolicy do
|
||||||
it { is_expected.to be_allowed(:read_token) }
|
it { is_expected.to be_allowed(:read_token) }
|
||||||
it { is_expected.to be_allowed(:revoke_token) }
|
it { is_expected.to be_allowed(:revoke_token) }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'subject of the impersonated token' do
|
||||||
|
let_it_be(:token) { build_stubbed(:personal_access_token, user: current_user, impersonation: true) }
|
||||||
|
|
||||||
|
it { is_expected.to be_disallowed(:read_token) }
|
||||||
|
it { is_expected.to be_disallowed(:revoke_token) }
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'current_user is a blocked administrator', :enable_admin_mode do
|
context 'current_user is a blocked administrator', :enable_admin_mode do
|
||||||
|
|
|
@ -1099,12 +1099,20 @@ RSpec.describe ProjectPolicy do
|
||||||
let_it_be(:project_with_analytics_enabled) { create(:project, :analytics_enabled) }
|
let_it_be(:project_with_analytics_enabled) { create(:project, :analytics_enabled) }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
|
project_with_analytics_disabled.add_guest(guest)
|
||||||
|
project_with_analytics_private.add_guest(guest)
|
||||||
|
project_with_analytics_enabled.add_guest(guest)
|
||||||
|
|
||||||
|
project_with_analytics_disabled.add_reporter(reporter)
|
||||||
|
project_with_analytics_private.add_reporter(reporter)
|
||||||
|
project_with_analytics_enabled.add_reporter(reporter)
|
||||||
|
|
||||||
project_with_analytics_disabled.add_developer(developer)
|
project_with_analytics_disabled.add_developer(developer)
|
||||||
project_with_analytics_private.add_developer(developer)
|
project_with_analytics_private.add_developer(developer)
|
||||||
project_with_analytics_enabled.add_developer(developer)
|
project_with_analytics_enabled.add_developer(developer)
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when analytics is enabled for the project' do
|
context 'when analytics is disabled for the project' do
|
||||||
let(:project) { project_with_analytics_disabled }
|
let(:project) { project_with_analytics_disabled }
|
||||||
|
|
||||||
context 'for guest user' do
|
context 'for guest user' do
|
||||||
|
@ -1113,6 +1121,16 @@ RSpec.describe ProjectPolicy do
|
||||||
it { is_expected.to be_disallowed(:read_cycle_analytics) }
|
it { is_expected.to be_disallowed(:read_cycle_analytics) }
|
||||||
it { is_expected.to be_disallowed(:read_insights) }
|
it { is_expected.to be_disallowed(:read_insights) }
|
||||||
it { is_expected.to be_disallowed(:read_repository_graphs) }
|
it { is_expected.to be_disallowed(:read_repository_graphs) }
|
||||||
|
it { is_expected.to be_disallowed(:read_ci_cd_analytics) }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'for reporter user' do
|
||||||
|
let(:current_user) { reporter }
|
||||||
|
|
||||||
|
it { is_expected.to be_disallowed(:read_cycle_analytics) }
|
||||||
|
it { is_expected.to be_disallowed(:read_insights) }
|
||||||
|
it { is_expected.to be_disallowed(:read_repository_graphs) }
|
||||||
|
it { is_expected.to be_disallowed(:read_ci_cd_analytics) }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'for developer' do
|
context 'for developer' do
|
||||||
|
@ -1121,6 +1139,7 @@ RSpec.describe ProjectPolicy do
|
||||||
it { is_expected.to be_disallowed(:read_cycle_analytics) }
|
it { is_expected.to be_disallowed(:read_cycle_analytics) }
|
||||||
it { is_expected.to be_disallowed(:read_insights) }
|
it { is_expected.to be_disallowed(:read_insights) }
|
||||||
it { is_expected.to be_disallowed(:read_repository_graphs) }
|
it { is_expected.to be_disallowed(:read_repository_graphs) }
|
||||||
|
it { is_expected.to be_disallowed(:read_ci_cd_analytics) }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1130,9 +1149,19 @@ RSpec.describe ProjectPolicy do
|
||||||
context 'for guest user' do
|
context 'for guest user' do
|
||||||
let(:current_user) { guest }
|
let(:current_user) { guest }
|
||||||
|
|
||||||
it { is_expected.to be_disallowed(:read_cycle_analytics) }
|
it { is_expected.to be_allowed(:read_cycle_analytics) }
|
||||||
it { is_expected.to be_disallowed(:read_insights) }
|
it { is_expected.to be_allowed(:read_insights) }
|
||||||
it { is_expected.to be_disallowed(:read_repository_graphs) }
|
it { is_expected.to be_disallowed(:read_repository_graphs) }
|
||||||
|
it { is_expected.to be_disallowed(:read_ci_cd_analytics) }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'for reporter user' do
|
||||||
|
let(:current_user) { reporter }
|
||||||
|
|
||||||
|
it { is_expected.to be_allowed(:read_cycle_analytics) }
|
||||||
|
it { is_expected.to be_allowed(:read_insights) }
|
||||||
|
it { is_expected.to be_allowed(:read_repository_graphs) }
|
||||||
|
it { is_expected.to be_allowed(:read_ci_cd_analytics) }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'for developer' do
|
context 'for developer' do
|
||||||
|
@ -1141,18 +1170,29 @@ RSpec.describe ProjectPolicy do
|
||||||
it { is_expected.to be_allowed(:read_cycle_analytics) }
|
it { is_expected.to be_allowed(:read_cycle_analytics) }
|
||||||
it { is_expected.to be_allowed(:read_insights) }
|
it { is_expected.to be_allowed(:read_insights) }
|
||||||
it { is_expected.to be_allowed(:read_repository_graphs) }
|
it { is_expected.to be_allowed(:read_repository_graphs) }
|
||||||
|
it { is_expected.to be_allowed(:read_ci_cd_analytics) }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when analytics is enabled for the project' do
|
context 'when analytics is enabled for the project' do
|
||||||
let(:project) { project_with_analytics_private }
|
let(:project) { project_with_analytics_enabled }
|
||||||
|
|
||||||
context 'for guest user' do
|
context 'for guest user' do
|
||||||
let(:current_user) { guest }
|
let(:current_user) { guest }
|
||||||
|
|
||||||
it { is_expected.to be_disallowed(:read_cycle_analytics) }
|
it { is_expected.to be_allowed(:read_cycle_analytics) }
|
||||||
it { is_expected.to be_disallowed(:read_insights) }
|
it { is_expected.to be_allowed(:read_insights) }
|
||||||
it { is_expected.to be_disallowed(:read_repository_graphs) }
|
it { is_expected.to be_disallowed(:read_repository_graphs) }
|
||||||
|
it { is_expected.to be_disallowed(:read_ci_cd_analytics) }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'for reporter user' do
|
||||||
|
let(:current_user) { reporter }
|
||||||
|
|
||||||
|
it { is_expected.to be_allowed(:read_cycle_analytics) }
|
||||||
|
it { is_expected.to be_allowed(:read_insights) }
|
||||||
|
it { is_expected.to be_allowed(:read_repository_graphs) }
|
||||||
|
it { is_expected.to be_allowed(:read_ci_cd_analytics) }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'for developer' do
|
context 'for developer' do
|
||||||
|
@ -1161,6 +1201,7 @@ RSpec.describe ProjectPolicy do
|
||||||
it { is_expected.to be_allowed(:read_cycle_analytics) }
|
it { is_expected.to be_allowed(:read_cycle_analytics) }
|
||||||
it { is_expected.to be_allowed(:read_insights) }
|
it { is_expected.to be_allowed(:read_insights) }
|
||||||
it { is_expected.to be_allowed(:read_repository_graphs) }
|
it { is_expected.to be_allowed(:read_repository_graphs) }
|
||||||
|
it { is_expected.to be_allowed(:read_ci_cd_analytics) }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -9,22 +9,28 @@ RSpec.describe TodoPolicy do
|
||||||
let_it_be(:user2) { create(:user) }
|
let_it_be(:user2) { create(:user) }
|
||||||
let_it_be(:user3) { create(:user) }
|
let_it_be(:user3) { create(:user) }
|
||||||
|
|
||||||
let_it_be(:todo1) { create(:todo, author: author, user: user1) }
|
let_it_be(:project) { create(:project) }
|
||||||
let_it_be(:todo2) { create(:todo, author: author, user: user2) }
|
let_it_be(:issue) { create(:issue, project: project) }
|
||||||
|
|
||||||
|
let_it_be(:todo1) { create(:todo, author: author, user: user1, issue: issue) }
|
||||||
|
let_it_be(:todo2) { create(:todo, author: author, user: user2, issue: issue) }
|
||||||
let_it_be(:todo3) { create(:todo, author: author, user: user2) }
|
let_it_be(:todo3) { create(:todo, author: author, user: user2) }
|
||||||
let_it_be(:todo4) { create(:todo, author: author, user: user3) }
|
let_it_be(:todo4) { create(:todo, author: author, user: user3, issue: issue) }
|
||||||
|
|
||||||
def permissions(user, todo)
|
def permissions(user, todo)
|
||||||
described_class.new(user, todo)
|
described_class.new(user, todo)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(user1)
|
||||||
|
project.add_developer(user2)
|
||||||
|
end
|
||||||
|
|
||||||
describe 'own_todo' do
|
describe 'own_todo' do
|
||||||
it 'allows owners to access their own todos' do
|
it 'allows owners to access their own todos if they can read todo target' do
|
||||||
[
|
[
|
||||||
[user1, todo1],
|
[user1, todo1],
|
||||||
[user2, todo2],
|
[user2, todo2]
|
||||||
[user2, todo3],
|
|
||||||
[user3, todo4]
|
|
||||||
].each do |user, todo|
|
].each do |user, todo|
|
||||||
expect(permissions(user, todo)).to be_allowed(:read_todo)
|
expect(permissions(user, todo)).to be_allowed(:read_todo)
|
||||||
end
|
end
|
||||||
|
@ -38,7 +44,9 @@ RSpec.describe TodoPolicy do
|
||||||
[user2, todo4],
|
[user2, todo4],
|
||||||
[user3, todo1],
|
[user3, todo1],
|
||||||
[user3, todo2],
|
[user3, todo2],
|
||||||
[user3, todo3]
|
[user3, todo3],
|
||||||
|
[user2, todo3],
|
||||||
|
[user3, todo4]
|
||||||
].each do |user, todo|
|
].each do |user, todo|
|
||||||
expect(permissions(user, todo)).to be_disallowed(:read_todo)
|
expect(permissions(user, todo)).to be_disallowed(:read_todo)
|
||||||
end
|
end
|
||||||
|
|
38
spec/requests/admin/impersonation_tokens_controller_spec.rb
Normal file
38
spec/requests/admin/impersonation_tokens_controller_spec.rb
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'spec_helper'
|
||||||
|
|
||||||
|
RSpec.describe Admin::ImpersonationTokensController, :enable_admin_mode do
|
||||||
|
let(:admin) { create(:admin) }
|
||||||
|
let!(:user) { create(:user) }
|
||||||
|
|
||||||
|
before do
|
||||||
|
sign_in(admin)
|
||||||
|
end
|
||||||
|
|
||||||
|
context "when impersonation is disabled" do
|
||||||
|
before do
|
||||||
|
stub_config_setting(impersonation_enabled: false)
|
||||||
|
end
|
||||||
|
|
||||||
|
it "shows error page for index page" do
|
||||||
|
get admin_user_impersonation_tokens_path(user_id: user.username)
|
||||||
|
|
||||||
|
expect(response).to have_gitlab_http_status(:not_found)
|
||||||
|
end
|
||||||
|
|
||||||
|
it "responds with 404 for create action" do
|
||||||
|
post admin_user_impersonation_tokens_path(user_id: user.username)
|
||||||
|
|
||||||
|
expect(response).to have_gitlab_http_status(:not_found)
|
||||||
|
end
|
||||||
|
|
||||||
|
it "responds with 404 for revoke action" do
|
||||||
|
token = create(:personal_access_token, :impersonation, user: user)
|
||||||
|
|
||||||
|
put revoke_admin_user_impersonation_token_path(user_id: user.username, id: token.id)
|
||||||
|
|
||||||
|
expect(response).to have_gitlab_http_status(:not_found)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
|
@ -4,12 +4,17 @@ require 'spec_helper'
|
||||||
|
|
||||||
RSpec.describe 'Query current user todos' do
|
RSpec.describe 'Query current user todos' do
|
||||||
include GraphqlHelpers
|
include GraphqlHelpers
|
||||||
|
include DesignManagementTestHelpers
|
||||||
|
|
||||||
let_it_be(:current_user) { create(:user) }
|
let_it_be(:current_user) { create(:user) }
|
||||||
let_it_be(:commit_todo) { create(:on_commit_todo, user: current_user, project: create(:project, :repository)) }
|
let_it_be(:project) { create(:project, :repository) }
|
||||||
let_it_be(:issue_todo) { create(:todo, user: current_user, target: create(:issue)) }
|
let_it_be(:unauthorize_project) { create(:project) }
|
||||||
let_it_be(:merge_request_todo) { create(:todo, user: current_user, target: create(:merge_request)) }
|
let_it_be(:commit_todo) { create(:on_commit_todo, user: current_user, project: project) }
|
||||||
let_it_be(:design_todo) { create(:todo, user: current_user, target: create(:design)) }
|
let_it_be(:issue) { create(:issue, project: project) }
|
||||||
|
let_it_be(:issue_todo) { create(:todo, project: project, user: current_user, target: issue) }
|
||||||
|
let_it_be(:merge_request_todo) { create(:todo, project: project, user: current_user, target: create(:merge_request, source_project: project)) }
|
||||||
|
let_it_be(:design_todo) { create(:todo, project: project, user: current_user, target: create(:design, issue: issue)) }
|
||||||
|
let_it_be(:unauthorized_todo) { create(:todo, user: current_user, project: unauthorize_project, target: create(:issue, project: unauthorize_project)) }
|
||||||
|
|
||||||
let(:fields) do
|
let(:fields) do
|
||||||
<<~QUERY
|
<<~QUERY
|
||||||
|
@ -23,16 +28,22 @@ RSpec.describe 'Query current user todos' do
|
||||||
graphql_query_for('currentUser', {}, query_graphql_field('todos', {}, fields))
|
graphql_query_for('currentUser', {}, query_graphql_field('todos', {}, fields))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(current_user)
|
||||||
|
end
|
||||||
|
|
||||||
subject { graphql_data.dig('currentUser', 'todos', 'nodes') }
|
subject { graphql_data.dig('currentUser', 'todos', 'nodes') }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
|
enable_design_management
|
||||||
|
|
||||||
post_graphql(query, current_user: current_user)
|
post_graphql(query, current_user: current_user)
|
||||||
end
|
end
|
||||||
|
|
||||||
it_behaves_like 'a working graphql query'
|
it_behaves_like 'a working graphql query'
|
||||||
|
|
||||||
it 'contains the expected ids' do
|
it 'contains the expected ids' do
|
||||||
is_expected.to include(
|
is_expected.to contain_exactly(
|
||||||
a_hash_including('id' => commit_todo.to_global_id.to_s),
|
a_hash_including('id' => commit_todo.to_global_id.to_s),
|
||||||
a_hash_including('id' => issue_todo.to_global_id.to_s),
|
a_hash_including('id' => issue_todo.to_global_id.to_s),
|
||||||
a_hash_including('id' => merge_request_todo.to_global_id.to_s),
|
a_hash_including('id' => merge_request_todo.to_global_id.to_s),
|
||||||
|
@ -41,11 +52,33 @@ RSpec.describe 'Query current user todos' do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'returns Todos for all target types' do
|
it 'returns Todos for all target types' do
|
||||||
is_expected.to include(
|
is_expected.to contain_exactly(
|
||||||
a_hash_including('targetType' => 'COMMIT'),
|
a_hash_including('targetType' => 'COMMIT'),
|
||||||
a_hash_including('targetType' => 'ISSUE'),
|
a_hash_including('targetType' => 'ISSUE'),
|
||||||
a_hash_including('targetType' => 'MERGEREQUEST'),
|
a_hash_including('targetType' => 'MERGEREQUEST'),
|
||||||
a_hash_including('targetType' => 'DESIGN')
|
a_hash_including('targetType' => 'DESIGN')
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'when requesting a single field' do
|
||||||
|
let(:fields) do
|
||||||
|
<<~QUERY
|
||||||
|
nodes {
|
||||||
|
id
|
||||||
|
}
|
||||||
|
QUERY
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'avoids N+1 queries', :request_store do
|
||||||
|
control = ActiveRecord::QueryRecorder.new { post_graphql(query, current_user: current_user) }
|
||||||
|
|
||||||
|
project2 = create(:project)
|
||||||
|
project2.add_developer(current_user)
|
||||||
|
issue2 = create(:issue, project: project2)
|
||||||
|
create(:todo, user: current_user, target: issue2, project: project2)
|
||||||
|
|
||||||
|
# An additional query is made for each different group that owns a todo through a project
|
||||||
|
expect { post_graphql(query, current_user: current_user) }.not_to exceed_query_limit(control).with_threshold(2)
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -5,14 +5,16 @@ require 'spec_helper'
|
||||||
RSpec.describe 'Marking all todos done' do
|
RSpec.describe 'Marking all todos done' do
|
||||||
include GraphqlHelpers
|
include GraphqlHelpers
|
||||||
|
|
||||||
|
let_it_be(:project) { create(:project) }
|
||||||
|
let_it_be(:issue) { create(:issue, project: project) }
|
||||||
let_it_be(:current_user) { create(:user) }
|
let_it_be(:current_user) { create(:user) }
|
||||||
let_it_be(:author) { create(:user) }
|
let_it_be(:author) { create(:user) }
|
||||||
let_it_be(:other_user) { create(:user) }
|
let_it_be(:other_user) { create(:user) }
|
||||||
let_it_be(:other_user2) { create(:user) }
|
let_it_be(:other_user2) { create(:user) }
|
||||||
|
|
||||||
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :pending) }
|
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :pending, target: issue) }
|
||||||
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :done) }
|
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :done, target: issue) }
|
||||||
let_it_be(:todo3) { create(:todo, user: current_user, author: author, state: :pending) }
|
let_it_be(:todo3) { create(:todo, user: current_user, author: author, state: :pending, target: issue) }
|
||||||
|
|
||||||
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :pending) }
|
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :pending) }
|
||||||
|
|
||||||
|
@ -28,6 +30,10 @@ RSpec.describe 'Marking all todos done' do
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(current_user)
|
||||||
|
end
|
||||||
|
|
||||||
def mutation_response
|
def mutation_response
|
||||||
graphql_mutation_response(:todos_mark_all_done)
|
graphql_mutation_response(:todos_mark_all_done)
|
||||||
end
|
end
|
||||||
|
|
|
@ -5,12 +5,14 @@ require 'spec_helper'
|
||||||
RSpec.describe 'Marking todos done' do
|
RSpec.describe 'Marking todos done' do
|
||||||
include GraphqlHelpers
|
include GraphqlHelpers
|
||||||
|
|
||||||
|
let_it_be(:project) { create(:project) }
|
||||||
|
let_it_be(:issue) { create(:issue, project: project) }
|
||||||
let_it_be(:current_user) { create(:user) }
|
let_it_be(:current_user) { create(:user) }
|
||||||
let_it_be(:author) { create(:user) }
|
let_it_be(:author) { create(:user) }
|
||||||
let_it_be(:other_user) { create(:user) }
|
let_it_be(:other_user) { create(:user) }
|
||||||
|
|
||||||
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :pending) }
|
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :pending, target: issue) }
|
||||||
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :done) }
|
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :done, target: issue) }
|
||||||
|
|
||||||
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :pending) }
|
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :pending) }
|
||||||
|
|
||||||
|
@ -29,6 +31,10 @@ RSpec.describe 'Marking todos done' do
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(current_user)
|
||||||
|
end
|
||||||
|
|
||||||
def mutation_response
|
def mutation_response
|
||||||
graphql_mutation_response(:todo_mark_done)
|
graphql_mutation_response(:todo_mark_done)
|
||||||
end
|
end
|
||||||
|
|
|
@ -5,12 +5,14 @@ require 'spec_helper'
|
||||||
RSpec.describe 'Restoring many Todos' do
|
RSpec.describe 'Restoring many Todos' do
|
||||||
include GraphqlHelpers
|
include GraphqlHelpers
|
||||||
|
|
||||||
|
let_it_be(:project) { create(:project) }
|
||||||
|
let_it_be(:issue) { create(:issue, project: project) }
|
||||||
let_it_be(:current_user) { create(:user) }
|
let_it_be(:current_user) { create(:user) }
|
||||||
let_it_be(:author) { create(:user) }
|
let_it_be(:author) { create(:user) }
|
||||||
let_it_be(:other_user) { create(:user) }
|
let_it_be(:other_user) { create(:user) }
|
||||||
|
|
||||||
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :done) }
|
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :done, target: issue) }
|
||||||
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :done) }
|
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :done, target: issue) }
|
||||||
|
|
||||||
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :done) }
|
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :done) }
|
||||||
|
|
||||||
|
@ -31,6 +33,10 @@ RSpec.describe 'Restoring many Todos' do
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(current_user)
|
||||||
|
end
|
||||||
|
|
||||||
def mutation_response
|
def mutation_response
|
||||||
graphql_mutation_response(:todo_restore_many)
|
graphql_mutation_response(:todo_restore_many)
|
||||||
end
|
end
|
||||||
|
|
|
@ -5,12 +5,14 @@ require 'spec_helper'
|
||||||
RSpec.describe 'Restoring Todos' do
|
RSpec.describe 'Restoring Todos' do
|
||||||
include GraphqlHelpers
|
include GraphqlHelpers
|
||||||
|
|
||||||
|
let_it_be(:project) { create(:project) }
|
||||||
|
let_it_be(:issue) { create(:issue, project: project) }
|
||||||
let_it_be(:current_user) { create(:user) }
|
let_it_be(:current_user) { create(:user) }
|
||||||
let_it_be(:author) { create(:user) }
|
let_it_be(:author) { create(:user) }
|
||||||
let_it_be(:other_user) { create(:user) }
|
let_it_be(:other_user) { create(:user) }
|
||||||
|
|
||||||
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :done) }
|
let_it_be(:todo1) { create(:todo, user: current_user, author: author, state: :done, target: issue) }
|
||||||
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :pending) }
|
let_it_be(:todo2) { create(:todo, user: current_user, author: author, state: :pending, target: issue) }
|
||||||
|
|
||||||
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :done) }
|
let_it_be(:other_user_todo) { create(:todo, user: other_user, author: author, state: :done) }
|
||||||
|
|
||||||
|
@ -29,6 +31,10 @@ RSpec.describe 'Restoring Todos' do
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
project.add_developer(current_user)
|
||||||
|
end
|
||||||
|
|
||||||
def mutation_response
|
def mutation_response
|
||||||
graphql_mutation_response(:todo_restore)
|
graphql_mutation_response(:todo_restore)
|
||||||
end
|
end
|
||||||
|
|
|
@ -6,6 +6,7 @@ RSpec.describe API::PersonalAccessTokens do
|
||||||
let_it_be(:path) { '/personal_access_tokens' }
|
let_it_be(:path) { '/personal_access_tokens' }
|
||||||
let_it_be(:token1) { create(:personal_access_token) }
|
let_it_be(:token1) { create(:personal_access_token) }
|
||||||
let_it_be(:token2) { create(:personal_access_token) }
|
let_it_be(:token2) { create(:personal_access_token) }
|
||||||
|
let_it_be(:token_impersonated) { create(:personal_access_token, impersonation: true, user: token1.user) }
|
||||||
let_it_be(:current_user) { create(:user) }
|
let_it_be(:current_user) { create(:user) }
|
||||||
|
|
||||||
describe 'GET /personal_access_tokens' do
|
describe 'GET /personal_access_tokens' do
|
||||||
|
@ -24,8 +25,9 @@ RSpec.describe API::PersonalAccessTokens do
|
||||||
get api(path, current_user), params: { user_id: token1.user.id }
|
get api(path, current_user), params: { user_id: token1.user.id }
|
||||||
|
|
||||||
expect(response).to have_gitlab_http_status(:ok)
|
expect(response).to have_gitlab_http_status(:ok)
|
||||||
expect(json_response.count).to eq(1)
|
expect(json_response.count).to eq(2)
|
||||||
expect(json_response.first['user_id']).to eq(token1.user.id)
|
expect(json_response.first['user_id']).to eq(token1.user.id)
|
||||||
|
expect(json_response.last['id']).to eq(token_impersonated.id)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -34,6 +36,7 @@ RSpec.describe API::PersonalAccessTokens do
|
||||||
let_it_be(:user) { create(:user) }
|
let_it_be(:user) { create(:user) }
|
||||||
let_it_be(:token) { create(:personal_access_token, user: current_user)}
|
let_it_be(:token) { create(:personal_access_token, user: current_user)}
|
||||||
let_it_be(:other_token) { create(:personal_access_token, user: user) }
|
let_it_be(:other_token) { create(:personal_access_token, user: user) }
|
||||||
|
let_it_be(:token_impersonated) { create(:personal_access_token, impersonation: true, user: current_user) }
|
||||||
|
|
||||||
it 'returns all PATs belonging to the signed-in user' do
|
it 'returns all PATs belonging to the signed-in user' do
|
||||||
get api(path, current_user, personal_access_token: token)
|
get api(path, current_user, personal_access_token: token)
|
||||||
|
@ -95,6 +98,7 @@ RSpec.describe API::PersonalAccessTokens do
|
||||||
context 'when current_user is not an administrator' do
|
context 'when current_user is not an administrator' do
|
||||||
let_it_be(:user_token) { create(:personal_access_token, user: current_user) }
|
let_it_be(:user_token) { create(:personal_access_token, user: current_user) }
|
||||||
let_it_be(:user_token_path) { "/personal_access_tokens/#{user_token.id}" }
|
let_it_be(:user_token_path) { "/personal_access_tokens/#{user_token.id}" }
|
||||||
|
let_it_be(:token_impersonated) { create(:personal_access_token, impersonation: true, user: current_user) }
|
||||||
|
|
||||||
it 'fails revokes a different users token' do
|
it 'fails revokes a different users token' do
|
||||||
delete api(path, current_user)
|
delete api(path, current_user)
|
||||||
|
@ -107,6 +111,12 @@ RSpec.describe API::PersonalAccessTokens do
|
||||||
|
|
||||||
expect(response).to have_gitlab_http_status(:no_content)
|
expect(response).to have_gitlab_http_status(:no_content)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it 'cannot revoke impersonation token' do
|
||||||
|
delete api("/personal_access_tokens/#{token_impersonated.id}", current_user)
|
||||||
|
|
||||||
|
expect(response).to have_gitlab_http_status(:bad_request)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,18 +3,22 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
RSpec.describe API::Todos do
|
RSpec.describe API::Todos do
|
||||||
|
include DesignManagementTestHelpers
|
||||||
|
|
||||||
let_it_be(:group) { create(:group) }
|
let_it_be(:group) { create(:group) }
|
||||||
let_it_be(:project_1) { create(:project, :repository, group: group) }
|
let_it_be(:project_1) { create(:project, :repository, group: group) }
|
||||||
let_it_be(:project_2) { create(:project) }
|
let_it_be(:project_2) { create(:project) }
|
||||||
let_it_be(:author_1) { create(:user) }
|
let_it_be(:author_1) { create(:user) }
|
||||||
let_it_be(:author_2) { create(:user) }
|
let_it_be(:author_2) { create(:user) }
|
||||||
let_it_be(:john_doe) { create(:user, username: 'john_doe') }
|
let_it_be(:john_doe) { create(:user, username: 'john_doe') }
|
||||||
|
let_it_be(:issue) { create(:issue, project: project_1) }
|
||||||
let_it_be(:merge_request) { create(:merge_request, source_project: project_1) }
|
let_it_be(:merge_request) { create(:merge_request, source_project: project_1) }
|
||||||
let_it_be(:merge_request_todo) { create(:todo, project: project_1, author: author_2, user: john_doe, target: merge_request) }
|
let_it_be(:merge_request_todo) { create(:todo, project: project_1, author: author_2, user: john_doe, target: merge_request) }
|
||||||
let_it_be(:pending_1) { create(:todo, :mentioned, project: project_1, author: author_1, user: john_doe) }
|
let_it_be(:pending_1) { create(:todo, :mentioned, project: project_1, author: author_1, user: john_doe, target: issue) }
|
||||||
let_it_be(:pending_2) { create(:todo, project: project_2, author: author_2, user: john_doe) }
|
let_it_be(:pending_2) { create(:todo, project: project_2, author: author_2, user: john_doe, target: issue) }
|
||||||
let_it_be(:pending_3) { create(:on_commit_todo, project: project_1, author: author_2, user: john_doe) }
|
let_it_be(:pending_3) { create(:on_commit_todo, project: project_1, author: author_2, user: john_doe) }
|
||||||
let_it_be(:done) { create(:todo, :done, project: project_1, author: author_1, user: john_doe) }
|
let_it_be(:pending_4) { create(:on_commit_todo, project: project_1, author: author_2, user: john_doe, commit_id: 'invalid_id') }
|
||||||
|
let_it_be(:done) { create(:todo, :done, project: project_1, author: author_1, user: john_doe, target: issue) }
|
||||||
let_it_be(:award_emoji_1) { create(:award_emoji, awardable: merge_request, user: author_1, name: 'thumbsup') }
|
let_it_be(:award_emoji_1) { create(:award_emoji, awardable: merge_request, user: author_1, name: 'thumbsup') }
|
||||||
let_it_be(:award_emoji_2) { create(:award_emoji, awardable: pending_1.target, user: author_1, name: 'thumbsup') }
|
let_it_be(:award_emoji_2) { create(:award_emoji, awardable: pending_1.target, user: author_1, name: 'thumbsup') }
|
||||||
let_it_be(:award_emoji_3) { create(:award_emoji, awardable: pending_2.target, user: author_2, name: 'thumbsdown') }
|
let_it_be(:award_emoji_3) { create(:award_emoji, awardable: pending_2.target, user: author_2, name: 'thumbsdown') }
|
||||||
|
@ -77,13 +81,13 @@ RSpec.describe API::Todos do
|
||||||
expect(json_response[0]['target_type']).to eq('Commit')
|
expect(json_response[0]['target_type']).to eq('Commit')
|
||||||
|
|
||||||
expect(json_response[1]['target_type']).to eq('Issue')
|
expect(json_response[1]['target_type']).to eq('Issue')
|
||||||
expect(json_response[1]['target']['upvotes']).to eq(0)
|
expect(json_response[1]['target']['upvotes']).to eq(1)
|
||||||
expect(json_response[1]['target']['downvotes']).to eq(1)
|
expect(json_response[1]['target']['downvotes']).to eq(1)
|
||||||
expect(json_response[1]['target']['merge_requests_count']).to eq(0)
|
expect(json_response[1]['target']['merge_requests_count']).to eq(0)
|
||||||
|
|
||||||
expect(json_response[2]['target_type']).to eq('Issue')
|
expect(json_response[2]['target_type']).to eq('Issue')
|
||||||
expect(json_response[2]['target']['upvotes']).to eq(1)
|
expect(json_response[2]['target']['upvotes']).to eq(1)
|
||||||
expect(json_response[2]['target']['downvotes']).to eq(0)
|
expect(json_response[2]['target']['downvotes']).to eq(1)
|
||||||
expect(json_response[2]['target']['merge_requests_count']).to eq(0)
|
expect(json_response[2]['target']['merge_requests_count']).to eq(0)
|
||||||
|
|
||||||
expect(json_response[3]['target_type']).to eq('MergeRequest')
|
expect(json_response[3]['target_type']).to eq('MergeRequest')
|
||||||
|
@ -93,6 +97,19 @@ RSpec.describe API::Todos do
|
||||||
expect(json_response[3]['target']['downvotes']).to eq(0)
|
expect(json_response[3]['target']['downvotes']).to eq(0)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context "when current user does not have access to one of the TODO's target" do
|
||||||
|
it 'filters out unauthorized todos' do
|
||||||
|
no_access_project = create(:project, :repository, group: group)
|
||||||
|
no_access_merge_request = create(:merge_request, source_project: no_access_project)
|
||||||
|
no_access_todo = create(:todo, project: no_access_project, author: author_2, user: john_doe, target: no_access_merge_request)
|
||||||
|
|
||||||
|
get api('/todos', john_doe)
|
||||||
|
|
||||||
|
expect(json_response.count).to eq(4)
|
||||||
|
expect(json_response.map { |t| t['id'] }).not_to include(no_access_todo.id, pending_4.id)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
context 'and using the author filter' do
|
context 'and using the author filter' do
|
||||||
it 'filters based on author_id param' do
|
it 'filters based on author_id param' do
|
||||||
get api('/todos', john_doe), params: { author_id: author_2.id }
|
get api('/todos', john_doe), params: { author_id: author_2.id }
|
||||||
|
@ -163,23 +180,31 @@ RSpec.describe API::Todos do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'avoids N+1 queries', :request_store do
|
it 'avoids N+1 queries', :request_store do
|
||||||
|
create_issue_todo_for(john_doe)
|
||||||
create(:todo, project: project_1, author: author_2, user: john_doe, target: merge_request)
|
create(:todo, project: project_1, author: author_2, user: john_doe, target: merge_request)
|
||||||
|
|
||||||
get api('/todos', john_doe)
|
get api('/todos', john_doe)
|
||||||
|
|
||||||
control = ActiveRecord::QueryRecorder.new { get api('/todos', john_doe) }
|
control1 = ActiveRecord::QueryRecorder.new { get api('/todos', john_doe) }
|
||||||
|
|
||||||
merge_request_2 = create(:merge_request, source_project: project_2)
|
create_issue_todo_for(john_doe)
|
||||||
create(:todo, project: project_2, author: author_2, user: john_doe, target: merge_request_2)
|
create_mr_todo_for(john_doe, project_2)
|
||||||
|
create(:todo, :mentioned, project: project_1, author: author_1, user: john_doe, target: merge_request)
|
||||||
|
new_todo = create_mr_todo_for(john_doe)
|
||||||
|
merge_request_3 = create(:merge_request, :jira_branch, source_project: new_todo.project)
|
||||||
|
create(:on_commit_todo, project: new_todo.project, author: author_1, user: john_doe, target: merge_request_3)
|
||||||
|
create(:todo, project: new_todo.project, author: author_2, user: john_doe, target: merge_request_3)
|
||||||
|
|
||||||
project_3 = create(:project, :repository)
|
expect { get api('/todos', john_doe) }.not_to exceed_query_limit(control1).with_threshold(4)
|
||||||
project_3.add_developer(john_doe)
|
control2 = ActiveRecord::QueryRecorder.new { get api('/todos', john_doe) }
|
||||||
merge_request_3 = create(:merge_request, source_project: project_3)
|
|
||||||
create(:todo, project: project_3, author: author_2, user: john_doe, target: merge_request_3)
|
create_issue_todo_for(john_doe)
|
||||||
create(:todo, :mentioned, project: project_1, author: author_1, user: john_doe)
|
create_issue_todo_for(john_doe, project_1)
|
||||||
create(:on_commit_todo, project: project_3, author: author_1, user: john_doe)
|
create_issue_todo_for(john_doe, project_1)
|
||||||
|
|
||||||
|
# Additional query only when target belongs to project from different group
|
||||||
|
expect { get api('/todos', john_doe) }.not_to exceed_query_limit(control2).with_threshold(1)
|
||||||
|
|
||||||
expect { get api('/todos', john_doe) }.not_to exceed_query_limit(control)
|
|
||||||
expect(response).to have_gitlab_http_status(:ok)
|
expect(response).to have_gitlab_http_status(:ok)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -201,6 +226,8 @@ RSpec.describe API::Todos do
|
||||||
end
|
end
|
||||||
|
|
||||||
before do
|
before do
|
||||||
|
enable_design_management
|
||||||
|
|
||||||
api_request
|
api_request
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -222,6 +249,20 @@ RSpec.describe API::Todos do
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def create_mr_todo_for(user, project = nil)
|
||||||
|
new_project = project || create(:project, group: create(:group))
|
||||||
|
new_project.add_developer(user) if project.blank?
|
||||||
|
new_merge_request = create(:merge_request, source_project: new_project)
|
||||||
|
create(:todo, project: new_project, author: user, user: user, target: new_merge_request)
|
||||||
|
end
|
||||||
|
|
||||||
|
def create_issue_todo_for(user, project = nil)
|
||||||
|
new_project = project || create(:project, group: create(:group))
|
||||||
|
new_project.group.add_developer(user) if project.blank?
|
||||||
|
issue = create(:issue, project: new_project)
|
||||||
|
create(:todo, project: new_project, target: issue, author: user, user: user)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'POST /todos/:id/mark_as_done' do
|
describe 'POST /todos/:id/mark_as_done' do
|
||||||
|
|
|
@ -706,6 +706,32 @@ RSpec.describe 'Git HTTP requests' do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'when token is impersonated' do
|
||||||
|
context 'when impersonation is off' do
|
||||||
|
before do
|
||||||
|
stub_config_setting(impersonation_enabled: false)
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'responds to uploads with status 401 unauthorized' do
|
||||||
|
write_access_token = create(:personal_access_token, :impersonation, user: user, scopes: [:write_repository])
|
||||||
|
|
||||||
|
upload(path, user: user.username, password: write_access_token.token) do |response|
|
||||||
|
expect(response).to have_gitlab_http_status(:unauthorized)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'when impersonation is on' do
|
||||||
|
it 'responds to uploads with status 200' do
|
||||||
|
write_access_token = create(:personal_access_token, :impersonation, user: user, scopes: [:write_repository])
|
||||||
|
|
||||||
|
upload(path, user: user.username, password: write_access_token.token) do |response|
|
||||||
|
expect(response).to have_gitlab_http_status(:ok)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1156,6 +1156,73 @@ RSpec.describe Ci::CreatePipelineService do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'when pipeline is running for a nonexistant-branch' do
|
||||||
|
let(:gitlab_ci_yaml) { YAML.dump(test: { script: 'test' }) }
|
||||||
|
|
||||||
|
let(:ref_name) { 'refs/heads/nonexistant-branch' }
|
||||||
|
|
||||||
|
let(:pipeline) { execute_service }
|
||||||
|
|
||||||
|
it 'does not create the pipeline' do
|
||||||
|
expect(pipeline).not_to be_created_successfully
|
||||||
|
expect(pipeline.errors[:base]).to eq(['Reference not found'])
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'when there is a tag with that nonexistant-branch' do
|
||||||
|
# v1.0.0 is on the test repo as a tag
|
||||||
|
let(:ref_name) { 'refs/heads/v1.0.0' }
|
||||||
|
|
||||||
|
it 'does not create the pipeline' do
|
||||||
|
expect(pipeline).not_to be_created_successfully
|
||||||
|
expect(pipeline.errors[:base]).to eq(['Reference not found'])
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'when pipeline is running for a branch with the name of both a branch and a tag' do
|
||||||
|
let(:gitlab_ci_yaml) { YAML.dump(test: { script: 'test' }) }
|
||||||
|
|
||||||
|
# v1.1.0 is on the test repo as branch and tag
|
||||||
|
let(:ref_name) { 'refs/heads/v1.1.0' }
|
||||||
|
|
||||||
|
let(:pipeline) { execute_service }
|
||||||
|
|
||||||
|
it 'creates the pipeline for the branch' do
|
||||||
|
expect(pipeline).to be_created_successfully
|
||||||
|
expect(pipeline.branch?).to be true
|
||||||
|
expect(pipeline.tag?).to be false
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'when pipeline is running for a tag with the name of both a branch and a tag' do
|
||||||
|
let(:gitlab_ci_yaml) { YAML.dump(test: { script: 'test' }) }
|
||||||
|
|
||||||
|
# v1.1.0 is on the test repo as branch and tag
|
||||||
|
let(:ref_name) { 'refs/tags/v1.1.0' }
|
||||||
|
|
||||||
|
let(:pipeline) { execute_service }
|
||||||
|
|
||||||
|
it 'creates the pipeline for the tag' do
|
||||||
|
expect(pipeline).to be_created_successfully
|
||||||
|
expect(pipeline.branch?).to be false
|
||||||
|
expect(pipeline.tag?).to be true
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'when pipeline is running for an ambiguous ref' do
|
||||||
|
let(:gitlab_ci_yaml) { YAML.dump(test: { script: 'test' }) }
|
||||||
|
|
||||||
|
# v1.1.0 is on the test repo as branch and tag
|
||||||
|
let(:ref_name) { 'v1.1.0' }
|
||||||
|
|
||||||
|
let(:pipeline) { execute_service }
|
||||||
|
|
||||||
|
it 'does not create the pipeline' do
|
||||||
|
expect(pipeline).not_to be_created_successfully
|
||||||
|
expect(pipeline.errors[:base]).to eq(['Ref is ambiguous'])
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
context 'when pipeline variables are specified' do
|
context 'when pipeline variables are specified' do
|
||||||
let(:variables_attributes) do
|
let(:variables_attributes) do
|
||||||
[{ key: 'first', secret_value: 'world' },
|
[{ key: 'first', secret_value: 'world' },
|
||||||
|
|
|
@ -109,9 +109,13 @@ RSpec.describe Git::ProcessRefChangesService do
|
||||||
.to receive(:commit)
|
.to receive(:commit)
|
||||||
.and_return(project.commit)
|
.and_return(project.commit)
|
||||||
|
|
||||||
allow_any_instance_of(Repository)
|
if changes_method == :branch_changes
|
||||||
.to receive(:branch_exists?)
|
allow_any_instance_of(Repository).to receive(:branch_exists?) { true }
|
||||||
.and_return(true)
|
end
|
||||||
|
|
||||||
|
if changes_method == :tag_changes
|
||||||
|
allow_any_instance_of(Repository).to receive(:tag_exists?) { true }
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when git_push_create_all_pipelines is disabled' do
|
context 'when git_push_create_all_pipelines is disabled' do
|
||||||
|
|
|
@ -224,6 +224,27 @@ RSpec.describe Issues::CreateService do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'when sentry identifier is given' do
|
||||||
|
before do
|
||||||
|
sentry_attributes = { sentry_issue_attributes: { sentry_issue_identifier: 42 } }
|
||||||
|
opts.merge!(sentry_attributes)
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'user is a guest' do
|
||||||
|
before do
|
||||||
|
project.add_guest(user)
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'does not assign the sentry error' do
|
||||||
|
expect(issue.sentry_issue).to eq(nil)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'assigns the sentry error' do
|
||||||
|
expect(issue.sentry_issue).to be_kind_of(SentryIssue)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
it 'executes issue hooks when issue is not confidential' do
|
it 'executes issue hooks when issue is not confidential' do
|
||||||
opts = { title: 'Title', description: 'Description', confidential: false }
|
opts = { title: 'Title', description: 'Description', confidential: false }
|
||||||
|
|
||||||
|
|
|
@ -82,6 +82,31 @@ RSpec.describe Issues::UpdateService, :mailer do
|
||||||
expect(issue.milestone).to eq milestone
|
expect(issue.milestone).to eq milestone
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'when sentry identifier is given' do
|
||||||
|
before do
|
||||||
|
sentry_attributes = { sentry_issue_attributes: { sentry_issue_identifier: 42 } }
|
||||||
|
opts.merge!(sentry_attributes)
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'assigns the sentry error' do
|
||||||
|
update_issue(opts)
|
||||||
|
|
||||||
|
expect(issue.sentry_issue).to be_kind_of(SentryIssue)
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'user is a guest' do
|
||||||
|
before do
|
||||||
|
project.add_guest(user)
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'does not assign the sentry error' do
|
||||||
|
update_issue(opts)
|
||||||
|
|
||||||
|
expect(issue.sentry_issue).to eq(nil)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
context 'when issue type is not incident' do
|
context 'when issue type is not incident' do
|
||||||
it 'returns default severity' do
|
it 'returns default severity' do
|
||||||
update_issue(opts)
|
update_issue(opts)
|
||||||
|
|
59
spec/services/todos/allowed_target_filter_service_spec.rb
Normal file
59
spec/services/todos/allowed_target_filter_service_spec.rb
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'spec_helper'
|
||||||
|
|
||||||
|
RSpec.describe Todos::AllowedTargetFilterService do
|
||||||
|
include DesignManagementTestHelpers
|
||||||
|
|
||||||
|
let_it_be(:authorized_group) { create(:group, :private) }
|
||||||
|
let_it_be(:authorized_project) { create(:project, group: authorized_group) }
|
||||||
|
let_it_be(:unauthorized_group) { create(:group, :private) }
|
||||||
|
let_it_be(:unauthorized_project) { create(:project, group: unauthorized_group) }
|
||||||
|
let_it_be(:user) { create(:user) }
|
||||||
|
let_it_be(:authorized_issue) { create(:issue, project: authorized_project) }
|
||||||
|
let_it_be(:authorized_issue_todo) { create(:todo, project: authorized_project, target: authorized_issue, user: user) }
|
||||||
|
let_it_be(:unauthorized_issue) { create(:issue, project: unauthorized_project) }
|
||||||
|
let_it_be(:unauthorized_issue_todo) { create(:todo, project: unauthorized_project, target: unauthorized_issue, user: user) }
|
||||||
|
let_it_be(:authorized_design) { create(:design, issue: authorized_issue) }
|
||||||
|
let_it_be(:authorized_design_todo) { create(:todo, project: authorized_project, target: authorized_design, user: user) }
|
||||||
|
let_it_be(:unauthorized_design) { create(:design, issue: unauthorized_issue) }
|
||||||
|
let_it_be(:unauthorized_design_todo) { create(:todo, project: unauthorized_project, target: unauthorized_design, user: user) }
|
||||||
|
|
||||||
|
# Cannot use let_it_be with MRs
|
||||||
|
let(:authorized_mr) { create(:merge_request, source_project: authorized_project) }
|
||||||
|
let(:authorized_mr_todo) { create(:todo, project: authorized_project, user: user, target: authorized_mr) }
|
||||||
|
let(:unauthorized_mr) { create(:merge_request, source_project: unauthorized_project) }
|
||||||
|
let(:unauthorized_mr_todo) { create(:todo, project: unauthorized_project, user: user, target: unauthorized_mr) }
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
authorized_group.add_developer(user)
|
||||||
|
end
|
||||||
|
|
||||||
|
describe '#execute' do
|
||||||
|
subject(:execute_service) { described_class.new(all_todos, user).execute }
|
||||||
|
|
||||||
|
let!(:all_todos) { authorized_todos + unauthorized_todos }
|
||||||
|
|
||||||
|
let(:authorized_todos) do
|
||||||
|
[
|
||||||
|
authorized_mr_todo,
|
||||||
|
authorized_issue_todo,
|
||||||
|
authorized_design_todo
|
||||||
|
]
|
||||||
|
end
|
||||||
|
|
||||||
|
let(:unauthorized_todos) do
|
||||||
|
[
|
||||||
|
unauthorized_mr_todo,
|
||||||
|
unauthorized_issue_todo,
|
||||||
|
unauthorized_design_todo
|
||||||
|
]
|
||||||
|
end
|
||||||
|
|
||||||
|
before do
|
||||||
|
enable_design_management
|
||||||
|
end
|
||||||
|
|
||||||
|
it { is_expected.to match_array(authorized_todos) }
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue