- 17 Oct, 2017 13 commits
-
-
Douwe Maan authored
Allow testing on Gitaly call count See merge request gitlab-org/gitlab-ce!14837
-
Rémy Coutable authored
Clarify how to resume GitHub import on docs See merge request gitlab-org/gitlab-ce!14905
-
Rémy Coutable authored
Bump Git version to 2.13.6 See merge request gitlab-org/gitlab-ce!14906
-
Douwe Maan authored
Make the circuitbreaker configurable at runtime See merge request gitlab-org/gitlab-ce!14842
-
Douwe Maan authored
Show collapsible tree on the project show page Closes #30343 See merge request gitlab-org/gitlab-ce!14055
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
Instead of from the configuration file
-
Bob Van Landuyt authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Phil Hughes authored
Add ability to pass class name to spriteIcon helper Closes #39079 See merge request gitlab-org/gitlab-ce!14855
-
Balasankar C authored
-
James Lopez authored
-
- 16 Oct, 2017 27 commits
-
-
Rémy Coutable authored
Fix link to "Job Permissions" See merge request gitlab-org/gitlab-ce!14896
-
Annabel Dunstone Gray authored
Remove extra border radius when editing a file Closes #37978 See merge request gitlab-org/gitlab-ce!14803
-
Rachel Pipkin authored
-
Achilleas Pipinellis authored
Update new project docs See merge request gitlab-org/gitlab-ce!14893
-
Willi Rath authored
-
Annabel Dunstone Gray authored
39035 Move GitLab export option to top of import list when creating a new project Closes #39035 See merge request gitlab-org/gitlab-ce!14830
-
Phil Hughes authored
Remove banner from pipelines page Closes #38641, #39051, and #38827 See merge request gitlab-org/gitlab-ce!14849
-
Filipa Lacerda authored
-
Annabel Dunstone Gray authored
-
Douwe Maan authored
Remove "boards" from TOP_LEVEL_ROUTES Closes #39073 See merge request gitlab-org/gitlab-ce!14861
-
Douwe Maan authored
Adds requirements that supports anything in sha params Closes #26561 and #2709 See merge request gitlab-org/gitlab-ce!14462
-
Douwe Maan authored
Resolve "GitlabUsagePingWorker is not running on GitLab.com" See merge request gitlab-org/gitlab-ce!14867
-
Robert Speicher authored
Add Performance category to the changelog Closes #36417 See merge request gitlab-org/gitlab-ce!14865
-
Jacob Schatz authored
Upgrading Monaco Closes #38607 See merge request gitlab-org/gitlab-ce!14629
-
Grzegorz Bizon authored
Add Test::Integration::Mattermost See merge request gitlab-org/gitlab-ce!14818
-
Sean McGivern authored
Add Gitlab::Git::Env.to_env_hash See merge request gitlab-org/gitlab-ce!14841
-
Sean McGivern authored
update postgresql requirements See merge request gitlab-org/gitlab-ce!14885
-
Grzegorz Bizon authored
Resolve "Remove "Build failed" TODO if it has been auto-retried" Closes #38236 See merge request gitlab-org/gitlab-ce!14869
-
Richard Clamp authored
We can currently reduce the number of times we specify the tag of a given example group by moving them hoisting them up one level to the containing `feature`
-
Richard Clamp authored
This was added as part of the previous filtering via RSpec::Config. It should have been removed previously as part of moving the logic to specify the tags we wanted in Specs::Runner
-
Zeger-Jan van de Weg authored
Previous efforts were aimed at detecting N + 1 queries, general regressions are hard to find and mitigate.
-
Jacob Vosmaer authored
-
Phil Hughes authored
Fix alignment for indeterminate marker in dropdowns Closes #38963 See merge request gitlab-org/gitlab-ce!14809
-
Sean McGivern authored
Conflict resolution refactor See merge request gitlab-org/gitlab-ce!14747
-
Sean McGivern authored
Fix diff parser so it tolerates to diff special markers in the content Closes #34431 See merge request gitlab-org/gitlab-ce!14848
-
Sean McGivern authored
When a build is retried automatically, we close any open todos. However, we do that _before_ creating a new build failed todo. To solve this, we check if the build is retried before creating the todo. We also ensure that the build _instance_ has the correct attribute set, without needing to reload it from the database.
-
Richard Clamp authored
It's adding additional potentially confusing behaviour to derive test tagging from the file path, as it's not immediately apparent where that lives when considering the tests in isolation. Instead, just explicitly tag. * Remove the tagging of examples based on :file_path * Explicitly tags scenarios as :core, or :mattermost
-