Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix-deprecation-warning' into 'master' | Rémy Coutable | 2017-01-16 | 1 | -1/+1 |
|\ | |||||
| * | Fix a API deprecation warningfix-deprecation-warning | Robert Schilling | 2017-01-16 | 1 | -1/+1 |
* | | Merge branch 'dot-in-project-queries' into 'master' | Rémy Coutable | 2017-01-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add a constraint on the query parameter to allow querying for projects with d... | Bruno Melli | 2017-01-14 | 1 | -1/+1 |
* | | | Allow to use + symbol in filenames | blackst0ne | 2017-01-15 | 1 | -2/+2 |
* | | | Merge branch '25018-gitlab-checks-changeaccess-looks-for-user-permissions-tha... | Douwe Maan | 2017-01-14 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Remove useless permission checks in Gitlab::Checks::ChangeAccess25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-exist | Rémy Coutable | 2017-01-12 | 1 | -2/+2 |
* | | | Merge branch '26587-metrics-middleware-endpoint-is-nil' into 'master' | Yorick Peterse | 2017-01-14 | 1 | -4/+11 |
|\ \ \ | |||||
| * | | | Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route26587-metrics-middleware-endpoint-is-nil | Rémy Coutable | 2017-01-12 | 1 | -4/+11 |
| |/ / | |||||
* | | | Merge branch 'env-var-in-redis-config' into 'master' | Rémy Coutable | 2017-01-13 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Allow to use ENV variables in redis config | Semyon Pupkov | 2017-01-13 | 1 | -1/+1 |
| |/ / | |||||
* | | | API: Implement project issues iid param with IssuesFinder and add tests23194-fix-no-milestone-option-for-projects-endpoint | David Eisner | 2017-01-12 | 1 | -21/+26 |
* | | | Adding 'IssueFinder' for 'projects' API endpoint | Panagiotis Atmatzidis | 2017-01-12 | 1 | -6/+8 |
|/ / | |||||
* | | Merge branch 'use-configured-git' into 'master' | Douwe Maan | 2017-01-12 | 3 | -8/+8 |
|\ \ | |||||
| * | | Use configured git rather than system gituse-configured-git | Robert Schilling | 2017-01-05 | 3 | -8/+8 |
* | | | Merge branch 'zj-unadressable-url-variables' into 'master' | Douwe Maan | 2017-01-12 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | Do not check for valid url for .gitlab-ci.yml | Z.J. van de Weg | 2017-01-05 | 1 | -1/+0 |
* | | | | Merge branch 'search-bar-first-iteration' into 'master' | Jacob Schatz | 2017-01-12 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Add username to gon | Clement Ho | 2017-01-09 | 1 | -0/+1 |
* | | | | | Merge branch 'Sanson/gitlab-ce-asciidoctor-plantuml' into 'master' 20450-retry-build-button | Sean McGivern | 2017-01-12 | 4 | -1/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Add support for PlantUML diagrams in Asciidoc. | Horacio Sanson | 2017-01-12 | 4 | -1/+20 |
* | | | | | | Merge branch 'do-not-remove-autodeploy-directory-when-fetching-ci-templates' ... | Sean McGivern | 2017-01-12 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Do not remove "autodeploy" directory when fetching CI templatesdo-not-remove-autodeploy-directory-when-fetching-ci-templates | Adam Niedzielski | 2017-01-10 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Fix Users API to accept confirm parameter | Mark Fletcher | 2017-01-11 | 1 | -1/+1 |
* | | | | | Fix Rubocop offenses in LDAP related code and spec | Grzegorz Bizon | 2017-01-10 | 1 | -2/+2 |
* | | | | | Merge branch 'restore-backup-when-env-variable-is-passed' into 'master' | Sean McGivern | 2017-01-10 | 1 | -17/+27 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Restore backup correctly when "BACKUP" environment variable is passedrestore-backup-when-env-variable-is-passed | Adam Niedzielski | 2017-01-09 | 1 | -17/+27 |
* | | | | | Merge branch 'auto-pipelines-vue' into 'master' | Fatih Acet | 2017-01-09 | 2 | -38/+46 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into auto-pipelines-vue | Regis | 2017-01-09 | 10 | -23/+70 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into auto-pipelines-vue | Filipa Lacerda | 2017-01-05 | 21 | -4/+2960 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Merge branch 'master' into auto-pipelines-vue | Regis | 2017-01-04 | 6 | -29/+31 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | fix pipelines/index.html.haml merge conflict | Regis | 2017-01-02 | 17 | -205/+329 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge master and fix application.rb conflict | Regis | 2016-12-23 | 18 | -45/+188 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Remove redundant pagination helpers after a bad merge | Grzegorz Bizon | 2016-12-21 | 1 | -32/+0 |
| * | | | | | | | | | Merge branch 'master' into auto-pipelines-vue | Grzegorz Bizon | 2016-12-21 | 68 | -489/+1490 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into auto-pipelines-vue | Regis | 2016-12-16 | 17 | -12/+264 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into auto-pipelines-vue | Grzegorz Bizon | 2016-12-15 | 18 | -43/+320 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge master | Regis | 2016-12-13 | 15 | -141/+904 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into auto-pipelines-vue | Grzegorz Bizon | 2016-12-09 | 17 | -246/+260 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into auto-pipelines-vue | Grzegorz Bizon | 2016-12-07 | 36 | -99/+453 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Extract API pagination code to a separete module | Grzegorz Bizon | 2016-12-07 | 2 | -38/+46 |
* | | | | | | | | | | | | | | | | Use #parts instead of #part to read all the parts of the Message. | Ruben Davila | 2017-01-09 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge branch '19086-double-newline' into 'master' | Sean McGivern | 2017-01-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Replace carriage return combos with line breaks tags | Jared Deckard | 2016-12-28 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | Merge branch 'feature/log-ldap-to-application-log' into 'master' | Rémy Coutable | 2017-01-09 | 1 | -4/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | fixup! Log messages when blocking/unblocking LDAP accounts | Markus Koller | 2016-12-20 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | Log messages when blocking/unblocking LDAP accounts | Markus Koller | 2016-12-20 | 1 | -4/+22 |
* | | | | | | | | | | | | | | | | Merge branch '26051-fix-missing-endpoint-route-method' into 'master' tc-add-gitlab-flow-to-engineering | Rémy Coutable | 2017-01-09 | 3 | -3/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | Don't instrument 405 Grape calls26051-fix-missing-endpoint-route-method | Rémy Coutable | 2017-01-09 | 3 | -3/+21 |
* | | | | | | | | | | | | | | | | | Merge branch 'track_last_used_date_of_ssh_keys' into 'master' | Sean McGivern | 2017-01-09 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |