| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'download_snippets' into 'master'
| Sean McGivern | 2016-10-12 | 1 | -0/+1 |
|\ |
|
| * | Added 'Download' button to snippet view | Justin DiPierro | 2016-10-11 | 1 | -0/+1 |
* | | Merge branch 'assign-issues-for-merge-request-18876' into 'master'
| Douwe Maan | 2016-10-11 | 1 | -0/+1 |
|\ \ |
|
| * | | Added link to bulk assign issues to MR author. (Issue #18876) | James | 2016-10-06 | 1 | -0/+1 |
* | | | Merge branch 'atom-routes' into 'master'
| Robert Speicher | 2016-10-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Allow browsing branches that end with '.atom' | Sean McGivern | 2016-10-11 | 1 | -1/+1 |
* | | | | Merge branch 'docs/refactor-reply-by-email' into 'master'
| Achilleas Pipinellis | 2016-10-11 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Move reply by email docs to a new locationdocs/refactor-reply-by-email | Achilleas Pipinellis | 2016-09-25 | 1 | -1/+1 |
* | | | | | Merge branch 'precalculate-trending-projects' into 'master'
| Robert Speicher | 2016-10-11 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | Precalculate trending projectsprecalculate-trending-projects | Yorick Peterse | 2016-10-10 | 1 | -0/+4 |
| | |_|_|/
| |/| | | |
|
* | | | | | Remove NamespacesController | Dmitriy Zaporozhets | 2016-10-10 | 1 | -2/+0 |
|/ / / / |
|
* | | | | Fix missing constraints causing route failures when usernames with periods ar...sh-add-user-constraints | Stan Hu | 2016-10-08 | 1 | -1/+4 |
| |/ /
|/| | |
|
* | | | Merge branch 'memoize_shell_secret_token' into 'master'
| Rémy Coutable | 2016-10-07 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Load Github::Shell's secret token from file on initialization instead of ever... | Justin DiPierro | 2016-10-06 | 1 | -1/+1 |
* | | | | Add markdown cache columns to the database, but don't use them yet | Nick Thomas | 2016-10-07 | 1 | -0/+41 |
* | | | | Merge branch '23034-memoize-ar-migrator-migrations-in-tests' into 'master'
| Yorick Peterse | 2016-10-07 | 1 | -0/+18 |
|\ \ \ \ |
|
| * | | | | Memoize ActiveRecord::Migrator.migrations in tests | Nick Thomas | 2016-10-06 | 1 | -0/+18 |
* | | | | | Change user & group landing page routing from /u/:name & /groups/:name to /:name | Dmitriy Zaporozhets | 2016-10-06 | 2 | -12/+31 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'issue-boards-new-issue' into 'master'
| Fatih Acet | 2016-10-06 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Added ability to save the new issue | Phil Hughes | 2016-10-06 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | MergeRequest new form load diff asynchronouslynew-merge-requests-commit-tab-active | Paco Guzman | 2016-10-06 | 1 | -0/+1 |
|/ / |
|
* | | Merge commit 'dev/security' into 'master' | Rémy Coutable | 2016-10-06 | 2 | -0/+4 |
|\ \ |
|
| * | | Don't send Private-Token headers to Sentry | Jacob Vosmaer | 2016-10-04 | 2 | -0/+4 |
| |/ |
|
* | | Cleanup config/routes.rb even further by extracting more routes into separate...dz-more-route-cleanup | Dmitriy Zaporozhets | 2016-10-05 | 8 | -66/+65 |
* | | Put namespaces#show route below user ssh keys route | Dmitriy Zaporozhets | 2016-10-05 | 1 | -2/+2 |
* | | Put user keys routing back below project routing | Dmitriy Zaporozhets | 2016-10-05 | 2 | -3/+3 |
* | | Split routes on multiple filesdz-split-routes | Dmitriy Zaporozhets | 2016-10-05 | 10 | -803/+775 |
* | | add configurable email subject suffix | Fu Xu | 2016-10-03 | 2 | -0/+2 |
* | | Merge branch 'initialize-redis' into 'master'
| Yorick Peterse | 2016-09-30 | 1 | -0/+3 |
|\ \ |
|
| * | | Initialize Redis pool in single-threaded context | Jacob Vosmaer | 2016-09-30 | 1 | -0/+3 |
| |/ |
|
* | | Use `Module#prepend` instead of `alias_method_chain` | Andre Guedes | 2016-09-30 | 2 | -25/+27 |
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq | Rémy Coutable | 2016-09-29 | 1 | -2/+13 |
|\ \ |
|
| * | | Set a restrictive CORS policy on the API for credentialed requests | Nick Thomas | 2016-09-26 | 1 | -0/+11 |
| * | | Move Rack::Attack and Rack::Cors middlewares to be before Warden::Manager | Nick Thomas | 2016-09-26 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch '22364-rails-cache-connection-pool-sidekiq-servers' into 'master'
| Rémy Coutable | 2016-09-29 | 1 | -0/+4 |
|\ \ |
|
| * | | Use a ConnectionPool for Rails.cache on Sidekiq servers22364-rails-cache-connection-pool-sidekiq-servers | Paco Guzman | 2016-09-28 | 1 | -0/+4 |
| |/ |
|
* | | Update warn message for MySQL fixmrchrisw/mysql-connection-warn | Chris Wilson | 2016-09-28 | 1 | -1/+1 |
* | | Add Pipelines for Commit | Kamil Trzcinski | 2016-09-27 | 1 | -0/+1 |
|/ |
|
* | Revert "Merge branch '22364-rails-cache-redis-connection-pool' into 'master'" | Rubén Dávila Santos | 2016-09-22 | 1 | -4/+0 |
* | Merge branch 'and-you-get-awards' into 'master'
| Rémy Coutable | 2016-09-21 | 1 | -9/+9 |
|\ |
|
| * | Remove duplicate routeand-you-get-awards | Zeger-Jan van de Weg | 2016-09-20 | 1 | -1/+0 |
| * | Use routing concerns to DRY the routes | Z.J. van de Weg | 2016-09-19 | 1 | -9/+9 |
| * | Snippets get award emoji! :thumbsup: | Z.J. van de Weg | 2016-09-19 | 1 | -1/+2 |
* | | Merge branch '21170-cycle-analytics' into 'master'
| Stan Hu | 2016-09-21 | 1 | -0/+2 |
|\ \ |
|
| * | | Implement (some) comments from @DouweM's review. | Timothy Andrew | 2016-09-20 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/master' into 21170-cycle-analytics | Timothy Andrew | 2016-09-20 | 5 | -7/+16 |
| |\ \
| | |/ |
|
| * | | Merge remote-tracking branch 'origin/master' into 21170-cycle-analytics | Timothy Andrew | 2016-09-07 | 2 | -0/+9 |
| |\ \ |
|
| * | | | Display numbers for the "Issue (Tracker)" cycle analytics metric. | Timothy Andrew | 2016-08-26 | 1 | -0/+2 |
* | | | | Use a ConnectionPool for Rails.cache on Sidekiq servers22364-rails-cache-redis-connection-pool | Paco Guzman | 2016-09-20 | 1 | -0/+4 |
| |_|/
|/| | |
|
* | | | Gitlab::Checks is now instrumented | Paco Guzman | 2016-09-13 | 1 | -1/+2 |