Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'dev/master' | Felipe Artur | 2018-07-26 | 14 | -21/+41 |
|\ | |||||
| * | Merge branch '48617-promoting-milestone' into 'master' | Felipe Artur Cardozo | 2018-07-26 | 2 | -2/+20 |
| |\ | |||||
| | * | Escapes milestone and label names when promoting them | Filipa Lacerda | 2018-07-17 | 2 | -4/+21 |
| | * | Escapes milestone title shown in flash message when promoting a milestone | Filipa Lacerda | 2018-07-13 | 1 | -2/+3 |
| * | | Merge branch 'security-ide-branch-name-xss' into 'master' | Felipe Artur Cardozo | 2018-07-26 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Fixed XSS in branch name in Web IDE | Phil Hughes | 2018-07-10 | 1 | -1/+2 |
| * | | | Merge branch 'security-2690-fix-tooltip' into 'master' | Felipe Artur Cardozo | 2018-07-26 | 5 | -6/+11 |
| |\ \ \ | |||||
| | * | | | Escapes job name used in tooltips in vue components | Filipa Lacerda | 2018-07-06 | 5 | -6/+11 |
| * | | | | Merge branch 'security-fj-missing-csrf-system-hooks' into 'master' | Felipe Artur Cardozo | 2018-07-26 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Changing the hook test action to use POST | Francisco Javier López | 2018-07-23 | 1 | -1/+1 |
| * | | | | | Merge branch 'security-event-counters-private-data' into 'master' | Felipe Artur Cardozo | 2018-07-24 | 5 | -11/+7 |
| |\ \ \ \ \ | |||||
| | * | | | | | Don't expose project names in various counters | Yorick Peterse | 2018-06-21 | 5 | -11/+7 |
* | | | | | | | Fix namespace move callback behavior, especially to fix Geo replication of na... | Michael Kozono | 2018-07-26 | 1 | -6/+5 |
* | | | | | | | Resolve "BS4: Link in code brackets has two different styles" | Annabel Gray | 2018-07-26 | 1 | -0/+4 |
* | | | | | | | Full list of vulnerabilities | Sam Beckham | 2018-07-26 | 2 | -51/+7 |
* | | | | | | | Merge branch 'remove-unnecessary-css' into 'master' | Clement Ho | 2018-07-26 | 1 | -3/+0 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Remove CSS | Annabel Dunstone Gray | 2018-07-25 | 1 | -3/+0 |
* | | | | | | | | Merge branch '48055-web-ide-resize-handles' into 'master' | Phil Hughes | 2018-07-26 | 2 | -7/+17 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix Web IDE editor resizing on sidebar reset size | Paul Slaughter | 2018-07-25 | 1 | -0/+7 |
| * | | | | | | | | Update resize handle to show lighter background on hover48055-web-ide-resize-handles | Paul Slaughter | 2018-07-25 | 1 | -1/+4 |
| * | | | | | | | | Rename 'dragleft' and 'dragright' to 'drag-left' and 'drag-right' | Paul Slaughter | 2018-07-24 | 2 | -3/+3 |
| * | | | | | | | | Rename class dragHandle to drag-handle | Paul Slaughter | 2018-07-24 | 2 | -2/+2 |
| * | | | | | | | | Resize drag handle for Web IDE | Paul Slaughter | 2018-07-24 | 1 | -1/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Resolve "BS4: Create new Merge request boxes have different styles" | Annabel Gray | 2018-07-26 | 2 | -1/+3 |
* | | | | | | | | DNS Prefetching + Preconnect of assets_host (CDN Domain) | Tim Zallmann | 2018-07-26 | 1 | -0/+5 |
* | | | | | | | | Enable deleting files in the Web IDE | Phil Hughes | 2018-07-26 | 23 | -85/+270 |
* | | | | | | | | Make report_issues.vue easily extendable | Lukas Eipert | 2018-07-26 | 6 | -56/+106 |
* | | | | | | | | Merge branch 'wrap-job-name-on-jobs-sidebar' into 'master' | Tim Zallmann | 2018-07-26 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Wrap job name on pipeline job sidebar | George Tsiolis | 2018-07-24 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'ce-5158-metrics-alerting' into 'master' | Sean McGivern | 2018-07-26 | 6 | -22/+50 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Move kubeclient and namespace variables to the private interface | Tiago Botelho | 2018-07-25 | 1 | -1/+1 |
| * | | | | | | | | | Backports relevant changes made in https://gitlab.com/gitlab-org/gitlab-ee/me... | Tiago Botelho | 2018-07-25 | 7 | -23/+51 |
* | | | | | | | | | | Fixed IDE not opening JSON files | Phil Hughes | 2018-07-26 | 1 | -2/+2 |
* | | | | | | | | | | Moved repo.css to its own CSS bundle to reduce the size of the main bundle | Tim Zallmann | 2018-07-26 | 2 | -0/+6 |
* | | | | | | | | | | Merge branch '31576-redirect-commits-to-root-if-no-ref' into 'master' | Douwe Maan | 2018-07-26 | 1 | -3/+7 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Transfer to commits_controller, add test, and update changelog | Kia Mei Somabes | 2018-07-24 | 2 | -7/+7 |
| * | | | | | | | | | | Change hash syntax for redirect commits to root if no ref is provided | Kia Mei Somabes | 2018-07-23 | 1 | -1/+1 |
| * | | | | | | | | | | Redirect commits to root_ref if no ref is provided | Kia Mei Somabes | 2018-07-20 | 1 | -0/+4 |
* | | | | | | | | | | | Merge branch 'bvl-graphql-wip-mutation' into 'master' | Douwe Maan | 2018-07-26 | 6 | -2/+99 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add mutation toggling WIP state of merge requests | Bob Van Landuyt | 2018-07-25 | 6 | -2/+99 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'issue-boards-js-fix-backport' into 'master' | Tim Zallmann | 2018-07-26 | 1 | -73/+76 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | CE backport of issue-boards-js-fixissue-boards-js-fix-backport | Phil Hughes | 2018-07-25 | 1 | -73/+76 |
* | | | | | | | | | | | | Merge branch 'jivl-redesign-contributors-graph' into 'master' | Clement Ho | 2018-07-25 | 4 | -0/+490 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Add bar chart componentjivl-redesign-contributors-graph | Jose | 2018-07-25 | 4 | -0/+490 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch '49192-comment-alignment' into 'master' | Clement Ho | 2018-07-25 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Fix alignment of code comment button49192-comment-alignment | Annabel Dunstone Gray | 2018-07-20 | 1 | -0/+1 |
* | | | | | | | | | | | | | Replace issues time tracking progress bar with gitlab-ui's progress bar | Clement Ho | 2018-07-25 | 5 | -35/+18 |
* | | | | | | | | | | | | | Merge branch '49364-fix-broadcast-margin' into 'master' | Annabel Gray | 2018-07-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Fix broadcast message misalignment on login page | Robin Naundorf | 2018-07-24 | 1 | -1/+1 |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'ce-6064-geo-sql-query-for-counting-projects-with-wikis-is-very-... | Douglas Barbosa Alexandre | 2018-07-25 | 3 | -0/+105 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |