- 11 May, 2017 2 commits
-
-
Pawel Chojnacki authored
+ fix tests
-
Pawel Chojnacki authored
- Tests for prometheus queries - fix rubocop warnings - Remove unused method. Add more queries to deployment queries. - Wrap BaseQuery in module hierarchy Renname Prometheus class to PrometheusClient
-
- 09 May, 2017 1 commit
-
-
Fatih Acet authored
-
- 06 Apr, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 07 Feb, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 20 Oct, 2016 4 commits
-
-
Z.J. van de Weg authored
This patch makes sure GitLab does not save the refs to the filesystem each time the deployment is updated. This will save some IO although I expect the impact to be minimal.
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
This patch makes sure GitLab does not save the refs to the filesystem each time the deployment is updated. This will save some IO although I expect the impact to be minimal.
-
Z.J. van de Weg authored
-
- 17 Oct, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 14 Oct, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 13 Oct, 2016 1 commit
-
-
Sean McGivern authored
Keep-around refs for deployments were only introduced in 8.10, so any deployment created in 8.9 could have a SHA pointing to a commit that no longer exists in the repository. We can't do anything useful with those deployments, so make `#includes_commit?` always return false for those.
-
- 06 Oct, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 04 Oct, 2016 3 commits
-
-
Z.J. van de Weg authored
-
Zeger-Jan van de Weg authored
-
Z.J. van de Weg authored
-
- 20 Sep, 2016 4 commits
-
-
Timothy Andrew authored
- Don't use `TableReferences` - using `.arel_table` is shorter! - Move some database-related code to `Gitlab::Database` - Remove the `MergeRequest#issues_closed` and `Issue#closed_by_merge_requests` associations. They were either shadowing or were too similar to existing methods. They are not being used anywhere, so it's better to remove them to reduce confusion. - Use Rails 3-style validations - Index for `MergeRequest::Metrics#first_deployed_to_production_at` - Only include `CycleAnalyticsHelpers::TestGeneration` for specs that need it. - Other minor refactorings.
-
Timothy Andrew authored
And `scss_lint`
-
Timothy Andrew authored
- Move things common to `Issue` and `MergeRequest` into `Issuable` - Move more database-specific functions into `Gitlab::Database` - Indentation changes and other minor refactorings.
-
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
-
- 12 Aug, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 11 Aug, 2016 2 commits
-
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
-
- 18 Jul, 2016 3 commits
-
-
Kamil Trzcinski authored
Manual actions are accessible from: - Pipelines - Builds - Environments - Deployments
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 06 Jul, 2016 1 commit
-
-
Douwe Maan authored
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 15 Jun, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 14 Jun, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 10 Jun, 2016 1 commit
-
-
Kamil Trzcinski authored
-