summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use Gitlab::Database.with_connection_pool from !9192remove-inactive-default-email-servicesLin Jen-Shin2017-02-142-41/+24
* Disconnect the pool after doneLin Jen-Shin2017-02-141-0/+1
* Use threads directly, introduce pool later:Lin Jen-Shin2017-02-142-53/+33
* Revert "Bump schema to pass `rake db:setup`"Lin Jen-Shin2017-02-141-1/+1
* Introduce ThreadedConnectionPool for customized poolLin Jen-Shin2017-02-142-28/+65
* Bump schema to pass `rake db:setup`Lin Jen-Shin2017-02-141-1/+1
* Try this way to provide database connectionLin Jen-Shin2017-02-141-6/+3
* Use IS FALSE for both pg and mysql; Handle connectionsLin Jen-Shin2017-02-141-9/+11
* Run two threads to improve migration running timeLin Jen-Shin2017-02-141-3/+17
* Remove inactive default email servicesLin Jen-Shin2017-02-142-0/+31
* Merge branch 'create-connection-pool' into 'master' Yorick Peterse2017-02-142-0/+73
|\
| * Only ensure against yield so that pool should be availablecreate-connection-poolLin Jen-Shin2017-02-141-4/+5
| * Have some simple way to create connection poolLin Jen-Shin2017-02-142-0/+72
* | Merge branch '14492-change-fork-endpoint' into 'master'Sean McGivern2017-02-146-136/+133
|\ \
| * | Move /projects/fork/:id to /projects/:id/fork14492-change-fork-endpointOswaldo Ferreira2017-02-136-136/+133
* | | Merge branch 'fix-ar-connection-leaks' into 'master'Rémy Coutable2017-02-143-1/+11
|\ \ \
| * | | Don't connect in Gitlab::Database.adapter_namefix-ar-connection-leaksYorick Peterse2017-02-133-1/+11
* | | | Merge branch '22645-add-discussion-contribs-to-calendar' into 'master' Sean McGivern2017-02-146-105/+142
|\ \ \ \
| * | | | Add comment events to contributions calendar22645-add-discussion-contribs-to-calendarRémy Coutable2017-02-136-105/+142
* | | | | Merge branch '27966-branch-ref-switcher-input-filter-broken' into 'master' Filipa Lacerda2017-02-144-3/+17
|\ \ \ \ \
| * | | | | Add tests27966-branch-ref-switcher-input-filter-brokenClement Ho2017-02-131-0/+8
| * | | | | Display loading indicator when filtering ref switcher dropdownClement Ho2017-02-133-3/+9
* | | | | | Merge branch 'add-omniauth-oauth2-generic' into 'master' Rémy Coutable2017-02-145-0/+73
|\ \ \ \ \ \
| * | | | | | Adjust doc formattingJoe Marty2017-02-131-4/+4
| * | | | | | Fix spelling errors in docs and changelogJoe Marty2017-02-132-7/+7
| * | | | | | Edit omniauth-oauth2-generic docs for style conformanceJoe Marty2017-02-131-26/+31
| * | | | | | Add changelog entry for #26744Joe Marty2017-02-131-0/+3
| * | | | | | Add omniauth-oauth2-generic strategyJoe Marty2017-02-134-0/+65
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'dz-nested-groups-gfm-alt' into 'master' Dmitriy Zaporozhets2017-02-148-7/+36
|\ \ \ \ \ \
| * | | | | | Add GFM support to nested groupsdz-nested-groups-gfm-altDmitriy Zaporozhets2017-02-138-7/+36
* | | | | | | Merge branch 'patch-12' into 'master' Allison Whilden2017-02-141-192/+192
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix UX Guide apostrophe use for singular common nounspatch-12Pedro Moreira da Silva2017-02-131-192/+192
* | | | | | | Merge branch 'quick-submit-fixture' into 'master' dz-rename-path-with-namespaceAlfredo Sumaran2017-02-133-24/+32
|\ \ \ \ \ \ \
| * | | | | | | Replace static fixture for behaviors/quick_submit_spec.js (!9086)winniehell2017-02-113-10/+17
| * | | | | | | Use textarea for quick submit specwinniehell2017-02-112-14/+15
* | | | | | | | Merge branch 'merge-request-tabs-fixture' into 'master' Alfredo Sumaran2017-02-134-24/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace static fixture for merge_request_tabs_spec.js (!9172)winniehell2017-02-134-24/+42
| |/ / / / / / /
* | | | | | | | Merge branch '27480_deploy_keys_should_not_show_up_in_users_keys_list' into '...Douwe Maan2017-02-135-13/+53
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Make deploy key not show in User's keys listPawel Chojnacki2017-02-135-13/+53
* | | | | | | | Merge branch '22818-licence-gitignore-and-yml-endpoints-removal' into 'master' Rémy Coutable2017-02-138-97/+398
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove deprecated templates endpoints in V422818-licence-gitignore-and-yml-endpoints-removalOswaldo Ferreira2017-02-138-97/+398
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'option-to-be-notified-of-own-activity' into 'master' Douwe Maan2017-02-1310-6/+168
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove `try` from NotificationService#build_recipientsRichard Macklin2017-02-031-1/+1
| * | | | | | | | Refactor NotificationService#pipeline_finished to use skip_current_userRichard Macklin2017-02-031-2/+3
| * | | | | | | | Use `let` in Profiles::NotificationsController specRichard Macklin2017-02-031-12/+9
| * | | | | | | | Use check and uncheck methods from Capybara DSLRichard Macklin2017-02-011-2/+2
| * | | | | | | | Add missing newline in Profiles::NotificationsController specRichard Macklin2017-02-011-0/+1
| * | | | | | | | Add changelog entry for option to be notified of your own activityRichard Macklin2017-02-011-0/+4
| * | | | | | | | Add checkbox in UI to opt into receiving notifications about your activityRichard Macklin2017-02-013-0/+38
| * | | | | | | | Update NotificationService to respect User#notified_of_own_activityRichard Macklin2017-02-012-3/+62