summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Use proper scope when accessting application settingsGrzegorz Bizon2018-12-031-1/+1
| * | | | | | Merge commit '6852680584a1b22788f451457a6042eabf862a73' into fix/gb/encrypt-r...Grzegorz Bizon2018-11-293-17/+73
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into fix/gb/encrypt-runners-tokensGrzegorz Bizon2018-11-2838-306/+477
| |\ \ \ \ \ \ \
| * | | | | | | | Pad encryption keys with UTF-8 0 instead of \0 charGrzegorz Bizon2018-11-281-1/+1
| * | | | | | | | Expire application settings after encrypting tokensGrzegorz Bizon2018-11-281-0/+5
| * | | | | | | | Improve token authenticable tests and exceptionsGrzegorz Bizon2018-11-271-1/+2
| * | | | | | | | Reduce Sidekiq signature of scheduled tokens migrationGrzegorz Bizon2018-11-231-1/+9
| * | | | | | | | Add specs for runners tokens encryption migrationGrzegorz Bizon2018-11-231-3/+7
| * | | | | | | | Improve test cases description in token-related specsGrzegorz Bizon2018-11-231-1/+1
| * | | | | | | | Fix static analysis in utf8 helper methodsGrzegorz Bizon2018-11-231-1/+1
| * | | | | | | | Ensure that db encryption keys have proper bytesizeGrzegorz Bizon2018-11-222-2/+16
| * | | | | | | | Do not append new line to Base64 encoded encrypted valueGrzegorz Bizon2018-11-211-1/+1
| * | | | | | | | Schedule background migration for encrypting runners tokensGrzegorz Bizon2018-11-211-0/+20
| * | | | | | | | Add migratable models for runners tokens migrationGrzegorz Bizon2018-11-216-6/+120
| * | | | | | | | Merge remote-tracking branch 'dev/master' into security-encrypt-runners-tokensGrzegorz Bizon2018-11-21322-110/+818
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Encrypt runners communication token in the databaseGrzegorz Bizon2018-11-202-1/+5
| * | | | | | | | | Exclude runners tokens from GitLab project exportsGrzegorz Bizon2018-11-202-1/+5
* | | | | | | | | | CE port Refactor Gitlab::Checks::ChangeAccess classFrancisco Javier López2018-12-048-281/+355
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Revert "Merge branch 'auto-devops-support-for-group-security-dashboard' into ...Fabio Busatto2018-12-041-32/+0
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Lower the tablesample thresholds/targets.Andreas Brandl2018-12-031-2/+2
* | | | | | | | Move strategies in their own filesAndreas Brandl2018-12-034-155/+176
* | | | | | | | Fix comment.Andreas Brandl2018-12-031-1/+1
* | | | | | | | Refactor estimate queryAndreas Brandl2018-12-031-19/+18
* | | | | | | | Fix rubocop offenses.Andreas Brandl2018-12-031-3/+5
* | | | | | | | Add feature flag for tablesample counting.Andreas Brandl2018-12-031-0/+4
* | | | | | | | Implement TablesampleCountStrategy.Andreas Brandl2018-12-031-20/+108
* | | | | | | | More specs for fallback testing.Andreas Brandl2018-12-031-0/+3
* | | | | | | | Refactor specs to separate concerns.Andreas Brandl2018-12-031-9/+1
* | | | | | | | Flexible approximate counts with fallback strategies.Andreas Brandl2018-12-031-14/+18
* | | | | | | | Simplify to use models instead of tables.Andreas Brandl2018-12-031-23/+23
* | | | | | | | Add ExactCountStrategy.Andreas Brandl2018-12-031-0/+13
* | | | | | | | Extract ReltuplesCountStrategy.Andreas Brandl2018-12-031-20/+37
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'improve_auto_devops_migration_debug' into 'master'Dmitriy Zaporozhets2018-12-031-0/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Add echo so that we know which branch was takenThong Kuah2018-12-031-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | ci/config: generalize Config validation into Gitlab::Config:: moduleKamil Trzciński2018-11-2950-828/+811
|/ / / / /
* | | | | Merge branch '51083-fix-move-api' into 'master'Rémy Coutable2018-11-291-1/+2
|\ \ \ \ \
| * | | | | Commits API: Preserve file content in move operations if unspecifiedNick Thomas2018-11-281-1/+2
* | | | | | Add config to disable impersonationImre Farkas2018-11-291-0/+3
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'security-11-5-fix-webhook-ssrf-ipv6' into 'security-11-5'Steve Azzopardi2018-11-281-4/+8
* | | | | Merge branch 'security-fj-crlf-injection' into 'master'Cindy Pallares2018-11-281-5/+14
* | | | | Merge branch 'security-fix-pat-web-access' into 'master'Cindy Pallares2018-11-282-6/+47
* | | | | Merge branch 'security-stored-xss-for-environments' into 'master'Cindy Pallares2018-11-281-2/+4
| |_|_|/ |/| | |
* | | | Merge branch '50341-cleanup-useless-project-import-attributes' into 'master'Douwe Maan2018-11-286-9/+8
|\ \ \ \
| * | | | Removes all the irrelevant import related code and columnsTiago Botelho2018-11-276-9/+8
| |/ / /
* | | | Ensure all Routables have a parentToon Claes2018-11-271-10/+17
* | | | Disable the `type` STI column for the migrationToon Claes2018-11-271-0/+1
* | | | Always run CleanUp before writing the git configToon Claes2018-11-271-1/+2
* | | | Run repository cleanup on failureToon Claes2018-11-271-1/+8
* | | | Retry the failing projectsToon Claes2018-11-271-9/+52
* | | | Move code to a BackgroundMigrationToon Claes2018-11-271-0/+150