- 26 Oct, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski 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>
-
- 20 Oct, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 19 Oct, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 17 Oct, 2016 4 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Lin Jen-Shin authored
Closes #23326
-
Kamil Trzcinski authored
-
- 14 Oct, 2016 4 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 13 Oct, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 12 Oct, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 07 Oct, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 06 Oct, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
-
- 04 Oct, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 03 Oct, 2016 3 commits
-
-
Kamil Trzcinski authored
Conflicts: app/models/ci/pipeline.rb app/models/commit_status.rb
-
Lin Jen-Shin authored
which merges previous exclude_ignored_jobs and failed_but_allowed, so that we don't treat ignored a special case in HasStatus.
-
Kamil Trzcinski authored
-
- 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 3 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.
-
Lin Jen-Shin authored
-
- 20 Sep, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Timothy Andrew authored
1. Change multiple updates to a single `update_all` 2. Use cascading deletes 3. Extract an average function for the database median. 4. Move database median to `lib/gitlab/database` 5. Use `delete_all` instead of `destroy_all` 6. Minor refactoring
-
- 19 Sep, 2016 8 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
This solves Pipelines in `running` after all stages do finish.
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Environments that can have a URL with predefined CI variables.
-
Timothy Andrew authored
All the code that pre-calculates metrics for use in the cycle analytics page. - Ci::Pipeline -> build start/finish - Ci::Pipeline#merge_requests - Issue -> record default metrics after save - MergeRequest -> record default metrics after save - Deployment -> Update "first_deployed_to_production_at" for MR metrics - Git Push -> Update "first commit mention" for issue metrics - Merge request create/update/refresh -> Update "merge requests closing issues"
-
James Lopez authored
Better import of labels, milestones and protected branches. Updated relevant specs. Loose pipeline validation on importing, so it does not fail when there are missing fields, which are not validated at DB level. Also, updated spec with relevant test.
-