- 22 Jan, 2015 2 commits
-
-
Hannes Rosenögger authored
-
Mika Mäenpää authored
-
- 21 Jan, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Developer can push to protected branch if allowed #1876 See merge request !1418
-
Valery Sizov authored
-
- 20 Jan, 2015 11 commits
-
-
Dmitriy Zaporozhets authored
Github importer: AJAX update status #1907 See merge request !1417
-
Dmitriy Zaporozhets authored
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Add action property to merge request hook
-
jubianchi authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Github importer feature desc @job Can you take a look? See merge request !1414
-
Dmitriy Zaporozhets authored
Border radius fixx Fixes the border radius in the description box. See merge request !1416
-
Job van der Voort authored
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
print validation errors when gitlab-rake gitlab:import:repos fails for project Currently, when gitlab-rake gitlab:import:repos is not able to import a project it justs prints "Failed trying to create project" to the console. There seems to be no way to find out what exactly has failed. Since the check uses validation, it should at least print the validation issues. That might be a bit cryptic, but may be better than leaving the user in the dark completely. See merge request !147
-
- 19 Jan, 2015 21 commits
-
-
Dmitriy Zaporozhets authored
Fix the email variable substituation in ssh help page
-
Valery Sizov authored
Update doc github importer. See merge request !1413
-
Valery Sizov authored
-
Valery Sizov authored
Update doc github importer See merge request !1412
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Update oauth documentation See merge request !1411
-
Dmitriy Zaporozhets authored
Spinach admin application See merge request !1410
-
Valery Sizov authored
-
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 4 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
-