- 22 Apr, 2016 7 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 21 Apr, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 20 Apr, 2016 3 commits
-
-
Robert Speicher authored
[ci skip]
-
Dmitriy Zaporozhets authored
Geo development documentation Added some developer oriented documentation for Geo feature (#76) See merge request !350
-
Gabriel Mazetto authored
-
- 19 Apr, 2016 29 commits
-
-
Dmitriy Zaporozhets authored
Geo: repository sync changed to use push event from system hook Changed from our own custom implementation, to use GitLab's system hook push event to trigger repository synchronization for Geo (#76). See merge request !347
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Valery Sizov authored
CE upstream See merge request !348
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
Sync CE master to EE master See merge request !346
-
Valery Sizov authored
-
Valery Sizov authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Grzegorz Bizon authored
Add notice about GitLab Runner to requirements docs This is related to #14589, and problems that may stem from running GitLab Runner on same machine user installed GitLab web app on. See merge request !3518
-
Kamil Trzciński authored
Add configurable shared runners text cc @axil @rspeicher @grzesiek See merge request !3750
-
Grzegorz Bizon authored
* 'master' of dev.gitlab.org:gitlab/gitlabhq: Add Changelog entry for group link permissions fix Use guard clause to check ability to share project Refactor method that shares project with a group Check permissions when sharing project with group
-
Kamil Trzcinski authored
-
Douwe Maan authored
Check permissions when sharing project with group ## Summary Unprivileged user was able to share project with group he didn't have access to, and therefore gain partial access to that group, which opened possibilities for further actions like listing private projects in that group. See https://gitlab.com/gitlab-org/gitlab-ce/issues/15330 ## Fix This change introduces additional check for group read access. ## Further work We can think about preventing such problems in the future (this is quite common problem) by moving permissions checks to another layer of abstraction (TBD). Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15330 See merge request !1949
-
Kamil Trzciński authored
Make before_script and after_script overridable This is makes it possible to overwrite the before_script and after_script at job level. This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3771 See merge request !3772
-
Kamil Trzciński authored
Implement after_script which allows to do cleanups as part of the build process This implements `after_script` in global context. The `after_script` will be executed always after the job, even if the job were canceled. This requires changes on Runner side that will be implemented in 1.2. cc @tmaczukin @grzesiek See merge request !3771
-
Dmitriy Zaporozhets authored
Allow enable/disable push events for system hooks in UI Improvement for !3744 Fixes #15284 See merge request !3812
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Closes #15330
-
Valery Sizov authored
-
Douwe Maan authored
Fix prepare build execution in docker environment In newest versions of docker the `/.dockerinit` file doesn't exists any more (https://github.com/docker/docker/pull/19490). And oo our builds are failing, because the `./scripts/prepare_build.sh` script isn't installing required dependencies. This MR fixes the problem with backward compatibility for oldest docker environments. /cc @grzegorz @douwe See merge request !1950
-
Valery Sizov authored
-
Tomasz Maczukin authored
-