- 03 Oct, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
- 19 Sep, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 15 Sep, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 13 Sep, 2016 2 commits
-
-
Tomasz Maczukin authored
-
Kamil Trzcinski authored
Use a permissions of user to access all dependent projects from CI jobs (this also includes a container images, and in future LFS files)
-
- 07 Sep, 2016 6 commits
-
-
Kamil Trzcinski authored
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
-
- 05 Sep, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 24 Aug, 2016 1 commit
-
-
Stan Hu authored
Closes #21043
-
- 17 Aug, 2016 1 commit
-
-
Yorick Peterse authored
GitLab Performance Monitoring is now able to track custom events not directly related to application performance. These events include the number of tags pushed, repositories created, builds registered, etc. The use of these events is to get a better overview of how a GitLab instance is used and how that may affect performance. For example, a large number of Git pushes may have a negative impact on the underlying storage engine. Events are stored in the "events" measurement and are not prefixed with "rails_" or "sidekiq_", this makes it easier to query events with the same name triggered from different parts of the application. All events being stored in the same measurement also makes it easier to downsample data. Currently the following events are tracked: * Creating repositories * Removing repositories * Changing the default branch of a repository * Pushing a new tag * Removing an existing tag * Pushing a commit (along with the branch being pushed to) * Pushing a new branch * Removing an existing branch * Importing a repository (along with the URL we're importing) * Forking a repository (along with the source/target path) * CI builds registered (and when no build could be found) * CI builds being updated * Rails and Sidekiq exceptions Fixes gitlab-org/gitlab-ce#13720
-
- 29 Jun, 2016 1 commit
-
- 28 Jun, 2016 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
We store the sizes as a hash from path to bytes like: ``` ruby {'ci_artifacts.txt' => 27, 'other_artifacts_0.1.2/another-subdirectory/banana_sample.gif' => 71759, 'other_artifacts_0.1.2/doc_sample.txt' => 1314, 'rails_sample.jpg' => 35255, 'tests_encoding/utf8 test dir ✓/regular_file_2' => 7} ``` So that it's easier to access than reading gzip file again.
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 13 Jun, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 10 Jun, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 09 Jun, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Lin Jen-Shin authored
Also add a test for setting locked.
-
Lin Jen-Shin authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 19 May, 2016 3 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 10 May, 2016 1 commit
-
-
Rémy Coutable authored
- Fix naming of API::CommitStatuses - Ensure we use require_dependency instead of require - Ensure the namespace is right in lib/api/api.rb, otherwise, we might require Grape::API::Helpers which defines the `#params` method. This is to avoid requiring a file multiple times and getting an "Already initialized constant" error. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 May, 2016 1 commit
-
-
Kamil Trzcinski authored
This reverts commit 0a280158.
-
- 29 Apr, 2016 1 commit
-
-
Timothy Andrew authored
- So that the server doesn't have to be restarted for every change in dev.
-
- 28 Apr, 2016 2 commits
-
-
Timothy Andrew authored
- Makes the MR easier to read; this can go in a separate MR - This is a (sort of) revert of 99bea01
-
Timothy Andrew authored
-
- 20 Apr, 2016 2 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
[ci skip]
-