Maintenance: Update git URL.
This commit is contained in:
parent
db52adaec1
commit
f5b385fcf9
6 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@ This MR does not require any follow-up.
|
||||||
|
|
||||||
- [ ] Implementation satisfies specification
|
- [ ] Implementation satisfies specification
|
||||||
- [ ] Changes confirmed by manual testing
|
- [ ] Changes confirmed by manual testing
|
||||||
- [ ] [Code style](https://git.znuny.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
|
- [ ] [Code style](https://git.zammad.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
|
||||||
- [ ] Performance will not degrade
|
- [ ] Performance will not degrade
|
||||||
- [ ] Code is properly covered with tests
|
- [ ] Code is properly covered with tests
|
||||||
- If follow-up by the documentation team is needed:
|
- If follow-up by the documentation team is needed:
|
||||||
|
|
|
@ -19,5 +19,5 @@
|
||||||
|
|
||||||
- [ ] Implementation satisfies specification
|
- [ ] Implementation satisfies specification
|
||||||
- [ ] Changes confirmed by manual testing
|
- [ ] Changes confirmed by manual testing
|
||||||
- [ ] [Code style](https://git.znuny.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
|
- [ ] [Code style](https://git.zammad.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
|
||||||
- [ ] Code is properly covered with tests
|
- [ ] Code is properly covered with tests
|
||||||
|
|
|
@ -13,5 +13,5 @@
|
||||||
|
|
||||||
- [ ] Implementation satisfies specification
|
- [ ] Implementation satisfies specification
|
||||||
- [ ] Changes confirmed by manual testing
|
- [ ] Changes confirmed by manual testing
|
||||||
- [ ] [Code style](https://git.znuny.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
|
- [ ] [Code style](https://git.zammad.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
|
||||||
- [ ] Code is properly covered with tests
|
- [ ] Code is properly covered with tests
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -239,5 +239,5 @@ end
|
||||||
# without having your changes overwritten during upgrades.)
|
# without having your changes overwritten during upgrades.)
|
||||||
# ZAMMAD DEVS: Consult the internal wiki
|
# ZAMMAD DEVS: Consult the internal wiki
|
||||||
# (or else risk pushing unwanted changes to Gemfile.lock!)
|
# (or else risk pushing unwanted changes to Gemfile.lock!)
|
||||||
# https://git.znuny.com/zammad/zammad/wikis/Tips#user-content-customizing-the-gemfile
|
# https://git.zammad.com/zammad/zammad/wikis/Tips#user-content-customizing-the-gemfile
|
||||||
eval_gemfile 'Gemfile.local' if File.exist?('Gemfile.local')
|
eval_gemfile 'Gemfile.local' if File.exist?('Gemfile.local')
|
||||||
|
|
|
@ -15,7 +15,7 @@ RSpec.describe Channel::Driver::Twitter, required_envs: %w[TWITTER_CONSUMER_KEY
|
||||||
|
|
||||||
let(:payload) { YAML.safe_load(File.read(payload_file), [ActiveSupport::HashWithIndifferentAccess]) }
|
let(:payload) { YAML.safe_load(File.read(payload_file), [ActiveSupport::HashWithIndifferentAccess]) }
|
||||||
|
|
||||||
# https://git.znuny.com/zammad/zammad/-/issues/305
|
# https://git.zammad.com/zammad/zammad/-/issues/305
|
||||||
shared_examples 'for user processing' do
|
shared_examples 'for user processing' do
|
||||||
let(:sender_attributes) do
|
let(:sender_attributes) do
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
# see lines 75:83:91:109:123:131:139 of this file).
|
# see lines 75:83:91:109:123:131:139 of this file).
|
||||||
#
|
#
|
||||||
# This omission is discussed in detail in
|
# This omission is discussed in detail in
|
||||||
# https://git.znuny.com/zammad/zammad/merge_requests/363
|
# https://git.zammad.com/zammad/zammad/merge_requests/363
|
||||||
|
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue