summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Use proper finder helper to get existing labelsRobert Schilling2019-01-311-11/+13
| | * | | | | | | fix rebasingRobert Schilling2019-01-312-10/+1
| | * | | | | | | Replace findersRobert Schilling2019-01-312-5/+5
| | * | | | | | | Incorporate feedback from NickRobert Schilling2019-01-313-19/+14
| | * | | | | | | Add changelog, version information, frozen string literalsRobert Schilling2019-01-311-0/+6
| | * | | | | | | Add subscription API for the group label APIRobert Schilling2019-01-313-15/+28
| | * | | | | | | Add specsRobert Schilling2019-01-312-8/+10
| | * | | | | | | Inital API implementation for group labelsRobert Schilling2019-01-312-0/+87
| * | | | | | | | Modifying gitaly search files client to add chunking supportJohn Cai2019-02-061-3/+30
| * | | | | | | | Merge branch 'bjk/56788_unicorn_labels' into 'master'Stan Hu2019-02-061-4/+4
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Clean up unicorn sampler metric labelsBen Kochie2019-02-061-4/+4
| * | | | | | | | Merge branch 'sh-log-project-name-with-gitaly' into 'master'Rémy Coutable2019-02-0610-45/+94
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Rename gl_project_name -> gl_project_pathsh-log-project-name-with-gitalyStan Hu2019-02-054-22/+22
| | * | | | | | | | Add more tests and comments around Wiki formattingStan Hu2019-02-051-0/+1
| | * | | | | | | | Add convenience methods for creating project and Wiki repositoriesStan Hu2019-02-052-1/+9
| | * | | | | | | | Add comment to explain why gl_repository is blankStan Hu2019-02-051-0/+3
| | * | | | | | | | Rename name -> disk_path in create_repositoryStan Hu2019-02-051-4/+4
| | * | | | | | | | Refactor use of Shell.import_repository for WikisStan Hu2019-02-056-9/+45
| | * | | | | | | | Clean up Shell.fork_repositoryStan Hu2019-02-051-14/+7
| | * | | | | | | | Send project name with Gitaly repository requestsStan Hu2019-02-058-28/+36
| * | | | | | | | | Fix #44332 - Add support for profile and emailGotenXiao2019-02-061-1/+4
* | | | | | | | | | Rename setting, fix wordingsFabian Schneider2019-02-061-2/+1
* | | | | | | | | | Add setting for first day of the weekFabian Schneider2019-02-061-0/+2
|/ / / / / / / / /
* | | | | | | | | Avoid race conditions when creating GpgSignatureBob Van Landuyt2019-02-061-3/+4
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'security-makrdown-release-description-vulnerability' into 'master'Yorick Peterse2019-02-061-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Markdown of release notesShinya Maeda2019-01-301-1/+3
| * | | | | | | | [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-281-3/+3
| * | | | | | | | Merge branch 'security-import-path-logging' into 'master'Yorick Peterse2019-01-251-12/+27
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix path disclosure on Project ImportJames Lopez2019-01-071-12/+27
| * | | | | | | | | Merge branch 'security-import-project-visibility' into 'master'Yorick Peterse2019-01-251-1/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix tree restorer visibility levelJames Lopez2019-01-241-1/+8
| * | | | | | | | | | Merge branch 'security-fix-user-email-tag-push-leak' into 'master'Yorick Peterse2019-01-241-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix private user email being visible in tag webhooksLuke Duncalfe2019-01-181-1/+1
| * | | | | | | | | | | Merge branch 'extract-pages-with-rubyzip' into 'master'Yorick Peterse2019-01-243-0/+206
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Extract GitLab Pages using RubyZipKamil Trzciński2019-01-223-0/+206
| * | | | | | | | | | | | Merge branch 'security-fix-lfs-import-project-ssrf-forgery' into 'master'Yorick Peterse2019-01-242-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Added validations to prevent LFS object forgeryFrancisco Javier López2019-01-212-5/+7
| * | | | | | | | | | | | | Merge branch 'security-pipeline-trigger-tokens-exposure' into 'master'Yorick Peterse2019-01-243-6/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Present all pipeline triggers using trigger presenterGrzegorz Bizon2019-01-151-3/+3
| | * | | | | | | | | | | | | Do not expose trigger token when user should not see itGrzegorz Bizon2019-01-153-3/+35
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'security-fix-regex-dos' into 'master'Yorick Peterse2019-01-241-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix slow project reference pattern regexHeinrich Lee Yu2019-01-111-1/+2
| * | | | | | | | | | | | | | Merge branch 'security-2769-idn-homograph-attack' into 'master'Yorick Peterse2019-01-243-12/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Show tooltip for malicious looking linksBrett Walker2019-01-213-12/+89
| * | | | | | | | | | | | | | | Merge branch 'security-2779-fix-email-comment-permissions-check' into 'master'Yorick Peterse2019-01-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Prevent comments by email when issue is lockedHeinrich Lee Yu2019-01-221-1/+1
| | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch '52568-external-mr-diffs' into 'master'Sean McGivern2019-02-061-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Allow MR diffs to be placed into an object storeNick Thomas2019-02-051-0/+5
* | | | | | | | | | | | | | | | Fix MySQL error when truncating a table that doesn't existJose Torres2019-02-051-2/+3
| |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'ce-reduce-diff-in-ci-create_pipeline_service' into 'master'Nick Thomas2019-02-053-0/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \