- 25 Mar, 2016 2 commits
-
-
Rémy Coutable authored
-
- 21 Mar, 2016 2 commits
-
-
Douwe Maan authored
-
Zeger-Jan van de Weg authored
-
- 20 Mar, 2016 1 commit
-
-
Douwe Maan authored
-
- 19 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 18 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 17 Mar, 2016 6 commits
-
-
Douglas Barbosa Alexandre authored
-
Felipe Artur authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Discussed it here: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2831#note_4190228
-
Grzegorz Bizon authored
-
Felipe Artur authored
-
- 16 Mar, 2016 1 commit
-
-
Felipe Artur authored
-
- 13 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects.
-
- 10 Mar, 2016 4 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
-
Felipe Artur authored
-
Felipe Artur authored
-
- 09 Mar, 2016 1 commit
-
-
Yorick Peterse authored
This fixes the remainder of the GitPushService specs.
-
- 04 Mar, 2016 1 commit
-
-
Robert Speicher authored
Closes #13663
-
- 20 Feb, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 04 Feb, 2016 4 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 03 Feb, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 02 Feb, 2016 2 commits
-
-
Kamil Trzcinski authored
Add the `read_build` ability if user is anonymous or guest and allow_guest_to_access_builds is enabled.
-
Kamil Trzcinski authored
This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions.
-
- 15 Jan, 2016 1 commit
-
-
Andrew Johnson authored
Also fix a few places where page_404 should be render_404.
-
- 14 Jan, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 04 Jan, 2016 1 commit
-
-
Valery Sizov authored
-
- 16 Dec, 2015 1 commit
-
-
Jason Lee authored
It won't change anything after they are first invoke, so add method cache to avoid allocations and avoid GC. Benchmarks: ``` Calculating ------------------------------------- project_guest_rules without method cache 79.352k i/100ms project_guest_rules with method cache 93.634k i/100ms ------------------------------------------------- project_guest_rules without method cache 2.865M (±32.5%) i/s - 11.982M project_guest_rules with method cache 4.419M (± 7.4%) i/s - 22.004M Comparison: project_guest_rules with method cache: 4418908.0 i/s project_guest_rules without method cache: 2864514.0 i/s - 1.54x slower Calculating ------------------------------------- project_report_rules without method cache 53.126k i/100ms project_report_rules with method cache 97.473k i/100ms ------------------------------------------------- project_report_rules without method cache 1.093M (±36.5%) i/s - 4.675M project_report_rules with method cache 4.420M (± 7.2%) i/s - 22.029M Comparison: project_report_rules with method cache: 4420054.3 i/s project_report_rules without method cache: 1092509.6 i/s - 4.05x slower ``` https://gist.github.com/huacnlee/b04788ae6df42fe769e4
-
- 01 Dec, 2015 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 17 Nov, 2015 3 commits
-
-
Robert Speicher authored
-
Douwe Maan authored
-
Douwe Maan authored
-