Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow feature flag names to be a symbolda-feature-flags | Douglas Barbosa Alexandre | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | Backport of gitlab-org/gitlab-ee!6137 | Valery Sizov | 2018-07-19 | 1 | -3/+18 |
| | |||||
* | Add missing Gitaly branch_update nil checks | Jacob Vosmaer (GitLab) | 2018-07-19 | 2 | -5/+8 |
| | |||||
* | Merge branch 'add-total-time-flat-printer-for-profiling' into 'master' | Rémy Coutable | 2018-07-19 | 2 | -0/+45 |
|\ | | | | | | | | | Add a Gitlab::Profiler.print_by_total_time convenience method See merge request gitlab-org/gitlab-ce!20715 | ||||
| * | Add a Gitlab::Profiler.print_by_total_time convenience method | Sean McGivern | 2018-07-19 | 2 | -0/+45 |
| | | | | | | | | | | | | | | This method uses Gitlab::Profiler::TotalTimeFlatPrinter internally, which is the same as RubyProf::FlatPrinter, but the min_percent option (and new max_percent option) applies to the _total_ time, not the _self_ time. This helps us figure out if we're calling a library inefficiently, for instance. | ||||
* | | Merge branch 'sh-normalize-urls' into 'master' | Grzegorz Bizon | 2018-07-19 | 1 | -6/+9 |
|\ \ | |/ |/| | | | | | Escape username and password in UrlSanitizer#full_url See merge request gitlab-org/gitlab-ce!20684 | ||||
| * | Escape username and password in UrlSanitizer#full_url | Stan Hu | 2018-07-19 | 1 | -6/+9 |
| | | | | | | | | | | | | | | If a user uses a password with certain characters (e.g. /, #, +, etc.) UrlSanitizer#full_url will generate an invalid URL that cannot be parsed properly by Addressable::URI. If used with UrlBlocker, this will be flagged as an invalid URI. | ||||
* | | Merge branch 'use-rugged-for-reference-validator' into 'master' | Douwe Maan | 2018-07-19 | 1 | -4/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | Use rugged to validate ref name Closes #49043 See merge request gitlab-org/gitlab-ce!20669 | ||||
| * | | Use rugged to validate ref name | Ahmad Hassan | 2018-07-19 | 1 | -4/+4 |
| | | | |||||
* | | | Merge branch '43312-remove_user_activity_workers' into 'master' | Rémy Coutable | 2018-07-19 | 1 | -34/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Delete UserActivities and related workers Closes #43312 See merge request gitlab-org/gitlab-ce!20597 | ||||
| * | | | Delete UserActivities and related workers43312-remove_user_activity_workers | Imre Farkas | 2018-07-18 | 1 | -34/+0 |
| | | | | |||||
* | | | | Incorporate Gitaly's RefService.FindAllRemoteBranches RPCgitaly-remote-branches | Alejandro Rodríguez | 2018-07-18 | 2 | -41/+29 |
| |_|/ |/| | | |||||
* | | | Fix serialization of LegacyDiffNote | Jan Provaznik | 2018-07-18 | 1 | -1/+1 |
| | | | |||||
* | | | Fix filename for accelerated uploads | Jan Provaznik | 2018-07-18 | 1 | -1/+11 |
| | | | |||||
* | | | Client implementation for Repository#new_commits | Zeger-Jan van de Weg | 2018-07-18 | 3 | -50/+34 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | After trying to remove the whole method in 8f69014af2902d8d53fe931268bec60f6858f160, this is a more gentle approach to the method. :) Prior to this change, new commit detection wasn't implemented in Gitaly, this was done through: https://gitlab.com/gitlab-org/gitaly/merge_requests/779 As the new implemented got moved around a bit, the whole RevList class got removed. Part of https://gitlab.com/gitlab-org/gitaly/issues/1233 | ||||
* | | Merge branch '27456-improve-feedback-when-dev-cannot-push-to-empty-repo' ↵ | Douwe Maan | 2018-07-18 | 1 | -1/+24 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Improve feedback when a developer cannot push in an empty repository Closes #27456 See merge request gitlab-org/gitlab-ce!20519 | ||||
| * | | Improves remote message when a developer is unable to push in an empty ↵27456-improve-feedback-when-dev-cannot-push-to-empty-repo | Tiago Botelho | 2018-07-18 | 1 | -1/+24 |
| | | | | | | | | | | | | repository | ||||
* | | | Remove unreachable Git code | Jacob Vosmaer (GitLab) | 2018-07-18 | 3 | -152/+3 |
| | | | |||||
* | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jivl-dev-master-into-com-master | Jose | 2018-07-17 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | | | | | jivl-dev-master-into-com-master | ||||
| * \ \ | Merge branch 'fix-issue-49133' into 'master' | José Iván Vargas López | 2018-07-17 | 1 | -1/+2 |
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | Fix symlink vulnerability in project import See merge request gitlab/gitlabhq!2440 | ||||
| | * | | Rename WHITELISTED_FILENAMES => IGNORED_FILENAMES | Stan Hu | 2018-07-17 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix symlink vulnerability in project import | Stan Hu | 2018-07-17 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49133 | ||||
* | | | | Merge branch 'extract-ee-specific-banzai-filters' into 'master' | Robert Speicher | 2018-07-17 | 3 | -10/+28 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Extract EE-specific lines from Banzai pipelines See merge request gitlab-org/gitlab-ce!20636 | ||||
| * | | | | Extract EE-specific lines from Banzai pipelinesextract-ee-specific-banzai-filters | Sean McGivern | 2018-07-13 | 3 | -10/+28 |
| | | | | | |||||
* | | | | | Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into ↵ | Douwe Maan | 2018-07-17 | 8 | -39/+131 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Include full image URL in webhooks for uploaded images Closes #20720 See merge request gitlab-org/gitlab-ce!18109 | ||||
| * | | | | Keep #absolute_image_urls as a private instance method | Sean McGivern | 2018-07-17 | 1 | -7/+3 |
| | | | | | |||||
| * | | | | Don't include a double slash when rewriting the URL | Sean McGivern | 2018-07-06 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | Merge branch 'master' into satishperala/gitlab-ce-20720_webhooks_full_image_url | Sean McGivern | 2018-07-06 | 89 | -1435/+1293 |
| |\ \ \ \ | |||||
| * | | | | | Add documentation and specs for webhook URL rewriting | Sean McGivern | 2018-07-06 | 4 | -32/+50 |
| | | | | | | |||||
| * | | | | | Add base class for hook builders, and use it for notes and wikis | Sean McGivern | 2018-06-20 | 7 | -31/+93 |
| | | | | | | |||||
| * | | | | | Fix MR hook builder | Sean McGivern | 2018-06-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Removing the empty line at the class body beginning | Satish Perala | 2018-06-20 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Checking for the presense of markdown text | Satish Perala | 2018-06-20 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | Passing absolute image urls in the markdown content in the webhooks | Satish Perala | 2018-06-20 | 3 | -0/+10 |
| | | | | | | |||||
* | | | | | | Migrate merge base, merged branches, write ref | Jacob Vosmaer (GitLab) | 2018-07-17 | 1 | -69/+6 |
| | | | | | | |||||
* | | | | | | Merge branch 'feature/gb/email-delivery-metrics' into 'master' | Sean McGivern | 2018-07-17 | 7 | -24/+74 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add emails delivery metrics Closes #49214 See merge request gitlab-org/gitlab-ce!20638 | ||||
| * | | | | | Implement action mailer delivery metrics observer | Grzegorz Bizon | 2018-07-16 | 1 | -0/+31 |
| | | | | | | |||||
| * | | | | | Move existing email interceptors into the same module | Grzegorz Bizon | 2018-07-16 | 6 | -24/+43 |
| | | | | | | |||||
* | | | | | | Merge branch 'fix-project-api-archived' into 'master' | Rémy Coutable | 2018-07-16 | 2 | -2/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix archived parameter for projects API Closes #32301 See merge request gitlab-org/gitlab-ce!20566 | ||||
| * | | | | | | Fix archived parameter for projects API | Marko, Peter | 2018-07-16 | 2 | -2/+8 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'tweak-sql-buckets' into 'master' | Yorick Peterse | 2018-07-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a 10 ms bucket for SQL timings See merge request gitlab-org/gitlab-ce!20527 | ||||
| * | | | | | | | Add a 10 ms bucket for SQL timingstweak-sql-buckets | Yorick Peterse | 2018-07-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to calculate quantiles of SQL timings more accurately, instead of a lot of timings being assigned to the 50 ms bucket. | ||||
* | | | | | | | | Remove Repository#lookup and unreachable rugged code | Jacob Vosmaer (GitLab) | 2018-07-16 | 1 | -179/+0 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch ↵ | Sean McGivern | 2018-07-16 | 4 | -18/+130 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '48745-project-exports-fail-when-uploads-have-been-migrated-to-object-storage' into 'master' Resolve "Project exports fail when uploads have been migrated to object storage" Closes #48745 See merge request gitlab-org/gitlab-ce!20484 | ||||
| * | | | | | | | refactor code based on feedback | James Lopez | 2018-07-16 | 2 | -5/+5 |
| | | | | | | | | |||||
| * | | | | | | | use fileuploader dynamic path method in uploads manager and add spec48745-project-exports-fail-when-uploads-have-been-migrated-to-object-storage | James Lopez | 2018-07-13 | 1 | -6/+1 |
| | | | | | | | | |||||
| * | | | | | | | fix typo in uploads manager | James Lopez | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | add small comment to download method in uploads manager | James Lopez | 2018-07-13 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | refactor uploads manager | James Lopez | 2018-07-13 | 1 | -7/+7 |
| | | | | | | | | |||||
| * | | | | | | | refactor uploads manager to grab uploads in batches | James Lopez | 2018-07-12 | 1 | -6/+16 |
| | | | | | | | |