- 22 Nov, 2017 20 commits
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
* master: (158 commits) Improve output for extra queries in specs Fixed new group milestone breadcrumb Try to find the merge-base against the canonical master Add FetchSourceBranch Gitaly call Backport QA code that belongs to CE from EE Geo Add QUERY_RECORDER_DEBUG environment variable to improve performance debugging Add support of Mermaid Update VERSION to 10.3.0-pre Update CHANGELOG.md for 10.2.0 default fill color for SVGs Fix reply quote keyboard shortcut on MRs ignore hashed repos (for now) when using `rake gitlab:cleanup:repos` Use Redis cache for branch existence checks Update CONTRIBUTING.md: Link definition of done to criteria Use `make install` for Gitaly setups in non-test environments FileUploader should check for hashed_storage?(:attachments) to use disk_path Set the default gitlab-shell timeout to 3 hours Update composite pipelines index to include "id" Use arrays in Pipeline#latest_builds_with_artifacts Fix blank states using old css ...
-
Clement Ho authored
Disables autocomplete in filtered search Closes #38877 See merge request gitlab-org/gitlab-ce!15477
-
Clement Ho authored
Fix reply quote keyboard shortcut on MRs Closes #40295 See merge request gitlab-org/gitlab-ce!15523
-
Rémy Coutable authored
Backport QA code that belongs to CE from EE Geo Closes #40344 See merge request gitlab-org/gitlab-ce!15536
-
Rémy Coutable authored
Improve output for extra queries in specs See merge request gitlab-org/gitlab-ce!15537
-
Rubén Dávila authored
Switch to using gettext:compile instead of gettext:pack in the install docs Closes #40360 See merge request gitlab-org/gitlab-ce!15501
-
Sean McGivern authored
Previously, this used `Array#-`, which would remove all queries that matches the query text in the original set. However, sometimes we have a problem with parameterised queries, where the query text is identical both times, so we'd run a query N times instead of once, and it would be hidden from the output. Replace the logic to only remove a given query N times from the actual log, where N is the number of times it appears in the expected log.
-
Sean McGivern authored
Try to find the merge-base against the canonical master and name the remotes See merge request gitlab-org/gitlab-ce!15495
-
Filipa Lacerda authored
Fixed new group milestone breadcrumb Closes #40338 See merge request gitlab-org/gitlab-ce!15511
-
Phil Hughes authored
Closes #40338
-
Sean McGivern authored
Add Group Milestone sorting Closes #39720 See merge request gitlab-org/gitlab-ce!15230
-
Rémy Coutable authored
Also, name the remotes in Gitlab::EeCompatCheck Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Add QUERY_RECORDER_DEBUG environment variable to improve performance debugging See merge request gitlab-org/gitlab-ce!15499
-
Phil Hughes authored
Add support of Mermaid Closes #3711 See merge request gitlab-org/gitlab-ce!15107
-
Sean McGivern authored
Add FetchSourceBranch Gitaly call Closes gitaly#758 See merge request gitlab-org/gitlab-ce!15498
-
Jacob Vosmaer (GitLab) authored
-
Rémy Coutable authored
Merge branch 'qa/gb/add-geo-integration-tests' into 'master' See merge request gitlab-org/gitlab-ee!3294
-
Stan Hu authored
-
Vitaliy @blackst0ne Klachkov authored
-
- 21 Nov, 2017 20 commits
-
-
Michael Kozono authored
-
Michael Kozono authored
[ci skip]
-
Michael Kozono authored
-
Yorick Peterse authored
Update composite pipelines index to include "id" See merge request gitlab-org/gitlab-ce!15519
-
Annabel Dunstone Gray authored
default fill color for SVGs See merge request gitlab-org/gitlab-ce!15476
-
Simon Knox authored
-
-
Stan Hu authored
ignore hashed repos (for now) when using `rake gitlab:cleanup:repos` Closes #40291 See merge request gitlab-org/gitlab-ce!15520
-
Brett Walker authored
-
Douwe Maan authored
Set the default gitlab-shell timeout to 3 hours Closes #39977 See merge request gitlab-org/gitlab-ce!15292
-
Rémy Coutable authored
Use Redis cache for branch existence checks Closes #40349 See merge request gitlab-org/gitlab-ce!15513
-
Jacob Vosmaer (GitLab) authored
-
🚄 Job van der Voort 🚀 authored
Update CONTRIBUTING.md: Link definition of done to criteria See merge request gitlab-org/gitlab-ce!15500
-
Victor Wu authored
-
Stan Hu authored
FileUploader should use Hashed Storage only when project is migrated See merge request gitlab-org/gitlab-ce!15526
-
🚄 Job van der Voort 🚀 authored
Simplify Feature Proposal template See merge request gitlab-org/gitlab-ce!15297
-
Kamil Trzciński authored
Use arrays in Ci::Pipeline#latest_builds_with_artifacts See merge request gitlab-org/gitlab-ce!15525
-
Rémy Coutable authored
Use `make install` for Gitaly setups in non-test environments See merge request gitlab-org/gitlab-ce!15295
-
Alejandro Rodríguez authored
-
Gabriel Mazetto authored
-