summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Change 'Todo' to 'To Do'Christie Lenneville2019-07-041-2/+2
* Fix process start timeRyan Cobb2019-07-042-13/+6
* Backports for EE's "Allow adding groups to CODEOWNERS file"Igor2019-07-041-56/+0
* Cache PerformanceBar.allowed_user_ids list locally and in RedisRémy Coutable2019-07-031-8/+20
* Only save Peek session in Redis when Peek is enabledRémy Coutable2019-07-031-0/+12
* Merge branch 'asciidoc-syntax-highlighting' into 'master'Douwe Maan2019-07-032-1/+17
|\
| * Enable AsciiDoc syntax highlighting (using Rouge)Guillaume Grossetie2019-07-022-1/+17
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2019-07-0330-897/+395
|\ \
| * \ Merge branch '44990-remove-old-i' into 'master'Nick Thomas2019-07-032-111/+0
| |\ \
| | * | Remove old migrations and specs44990-remove-old-iHeinrich Lee Yu2019-07-032-111/+0
| * | | Show upcoming status for releasesJason Goodman2019-07-031-0/+1
| * | | Add URL comments to Auto DevOps templateDylan Griffith2019-07-031-10/+10
| |/ /
| * | LC_ALL=C.UTF-8Pat Myron2019-07-021-0/+1
| * | Merge branch '59177-squash-old-migrations' into 'master'harish-and-cindy-ssl-check-rake-taskharish-and-cindy-ldap-sync-rake-tasksDmitriy Zaporozhets2019-07-026-757/+0
| |\ \
| | * | Remove background migrations for old schemasNick Thomas2019-07-026-757/+0
| | |/
| * | Merge branch 'sh-add-thread-memory-cache' into 'master'Rémy Coutable2019-07-021-0/+15
| |\ \
| | * | Add a memory cache local to the thread to reduce Redis loadStan Hu2019-07-011-0/+15
| | |/
| * | Merge branch '58808-fix-image-diff-on-text' into 'master'James Lopez2019-07-021-1/+1
| |\ \ | | |/ | |/|
| | * Don't show image diff note on text file58808-fix-image-diff-on-textPatrick Bajao2019-07-011-1/+1
| * | Merge branch 'docs-fix-typo-in-docs' into 'master'Stan Hu2019-07-011-1/+1
| |\ \
| | * | Fix a typo in lib/gitlab/search/found_blob.rbdocs-fix-typo-in-docsRémy Coutable2019-07-011-1/+1
| | |/
| * | Merge branch '9491-graphql-view-design-board-at-version-ce' into 'master'Nick Thomas2019-07-011-0/+32
| |\ \
| | * | CE backport for changes in EE MR 142929491-graphql-view-design-board-at-version-ceLuke Duncalfe2019-06-281-0/+32
| * | | Run do_master_restart callback on server startJan Provaznik2019-07-011-0/+3
| | |/ | |/|
| * | Merge branch 'tc-rake-orphan-artifacts' into 'master'Dmitriy Zaporozhets2019-07-012-0/+212
| |\ \
| | * | Add rake task to clean orphan artifact filestc-rake-orphan-artifactsToon Claes2019-06-282-0/+212
| * | | Merge branch 'add-clusters-to-deployment' into 'master'Lin Jen-Shin2019-07-011-1/+1
| |\ \ \
| | * | | Drop fallback to deployment platformThong Kuah2019-06-271-3/+1
| | * | | Use deployment's cluster for kubernetes prereqThong Kuah2019-06-271-1/+3
| * | | | Merge branch 'check-min-schema-migrate' into 'master'Robert Speicher2019-06-281-0/+5
| |\ \ \ \
| | * | | | Fix extra newline left by conflict resolutioncheck-min-schema-migrateDJ Mountney2019-06-281-1/+0
| | * | | | Merge branch 'master' into 'check-min-schema-migrate'DJ Mountney2019-06-2818-36/+145
| | |\ \ \ \
| | * | | | | Update comments and docs around min schema versionDJ Mountney2019-06-251-1/+1
| | * | | | | Move min schema version check to db:migrateDJ Mountney2019-06-251-0/+1
| | * | | | | Check supported version when migratingDJ Mountney2019-06-251-0/+4
| * | | | | | Merge branch '63874-use-process-cpu-time-instead-of-thread-for-cpu-metrics' i...Stan Hu2019-06-281-11/+3
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Use PROCESS_CPUTIME_ID for cpu time metricsAleksei Lipniagov2019-06-281-11/+3
| * | | | | | Merge branch 'transaction-metrics' into 'master'Lin Jen-Shin2019-06-282-0/+34
| |\ \ \ \ \ \
| | * | | | | | Adds metrics to measure database transactionstransaction-metricsAndrew Newdigate2019-06-282-0/+34
| * | | | | | | Merge branch 'small-s-in-elasticsearch-in-code' into 'master'Rémy Coutable2019-06-281-1/+1
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Fix typo in code comments about ElasticsearchTakuya Noguchi2019-06-281-1/+1
| * | | | | | | Merge branch 'set-higher-ttl-for-trace-write' into 'master'Kamil Trzciński2019-06-281-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Set higher TTL to write lock for tracesset-higher-ttl-for-trace-writeShinya Maeda2019-06-281-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'sh-support-subnets-ip-rate-limiter' into 'master'Thong Kuah2019-06-281-1/+16
| |\ \ \ \ \ \ \
| | * | | | | | | Support CIDR notation in IP rate limitersh-support-subnets-ip-rate-limiterStan Hu2019-06-271-1/+16
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'graphql-tree-last-commit' into 'master'Lin Jen-Shin2019-06-281-0/+25
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Added commit type to tree GraphQL typePhil Hughes2019-06-281-0/+25
| * | | | | | | Merge branch '62826-graphql-emoji-mutations' into 'master'Jan Provaznik2019-06-282-0/+22
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | GraphQL mutations for add, remove and toggle emoji62826-graphql-emoji-mutationsLuke Duncalfe2019-06-282-0/+22
| | | |/ / / / | | |/| | | |
| * | | | | | Support jsonb Default Value in add_column_with_default Migration HelperJason Goodman2019-06-281-1/+2
| |/ / / / /