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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
a3e1d7cf
Commit
a3e1d7cf
authored
Aug 19, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
91fa82d1
e56fd693
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG
CHANGELOG
+2
-0
VERSION
VERSION
+1
-1
doc/release/monthly.md
doc/release/monthly.md
+1
-0
lib/api/entities.rb
lib/api/entities.rb
+1
-0
No files found.
CHANGELOG
View file @
a3e1d7cf
Please view this file on the master branch, on stable branches it's out of date.
v 8.0.0 (unreleased)
v 7.14.0 (unreleased)
- Update default robots.txt rules to disallow crawling of irrelevant pages (Ben Bodenmiller)
- Fix redirection after sign in when using auto_sign_in_with_provider
...
...
VERSION
View file @
a3e1d7cf
7.14
.0.pre
8.0
.0.pre
doc/release/monthly.md
View file @
a3e1d7cf
...
...
@@ -156,6 +156,7 @@ Tweet about the RC release:
1.
Also check the CI changelog
1.
Add a proposed tweet text to the blog post WIP MR description.
1.
Create a WIP MR for the blog post
1.
Make sure merge request title starts with
`WIP`
so it can not be accidently merged until ready.
1.
Ask Dmitriy (or a team member with OS X) to add screenshots to the WIP MR.
1.
Decide with core team who will be the MVP user.
1.
Create WIP MR for adding MVP to MVP page on website
...
...
lib/api/entities.rb
View file @
a3e1d7cf
...
...
@@ -221,6 +221,7 @@ module API
expose
(
:line
)
{
|
note
|
note
.
diff_new_line
}
expose
(
:line_type
)
{
|
note
|
note
.
diff_line_type
}
expose
:author
,
using:
Entities
::
UserBasic
expose
:created_at
end
class
Event
<
Grape
::
Entity
...
...
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