| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow admins to sudo to blocked users.29505-allow-admins-sudo-to-blocked-users | Timothy Andrew | 2017-04-26 | 1 | -1/+1 |
* | Merge branch 'add-email-receiver-metrics' into 'master'
| Douwe Maan | 2017-04-20 | 3 | -4/+8 |
|\ |
|
| * | Store projects in metrics for email replies | Sean McGivern | 2017-04-20 | 2 | -4/+4 |
| * | Add metrics events for incoming emails | Sean McGivern | 2017-04-20 | 1 | -0/+4 |
* | | Merge branch 'issuable-state-custom-links' into 'master'
| Sean McGivern | 2017-04-20 | 1 | -2/+2 |
|\ \ |
|
| * | | Do not append issuable state to links with custom anchorissuable-state-custom-links | Adam Niedzielski | 2017-04-19 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'plantuml-filter-after-highlight' into 'master'
| Sean McGivern | 2017-04-20 | 1 | -4/+4 |
|\ \ |
|
| * | | Fix PlantUML integration in GFMplantuml-filter-after-highlight | Adam Niedzielski | 2017-04-19 | 1 | -4/+4 |
* | | | Use constants in Gitlab::MarkupHelper | Douwe Maan | 2017-04-20 | 1 | -9/+16 |
* | | | Refactor changing files in web UI | Douwe Maan | 2017-04-20 | 6 | -39/+42 |
* | | | Merge branch 'query-users-by-extern-uid' into 'master' | Robert Speicher | 2017-04-19 | 1 | -8/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | Implement search by extern_uid in Users API | Robin Bobbitt | 2017-04-18 | 1 | -8/+14 |
* | | | Merge branch 'issuable-state-only-notes-and-description' into 'master'
| Sean McGivern | 2017-04-19 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Display issuable state only in notes and issuable description | Adam Niedzielski | 2017-04-19 | 1 | -0/+2 |
* | | | Merge branch 'usage-ping-port' into 'master'
| Sean McGivern | 2017-04-19 | 7 | -1/+130 |
|\ \ \ |
|
| * | | | Remove unused user activities code | Sean McGivern | 2017-04-14 | 4 | -78/+1 |
| * | | | Expose `last_activity_on` in the User API | Rémy Coutable | 2017-04-14 | 2 | -9/+9 |
| * | | | Add a new Gitlab::UserActivities class to track user activities | Rémy Coutable | 2017-04-14 | 3 | -83/+34 |
| * | | | Port 'Add user activities API' to CE | Sean McGivern | 2017-04-14 | 6 | -1/+172 |
| * | | | Remove user activities table and use redis instead of PG for recording activi... | James Lopez | 2017-04-14 | 1 | -0/+7 |
| * | | | Add user activity service and spec. Also added relevant - NOT offline - migra... | James Lopez | 2017-04-14 | 1 | -0/+12 |
| * | | | Add prometheus services to usage ping | Sean McGivern | 2017-04-14 | 1 | -0/+1 |
| * | | | Add edition to usage ping | Sean McGivern | 2017-04-14 | 1 | -5/+8 |
| * | | | Add Upload count to usage data | Robert Speicher | 2017-04-14 | 1 | -0/+1 |
| * | | | Used named parameter for refreshing usage data | Stan Hu | 2017-04-14 | 1 | -4/+4 |
| * | | | Cache the last usage data to avoid unicorn timeouts | Stan Hu | 2017-04-14 | 1 | -4/+4 |
| * | | | Port 'Add uuid to usage ping' to CE | Sean McGivern | 2017-04-14 | 1 | -1/+4 |
| * | | | Track Mattermost usage | Z.J. van de Weg | 2017-04-14 | 1 | -1/+2 |
| * | | | Remove pushes count from usage ping payload | Ruben Davila | 2017-04-14 | 1 | -1/+0 |
| * | | | Port 'Add more usage data to EE ping' to CE | Sean McGivern | 2017-04-14 | 1 | -0/+57 |
* | | | | Fix duplicated container repository names | Grzegorz Bizon | 2017-04-18 | 1 | -2/+8 |
| |/ /
|/| | |
|
* | | | Merge branch 'fix/improve-gitaly-unsupported-address-error' into 'master'
| Robert Speicher | 2017-04-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Improve gitaly_address error messagefix/improve-gitaly-unsupported-address-error | Ahmad Sherif | 2017-04-08 | 1 | -1/+1 |
* | | | | Improves support for long build traces: | Filipa Lacerda | 2017-04-18 | 1 | -1/+1 |
* | | | | Use &. because rubocop. Seriously I don't think this makes sense | Lin Jen-Shin | 2017-04-18 | 1 | -1/+1 |
* | | | | Just enforce the output encoding for Ansi2html | Lin Jen-Shin | 2017-04-18 | 2 | -11/+4 |
* | | | | Merge branch 'dm-git-blob-sizes' into 'master'
| Robert Speicher | 2017-04-18 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Normalize sizes in Gitlab::Git::Blob | Douwe Maan | 2017-04-17 | 1 | -2/+2 |
* | | | | | Does not remove the GitHub remote when importing from GitHub | Douglas Barbosa Alexandre | 2017-04-18 | 1 | -1/+0 |
|/ / / / |
|
* | | | | Set the encoding in c'tor and explain why it's finefix-trace-encoding | Lin Jen-Shin | 2017-04-17 | 1 | -8/+8 |
* | | | | Only set the encoding before passing to Ansi2html | Lin Jen-Shin | 2017-04-17 | 2 | -5/+8 |
* | | | | Don't try to read if there's no trace | Lin Jen-Shin | 2017-04-17 | 1 | -0/+2 |
* | | | | Make sure @stream.each_line would tag Encoding.default_external | Lin Jen-Shin | 2017-04-17 | 1 | -0/+2 |
* | | | | Make sure we're giving Encoding.default_external | Lin Jen-Shin | 2017-04-17 | 1 | -2/+2 |
* | | | | Fix regression in rendering Markdown references that do not existsh-fix-base-parser | Stan Hu | 2017-04-15 | 1 | -1/+2 |
| |/ /
|/| | |
|
* | | | Merge branch '30349-create-users-build-service' into 'master'
| Rémy Coutable | 2017-04-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Implement Users::BuildService | geoandri | 2017-04-13 | 1 | -1/+1 |
* | | | | Merge branch 'branch-versions' into 'master'
| Rémy Coutable | 2017-04-14 | 4 | -34/+22 |
|\ \ \ \ |
|
| * | | | | Expand components version specification format to allow branchesbranch-versions | Alejandro Rodríguez | 2017-04-13 | 4 | -34/+22 |
* | | | | | Merge branch 'fix-appending-state-to-issuable-references' into 'master'
| Robert Speicher | 2017-04-13 | 1 | -2/+2 |
|\ \ \ \ \ |
|