- 17 Aug, 2015 9 commits
-
-
Stan Hu authored
Closes #2262
-
Douwe Maan authored
Remove the `gfm_with_options` helper It was redundant because `gfm` also took options. See merge request !1152
-
Douwe Maan authored
Fix bug where backslashes in inline diffs could be dropped This MR fixes a bug in inline diff generation causing backslashes to be dropped. For example, the input: ``` input.to_s.sub(/[\r\n].+/,'').sub(/\\[rn].+/, '').strip ``` The second backslash is dropped in the second `sub` statement: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/16e513894f7ecda1b111fe7d43e7f388/image.png) With this fix, it looks like: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/90fd635a937a68f1b2403740ebc75e3a/image.png) Closes #2253 See merge request !1143
-
Douwe Maan authored
Improve error message display when project fails to import Follow-up to !1134. New screenshot: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/c1a8ffa30ab3b78010e16cf65c2ff438/image.png) See merge request !1138
-
Dmitriy Zaporozhets authored
Revert "Fix for #9527"
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Installation and update guides for 7.14 cc @rspeicher See merge request !1168
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 16 Aug, 2015 2 commits
-
-
Robert Speicher authored
Require Ruby 2.1.0 in `gitlab:app:check` task See merge request !1165
-
Robert Speicher authored
[ci skip]
-
- 15 Aug, 2015 4 commits
-
-
Robert Schilling authored
Update changelog for MR !1124 @dzaporozhets See merge request !1164
-
Sven Strickroth authored
Signed-off-by: Sven Strickroth <email@cs-ware.de>
-
Robert Speicher authored
Bump omniauth-saml to 1.4.1 Updates a vulnerable `ruby-saml` dependency. - https://github.com/onelogin/ruby-saml/commit/9853651b96b99653ea8627d757d46bfe62ab6448 - https://github.com/onelogin/ruby-saml/pull/247 See merge request !1162
-
Robert Speicher authored
Updates a vulnerable `ruby-saml` dependency. - https://github.com/onelogin/ruby-saml/commit/9853651b96b99653ea8627d757d46bfe62ab6448 - https://github.com/onelogin/ruby-saml/pull/247
-
- 14 Aug, 2015 13 commits
-
-
Stan Hu authored
Fix redirection after sign in when using auto_sign_in_with_provider Logic for redirect path moved to a filter. This allows it to run properly when the auto_sign_in_with_provider filter takes control. See merge request !1146
-
Stan Hu authored
Workaround the insecure password warnings emitted by MySQL 5.6 When using MySQL 5.6, the following output is emitted every time a backup is created, even with CRON=1. ``` Warning: Using a password on the command line interface can be insecure. ``` This fix works around that by sending the password via the [`MYSQL_PWD`](http://dev.mysql.com/doc/refman/5.6/en/environment-variables.html) environment variable. See merge request !1139
-
Stan Hu authored
Fix for #9527
-
Stan Hu authored
-
Stan Hu authored
Update Flowdock integration to support new Flowdock API
-
Boyan Tabakov authored
Requires that users create a Git source in their flows and update the configured token to the Git source token. The old flow tokens can't be used.
-
Dmitriy Zaporozhets authored
Disable internal issue tracker if external tracker in use ### What does this MR do? This MR disables routes to the internal issue tracker if an external issue tracker (e.g. Redmine) is in use. A 404 page is returned if a user attempts to access any of the issue routes. ### Why was this MR needed? Enabling the external issue tracker would still keep the internal one active, which would lead to odd behavior where users could create issues but not close them. ### What are the relevant issue numbers? Closes #2006 See merge request !993
-
Dmitriy Zaporozhets authored
Set max-width for README, issue and merge request description It allows easier text reading on big screens ### Problem Text is hard to read on wide screens: ![Screenshot_2015-08-14_11.33.39](https://gitlab.com/gitlab-org/gitlab-ce/uploads/2bdb092c09495c7aa94b0589df4b7e65/Screenshot_2015-08-14_11.33.39.png) ### Solution Set max-width to content. Screenshots: ![Screenshot_2015-08-14_11.31.54](https://gitlab.com/gitlab-org/gitlab-ce/uploads/00cd7a77b81b30458a1675ec562d7463/Screenshot_2015-08-14_11.31.54.png) ![Screenshot_2015-08-14_10.53.16](https://gitlab.com/gitlab-org/gitlab-ce/uploads/4756f87a3bbb7179e55b1c8f8ee40459/Screenshot_2015-08-14_10.53.16.png) Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1161
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
It allows easier text reading on big screens Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix: User search feature in admin area does not respect filters https://dev.gitlab.org/gitlab/gitlabhq/issues/2482 See merge request !1155
-
- 13 Aug, 2015 12 commits
-
-
Valery Sizov authored
-
ranjith authored
-
Stan Hu authored
-
Stan Hu authored
Fix changelog
-
Job van der Voort authored
New doc about how to add an image in GitLab Basics See merge request !1918
-
Robert Schilling authored
Time for 7.14.0.pre
-
Dmitriy Zaporozhets authored
Provide more feedback what went wrong if HipChat service failed test This MR adds support for displaying the error message during HipChat service test. Before an Error 500 would be displayed with no helpful remarks. Screenshot: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/10f82eb02db138f9680e69cdb3d3ed82/image.png) Issue gitlab-com/support-forum#213 See merge request !1144
-
Andrea Ruggiero authored
-
Dmitriy Zaporozhets authored
Bring clone bar back Screenshot: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/5198a110c1f1bfd5b6b050b648e8ad45/image.png) See discussion in !1080 See merge request !1147
-
Valery Sizov authored
Update changelog See merge request !1153
-
Valery Sizov authored
-
Andrea Ruggiero authored
-