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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
8c8599a6
Commit
8c8599a6
authored
Aug 04, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove CHANGELOG and fix typo
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
d63263ee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
CHANGELOG
CHANGELOG
+0
-1
doc/development/gotchas.md
doc/development/gotchas.md
+2
-2
No files found.
CHANGELOG
View file @
8c8599a6
...
...
@@ -5,7 +5,6 @@ v 8.11.0 (unreleased)
- Limit git rev-list output count to one in forced push check
- Retrieve rendered HTML from cache in one request
- Load project invited groups and members eagerly in ProjectTeam#fetch_members
- Updated docs for CoffeeScript migration.
v 8.10.0
- Fix profile activity heatmap to show correct day name (eanplatter)
...
...
doc/development/gotchas.md
View file @
8c8599a6
...
...
@@ -41,10 +41,10 @@ Rubocop](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-4-stable/.rubocop.yml#L9
[
Exception
]:
http://stackoverflow.com/q/10048173/223897
## Don't use inline CoffeeScript/Java
s
cript in views
## Don't use inline CoffeeScript/Java
S
cript in views
Using the inline
`:coffee`
or
`:coffeescript`
Haml filters comes with a
performance overhead. Using inline Java
script is not a good way to structure your code and should be avoided.
performance overhead. Using inline Java
Script is not a good way to structure your code and should be avoided.
_
**Note:**
We've
[
removed these two filters
](
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/initializers/hamlit.rb
)
in an initializer._
...
...
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