summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove extra parenthesis in PAT docsdocs/pat-typoAchilleas Pipinellis2018-07-241-1/+1
* Merge branch 'docs-add-read_repository-description' into 'master'Achilleas Pipinellis2018-07-241-0/+1
|\
| * adds read_repository scope descriptiondocs-add-read_repository-descriptionAlexander Tanayno2018-07-191-0/+1
* | Merge branch 'sh-bump-sanitize-4.6.6' into 'master'Rémy Coutable2018-07-244-5/+10
|\ \
| * | Bump nokogiri to 1.8.4 and sanitize to 4.6.6 for performancesh-bump-sanitize-4.6.6Stan Hu2018-07-234-5/+10
* | | Merge branch 'frozen-string-enable-app-serializers' into 'master'Rémy Coutable2018-07-24100-8/+216
|\ \ \
| * | | Enable frozen string in app/serializers/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-serializersgfyoung2018-07-23100-8/+216
* | | | Merge branch 'feature/add-docs-to-disable-listener' into 'master'Achilleas Pipinellis2018-07-241-23/+21
|\ \ \ \
| * | | | Add docs to disable proxy listenermaxmeyer2018-07-241-23/+21
|/ / / /
* | | | Merge branch 'revert-aeb3df17' into 'master'Achilleas Pipinellis2018-07-241-38/+0
|\ \ \ \
| * | | | Revert "Merge branch '2211-add-option-to-change-clone-path-docs' into 'master'"revert-aeb3df17Steve Azzopardi2018-07-161-38/+0
* | | | | Merge branch 'docs-no-milestone-issues-api' into 'master'Sean McGivern2018-07-241-3/+3
|\ \ \ \ \
| * | | | | Add `No+Milestone` for querying by milestonedocs-no-milestone-issues-apiVictor Wu2018-07-231-3/+3
* | | | | | Merge branch 'gitaly-remove-fetch-ref' into 'master'Sean McGivern2018-07-242-0/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Annotate Gitlab::Git::Repository#fetch_refJacob Vosmaer (GitLab)2018-07-242-0/+5
|/ / / / /
* | | | | Merge branch 'api-minimal-access-level' into 'master'Robert Speicher2018-07-2313-13/+119
|\ \ \ \ \
| * | | | | Add changelog entry for api-minimal-access-levelMarko, Peter2018-07-231-0/+5
| * | | | | Add min_access_level filter to projects APIMarko, Peter2018-07-238-8/+71
| * | | | | Add min_access_level filter to groups APIMarko, Peter2018-07-234-5/+43
* | | | | | Merge branch 'tz-mr-refactor-mem-posting' into 'master'Fatih Acet2018-07-234-31/+18
|\ \ \ \ \ \
| * | | | | | Improving performance of posting a comment by reducing memory + CPUTim Zallmann2018-07-234-31/+18
|/ / / / / /
* | | | | | Merge branch '6977-follow-up-from-ee-resolve-extract-ee-specific-files-lines-...Robert Speicher2018-07-231-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Use render instead of render_if_exists in app/views/projects/services/prometh...6977-follow-up-from-ee-resolve-extract-ee-specific-files-lines-for-some-platform-related-project-viewsRémy Coutable2018-07-231-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'sh-remove-rouge-redcarpet-instrumentation' into 'master'Lin Jen-Shin2018-07-231-2/+0
|\ \ \ \ \
| * | | | | Remove instrumentation Rouge::Plugins::{Redcarpet,CommonMark}Stan Hu2018-07-231-2/+0
* | | | | | Merge branch 'sh-enable-frozen-literals-banzi-filters' into 'master'Rémy Coutable2018-07-235-3/+28
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Enable frozen strings in remaining lib/banzai/filter/*.rb filessh-enable-frozen-literals-banzi-filtersStan Hu2018-07-235-3/+28
* | | | | | Merge branch '45318-vuex-store' into 'master'Phil Hughes2018-07-238-0/+375
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Adds Vuex store to handle the data for tests reports in MR widgetFilipa Lacerda - 🌴🌴OOO back on July 30th🌴🌴2018-07-238-0/+375
|/ / / / /
* | | | | Merge branch 'docs-mention-how-it-is-used-in-gitlab-ce' into 'master'Rémy Coutable2018-07-231-0/+6
|\ \ \ \ \
| * | | | | Mention how we use gitlab-triageLin Jen-Shin2018-07-241-0/+6
|/ / / / /
* | | | | Merge branch 'blackst0ne-replace-sidekiq-inline-with-perform-enqueued-jobs' i...Rémy Coutable2018-07-2322-39/+44
|\ \ \ \ \
| * | | | | Fix seedsblackst0ne-replace-sidekiq-inline-with-perform-enqueued-jobsblackst0ne2018-07-235-5/+5
| * | | | | Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne2018-07-2327-44/+49
| |/ / / /
* | | | | Merge branch 'sh-freeze-banzai-filter-strings' into 'master'Rémy Coutable2018-07-2339-0/+81
|\ \ \ \ \
| * | | | | Enable frozen strings in lib/banzai/filter/*.rbsh-freeze-banzai-filter-stringsStan Hu2018-07-2339-0/+81
| |/ / / /
* | | | | Merge branch '29278-commits-page-tooltips' into 'master'Annabel Gray2018-07-236-9/+12
|\ \ \ \ \
| * | | | | fix user_browses_commits_spec29278-commits-page-tooltipsLuke Bennett2018-07-201-1/+0
| * | | | | Add has_tooltip false to remaining commit realted usesLuke Bennett2018-07-202-2/+2
| * | | | | Remove unneeded has_tooltip from commit_author_link useLuke Bennett2018-07-201-1/+1
| * | | | | Remove all tooltip use from commit_person_linkLuke Bennett2018-07-201-5/+0
| * | | | | Keep img title attrLuke Bennett2018-07-201-2/+2
| * | | | | fix lintLuke Bennett2018-07-201-1/+2
| * | | | | Added changelog entryLuke Bennett2018-07-171-0/+5
| * | | | | Add has_tooltip bool handling for commit_person_linkLuke Bennett2018-07-171-5/+8
| * | | | | Dont add title attr to user_avatar_without_link if has_tooltip is falseLuke Bennett2018-07-171-2/+2
| * | | | | set has_tooltip to false for commit author_avatarLuke Bennett2018-07-171-2/+2
* | | | | | Merge branch 'winh-tree-view-gpg' into 'master'Phil Hughes2018-07-2319-134/+213
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Display GPG status on repository and blob pagesWinnie Hellmann2018-07-2319-134/+213
|/ / / / /
* | | | | Merge branch '5491-backport-code' into 'master'Rémy Coutable2018-07-233-2/+5
|\ \ \ \ \