Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-12Load search result counts asynchronouslyMarkus Koller
Querying all counts for the different search results in the same request led to timeouts, so we now only calculate the count for the *current* search results, and request the others in separate asynchronous calls.
2019-08-12Merge branch 'add-metadata-to-epic-list-view-ce' into 'master'Clement Ho
Internationalize Issue and MR list metadata strings See merge request gitlab-org/gitlab-ce!31677
2019-08-12Internationalize Issue and MR list metadata stringsBrett Walker
2019-08-12Merge branch '65790-highlight' into 'master'Annabel Dunstone Gray
Adds highlight to collapsible line in job log Closes #65790 See merge request gitlab-org/gitlab-ce!31665
2019-08-12Merge branch ↵Paul Slaughter
'65530-add-externalization-and-fix-regression-in-shortcuts-helper-modal' into 'master' Resolve "Add externalization and fix regression in shortcuts helper modal" Closes #65530 See merge request gitlab-org/gitlab-ce!31594
2019-08-12Resolve "Add externalization and fix regression in shortcuts helper modal"Thomas Randolph
2019-08-12Merge branch 'update-graphicsmagick-to-1.3.33' into 'master'Stan Hu
Update GraphicsMagick from 1.3.29 to 1.3.33 See merge request gitlab-org/gitlab-ce!31692
2019-08-12Update GraphicsMagick from 1.3.29 to 1.3.33 for CI testsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-08-12Adds highlight to collapsible lineFilipa Lacerda
In the job log adds a highlight when hovering the collapsible line
2019-08-12Merge branch '65278-fix-puma-master-counter-wipe' into 'master'Stan Hu
Fix active metric files being wiped after the app starts See merge request gitlab-org/gitlab-ce!31668
2019-08-12Merge branch 'renovate/gitlab-ui-5.x' into 'master'Clement Ho
Update dependency @gitlab/ui to v5.15.0 See merge request gitlab-org/gitlab-ce!31551
2019-08-12Merge branch 'jv-gitaly-1.58.0' into 'master'Stan Hu
Update Gitaly server and gem to 1.58.0 See merge request gitlab-org/gitlab-ce!31588
2019-08-12Update Gitaly server and gem to 1.58.0Jacob Vosmaer
2019-08-12Merge branch 'georgekoltsov/63408-user-mapping' into 'master'Grzegorz Bizon
Add author lines to project import comments See merge request gitlab-org/gitlab-ce!31579
2019-08-12Merge branch 'sh-update-ruby-labkit' into 'master'Robert Speicher
Update gitlab-labkit to 0.4.2 See merge request gitlab-org/gitlab-ce!31685
2019-08-12Add code review suggestionsGeorge Koltsov
2019-08-12Merge branch 'georgekoltsov/51260-add-filtering-to-bitbucket-server-import' ↵Tim Zallmann
into 'master' Add BitBucketServerImport project filtering See merge request gitlab-org/gitlab-ce!31420
2019-08-12Merge branch 'alipniagov-fix-wiki_can_not_be_created_total-counter' into ↵Thong Kuah
'master' Fix :wiki_can_not_be_created_total counter See merge request gitlab-org/gitlab-ce!31673
2019-08-12Remove worker label from puma terminations metricAleksei Lipniagov
2019-08-12Clean prometheus dir only for master processAleksei Lipniagov
2019-08-12Remove extra blank lineAleksei Lipniagov
2019-08-12Fix metric files being wiped after the app startsAleksei Lipniagov
When we hit our app with the initial request, in `warmup`, some metrics already being created as well as corresponding files. If we do `multiproc_file_dir` cleanup after that, we delete the files from the dir while keeping them in memory which leads to the incorrect behavior: the metric is being updated in in-memory, while is not present in the db, not sent to Prometheus as the result.
2019-08-12Merge branch 'docs-correct-new-branch-text-instead-of-lorem-ipsum' into 'master'Achilleas Pipinellis
Replace Lorem Ipsum with actual screenshot text in docs See merge request gitlab-org/gitlab-ce!31412
2019-08-12Merge branch '61332-web-ide-mr-branch-dropdown-closes-unexpectedly' into ↵Kushal Pandya
'master' Resolve "Web IDE MR/branch dropdown closes unexpectedly" Closes #61332 See merge request gitlab-org/gitlab-ce!31523
2019-08-12Merge branch 'docs-civariables-mr' into 'master'Achilleas Pipinellis
Docs: CI predefined variables: push request -> MR See merge request gitlab-org/gitlab-ce!31711
2019-08-12Merge branch 'jenkins-update-docs' into 'master'Achilleas Pipinellis
Add Groovy vs. YAML section to CI Jenkins doc See merge request gitlab-org/gitlab-ce!31601
2019-08-12Merge deploy keys example to deploy keys API docsJason Lenny
No reason to keep them separate.
2019-08-12Add filter param sanitizationGeorge Koltsov
2019-08-12Update import/bitbucket_server.md docsGeorge Koltsov
2019-08-12Add BitbucketServerController filtering specGeorge Koltsov
2019-08-12Add bitbucket_server/client_spec.rb specGeorge Koltsov
2019-08-12Add i18n stringsGeorge Koltsov
2019-08-12Add changelog entryGeorge Koltsov
2019-08-12Add BitBucketServerImport project filteringGeorge Koltsov
2019-08-12Merge branch 'docs-image-alignment-2' into 'master'Achilleas Pipinellis
Fix markdown spacing in various docs (part 4) See merge request gitlab-org/gitlab-ce!31710
2019-08-12Fix markdown spacing in various docsMarcel Amirault
Align images and lists in assorted markdown docs
2019-08-12Merge branch 'docs-image-alignment' into 'master'Achilleas Pipinellis
Fix markdown spacing in various docs (part 3) See merge request gitlab-org/gitlab-ce!31709
2019-08-12Fix markdown spacing in various docsMarcel Amirault
Align images and lists in assorted markdown docs
2019-08-12Merge branch 'docs/consistent-section-headings' into 'master'Achilleas Pipinellis
Make section headings consistent See merge request gitlab-org/gitlab-ce!31703
2019-08-12Make section headings consistentEvan Read
2019-08-12CI predefined variables: push request -> MRStefan Schmalzhaf
2019-08-12Merge branch ↵Filipa Lacerda
'44036-someone-edited-the-issue-at-the-same-time-is-regularly-seen-despite-that-being-a-filthy-lie' into 'master' Fix incorrectly displayed conflict warning See merge request gitlab-org/gitlab-ce!31469
2019-08-12Merge branch 'sh-break-out-invited-group-members' into 'master'Ash McKenzie
Make it easier to find invited group members Closes #61948 See merge request gitlab-org/gitlab-ce!28436
2019-08-12Merge branch '13330-gdk-error-on-non-unique-graphql-fragment-pageinfo' into ↵Kushal Pandya
'master' Resolve "GDK error on non-unique GraphQL fragment 'PageInfo'" Closes #13330 See merge request gitlab-org/gitlab-ce!31532
2019-08-12Resolve "GDK error on non-unique GraphQL fragment 'PageInfo'"Natalia Tepluhina
2019-08-12Merge branch 'fe-fix-diffs-specs-leaking-store' into 'master'Kushal Pandya
[CE] FE fix diffs specs leaking store See merge request gitlab-org/gitlab-ce!31698
2019-08-12Merge branch 'docs-rename-tfs' into 'master'Achilleas Pipinellis
Rename tfs.md to tfvc.md and update the doc Closes #65747 See merge request gitlab-org/gitlab-ce!31563
2019-08-12Rename tfs.md to tfvc.md and updateMarcel Amirault
the tfs.md doc was actually about tfvc, so it was renamed and content made more up to date, with light copy edits
2019-08-12Merge branch 'patch-72' into 'master'Evan Read
Docs: Fix typo when enumerating GOSEC levels for SAST See merge request gitlab-org/gitlab-ce!31141
2019-08-12Merge branch 'docs/disqus-identifier' into 'master'Evan Read
Replace redirect_from with disqus_identifier in docs See merge request gitlab-org/gitlab-ce!31595