An error occurred fetching the project authors.
- 18 Apr, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 10 Apr, 2019 1 commit
-
-
Lin Jen-Shin authored
It was 2*4 => 8 times before, so 4 times is still half retries
-
- 09 Apr, 2019 1 commit
-
-
Sanad Liaquat authored
In both e2e QA tests and unit tests, reduce the number of retires to 2 (i.e., 1 initial and one retry)
-
- 28 Mar, 2019 1 commit
-
-
Alexandru Croitor authored
Add no-op license helper to CE to make it compatible with EE codebase. Helper will be overwritten in EE to allow for CE specs to be run under EE codebase. https://gitlab.com/gitlab-org/gitlab-ee/issues/6539
-
- 27 Mar, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 01 Mar, 2019 1 commit
-
-
Stan Hu authored
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20339. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged is more performant than Gitaly. This merge request introduces the feature flag `rugged_find_commit` to activate Rugged paths. There are also Rake tasks `gitlab:features:enable_rugged` and `gitlab:features:disable_rugged` to enable/disable these feature flags altogether. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
-
- 29 Jan, 2019 1 commit
-
-
Brandon Labuschagne authored
-
- 15 Jan, 2019 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 14 Jan, 2019 1 commit
-
-
Brandon Labuschagne authored
-
- 19 Dec, 2018 3 commits
-
-
Jarka Košanová authored
- we now use the hierarchy class also for epics - also rename supports_nested_groups? into supports_nested_objects? - move it to a concern
-
Lin Jen-Shin authored
migration tests.
-
Lin Jen-Shin authored
-
- 14 Dec, 2018 1 commit
-
-
Jasper Maes authored
-
- 11 Dec, 2018 1 commit
-
-
Semyon Pupkov authored
-
- 14 Nov, 2018 1 commit
-
-
Jan Provaznik authored
We want to run CI with rails 4 for a short-term (until we are sure that we will ship with rails 5). The problem is that rails 4 can not handle rails 5 schema.rb properly - specifically `t.index` directive can not handle multiple indexes on the same column. Because combination of rails 4 + rails 5 schema will be used only in CI for a short-term, we can just ignore these incompatibility failures. This patch adds `rails5` helper for specs.
-
- 05 Oct, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 10 Sep, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 30 Aug, 2018 1 commit
-
-
Thong Kuah authored
Move fixture_path out of support/rspec file which is used by fast_spec_helper, so that fast specs can be run on its own again. Move `fixture_path` config together with use_transactional_fixtures and use_instantiated_fixtures. These settings are all added by rspec-rails https://github.com/rspec/rspec-rails/blob/8c6c9590b94916199950dc8a91a9741d3be30c7c/lib/rspec/rails/configuration.rb#L65-L67
-
- 16 Aug, 2018 2 commits
-
-
Gabriel Mazetto authored
We don't test any specific string generated by it yet, so there is no point in keeping it enabled when we are disabling it everywhere we test its output.
-
Dylan Griffith authored
-
- 09 Jul, 2018 1 commit
-
-
Lin Jen-Shin authored
-
- 06 Jul, 2018 1 commit
-
-
Francisco Javier López authored
-
- 21 Jun, 2018 1 commit
-
-
Lin Jen-Shin authored
We need this because `expect_any_instance_of` doesn't work on prepended models. Now we could use the same code between CE/EE
-
- 14 Jun, 2018 1 commit
-
-
Lin Jen-Shin authored
-
- 12 Jun, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 05 Jun, 2018 1 commit
-
-
Kamil Trzciński authored
-
- 09 May, 2018 1 commit
-
-
Stan Hu authored
Adding the :prometheus tag to an rspec test will clear out memory-mapped files and reset the registry. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39968
-
- 04 May, 2018 1 commit
-
-
Shinya Maeda authored
-
- 25 Apr, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
-
- 23 Apr, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 06 Apr, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 03 Apr, 2018 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#1110
-
- 28 Mar, 2018 1 commit
-
-
Stan Hu authored
FactoryBot's build_stubbed ignores the current database sequence of the projects table and starts at ID 1000. If more than 1000 projects are created during a test run, leftover repositories can cause spec failures. For example, a spec that expects an empty repository may fail since there may be existing content. Closes #5461
-
- 22 Mar, 2018 1 commit
-
-
Rob Watson authored
Closes #28857
-
- 01 Mar, 2018 1 commit
-
-
Tiago Botelho authored
-
- 22 Feb, 2018 1 commit
-
-
Bob Van Landuyt authored
-
- 16 Feb, 2018 1 commit
-
-
- 19 Jan, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 15 Jan, 2018 1 commit
-
-
Jacob Vosmaer authored
-