Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
349fb362
Commit
349fb362
authored
Aug 13, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
2aa4ce60
a5586948
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
bin/changelog
bin/changelog
+1
-1
changelogs/unreleased/44036-fix-someone-edited-the-issue-at-the-same-time-false-warning.yml
...meone-edited-the-issue-at-the-same-time-false-warning.yml
+0
-0
changelogs/unreleased/61787-broadcast-messages-colour-selector-provide-default-options-with-descriptive-labels.yml
...ector-provide-default-options-with-descriptive-labels.yml
+0
-0
spec/bin/changelog_spec.rb
spec/bin/changelog_spec.rb
+1
-1
No files found.
bin/changelog
View file @
349fb362
...
...
@@ -23,7 +23,7 @@ module ChangelogHelpers
Abort
=
Class
.
new
(
StandardError
)
Done
=
Class
.
new
(
StandardError
)
MAX_FILENAME_LENGTH
=
140
# ecryptfs has a limit of 140 characters
MAX_FILENAME_LENGTH
=
99
# GNU tar has a 99 character limit
def
capture_stdout
(
cmd
)
output
=
IO
.
popen
(
cmd
,
&
:read
)
...
...
changelogs/unreleased/44036-
someone-edited-the-issue-at-the-same-time-is-regularly-seen-despite-that-being-a-filthy-lie
.yml
→
changelogs/unreleased/44036-
fix-someone-edited-the-issue-at-the-same-time-false-warning
.yml
View file @
349fb362
File moved
changelogs/unreleased/61787-
the-colour-selector-for-broadcast-messages-should-provide-a-few-default-options-with-descriptive-labels-like
.yml
→
changelogs/unreleased/61787-
broadcast-messages-colour-selector-provide-default-options-with-descriptive-labels
.yml
View file @
349fb362
File moved
spec/bin/changelog_spec.rb
View file @
349fb362
...
...
@@ -15,7 +15,7 @@ describe 'bin/changelog' do
allow
(
entry
).
to
receive
(
:branch_name
).
and_return
(
'long-branch-'
*
100
)
file_path
=
entry
.
send
(
:file_path
)
expect
(
file_path
.
length
).
to
eq
(
140
)
expect
(
file_path
.
length
).
to
eq
(
99
)
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment