summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue-23306-fix' into 'master' Dmitriy Zaporozhets2016-10-141-0/+3
|\
| * Move edit group scenario to rspec and refactor groups_specDmitriy Zaporozhets2016-10-141-1/+0
| * Add missing routes to make group edits workStan Hu2016-10-131-0/+4
* | Merge branch 'members-ui' into 'master' Fatih Acet2016-10-141-1/+1
|\ \
| * | Changed how collections are renderedPhil Hughes2016-10-061-794/+0
| * | Merge branch 'master' into members-uiPhil Hughes2016-10-0619-75/+845
| |\ \
| * \ \ Merge branch 'master' into members-uiPhil Hughes2016-10-049-38/+64
| |\ \ \
| * | | | Included groups on project_members pagePhil Hughes2016-09-131-1/+1
* | | | | Rename method in testZ.J. van de Weg2016-10-141-0/+5
* | | | | Moved ci_status environments logic to new action ci_envrionments_status and s...Luke Bennett2016-10-142-5/+1
| |_|_|/ |/| | |
* | | | Merge branch 'feature/issues-board' into 'master' Sean McGivern2016-10-131-1/+1
|\ \ \ \
| * | | | Add index action to Projects::BoardsController to return project boardsDouglas Barbosa Alexandre2016-10-111-1/+1
* | | | | Merge branch 'download_snippets' into 'master' Sean McGivern2016-10-121-0/+1
|\ \ \ \ \
| * | | | | Added 'Download' button to snippet viewJustin DiPierro2016-10-111-0/+1
* | | | | | Merge branch 'assign-issues-for-merge-request-18876' into 'master' Douwe Maan2016-10-111-0/+1
|\ \ \ \ \ \
| * | | | | | Added link to bulk assign issues to MR author. (Issue #18876)James2016-10-061-0/+1
* | | | | | | Merge branch 'atom-routes' into 'master' Robert Speicher2016-10-111-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Allow browsing branches that end with '.atom'Sean McGivern2016-10-111-1/+1
* | | | | | | Merge branch 'docs/refactor-reply-by-email' into 'master' Achilleas Pipinellis2016-10-111-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Move reply by email docs to a new locationdocs/refactor-reply-by-emailAchilleas Pipinellis2016-09-251-1/+1
* | | | | | | | Merge branch 'precalculate-trending-projects' into 'master' Robert Speicher2016-10-111-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Precalculate trending projectsprecalculate-trending-projectsYorick Peterse2016-10-101-0/+4
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Remove NamespacesControllerDmitriy Zaporozhets2016-10-101-2/+0
|/ / / / / / /
* | | | | | | Fix missing constraints causing route failures when usernames with periods ar...sh-add-user-constraintsStan Hu2016-10-081-1/+4
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'memoize_shell_secret_token' into 'master' Rémy Coutable2016-10-071-1/+1
|\ \ \ \ \ \
| * | | | | | Load Github::Shell's secret token from file on initialization instead of ever...Justin DiPierro2016-10-061-1/+1
* | | | | | | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+41
* | | | | | | Merge branch '23034-memoize-ar-migrator-migrations-in-tests' into 'master' Yorick Peterse2016-10-071-0/+18
|\ \ \ \ \ \ \
| * | | | | | | Memoize ActiveRecord::Migrator.migrations in testsNick Thomas2016-10-061-0/+18
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets2016-10-062-12/+31
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'issue-boards-new-issue' into 'master' Fatih Acet2016-10-061-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added ability to save the new issuePhil Hughes2016-10-061-1/+1
| | |/ / / | |/| | |
* | | | | MergeRequest new form load diff asynchronouslynew-merge-requests-commit-tab-activePaco Guzman2016-10-061-0/+1
|/ / / /
* | | | Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-062-0/+4
|\ \ \ \
| * | | | Don't send Private-Token headers to SentryJacob Vosmaer2016-10-042-0/+4
| |/ / /
* | | | Cleanup config/routes.rb even further by extracting more routes into separate...dz-more-route-cleanupDmitriy Zaporozhets2016-10-058-66/+65
* | | | Put namespaces#show route below user ssh keys routeDmitriy Zaporozhets2016-10-051-2/+2
* | | | Put user keys routing back below project routingDmitriy Zaporozhets2016-10-052-3/+3
* | | | Split routes on multiple filesdz-split-routesDmitriy Zaporozhets2016-10-0510-803/+775
| |_|/ |/| |
* | | add configurable email subject suffixFu Xu2016-10-032-0/+2
* | | Merge branch 'initialize-redis' into 'master' Yorick Peterse2016-09-301-0/+3
|\ \ \
| * | | Initialize Redis pool in single-threaded contextJacob Vosmaer2016-09-301-0/+3
| |/ /
* | | Use `Module#prepend` instead of `alias_method_chain`Andre Guedes2016-09-302-25/+27
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRémy Coutable2016-09-291-2/+13
|\ \ \
| * | | Set a restrictive CORS policy on the API for credentialed requestsNick Thomas2016-09-261-0/+11
| * | | Move Rack::Attack and Rack::Cors middlewares to be before Warden::ManagerNick Thomas2016-09-261-2/+2
| |/ /
* | | Merge branch '22364-rails-cache-connection-pool-sidekiq-servers' into 'master' Rémy Coutable2016-09-291-0/+4
|\ \ \
| * | | Use a ConnectionPool for Rails.cache on Sidekiq servers22364-rails-cache-connection-pool-sidekiq-serversPaco Guzman2016-09-281-0/+4
| |/ /
* | | Update warn message for MySQL fixmrchrisw/mysql-connection-warnChris Wilson2016-09-281-1/+1
* | | Add Pipelines for CommitKamil Trzcinski2016-09-271-0/+1
|/ /