- 21 Dec, 2016 1 commit
-
-
Markus Koller authored
This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
-
- 16 Dec, 2016 2 commits
-
-
Adam Niedzielski authored
This commit introduces the concept of deployment variables - variables that are collected from deployment services and passed to CI runner during a deployment build. Deployment services specify the variables by overriding "predefined_variables" method. This commit also configures variables for KubernetesService
- 15 Dec, 2016 2 commits
-
-
Nick Thomas authored
-
Lin Jen-Shin authored
So that this would be more consistent with the other variables, which all of them are string based. Closes #25554
-
- 13 Dec, 2016 4 commits
-
-
Nick Thomas authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 12 Dec, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 08 Dec, 2016 4 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 01 Dec, 2016 1 commit
-
-
Adam Niedzielski authored
when we care only about the number of commits We do not have to instantiate all objects in this case.
-
- 21 Nov, 2016 3 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Grzegorz Bizon authored
-
- 17 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 15 Nov, 2016 1 commit
-
-
Tomasz Maczukin authored
-
- 08 Nov, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Annabel Dunstone Gray authored
-
- 24 Oct, 2016 1 commit
-
-
David Wagner authored
They were Rails' default and are unnecessarily overridden. Signed-off-by: David Wagner <david@marvid.fr>
-
- 17 Oct, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 14 Oct, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 13 Oct, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 06 Oct, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 04 Oct, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 03 Oct, 2016 1 commit
-
-
Kamil Trzcinski authored
Conflicts: app/models/ci/pipeline.rb app/models/commit_status.rb
-
- 30 Sep, 2016 1 commit
-
-
Paco Guzman authored
See: https://gitlab.com/gitlab-org/gitlab-ce/commit/6280fd3777920670ee42111fddf29576cbf85988#note_14766241 We wanted to avoid accesses to the file system, because it seems reasonable that if the mounter column has some content it’s because there are an associate file. This is an speed boost when you access to a bunch of build instances to show their information. The problem is that solution doesn’t work if you uses that method to detect the thing and you’re changing the uploaded file on instances that had that column empty. Until you don’t persist the instance the database column will be empty so we can have false negatives
-
- 22 Sep, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 21 Sep, 2016 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
So that we could read last few lines rather than read the entire file which could be huge.
-