summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/gb/ci-pipeline-bridge' into 'master'Kamil Trzciński2018-12-122-0/+42
|\
| * Add basic implementation of CI/CD bridge jobGrzegorz Bizon2018-12-122-0/+42
* | Merge branch 'fix-rubocop-issues' into 'master'Rémy Coutable2018-12-122-5/+5
|\ \
| * | Fix ConstantName rubocop offenseSemyon Pupkov2018-12-092-5/+5
* | | Merge branch 'sh-fix-diff-check-issue-55137-ce' into 'master'Stan Hu2018-12-111-1/+2
|\ \ \
| * | | Remove now-unnecessary checksDouwe Maan2018-12-111-1/+1
| * | | Fix DiffCheck failing due to invalid string argumentStan Hu2018-12-111-0/+1
* | | | Update GitLab Workhorse to v8.0.0Nick Thomas2018-12-111-1/+0
* | | | Merge branch '7788_parse_license_management_reports_in_be-ce' into 'master'Kamil Trzciński2018-12-114-22/+31
|\ \ \ \
| * | | | Generalise test compare serviceGilbert Roulot2018-12-114-22/+31
| |/ / /
* | | | Fix MR pipelines run on only: refexShinya Maeda2018-12-111-4/+8
|/ / /
* | | Merge branch '55116-runtimeerror-can-t-modify-frozen-string' into 'master'Douwe Maan2018-12-101-1/+1
|\ \ \
| * | | Fix a frozen string error in lib/gitlab/utils.rbRémy Coutable2018-12-101-1/+1
| | |/ | |/|
* | | Merge branch 'sh-remove-gitlab-shell-include' into 'master'Rémy Coutable2018-12-102-3/+0
|\ \ \ | |/ / |/| |
| * | Remove unnecessary includes of ShellAdapterStan Hu2018-12-052-3/+0
| |/
* | Merge branch 'sh-ignore-arrays-url-sanitizer' into 'master'Rémy Coutable2018-12-101-0/+1
|\ \
| * | Only allow strings in URL::Sanitizer.valid?Stan Hu2018-12-091-0/+1
* | | Merge branch '54626-able-to-download-a-single-archive-file-with-api-by-ref-na...Grzegorz Bizon2018-12-101-0/+24
|\ \ \
| * | | Add endpoint to download single artifact by refSteve Azzopardi2018-12-071-0/+24
| | |/ | |/|
* | | Merge branch 'osw-update-mr-metrics-with-events-data' into 'master'Douwe Maan2018-12-101-0/+99
|\ \ \
| * | | Populate MR metrics with events table information (migration)osw-update-mr-metrics-with-events-dataOswaldo Ferreira2018-12-061-0/+99
* | | | Use new reports syntax for SAST in Auto DevOpsFabio Busatto2018-12-101-1/+2
| |_|/ |/| |
* | | Resolve "Extended user centric tooltips"Tim Zallmann2018-12-081-1/+1
* | | Merge branch 'ce-jej/group-saml-sso-button-link-description' into 'master'Clement Ho2018-12-081-1/+8
|\ \ \
| * | | Allow URLs to be validated as ascii_onlyJames Edwards-Jones2018-12-061-1/+8
* | | | Merge branch '55054-correlation-ids-being-passed-through-grpc-metadata-are-in...Stan Hu2018-12-081-1/+1
|\ \ \ \
| * | | | Rename the correlation field from `correlation_id` to `x-gitlab-correlation-id`Andrew Newdigate2018-12-071-1/+1
* | | | | Merge branch 'tc-backfill-hashed-project_repositories' into 'master'Stan Hu2018-12-071-0/+134
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fill project_repositories for hashed storageDouglas Barbosa Alexandre2018-12-061-41/+51
| * | | | Fill project_repositories for hashed storageToon Claes2018-12-061-0/+124
| | |/ / | |/| |
* | | | Changed frontmatter filtering to support YAML, JSON, TOML, and arbitrary lang...Travis Miller2018-12-073-28/+35
* | | | Merge branch 'ce-issue_5603' into 'master'Dmitriy Zaporozhets2018-12-071-16/+50
|\ \ \ \
| * | | | [CE] - Add milestones autocomplete for epicsFelipe Artur2018-12-071-16/+50
* | | | | Allow public forks to be deduplicatedZeger-Jan van de Weg2018-12-073-0/+114
|/ / / /
* | | | Merge branch 'store-correlation-logs' into 'master'Stan Hu2018-12-0710-9/+134
|\ \ \ \
| * | | | Add `::` to Gitlab::Middleware::CorrelationIdKamil Trzciński2018-12-071-1/+1
| * | | | Revert "Prefer to use correlation-id in logs"Kamil Trzciński2018-12-063-3/+3
| * | | | Prefer to use correlation-id in logsKamil Trzciński2018-12-063-3/+3
| * | | | Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil Trzciński2018-12-0610-9/+134
| | |_|/ | |/| |
* | | | Merge branch '48889-populate-merge_commit_sha' into 'master'Douwe Maan2018-12-071-0/+132
|\ \ \ \
| * | | | Fix commit with two parents is set with wrong direct_ancestorMark Chao2018-12-071-11/+22
| * | | | Update merge request's merge_commit for branch updateMark Chao2018-12-071-0/+121
* | | | | Merge branch '7772-add-subscription-table-to-gitlab-com-billing-areas-ce' int...Douwe Maan2018-12-072-2/+18
|\ \ \ \ \
| * | | | | Backports some changes from gitlab-ee!7885Rubén Dávila2018-12-072-2/+18
| |/ / / /
* | | | | Encrypt CI/CD builds tokensKamil Trzciński2018-12-071-0/+1
|/ / / /
* | | | Revert "Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'"Robert Speicher2018-12-061-1/+0
| |/ / |/| |
* | | Add feature flag for workhorse content type calculationFrancisco Javier López2018-12-061-0/+1
* | | Merge branch '19376-post-bfg-cleanup' into 'master'Douglas Barbosa Alexandre2018-12-063-0/+65
|\ \ \
| * | | Use BFG object maps to clean projectsNick Thomas2018-12-063-0/+65
* | | | Merge branch '54975-fix-web-hooks-rake-task' into 'master'Stan Hu2018-12-061-13/+32
|\ \ \ \