- 16 Oct, 2017 23 commits
-
-
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
-
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
-
Sean McGivern authored
Fix confusing double usage of 'metadata' See merge request gitlab-org/gitlab-ce!14871
-
Jacob Vosmaer (GitLab) authored
-
Richard Clamp authored
Here we convert Specs::Runner#rspec to use keyword arguments[1] and pass named parameters rather than a pre-processed array of cli switches. This allows parameter to cli logic to live just in Specs::Runner. [1] https://robots.thoughtbot.com/ruby-2-keyword-arguments
-
Sean McGivern authored
Popen with a timeout See merge request gitlab-org/gitlab-ce!14872
-
Andrew Newdigate authored
-
Sean McGivern authored
Docs for Add "implements" to the default issue closing message regex See merge request gitlab-org/gitlab-ce!14880
-
Filipa Lacerda authored
Backport a change in milestone_select from EE See merge request gitlab-org/gitlab-ce!14878
-
Kamil Trzciński authored
Merge branch 'fix/sm/38960-collect-usage-pings-gcp-cluster-enabled-and-gcp-cluster-disabled-instead-of-gcp-cluster-count' into 'master' Collect usage pings `Gcp::Cluster.enabled` and `Gcp::Cluster.disabled`, instead of `Gcp::Cluster.count` Closes #38960 See merge request gitlab-org/gitlab-ce!14807
-
Kamil Trzciński authored
Include a .hidden directory in pages artifact extraction tests See merge request gitlab-org/gitlab-ce!14852
-
Phil Hughes authored
Move retry button to sidebar Closes #27654 See merge request gitlab-org/gitlab-ce!14873
-
Filipa Lacerda authored
-
- 15 Oct, 2017 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 14 Oct, 2017 2 commits
-
-
Achilleas Pipinellis authored
Update the settings api documentation See merge request gitlab-org/gitlab-ce!14877
-
Ben Bodenmiller authored
[skip ci]
-
- 13 Oct, 2017 13 commits
-
-
Filipa Lacerda authored
Remove global dropdown shortcut from help modal Closes #39111 See merge request gitlab-org/gitlab-ce!14876
-
Victor Wu authored
-
Phil Hughes authored
-
Bob Van Landuyt authored
-
Annabel Dunstone Gray authored
-
Filipa Lacerda authored
Remove shortcut JS classes from global namespace See merge request gitlab-org/gitlab-ce!14783
-
Sean McGivern authored
added date parameter for time tracking See merge request gitlab-org/gitlab-ce!14866
-
Phil Hughes authored
Update Vuex version Closes #39096 See merge request gitlab-org/gitlab-ce!14868
-
Richard Clamp authored
Entrypoint is intended as a base class, so mention that in the comment.
-
Richard Clamp authored
As suggested by Grzegorz, we can be more declarative in our configuration of the tags the Entrypoint cares about Here we add a tags method to the entrypoint class, and use that to declare the tags an entrypoint is interested in (:core for the existing Test::Instance, :core and :mattermost for Test::Integration::Mattermost) We declare everything in specs/features that isn't in specs/features/mattermost, to have the tag :core, though that clean up better if we move the integration tests out of specs/features.
-
Richard Clamp authored
-
Rémy Coutable authored
Replaces 'WikiPage::CreateService' calls with 'wiki_page' factory Closes #37571 See merge request gitlab-org/gitlab-ce!14850
-
Sean McGivern authored
Merge Merge Requests via Gitaly Closes gitaly#654 See merge request gitlab-org/gitlab-ce!14791
-