summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update environments.md35657-fix-prometheus-docs-to-indicate-kubernetes-is-not-required-docsJoshua Lambert2017-07-271-2/+1
* Merge branch 'remove_custom_devise_failure_app' into 'master'Robert Speicher2017-07-272-29/+6
|\
| * Remove GitLab custom fealure app for deviseValery Sizov2017-07-272-29/+6
* | Merge branch 'harish-update-backup-restore-docs' into 'master'Achilleas Pipinellis2017-07-271-7/+7
|\ \
| * | Docs: Specify that backup restoration must be of the same typeHarish Ramachandran2017-07-041-7/+7
* | | Merge branch 'pawel/prometheus_client_pid_reuse_error' into 'master'Robert Speicher2017-07-274-3/+11
|\ \ \
| * | | Update prometheus client gem to fix problems with PID handling followingpawel/prometheus_client_pid_reuse_errorPawel Chojnacki2017-07-274-3/+11
* | | | Merge branch '35577-fix-image-blob-display-due-to-lazy-image-loading' into 'm...Sean McGivern2017-07-273-10/+11
|\ \ \ \
| * | | | Changed Images in Blob Viewer to image_tag35577-fix-image-blob-display-due-to-lazy-image-loadingTim Zallmann2017-07-273-10/+11
| * | | | Added lazy class to Blob Images + DiffsTim Zallmann2017-07-272-8/+8
* | | | | Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets2017-07-2778-39/+2077
|\ \ \ \ \
| * | | | | add "GPG Keys" to new navigationAlexis Reigel2017-07-271-0/+4
| * | | | | remove log statements from workersAlexis Reigel2017-07-274-30/+3
| * | | | | improve gpg key validationAlexis Reigel2017-07-272-3/+12
| * | | | | optimize query, only select relevant db columnsAlexis Reigel2017-07-272-11/+54
| * | | | | add unique index for gpg_signatures#commit_shaAlexis Reigel2017-07-272-2/+2
| * | | | | validate the foreign_key instead of the relationAlexis Reigel2017-07-272-2/+2
| * | | | | update all records at once using `update_all`Alexis Reigel2017-07-271-6/+5
| * | | | | simplify nil handlingAlexis Reigel2017-07-272-2/+5
| * | | | | add unique indexes to gpg_keysAlexis Reigel2017-07-272-2/+4
| * | | | | use Module#prepend instead of alias_method_chainAlexis Reigel2017-07-271-16/+12
| * | | | | extract setter as before_actionAlexis Reigel2017-07-271-4/+8
| * | | | | upcase in the model instead of in the viewAlexis Reigel2017-07-274-2/+14
| * | | | | no more more :length due to mysql set_index hackAlexis Reigel2017-07-271-13/+0
| * | | | | mysql hack: set length for binary indexesAlexis Reigel2017-07-271-0/+25
| * | | | | fetch gpg signature badges by ajaxAlexis Reigel2017-07-2711-16/+75
| * | | | | length constrain on the index, not on the columnAlexis Reigel2017-07-273-11/+20
| * | | | | use db's on_delete instead of has_many :dependentAlexis Reigel2017-07-275-8/+8
| * | | | | use short project path helpersAlexis Reigel2017-07-271-6/+6
| * | | | | use text instead of string for db columnsAlexis Reigel2017-07-272-4/+4
| * | | | | use ShaAttribute for gpg table columnsAlexis Reigel2017-07-278-10/+25
| * | | | | merge migrations to 1 single create per tableAlexis Reigel2017-07-275-55/+25
| * | | | | nicer email badges on the profile gpg pageAlexis Reigel2017-07-274-13/+32
| * | | | | display gpg key in the popover with monospace fontAlexis Reigel2017-07-271-1/+2
| * | | | | swap user's name and the user's usernameAlexis Reigel2017-07-272-3/+3
| * | | | | show gpg key's user info when no profile existsAlexis Reigel2017-07-272-9/+38
| * | | | | store gpg user name and email on the signatureAlexis Reigel2017-07-279-22/+88
| * | | | | unify commit signature colors with pipeline statusAlexis Reigel2017-07-273-24/+31
| * | | | | user may now revoke a gpg keyAlexis Reigel2017-07-277-3/+102
| * | | | | use lighter gray for unverified gpg signatureAlexis Reigel2017-07-271-3/+3
| * | | | | use svg icons for gpg popoversAlexis Reigel2017-07-273-5/+21
| * | | | | add notfound icon (question mark)Alexis Reigel2017-07-271-0/+1
| * | | | | don't use assignment in if conditionAlexis Reigel2017-07-271-4/+6
| * | | | | generate gpg signature on pushAlexis Reigel2017-07-275-0/+108
| * | | | | improve spacing / alignments in gpg popupAlexis Reigel2017-07-275-36/+27
| * | | | | use existing status-box css class for gpg badgeAlexis Reigel2017-07-274-15/+17
| * | | | | use the correct flex classes on the commits listAlexis Reigel2017-07-272-3/+3
| * | | | | extract common methodAlexis Reigel2017-07-272-21/+30
| * | | | | also update gpg_signatures when gpg_key is nullAlexis Reigel2017-07-272-16/+56
| * | | | | remove duplicate statementAlexis Reigel2017-07-271-4/+0