.. |
application_model
|
33a5f470e0
Maintenance: Treat Ruby deprecation warnings as test errors.
|
3 years ago |
channel
|
0cc5764ab3
Fixes #3365 - No script content (e. g. JavaScript) in emails
|
3 years ago |
chat
|
5af09d73c7
Fixes #3633 - The rebuild of the index is failing.
|
3 years ago |
concerns
|
0cc5764ab3
Fixes #3365 - No script content (e. g. JavaScript) in emails
|
3 years ago |
contexts
|
e63510c4d0
Maintenance: Apply Rubocop also to files in .gitlab, .github, .rubocop and to RSpec support files.
|
3 years ago |
core_workflow
|
d5d5b3b7b8
Fixes #2102 - Read-only custom objects.
|
3 years ago |
cti
|
916bb77066
Maintenance: Activated rubocop Layout/SpaceInsideParens.
|
3 years ago |
job
|
2632d9fc6b
Refactoring: Moved Job#timeplan calculations into dedicated class
|
3 years ago |
knowledge_base
|
dde8046470
Fixes #2612 - Tag KB Answers
|
3 years ago |
object_manager
|
4c72d5b9d9
Fixes #3769 - Usage of inactive object attributes in SLAs will crash admin SLA interface
|
3 years ago |
sla
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
store
|
a8f028164d
Refactoring: Migrate store_test to RSpec.
|
3 years ago |
tag
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
taskbar
|
4ab01e3638
Fixes #3579 - Ensure Upload Cache files are removed after grace period.
|
3 years ago |
ticket
|
0cc5764ab3
Fixes #3365 - No script content (e. g. JavaScript) in emails
|
3 years ago |
transaction
|
16ce1d6eb0
Maintenance: Transaction::Notification spec runs fine at any time of the day
|
3 years ago |
trigger
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
user
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
application_model_examples.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
calendar_spec.rb
|
d09a3c5b85
Fixes #3641 - Migration 3.6.1 to 4.1 : No configured business hours found!
|
3 years ago |
channel_spec.rb
|
33a5f470e0
Maintenance: Treat Ruby deprecation warnings as test errors.
|
3 years ago |
chat_spec.rb
|
32a3e31db8
Maintenance: Bump rubocop from 1.16.0 to 1.18.3.
|
3 years ago |
core_workflow_spec.rb
|
ffa8814d02
Fixes #3779 - Core Workflow: Add organization condition attributes for object User.
|
3 years ago |
data_privacy_task_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
email_address_spec.rb
|
d32ea5e0d3
Maintenance: Add note attribute sanitization to not yet checked models.
|
3 years ago |
group_spec.rb
|
0668e17d18
Fixes #1653 - Default value not set for attributes of type input, select,...
|
3 years ago |
history_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
http_log_spec.rb
|
183f89f810
Maintenance: Bump rubocop-rspec from 2.4.0 to 2.5.0
|
3 years ago |
import_job_spec.rb
|
5243efbc25
Maintenance: Activated rubocop Style/MethodCallWithoutArgsParentheses.
|
3 years ago |
job_spec.rb
|
2f72ac96d0
Fixes #3684 - Scheduler ignores "disable notifications == no".
|
3 years ago |
knowledge_base_spec.rb
|
1404f7b2fc
Fixes #2619 - KB header and footer link-color not changeable
|
3 years ago |
locale_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
macro_spec.rb
|
d32ea5e0d3
Maintenance: Add note attribute sanitization to not yet checked models.
|
3 years ago |
mention_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
object_lookup_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
organization_spec.rb
|
0668e17d18
Fixes #1653 - Default value not set for attributes of type input, select,...
|
3 years ago |
overview_spec.rb
|
a389b8f07c
Maintenance: Replace rand() where possible
|
3 years ago |
package_spec.rb
|
57b9ac91f3
Maintenance: Improve package installation.
|
3 years ago |
permission_spec.rb
|
d32ea5e0d3
Maintenance: Add note attribute sanitization to not yet checked models.
|
3 years ago |
recent_view_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
role_group_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
role_spec.rb
|
d32ea5e0d3
Maintenance: Add note attribute sanitization to not yet checked models.
|
3 years ago |
scheduler_spec.rb
|
d32ea5e0d3
Maintenance: Add note attribute sanitization to not yet checked models.
|
3 years ago |
session_spec.rb
|
916bb77066
Maintenance: Activated rubocop Layout/SpaceInsideParens.
|
3 years ago |
setting_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
signature_spec.rb
|
d32ea5e0d3
Maintenance: Add note attribute sanitization to not yet checked models.
|
3 years ago |
sla_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
smime_certificate_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
store_spec.rb
|
a8f028164d
Refactoring: Migrate store_test to RSpec.
|
3 years ago |
tag_spec.rb
|
dde8046470
Fixes #2612 - Tag KB Answers
|
3 years ago |
taskbar_spec.rb
|
4ab01e3638
Fixes #3579 - Ensure Upload Cache files are removed after grace period.
|
3 years ago |
ticket_spec.rb
|
183f89f810
Maintenance: Bump rubocop-rspec from 2.4.0 to 2.5.0
|
3 years ago |
token_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
translation_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
trigger_spec.rb
|
cc2c5678f0
Fixes #2485: Add attachment via Trigger and scheduler if wanted by admin
|
3 years ago |
type_lookup_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
user_device_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
user_group_spec.rb
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
user_spec.rb
|
7dbd1c1b15
Maintenance: Remove while loop user check login.
|
3 years ago |
webhook_spec.rb
|
d32ea5e0d3
Maintenance: Add note attribute sanitization to not yet checked models.
|
3 years ago |