- 04 Feb, 2017 9 commits
-
-
Mike Greiling authored
* master: (54 commits) Move project services to new location under Integrations Move webhooks to new a location under Integrations Fix documentation link in doc/user/project/pages/index.md Fixed merge request widget tests Small documentation changes and fixes for Geo Remove ‘EE-specific’ comments related to Pages feature Update specs with new method signatures rm_tag now takes a user argument Use GitOperationService instead Merge remote-tracking branch 'ce/fix-git-hooks-when-creating-file' into master-ce Mentioned pages to CE port in project/pages/index.md Fixed merge request environment not displaying Update guidance on handling shared secrets in HA setup Pull EE specific Gitlab::Auth code in to its own module Use `add_$role` helper in snippets specs Check public snippets for spam Keep snippet visibility on error Add info on using both push/pull repository mirroring Properly read approvalPending from dataset. Fix data attr spacing. ...
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
- 03 Feb, 2017 12 commits
-
-
Achilleas Pipinellis authored
Refactor integrations page documentation See merge request !1165
-
Douwe Maan authored
Fix documentation missing link in doc/user/project/pages/index.md See merge request !1164
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
James Edwards-Jones authored
-
Douwe Maan authored
Minor updates to EE after porting pages to CE See merge request !1156
-
Achilleas Pipinellis authored
Geo: Small documentation changes and fixes See merge request !1158
-
Fatih Acet authored
Fixed merge request environment not displaying Closes gitlab-ce#27080 See merge request !1154
-
Valery Sizov authored
Use delete_all in the gitlab:elastic:clear_index_status rake task See merge request !1143
-
Phil Hughes authored
-
Sean McGivern authored
Pull EE specific Gitlab::Auth code in to its own module See merge request !1112
-
Gabriel Mazetto authored
-
- 02 Feb, 2017 17 commits
-
-
Douwe Maan authored
Git operations cleanup See merge request !1151
-
James Edwards-Jones authored
-
Douwe Maan authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
* ce/fix-git-hooks-when-creating-file: (78 commits) Make sure different project gets a merge request Try to check if branch diverged explicitly We don't care about the return value now Make GitHooksService#execute return block value Use commit rather than branch, and rename to avoid confusion @tree_edit_project is no longer used Fix renaming Rename from base to start because base could mean merge base Detect if we really want a new merge request properly Properly fix the edge case! Rename source to base to avoid confusion from MR Don't set invalid @mr_source_branch when create_merge_request? Prefer leading dots over trailing dots Fix for initial commit and remove unneeded args Just trust set_commit_variables to set everything! Prefer leading dots over trailing dots Merge request terms are reversed for GitOperationService I think I am really confused, should be @tree_edit_project Remove tag with git hooks Introduce Repository#with_repo_branch_commit ...
-
James Edwards-Jones authored
-
Robert Speicher authored
Add username and password to Jenkins hook url Closes #804 See merge request !1035
-
Robert Speicher authored
Allow squashing MRs Closes #150 See merge request !1024
-
Drew Blessing authored
Update guidance on handling shared secrets in HA setup See merge request !1152
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/27080
-
Rémy Coutable authored
Snippet spam EE See merge request !1148
-
Nick Thomas authored
-
Drew Blessing authored
Only a tiny portion of code in EE for Gitlab::Auth was different from CE. This had the potential to result in merge conflicts. Now, it's moved in to its own EE module and is prepended into the Gitlab::Auth class.
-
Sean McGivern authored
-
Sean McGivern authored
Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
-
Sean McGivern authored
When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
-
- 01 Feb, 2017 2 commits
-
-
Douwe Maan authored
Resolve ""Merge when pipeline succeeds" visible if approvals are pending" Closes #1595 See merge request !1101
-
Achilleas Pipinellis authored
Add info on using both push/pull repository mirroring See merge request !1146
-