An error occurred fetching the project authors.
- 01 May, 2017 2 commits
-
-
Bob Van Landuyt authored
Since the namespacevalidator now knows the difference between a top-level and another path, this could all be handled there.
-
Bob Van Landuyt authored
`Project` uses `ProjectPathValidator` which is now a `NamespaceValidator` that skips the format validation. That way we're sure we are using the same collection of reserved paths. I updated the path constraints to reflect the changes: We now allow some values that are only used on a top level namespace as a name for a nested group/project.
-
- 26 Apr, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 17 Apr, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Apr, 2017 2 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 06 Apr, 2017 5 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
James Edwards-Jones authored
Added changelog
-
Toon Claes authored
Do not check if coverage is enabled, just show it when it is available.
-
Jacopo authored
Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options.
-
- 05 Apr, 2017 2 commits
-
-
Tiago Botelho authored
-
Kamil Trzciński authored
-
- 04 Apr, 2017 3 commits
-
-
Rydkin Maxim authored
-
Rydkin Maxim authored
fix changelog MR reference add non-HEAD builds finder and add `created` pipelines to scope add spec for auto-cancel non-HEAD pipelines and refactor create_pipeline_service_spec more refactoring for spec adds option for auto-cancel into CI/CD settings fix spec to new configuration fix rubocop fix schema.rb fix schema.rb replace Gitlab 9.0 with 9.1 in doc change wording on pipeline settings added auto_canceled_by field as identifier of autocancel subject remove unnecessary index replace service with retry_lock replace auto_cancel_pending_pipelines boolean setting with integer (and enum in model) fix schema.rb fix schema.rb remove projekt attribute and clean up spec clean up spec withcouple of shared examples added spec for "It does not cancel current pipeline" scenario add some specs to auto-cancel add spec for another branch pipelines
-
Grzegorz Bizon authored
-
- 03 Apr, 2017 8 commits
-
-
Douglas Barbosa Alexandre authored
-
James Edwards-Jones authored
This memorized array appears to originally come from https://gitlab.com/gitlab-org/gitlab-ee/commit/19c2c90ccac86a21eb4266b9a5972162f917f692 which has a commit message of ‘fix warnings’. Without any comments on the original pull request I think we can safely get rid of it unless warnings re-appear.
-
James Edwards-Jones authored
-
James Edwards-Jones authored
-
James Edwards-Jones authored
Makes it clear this is only used in dropdowns, instead of cluttering up Project class. Since we only care about branch names, it is also possible to refactor out a lot of the set/reject logic. A benchmark on Array/Set subtraction favoured using Arrays. This was with 5000 ‘branches’ and 2000 ‘protections’ to ensure a similar comparison to the commit which introduced using Set for intersection. Comparison: array subtraction: 485.8 i/s set subtraction: 128.7 i/s - 3.78x slower
-
James Edwards-Jones authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 31 Mar, 2017 3 commits
-
-
James Edwards-Jones authored
-
James Edwards-Jones authored
-
James Edwards-Jones authored
Should provide basic CRUD backend for frontend to work from. Doesn’t include frontend, API, or the internal API used from gitlab-shell
-
- 24 Mar, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 23 Mar, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 22 Mar, 2017 2 commits
-
-
Grzegorz Bizon authored
[ci skip]
-
mhasbini authored
-
- 21 Mar, 2017 2 commits
-
-
Jarka Kadlecova authored
-
Douwe Maan authored
Protect server against SSRF in project import URLs See merge request !2068
-
- 20 Mar, 2017 1 commit
-
-
Rémy Coutable authored
New Gitlab::UrlSanitizer.http_credentials_for_user method responsible for generating a credentials hash from a user. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 17 Mar, 2017 1 commit
-
-
Kamil Trzciński authored
-
- 16 Mar, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 07 Mar, 2017 1 commit
-
-
Kamil Trzciński authored
-
- 06 Mar, 2017 1 commit
-
-
Robert Speicher authored
-
- 03 Mar, 2017 1 commit
-
-
Alejandro Rodríguez authored
This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
-
- 02 Mar, 2017 1 commit
-
-
Adam Niedzielski authored
-