Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Add git_v2 flag to GitalyClient | James Lopez | 2018-09-06 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'sh-fix-attachments-inline' into 'master' | Nick Thomas | 2018-09-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix attachments not displaying inline with Google Cloud Storage | Stan Hu | 2018-09-05 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'ash.mckenzie/geo-git-push-ssh-proxy' into 'master' | Sean McGivern | 2018-09-06 | 4 | -22/+80 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update /api/v4/allowed | Ash McKenzie | 2018-09-06 | 2 | -24/+41 | |
| * | | | | | | | | | GitAccess#check custom action support | Ash McKenzie | 2018-09-06 | 1 | -1/+9 | |
| * | | | | | | | | | New GitAccessResult::Success/CustomAction | Ash McKenzie | 2018-09-06 | 2 | -0/+33 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'bvl-codeowners-file-ce' into 'master' | Douwe Maan | 2018-09-06 | 1 | -0/+53 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Port changes for CODEOWNERS to CE | Bob Van Landuyt | 2018-09-06 | 1 | -0/+53 | |
* | | | | | | | | | | Enable Kubernetes RBAC for GitLab Managed Apps for existing clusters | Thong Kuah | 2018-09-06 | 9 | -21/+342 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'bw-commonmark-for-files' into 'master' | Sean McGivern | 2018-09-06 | 1 | -4/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | remove guard clause and add comment on performace | Brett Walker | 2018-09-05 | 1 | -3/+7 | |
| * | | | | | | | | | add 'default_enabled' to feature flags | Brett Walker | 2018-09-05 | 1 | -4/+8 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'ce-5306-more-custom-templates' into 'master' | Robert Speicher | 2018-09-06 | 2 | -10/+11 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Backport changes to Gitlab::Tempalte::BaseTemplate | Nick Thomas | 2018-09-05 | 1 | -2/+6 | |
| * | | | | | | | | Allow the TemplateFinder to handle licenses as well | Nick Thomas | 2018-09-05 | 1 | -3/+3 | |
| * | | | | | | | | Convert global templates to vendored templates via a ::TemplateFinder | Nick Thomas | 2018-09-05 | 1 | -6/+3 | |
* | | | | | | | | | Merge branch 'an/api-route-logger' into 'master' | Stan Hu | 2018-09-05 | 2 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add route information to lograge structured logging | Andrew Newdigate | 2018-09-05 | 2 | -0/+26 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'feature/gb/allow-to-extend-keys-in-gitlab-ci-yml' into 'master' | Kamil Trzciński | 2018-09-05 | 5 | -7/+144 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Improve specs and error messages in extendable config | Grzegorz Bizon | 2018-09-05 | 1 | -2/+2 | |
| * | | | | | | | | Add missing frozen_string_literal to some classes | Grzegorz Bizon | 2018-09-05 | 2 | -0/+4 | |
| * | | | | | | | | Improve extended CI/CD config error messages | Grzegorz Bizon | 2018-09-05 | 1 | -6/+6 | |
| * | | | | | | | | Simplify classes and exceptions of extendable config | Grzegorz Bizon | 2018-09-05 | 4 | -39/+38 | |
| * | | | | | | | | Limit extendable CI/CD config entry nesting levels | Grzegorz Bizon | 2018-09-05 | 2 | -4/+18 | |
| * | | | | | | | | Add support for `extends` key in CI/CD configuration | Grzegorz Bizon | 2018-09-04 | 3 | -7/+20 | |
| * | | | | | | | | Improve extended CI/CD config specs and fix a bug | Grzegorz Bizon | 2018-09-04 | 2 | -5/+6 | |
| * | | | | | | | | Use deep_dup to duplicate hash in CI/CD extendable config | Grzegorz Bizon | 2018-09-04 | 1 | -1/+1 | |
| * | | | | | | | | Add specs for extendable CI/CD hash entry class | Grzegorz Bizon | 2018-09-04 | 1 | -18/+24 | |
| * | | | | | | | | Improve extendable CI/CD config hash collection | Grzegorz Bizon | 2018-09-04 | 2 | -16/+27 | |
| * | | | | | | | | Detect circular dependenies in CI/CD `extends:` entry | Grzegorz Bizon | 2018-09-04 | 2 | -5/+14 | |
| * | | | | | | | | Do not modify extensible CI/CD entries by reference | Grzegorz Bizon | 2018-09-04 | 2 | -18/+13 | |
| * | | | | | | | | Support recursive `extends:` in `.gitlab-ci.yml` | Grzegorz Bizon | 2018-09-04 | 3 | -31/+85 | |
| * | | | | | | | | Add basic support for CI/CD config extension | Grzegorz Bizon | 2018-09-04 | 1 | -0/+31 | |
* | | | | | | | | | Fix multipart error on rails reload | Andrew Newdigate | 2018-09-05 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch '45938-postgres-timeout-when-counting-number-of-ci-builds-for-us... | Robert Speicher | 2018-09-05 | 1 | -48/+54 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Ensure services counts always have values in usage pings | Sean McGivern | 2018-09-05 | 1 | -1/+1 | |
| * | | | | | | | | Handle statement timeouts in usage ping | Sean McGivern | 2018-09-05 | 1 | -47/+53 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'filter-web-hooks-by-branch' into 'master' | Dmitriy Zaporozhets | 2018-09-05 | 2 | -0/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Filter project hooks by branch | Duana Saskia | 2018-08-13 | 2 | -0/+4 | |
* | | | | | | | | | Resolve "Return how many commits the source branch is behind the target branc... | 🙈 jacopo beschi 🙉 | 2018-09-05 | 2 | -1/+4 | |
* | | | | | | | | | Ignore irrelevant sql commands in metrics | Mark Chao | 2018-09-05 | 1 | -0/+6 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Add gitaly_calls to API structured logs | Andrew Newdigate | 2018-09-04 | 2 | -1/+16 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'add-background-migration-for-legacy-traces' into 'master' | Kamil Trzciński | 2018-09-04 | 1 | -0/+126 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Squashed commit of the following:add-background-migration-for-legacy-traces | Shinya Maeda | 2018-08-27 | 1 | -0/+126 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'sh-send-put-headers-object-storage' into 'master' | Nick Thomas | 2018-09-04 | 1 | -1/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Send required object storage PUT headers in /uploads/authorize API | Stan Hu | 2018-08-23 | 1 | -1/+3 | |
* | | | | | | | Fix bugs/edge cases of JUnitParser | Shinya Maeda | 2018-09-04 | 1 | -24/+21 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Uploads to wiki stored inside the wiki git repository | Francisco Javier López | 2018-09-04 | 6 | -8/+140 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Stop using Flay | Rémy Coutable | 2018-09-03 | 2 | -10/+0 |