summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'an-opentracing-propagation' into 'master'Kamil Trzciński2019-01-227-1/+241
|\
| * Adds inter-service OpenTracing propagationAndrew Newdigate2019-01-227-1/+241
* | Merge branch '55966-when-ref-is-ambiguous-createpipelineservice-raises-an-err...Grzegorz Bizon2019-01-222-1/+4
|\ \
| * | Assign pipeline protected attribute in PopulateMatija Čupić2019-01-212-19/+4
| * | Move assignment to protected to separate stepMatija Čupić2019-01-183-3/+19
| * | Prevent checking protected_ref? for ambiguous refsMatija Čupić2019-01-161-0/+2
* | | Merge branch '56547-limit-sidekiq-logging-based-on-argument-size' into 'master'Stan Hu2019-01-221-0/+17
|\ \ \
| * | | Limit Sidekiq args logging to 10 KB of JSONSean McGivern2019-01-221-0/+17
| | |/ | |/|
* | | Merge branch 'force-redeploy-on-updated-secrets' into 'master'Kamil Trzciński2019-01-221-10/+12
|\ \ \
| * | | Changed AutoDevops function k8s_prefixed_variables to temp filewalkafwalka2019-01-191-16/+10
| * | | Force Auto DevOps redeployment when application secrets are updatedwalkafwalka2019-01-181-0/+8
* | | | Merge branch 'sh-preload-associations-for-group-api' into 'master'Douwe Maan2019-01-211-2/+6
|\ \ \ \
| * | | | Eliminate N+1 queries in /api/groups/:idStan Hu2019-01-191-2/+6
* | | | | Search project tags via APIRobert Schilling2019-01-211-2/+5
|/ / / /
* | | | Merge branch 'api-nested-group-permission' into 'master'Nick Thomas2019-01-181-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Return max group access level in the projects APIAlejandro Rodríguez2019-01-161-1/+1
* | | | Avoid overwriting default jaeger values with nilAndrew Newdigate2019-01-181-1/+1
| |/ / |/| |
* | | Merge branch '26375-markdown-footnotes-not-working' into 'master'Lin Jen-Shin2019-01-173-5/+93
|\ \ \
| * | | Refactoring and addressing review commentsBrett Walker2019-01-172-16/+25
| * | | Updates based on review commentsBrett Walker2019-01-102-9/+9
| * | | Properly process footnotes in markdownBrett Walker2019-01-083-2/+81
* | | | Merge branch 'backup_restore_fix_issue_46891' into 'master'Rémy Coutable2019-01-171-2/+8
|\ \ \ \
| * | | | Modify file restore to rectify tar issueJason Colyer2019-01-171-1/+1
| * | | | Modify file restore to rectify tar issueJason Colyer2019-01-171-6/+4
| * | | | Modify file restore to rectify tar issueJason Colyer2019-01-171-6/+4
| * | | | Modified files.rb to handle tar errorJason Colyer2019-01-161-2/+12
* | | | | Merge branch '47988-improve-milestone-queries-with-subq' into 'master'Andreas Brandl2019-01-171-2/+2
|\ \ \ \ \
| * | | | | Fix MilestonesFinder to pass relations to scopeHeinrich Lee Yu2019-01-121-2/+2
* | | | | | Merge branch 'an-opentracing-factory' into 'master'Kamil Trzciński2019-01-173-0/+175
|\ \ \ \ \ \
| * | | | | | Conditionally initialize the global opentracing tracerAndrew Newdigate2019-01-173-0/+175
* | | | | | | API for importing external reposBen2019-01-172-0/+47
|/ / / / / /
* | | | | | Added support for custom hosts/domainsAaron Walker2019-01-171-0/+10
* | | | | | Merge branch '56309-read-only-controller-doesn-t-account-for-relative-paths-f...Stan Hu2019-01-161-5/+13
|\ \ \ \ \ \
| * | | | | | Bang up predicate methods and use #internal_route?Ash McKenzie2019-01-161-3/+7
| * | | | | | Allow sidekiq admin requests, regardless of rootAsh McKenzie2019-01-161-3/+7
* | | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-01-162-0/+35
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'security-2770-verify-bundle-import-files' into 'master'Yorick Peterse2019-01-162-0/+35
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Validate bundle files before unpacking themNick Thomas2019-01-102-0/+35
* | | | | | | Merge branch 'refactor-after-create-default-branch' into 'master'Nick Thomas2019-01-161-0/+42
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Refactor code for protecting default branchesYorick Peterse2019-01-161-0/+42
* | | | | | | Extract process_name from GitLab::SentryAndrew Newdigate2019-01-162-8/+8
* | | | | | | Merge branch 'shared_with_group_path' into 'master'Nick Thomas2019-01-161-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Add group full path to project's shared_with_groupsMathieu Parent2019-01-151-1/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'fix-trivial-accessors' into 'master'Rémy Coutable2019-01-162-9/+3
|\ \ \ \ \ \ \
| * | | | | | | chore(rubocop): fix Style/TrivialAccessors issuesSemyon Pupkov2019-01-162-9/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'zj-feature-gate-set-project-path' into 'master'Kamil Trzciński2019-01-162-8/+45
|\ \ \ \ \ \ \
| * | | | | | | Allow setting of feature gates per projectZeger-Jan van de Weg2019-01-142-8/+45
* | | | | | | | Merge branch 'update-sidekiq-cron' into 'master'Kamil Trzciński2019-01-161-5/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Adopt Fugit to replace Rufus::SchedulerLin Jen-Shin2019-01-151-5/+2
* | | | | | | | API: Fix default branch protection setting for Admin APIRobert Schilling2019-01-151-1/+1
|/ / / / / / /