- 24 Mar, 2014 22 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Add gzip compression for assets to nginx example
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
-
Sytse Sijbrandij authored
Update user_management.md
-
Dmitriy Zaporozhets authored
Show emoji in autocomplete when assets gzip compression is on
-
Marin Jankovski authored
-
Robert Speicher authored
Removes the following from test output: DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: merge_requests, projects) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`.
-
Dmitriy Zaporozhets authored
Small changes
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: doc/release/monthly.md
-
Dmitriy Zaporozhets authored
Suppress 'Rendered...' log messages
-
dosire authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Mobile UI improvements
-
Dmitriy Zaporozhets authored
Added some extra information how a good MR looks like
-
Dmitriy Zaporozhets authored
Remove periods from merge request
-
Dmitriy Zaporozhets authored
Start development Key seed id from 1 to prevent `Couldn't find Key with id=0` crash on MySQL.
-
Dmitriy Zaporozhets authored
Move Project's service specs to the correct location
-
Dmitriy Zaporozhets authored
Update guide from 6.0 to 6.7
-
Drew Blessing authored
Move spinner for mobile
-
- 23 Mar, 2014 2 commits
-
-
Ciro Santillli authored
-
Jeroen van Baarsen authored
-
- 22 Mar, 2014 5 commits
-
-
awiddersheim authored
The "Merged by" and "Closed by" statements end with an extra space followed by a period. This doesn't seem necessary to me and not having the extra space followed by a period looks better to me. Also, the top of the merge request doesn't have the sentence ending with a period.
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
ping @karlhungus
-
Robert Speicher authored
-
Jeroen van Baarsen authored
-
- 21 Mar, 2014 11 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
dosire authored
-
Marin Jankovski authored
-
Sytse Sijbrandij authored
What Is A Bug
-
dosire authored
-
dosire authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Fix http clone for public project
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Update Upgrade Document for 6.7 Use the latest version of gitlab-shell which is 1.9.0
-