An error occurred fetching the project authors.
- 19 Jul, 2019 1 commit
-
-
Mike Greiling authored
-
- 10 May, 2019 2 commits
-
-
Winnie Hellmann authored
(cherry picked from commit d14e25e9)
-
Winnie Hellmann authored
-
- 02 May, 2019 2 commits
-
-
Winnie Hellmann authored
-
Winnie Hellmann authored
(cherry picked from commit d4ce3c720ecb52f2a9153133bbd47fa358c5d7b6)
-
- 26 Mar, 2019 2 commits
-
-
Winnie Hellmann authored
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f)
-
Winnie Hellmann authored
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f)
-
- 22 Mar, 2019 1 commit
-
-
Filipa Lacerda authored
This reverts merge request !26430
-
- 21 Mar, 2019 1 commit
-
-
Winnie Hellmann authored
There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
-
- 19 Mar, 2019 2 commits
-
-
Rémy Coutable authored
- Only storing fixtures in one place - This place changes whether we are in CE or EE We discovered with @winh that only fixtures located under spec/javascripts/fixtures are used, even in EE so there's no need to clean/create fixtures in ee/spec/javascripts/fixtures. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
- Only storing fixtures in one place - This place changes whether we are in CE or EE We discovered with @winh that only fixtures located under spec/javascripts/fixtures are used, even in EE so there's no need to clean/create fixtures in ee/spec/javascripts/fixtures. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 07 Mar, 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>
-
- 10 Dec, 2018 1 commit
-
-
Winnie Hellmann authored
-
- 16 Jul, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 25 Apr, 2018 2 commits
-
-
Zeger-Jan van de Weg authored
Picked from CE, from: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18364 But includes the EE changes too. Among the required changes are dropping of repository_storage_path from Geo tables. Geo stored `repository_storage_path` in four models, which initially was modeled after the interface of Gitlab::Shell rather than storing only the needed data. Given this inferred data had no place nor need to be stored I opted for deleting it.
-
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 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>
-
- 26 Jan, 2018 1 commit
-
-
Lin Jen-Shin authored
TODO: fix offenders
-
- 30 Aug, 2017 1 commit
-
-
Gabriel Mazetto authored
We need to cleanup after each execution so we can still re-use the same paths and prevent collision with the on disk validation
-
- 02 Jun, 2017 1 commit
-
-
Phil Hughes authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 05 Jan, 2017 3 commits
-
-
Mike Greiling authored
Squashed commit of the following: commit f19330e4 Author: Mike Greiling <mike@pixelcog.com> Date: Tue Jan 3 16:38:53 2017 -0600 fix right_sidebar_spec ajax call commit 7a2a9bb4 Author: Mike Greiling <mike@pixelcog.com> Date: Fri Dec 30 18:14:33 2016 -0600 replace Teaspoon fixture methods with jasmine-jquery methods to reduce dependency on Teaspoon commit 10d483ea Merge: 5997a86e df5223de Author: Mike Greiling <mike@pixelcog.com> Date: Thu Jan 5 14:10:43 2017 -0600 Merge branch 'fix-u2f-fixtures' into 26226-generate-all-haml-fixtures-within-teaspoon-fixtures-task * fix-u2f-fixtures: generate u2f frontend fixtures dynamically force utf-8 encoding for prior to fixture parsing to prevent nokogiri issues exclude script type=text/template from dom scrubbing commit df5223de Author: Mike Greiling <mike@pixelcog.com> Date: Tue Jan 3 14:48:37 2017 -0600 generate u2f frontend fixtures dynamically commit 8cee3b1d Author: Mike Greiling <mike@pixelcog.com> Date: Tue Jan 3 15:26:14 2017 -0600 force utf-8 encoding for prior to fixture parsing to prevent nokogiri issues commit ca404170 Author: Mike Greiling <mike@pixelcog.com> Date: Tue Jan 3 10:46:17 2017 -0600 exclude script type=text/template from dom scrubbing commit 5997a86e Author: Mike Greiling <mike@pixelcog.com> Date: Mon Jan 2 13:04:10 2017 -0600 add CHANGELOG entry for !8384 commit d904335d Author: Mike Greiling <mike@pixelcog.com> Date: Fri Dec 30 18:25:23 2016 -0600 make projects.json easier to read commit 7ae2fe13 Author: Mike Greiling <mike@pixelcog.com> Date: Fri Dec 30 17:28:51 2016 -0600 fix dynamic u2f fixtures commit 5f192c77 Author: Mike Greiling <mike@pixelcog.com> Date: Fri Dec 30 15:27:40 2016 -0600 update all frontend tests to point to precompiled fixtures commit 6370e326 Author: Mike Greiling <mike@pixelcog.com> Date: Fri Dec 30 14:50:07 2016 -0600 recursively clean compiled fixtures commit 2373082e Author: Mike Greiling <mike@pixelcog.com> Date: Fri Dec 30 14:47:12 2016 -0600 create catch-all fixture generator for all static fixtures commit 4cd962ec Author: Mike Greiling <mike@pixelcog.com> Date: Fri Dec 30 14:46:41 2016 -0600 allow storage of raw string fixtures
-
Mike Greiling authored
-
Mike Greiling authored
-
- 03 Jan, 2017 3 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
- 25 Nov, 2016 2 commits
-
-
winniehell authored
-
winniehell authored
-
- 28 Oct, 2016 1 commit
-
-
winniehell authored
-