summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve pgloader documentationsh-pgloader-fixesStan Hu2017-10-061-4/+158
* Merge branch 'add-delete-issue-docs' into 'master'Victor Wu2017-10-064-0/+16
|\
| * Add delete issue docsWilliam Chia2017-10-064-0/+16
|/
* Merge branch 'content-title-link-hover-bg' into 'master'Annabel Dunstone Gray2017-10-062-1/+6
|\
| * Fixed the navbar title hover style being applied outside the navbarcontent-title-link-hover-bgPhil Hughes2017-10-052-1/+6
* | Merge branch 'replace_project_merge_requests.feature' into 'master'Rémy Coutable2017-10-0622-986/+773
|\ \
| * | Replace the 'project/merge_requests.feature' spinach test with an rspec analogreplace_project_merge_requests.featureVitaliy @blackst0ne Klachkov2017-10-0522-986/+773
* | | Merge branch 'adjusting-tooltips' into 'master'Annabel Dunstone Gray2017-10-064-0/+18
|\ \ \
| * | | Adjust tooltips to adhere to 8px grid and make them more readableDimitrie Hoekstra2017-10-064-0/+18
|/ / /
* | | Merge branch 'api-sentry-extra' into 'master'Douwe Maan2017-10-063-3/+31
|\ \ \
| * | | Send API parameters as extra data for sentry errorsapi-sentry-extraAlejandro Rodríguez2017-10-053-3/+31
* | | | Merge branch 'valid-branch-name-dash-bug' into 'master'Sean McGivern2017-10-063-1/+11
|\ \ \ \
| * | | | Prevent branches or tags from starting with invalid characters (e.g. -, .)valid-branch-name-dash-bugJacob Schatz2017-10-053-1/+11
* | | | | Merge branch '36829-gpg-commit-not-verified-if-signed-with-a-subkey' into 'ma...Douwe Maan2017-10-0628-20/+828
|\ \ \ \ \
| * | | | | Add more specs.36829-gpg-commit-not-verified-if-signed-with-a-subkeyRubén Dávila2017-10-056-14/+203
| * | | | | Small refactor and fix for RuboCopRubén Dávila2017-10-052-8/+7
| * | | | | Don't call update signature worker when there aren't subkeysRubén Dávila2017-10-051-1/+4
| * | | | | Convert migrations to generate subkeys to a background migrationRubén Dávila2017-10-053-18/+32
| * | | | | Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila2017-10-056-3/+66
| * | | | | Address some feedback from last code reviewRubén Dávila2017-10-056-6/+15
| * | | | | Remove no longer required methodsRubén Dávila2017-10-051-10/+0
| * | | | | Convert migration to a post deployment migrationRubén Dávila2017-10-051-0/+0
| * | | | | Add CHANGELOG entryRubén Dávila2017-10-051-0/+5
| * | | | | Add migration to generate GpgKeySubkeys records and update signaturesRubén Dávila2017-10-051-0/+59
| * | | | | Fix some broken specsRubén Dávila2017-10-052-3/+3
| * | | | | Address feedback from last code reviewRubén Dávila2017-10-056-16/+16
| * | | | | Consider GPG subkeys when trying to update invalid GPG signaturesRubén Dávila2017-10-051-1/+2
| * | | | | Remove unused associationRubén Dávila2017-10-051-1/+0
| * | | | | Add more specs to cover subkeys scenariosRubén Dávila2017-10-054-0/+252
| * | | | | Add some basic specs and refactor model and validationsRubén Dávila2017-10-0510-11/+114
| * | | | | Add missing DOWNTIME declarationRubén Dávila2017-10-051-0/+2
| * | | | | Render GPG subkeys on index pageRubén Dávila2017-10-054-1/+19
| * | | | | Associate GgpSignature with GpgKeySubkey if comes from a subkeyRubén Dávila2017-10-056-13/+56
| * | | | | Add ability to include subkeys when finding by fingerprintRubén Dávila2017-10-052-1/+12
| * | | | | Refactor the extraction and generation of GPG subkeysRubén Dávila2017-10-052-21/+5
| * | | | | Use a separate model to handle GPG subkeysRubén Dávila2017-10-055-12/+22
| * | | | | Delegate #key to parent when working with a GPG subkeyRubén Dávila2017-10-051-0/+5
| * | | | | Process and create subkeys when a new GPG key is createdRubén Dávila2017-10-054-2/+51
* | | | | | Merge branch 'rc/fix-flaky_example' into 'master'Grzegorz Bizon2017-10-0610-142/+507
|\ \ \ \ \ \
| * | | | | | Add new RSpecFlaky::FlakyExamplesCollection and RSpecFlaky::Config classesRémy Coutable2017-10-066-36/+250
| * | | | | | Improve the flaky examples detection jobsRémy Coutable2017-10-042-11/+14
| * | | | | | Ensure RSpecFlaky doesn't automatically update flaky examplesRémy Coutable2017-10-044-120/+268
* | | | | | | Merge branch '38846-fix-ee_compat_check_for-forks' into 'master'Sean McGivern2017-10-062-4/+7
|\ \ \ \ \ \ \
| * | | | | | | Fix the ee_compat_check task for forksRémy Coutable2017-10-062-4/+7
* | | | | | | | Merge branch 'workhorse-update' into 'master'Douwe Maan2017-10-061-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Update required Workhorse version to v3.2.0workhorse-updateAlejandro Rodríguez2017-10-051-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch '38845-skip-loading-english-frontend-translation-file' into 'mas...Phil Hughes2017-10-062-1/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Made the insertion of the English Translation File conditional + removed wind...38845-skip-loading-english-frontend-translation-fileTim Zallmann2017-10-062-1/+2
* | | | | | | | Merge branch '38696-fix-project-snippets-breadcrumb-link' into 'master'Rémy Coutable2017-10-062-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix project snippets breadcrumb linkMark Fletcher2017-10-032-1/+6