- 03 Dec, 2017 4 commits
-
-
Zeger-Jan van de Weg authored
Two things at ones, as there was no clean way to seperate the commit and give me feedback from the tests. But the model Artifact is now JobArtifact, and the table does not have a type anymore, but the metadata is now its own model: Ci::JobArtifactMetadata.
-
Zeger-Jan van de Weg authored
To allow jobs/builds to have multiple artifacts, and to start seperating concerns from Ci::Build a new model is created: Ci::Artifact. Changes include the updating of the ArtifactUploader to adapt to a slightly different interface. The uploader expects to be initialized with a `Ci::Build`. Futher a migration with the minimal fields, the needed foreign keys and an index. Last, the way this works is by prepending a module to Ci::Build so we can basically override behaviour but if needed use `super` to get the original behaviour.
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
- 01 Dec, 2017 14 commits
-
-
Achilleas Pipinellis authored
Documentation bug fixes: Added procedure to disable built-in Issues. See merge request gitlab-org/gitlab-ce!15581
-
Koichiro Mikami authored
-
Robert Speicher authored
Merge branch '40746-broken-master-due-to-failure-in-spec-services-clusters-applications-schedule_installation_service_spec-rb' into 'master' Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` and fix a transient failing spec due to that Closes #40746 See merge request gitlab-org/gitlab-ce!15684
-
Rémy Coutable authored
Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` and fix a transient failing spec due to that Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Show only group name by default and put full namespace in tooltip in Groups tree Closes #40286 See merge request gitlab-org/gitlab-ce!15650
-
Kamil Trzciński authored
Extract class responsible for building a pipeline Closes #38460 See merge request gitlab-org/gitlab-ce!14762
-
kushalpandya authored
-
Kushal Pandya authored
-
Grzegorz Bizon authored
Adds validation for Project#ci_config_path not to contain leading slash Closes #34683 See merge request gitlab-org/gitlab-ce!15672
-
Christiaan Van den Poel authored
-
Rémy Coutable authored
Gracefully handle case when repository's root ref does not exist Closes #40615 See merge request gitlab-org/gitlab-ce!15678
-
Grzegorz Bizon authored
Set EE variable for package build triggers from GitLab EE repository Closes omnibus-gitlab#3006 See merge request gitlab-org/gitlab-ce!15677
-
Stan Hu authored
This was failing regularly with an Error 500 when the API branches endpoint was used. Closes #40615
-
Balasankar C authored
-
- 30 Nov, 2017 22 commits
-
-
Stan Hu authored
Clean up Capybara configuration Closes #40599 See merge request gitlab-org/gitlab-ce!15644
-
Fatih Acet authored
issue note store See merge request gitlab-org/gitlab-ce!15657
-
Simon Knox authored
-
Mike Greiling authored
Align Select2 search field Closes #39451 See merge request gitlab-org/gitlab-ce!15048
-
Stan Hu authored
allow caching options to be specified for counting services See merge request gitlab-org/gitlab-ce!15651
-
Brett Walker authored
-
Fatih Acet authored
Improve require input spec See merge request gitlab-org/gitlab-ce!15654
-
Mike Greiling authored
Add project_members controller when not signed in Closes #40642 See merge request gitlab-org/gitlab-ce!15659
-
Michael Kozono authored
[ci skip]
-
Robert Speicher authored
Add link to Gitaly conversion [ci skip] See merge request gitlab-org/gitlab-ce!15666
-
Zeger-Jan van de Weg authored
This endpoint still has to be migrated, and this comment makes sure everyone knows we are aware of this one. [ci skip]
-
Sean McGivern authored
Update google.md to reflect changes in the new Google APIs Library See merge request gitlab-org/gitlab-ce!15633
-
Sean McGivern authored
Pin seed-fu to 2.3.6 since 2.3.7 is broken and add a fixture file that uses seed-fu in the test env Closes #40690 See merge request gitlab-org/gitlab-ce!15661
-
Tim Zallmann authored
Fix broadcast message not showing up on login page Closes #13634 See merge request gitlab-org/gitlab-ce!15578
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Set an artificial $HOME for gitaly in test See merge request gitlab-org/gitlab-ce!15614
-
Jacob Vosmaer (GitLab) authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/40690 and https://github.com/mbleigh/seed-fu/issues/123 for details. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
* master: (1794 commits)
-
Grzegorz Bizon authored
Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector. See merge request gitlab-org/gitlab-ce!15515
-