summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Projects Dropdown App Servicekushalpandya2017-09-051-0/+132
| * | | | | | | | | | | | | | | Projects Dropdown Searched Projects List Componentkushalpandya2017-09-051-0/+63
| * | | | | | | | | | | | | | | Projects Dropdown Frequent Projects List Componentkushalpandya2017-09-051-0/+57
| * | | | | | | | | | | | | | | Projects Dropdown Project Item Componentkushalpandya2017-09-051-0/+96
| * | | | | | | | | | | | | | | Projects Dropdown Search Input Componentkushalpandya2017-09-051-0/+64
| * | | | | | | | | | | | | | | Projects Dropdown Root App Componentkushalpandya2017-09-051-0/+157
| * | | | | | | | | | | | | | | Projects Dropdown App Entrykushalpandya2017-09-051-0/+68
| * | | | | | | | | | | | | | | Show projects dropdown partial as nav item dropdownkushalpandya2017-09-051-2/+5
| * | | | | | | | | | | | | | | Projects Dropdown View Partialkushalpandya2017-09-051-0/+14
| * | | | | | | | | | | | | | | Add support for `sizeClass`, defaults to `s40`kushalpandya2017-09-052-7/+29
| * | | | | | | | | | | | | | | Make query param `simple` part of configkushalpandya2017-09-053-4/+8
* | | | | | | | | | | | | | | | Merge branch 'move-operation-service-call-sites' into 'master'Sean McGivern2017-09-052-18/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add Gitaly migration points for branch/tag create/deletemove-operation-service-call-sitesJacob Vosmaer2017-09-052-18/+53
* | | | | | | | | | | | | | | | | Merge branch 'docs/rm-koding' into 'master'Marcia Ramos2017-09-056-9/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Deprecate Koding in docsdocs/rm-kodingAchilleas Pipinellis2017-09-016-9/+10
* | | | | | | | | | | | | | | | | Merge branch 'feature/gpg-verification-status' into 'master'Douwe Maan2017-09-0540-282/+618
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | set the popover's viewport to the main contentAlexis Reigel2017-09-051-1/+4
| * | | | | | | | | | | | | | | | | remove obsolete migrationAlexis Reigel2017-09-051-23/+0
| * | | | | | | | | | | | | | | | | add changelogAlexis Reigel2017-09-051-0/+6
| * | | | | | | | | | | | | | | | | truncate gpg signature instead of destroyAlexis Reigel2017-09-052-21/+2
| * | | | | | | | | | | | | | | | | update gpg documentation picturesAlexis Reigel2017-09-053-0/+0
| * | | | | | | | | | | | | | | | | update gitlab-test repositoryAlexis Reigel2017-09-051-1/+1
| * | | | | | | | | | | | | | | | | use local_assigns to document partial paramsAlexis Reigel2017-09-051-1/+8
| * | | | | | | | | | | | | | | | | document new gpg verification conditionsAlexis Reigel2017-09-051-1/+2
| * | | | | | | | | | | | | | | | | remove valid_signature from gpg_signaturesAlexis Reigel2017-09-052-2/+12
| * | | | | | | | | | | | | | | | | dry up signature badge templatesAlexis Reigel2017-09-055-36/+18
| * | | | | | | | | | | | | | | | | make valid_signature an ignored columnAlexis Reigel2017-09-051-0/+3
| * | | | | | | | | | | | | | | | | drop backwards compatibility for valid_signatureAlexis Reigel2017-09-053-45/+1
| * | | | | | | | | | | | | | | | | destroy signatures instead of updating themAlexis Reigel2017-09-052-14/+21
| * | | | | | | | | | | | | | | | | destroy all signatures and add with default valueAlexis Reigel2017-09-052-3/+24
| * | | | | | | | | | | | | | | | | use User#to_reference for outputting the usernameAlexis Reigel2017-09-051-1/+1
| * | | | | | | | | | | | | | | | | update signature badges to reflect new statesAlexis Reigel2017-09-058-34/+134
| * | | | | | | | | | | | | | | | | use new #verification_statusAlexis Reigel2017-09-0511-31/+72
| * | | | | | | | | | | | | | | | | update all signatures with the verification statusAlexis Reigel2017-09-051-0/+14
| * | | | | | | | | | | | | | | | | extract partial for the signature badge userAlexis Reigel2017-09-052-21/+22
| * | | | | | | | | | | | | | | | | extract gpg commit specs to their own fileAlexis Reigel2017-09-052-101/+104
| * | | | | | | | | | | | | | | | | downcase all GpgSignature#gpg_key_user_emailAlexis Reigel2017-09-051-0/+23
| * | | | | | | | | | | | | | | | | use User#verified_email? for gpg key verificationAlexis Reigel2017-09-051-2/+2
| * | | | | | | | | | | | | | | | | add User##verified_email? methodAlexis Reigel2017-09-052-0/+18
| * | | | | | | | | | | | | | | | | simplify check for verified email in collectionAlexis Reigel2017-09-051-2/+2
| * | | | | | | | | | | | | | | | | only use symbols instead of enum hash accessorAlexis Reigel2017-09-051-7/+7
| * | | | | | | | | | | | | | | | | simplify if/else with guardsAlexis Reigel2017-09-051-7/+7
| * | | | | | | | | | | | | | | | | add verification_status: same_user_different_emailAlexis Reigel2017-09-053-5/+48
| * | | | | | | | | | | | | | | | | downcase gpg key's emailsAlexis Reigel2017-09-052-1/+16
| * | | | | | | | | | | | | | | | | extract shared exampleAlexis Reigel2017-09-051-20/+19
| * | | | | | | | | | | | | | | | | match the committer's email against the gpg keyAlexis Reigel2017-09-055-74/+166
| * | | | | | | | | | | | | | | | | pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-056-16/+41
| * | | | | | | | | | | | | | | | | add verification_status to gpg signaturesAlexis Reigel2017-09-052-0/+8
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch '37406-success-status-icon' into 'master'Phil Hughes2017-09-054-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Creates an icon only for the discussions and puts back the old SVG for CI statusFilipa Lacerda2017-09-054-2/+8
|/ / / / / / / / / / / / / / / / /