- 19 Jan, 2015 13 commits
-
-
Valery Sizov authored
-
Marin Jankovski authored
Check for database connection when running current_application_settings The PG connection errors don't always end up being caught as ActiveRecord::NoDatabaseError. So when doing a precompile without the database (like when using the omnibus), an exception was being thrown. See merge request !292
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Drew Blessing authored
Use full path from root of project.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
drag00n authored
Remove markdown syntax from config file
-
- 18 Jan, 2015 20 commits
-
-
Dmitriy Zaporozhets authored
Add placeholder values to hipchat service This MR adds placeholder values to the hipchat service. This should prevent issues like #279 or #772 that popped up because people didn't know what exactly they are supposed to enter in the fields. See merge request !294
-
Dmitriy Zaporozhets authored
Add syntax colors to diffs in email-on-push notifications ## What does this MR do? This MR adds syntaxhighlighting to the email-on-push notifications. ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? Currently the diff in email-on-push notifications is just a monochrome diff that's hard to read. This MR adds colored syntaxhighlighting to the mails. ## What are the relevant issue numbers / Feature requests? * It closes https://github.com/gitlabhq/gitlabhq/issues/6994 * There is a Discussion in the Feedback Forum: http://feedback.gitlab.com/forums/176466-general/suggestions/5802256-add-color-to-diffs-in-email-on-push-service-to-htm * A pull request for this already existed, but was closed. https://github.com/gitlabhq/gitlabhq/pull/7739 ## Screenshots see prior Pull Request for a screenshot See merge request !295
-
Dmitriy Zaporozhets authored
Make search for projects case insensitive ### What does this MR do? This MR makes the search for projects case insensitive. ### Why was this MR needed? Currently the search for projects is case sensitive. You can test this on gitlab.com with the search string "perforce" for example. * perforce returns 2 projects * Perforce returns 5 projects * PERFORCE returns 0 projects This makes it harder to find the projects you are looking for. With this MR users can find more projects, since they don't need to worry about not seeing some projects just because of an upper letter. @dblessing Can you take a look at this? :) See merge request !296
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix sort dropdown partially not showing on screen. This MR fixes the sort dropdown menu partially not showing on the screen. Closes gitlab-org/gitlab-ce#986 Screenshot of the Problem: ![Problem](https://gitlab.com/uploads/gitlab-org/gitlab-ce/8d442e872c/Screenshot_from_2015-01-17_15_18_41.png) @dzaporozhets Can you take a look at this? See merge request !299
-
Dmitriy Zaporozhets authored
Remove unneeded password_confirmation from seed.
-
Dmitriy Zaporozhets authored
Stability improvement
-
Dmitriy Zaporozhets authored
Add description attribute to group API (GET and POST)
-
Dmitriy Zaporozhets authored
Add krb5 dependency for packaging
-
Jeroen van Baarsen authored
Typo in project API events comment
-
Cyril Rohr authored
-
Cyril Rohr authored
-
Jeroen van Baarsen authored
Update gitlab-shell in docs to 2.4.1
-
Robert Schilling authored
Add description to merge request API documentation See merge request !301
-
Loic Dachary authored
The description can be provided when creating or updating a merge request. Signed-off-by: Loic Dachary <loic@dachary.org>
-
Robert Schilling authored
-
Hannes Rosenögger authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 17 Jan, 2015 7 commits
-
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Fix commits pagination See merge request !1406
-
Dmitriy Zaporozhets authored
-
Hannes Rosenögger authored
-
Hannes Rosenögger authored
-
Hannes Rosenögger authored
see gitlab-org/gitlab-ce#986
-
Job van der Voort authored
Update import doc Documentation update for #1900 See merge request !1405
-