Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '63547-add-system-notes-for-when-a-zoom-call-was-added-removed-f... | Robert Speicher | 2019-07-29 | 1 | -0/+4 |
|\ | |||||
| * | Add system notes for when a zoom call was added/removed from an issue63547-add-system-notes-for-when-a-zoom-call-was-added-removed-from-an-issue | Jacopo | 2019-07-29 | 1 | -0/+4 |
* | | Move BaseService to Services directory | Sarah Yasonik | 2019-07-29 | 5 | -241/+5 |
* | | Make quick action "commands applied" banner more useful | 🙈 jacopo beschi 🙉 | 2019-07-29 | 7 | -66/+289 |
* | | Fix broken master because of security merge | Francisco Javier López | 2019-07-29 | 1 | -5/+2 |
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq | Robert Speicher | 2019-07-29 | 5 | -5/+101 |
|\ \ | |||||
| * | | Extract SanitizeNodeLink and apply to WikiLinkFilter | Kerri Miller | 2019-07-26 | 1 | -0/+61 |
| * | | Merge branch 'security-github-ssrf-redirect' into 'master' | GitLab Release Tools Bot | 2019-07-26 | 3 | -3/+26 |
| |\ \ | |||||
| | * | | Do not allow localhost url redirection in GitHub Integration | manojmj | 2019-07-05 | 3 | -3/+26 |
| * | | | Merge branch 'security-dns-ssrf-bypass' into 'master' | GitLab Release Tools Bot | 2019-07-26 | 1 | -2/+11 |
| |\ \ \ | |||||
| | * | | | Fix Server Side Request Forgery mitigation bypass | Francisco Javier López | 2019-07-15 | 1 | -2/+11 |
* | | | | | Merge branch 'remove-peek-pg' into 'master' | Stan Hu | 2019-07-29 | 1 | -45/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Replace peek-pg with our own implementationremove-peek-pg | Sean McGivern | 2019-07-26 | 1 | -45/+0 |
* | | | | | | Merge branch 'ab-remove-postgresql-switches' into 'master' | Nick Thomas | 2019-07-29 | 12 | -127/+47 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Further remove code branches by database type | Andreas Brandl | 2019-07-29 | 12 | -127/+47 |
* | | | | | | | Adds direct monitoring for sidekiq metrics | Ryan Cobb | 2019-07-29 | 1 | -0/+48 |
|/ / / / / / | |||||
* | | | | | | Added navbar searches usage ping counter | Francisco Javier López | 2019-07-29 | 2 | -2/+32 |
* | | | | | | Add Job specific variables | Matija Čupić | 2019-07-29 | 1 | -1/+1 |
* | | | | | | Merge branch '19186-redirect-wiki-git-route-to-wiki' into 'master' | Stan Hu | 2019-07-26 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Redirect project.wiki.git to project wiki home19186-redirect-wiki-git-route-to-wiki | Luke Duncalfe | 2019-07-26 | 1 | -0/+4 |
* | | | | | | | Merge branch 'remove-nested-groups-checks' into 'master' | Lin Jen-Shin | 2019-07-26 | 4 | -177/+121 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Remove code related to object hierarchy in MySQLremove-nested-groups-checks | Heinrich Lee Yu | 2019-07-25 | 4 | -177/+121 |
* | | | | | | | | Merge branch 'mc/feature/find-all-artifacts-for-sha' into 'master' | Robert Speicher | 2019-07-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | Rename latest_successful to be more explicit | Matija Čupić | 2019-07-26 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'dm-submodule-links-nil' into 'master' | Nick Thomas | 2019-07-26 | 1 | -3/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix error rendering submodules in MR diffs when there is no .gitmodulesdm-submodule-links-nil | Douwe Maan | 2019-07-26 | 1 | -3/+8 |
* | | | | | | | | | Prefer `flat_map` over `map` + `flatten` | Peter Leitzen | 2019-07-26 | 3 | -6/+4 |
* | | | | | | | | | Merge branch 'extract_auto_deploy_into_base_image' into 'master' | Dmitriy Zaporozhets | 2019-07-26 | 2 | -376/+48 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Extract deploy functions in a base imageextract_auto_deploy_into_base_image | Thong Kuah | 2019-07-25 | 2 | -376/+48 |
* | | | | | | | | | | Ensure Warden triggers after_authentication callback | Imre Farkas | 2019-07-26 | 1 | -2/+5 |
| |_|_|_|/ / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge branch 'print-sidekiq-class-name-in-memory-killer' into 'master' | Stan Hu | 2019-07-25 | 1 | -7/+16 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Logging sidekiq worker class name in SidekiqMemoryKillerprint-sidekiq-class-name-in-memory-killer | Shinya Maeda | 2019-07-25 | 1 | -7/+16 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'frozen_string_spec_support' into 'master' | Douwe Maan | 2019-07-25 | 2 | -3/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Frozen string cannot change encodingfrozen_string_spec_support | Thong Kuah | 2019-07-26 | 2 | -3/+2 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'label-descr-push-opts' into 'master' | Lin Jen-Shin | 2019-07-25 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Support title and desc on merge w/ push optionlabel-descr-push-opts | Christian Couder | 2019-07-24 | 1 | -1/+3 |
* | | | | | | | | | Merge branch '54478-table_exists-not-compatible-with-rails-5-1' into 'master' | Douglas Barbosa Alexandre | 2019-07-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Remove unneeded monkey-patch54478-table_exists-not-compatible-with-rails-5-1 | Heinrich Lee Yu | 2019-07-25 | 1 | -1/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch '9643-jira-api-serializer-ce' into 'master' | Sean McGivern | 2019-07-25 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Backport Jira issue key regex | Heinrich Lee Yu | 2019-07-25 | 1 | -0/+6 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'tc-revert-rails5-workaround' into 'master' | Andreas Brandl | 2019-07-25 | 1 | -5/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Revert "Workaround for Rails 5, where LIMIT..."tc-revert-rails5-workaround | Toon Claes | 2019-07-16 | 1 | -5/+1 |
* | | | | | | | | | Enable Rubocop Performance/ReverseEachsh-rubocop-reverse-each | Stan Hu | 2019-07-24 | 1 | -1/+1 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Add RateLimiter to RawController | Mayra Cabrera | 2019-07-24 | 1 | -4/+36 |
* | | | | | | | | Merge branch 'optimise-import-performance' into 'master' | Stan Hu | 2019-07-24 | 4 | -4/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Optimise import performanceoptimise-import-performance | Kamil Trzciński | 2019-07-24 | 4 | -4/+4 |
* | | | | | | | | | [ADD] outbound requests whitelist | Reuben Pereira | 2019-07-24 | 2 | -6/+37 |
| |_|_|_|/ / / / |/| | | | | | | | |||||
* | | | | | | | | Enable tablesample count strategy by default | Andreas Brandl | 2019-07-24 | 4 | -19/+5 |
* | | | | | | | | Merge branch 'sh-add-rugged-to-peek' into 'master' | Sean McGivern | 2019-07-24 | 7 | -9/+36 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add Rugged calls to performance bar | Stan Hu | 2019-07-23 | 7 | -9/+36 |