summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merge branch 'docs-fix-mr-link-maintainer-pushes' into 'master'Achilleas Pipinellis2018-05-151-0/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix link to MR for Maintainer Access docs See merge request gitlab-org/gitlab-ce!18951
| | * | | | | Fix link to MR for Maintainer Access docsMark Fletcher2018-05-141-0/+2
| | | | | | |
| * | | | | | Merge branch 'docs-typo-main-page' into 'master'Achilleas Pipinellis2018-05-150-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix minor typo of main docs page See merge request gitlab-org/gitlab-ce!18952
| | * | | | | | Fix minor typo of main docs pageMark Fletcher2018-05-141-1/+1
| | |/ / / / /
| * | | | | | Merge branch '46345-kubernetes-popover-illustration-skewed' into 'master'Filipa Lacerda2018-05-143-4/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct skewed Kubernetes popover illustration Closes #46345 See merge request gitlab-org/gitlab-ce!18949
| | * | | | | | Correct skewed Kubernetes popover illustrationLukas Eipert2018-05-143-4/+9
| |/ / / / / /
| * | | | | | Merge branch 'refactor/move-squash-before-merge-vue-component' into 'master'Phil Hughes2018-05-143-4/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move SquashBeforeMerge vue component See merge request gitlab-org/gitlab-ce!18813
| | * | | | | | Move SquashBeforeMerge vue componentGeorge Tsiolis2018-05-083-4/+9
| | | | | | | |
| * | | | | | | Merge branch 'backstage/gb/backport-untrusted-regexp-ee-code' into 'master'Rémy Coutable2018-05-142-1/+26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport EE-specific untrusted regexp implementation See merge request gitlab-org/gitlab-ce!18938
| | * | | | | | | Backport EE-specific untrusted regexp implementationGrzegorz Bizon2018-05-142-1/+26
| | | | | | | | |
| * | | | | | | | Merge branch '46297_improve_code_review_section_in_mr_templates' into 'master'Rémy Coutable2018-05-141-3/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the code review section in MR templates. See merge request gitlab-org/gitlab-ce!18920
| | * | | | | | | | Improve code review section in MR templates. refs #46297Olivier Gonzalez2018-05-111-3/+3
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'zj-verbose-logging-deprecation-stack' into 'master'Douwe Maan2018-05-141-2/+6
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | More verbose logging for deprecated path access See merge request gitlab-org/gitlab-ce!18943
| | * | | | | | | More verbose logging for deprecated path accessZeger-Jan van de Weg2018-05-141-2/+6
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current logging tells us we've isolated the calls to about 5 call sites, now we'd like to know what is calling these methods.
| * | | | | | | Merge branch 'sh-fix-cross-site-origin-uploads-js' into 'master'Rémy Coutable2018-05-143-0/+24
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cross-origin errors when attempting to download JavaScript attachments Closes #45826 See merge request gitlab-org/gitlab-ce!18936
| | * | | | | | | Fix cross-origin errors when attempting to download JavaScript attachmentsStan Hu2018-05-133-0/+24
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you upload a file with a .js extension, Rails' cross-origin JavaScript protection will prevent a user from downloading the file with a 422 error. Setting the content-type to `text/plain` will allow the user to download the file as a plaintext file. Closes #45826
| * | | | | | | Merge branch 'update-sidekiq' into 'master'Rémy Coutable2018-05-142-4/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update sidekiq 5.0 -> 5.1 See merge request gitlab-org/gitlab-ce!18765
| | * | | | | | | update sidekiq 5.0 -> 5.1Pirate Praveen2018-05-052-4/+4
| | | | | | | | |
| * | | | | | | | Merge branch 'blackst0ne-rails5-fix-spec-models-ci-pipeline_spec-rb' into ↵Kamil Trzciński2018-05-141-1/+11
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "[Rails5] Fix spec/models/ci/pipeline_spec.rb" Closes #46229 See merge request gitlab-org/gitlab-ce!18906
| | * | | | | | | | [Rails5] Fix Ci::Pipeline validator for sourceblackst0ne-rails5-fix-spec-models-ci-pipeline_spec-rbblackst0ne2018-05-121-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Rails 5 enum returns value instead of key. For this case, the `NilClass` is returned instead of `unknown` which breaks validation of the `source` attribute. This commit adds a custom validatior that returns the correct result for both rails4 and rails5.
| * | | | | | | | | Merge branch 'bvl-fix-typo-on-help-page-docs' into 'master'Achilleas Pipinellis2018-05-141-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change `expect` to `except` on help page See merge request gitlab-org/gitlab-ce!18940
| | * | | | | | | | | Change `expect` to `except` on help pageBob Van Landuyt2018-05-141-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge branch '45462-sha-object' into 'master'Phil Hughes2018-05-145-139/+92
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "`sha-mismatch` vue component is rendering an empty block" Closes #45462 See merge request gitlab-org/gitlab-ce!18884
| | * | | | | | | | | | Fix broken testsFilipa Lacerda2018-05-111-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Fixes eslintFilipa Lacerda2018-05-101-36/+37
| | | | | | | | | | | |
| | * | | | | | | | | | Moves mr widget to a vue componentFilipa Lacerda2018-05-105-105/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents maintainer edit to render a blank div Properly names sha mismatch component
| * | | | | | | | | | | Merge branch 'kp-add-vue-create-component-helper' into 'master'Filipa Lacerda2018-05-141-3/+19
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `createComponentWithMixin` to create anonymous components with mixins See merge request gitlab-org/gitlab-ce!18899
| | * | | | | | | | | | | Add `createComponentWithMixin` to create anonymous components with mixinKushal Pandya2018-05-141-3/+19
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'sh-fix-blocked-user-account-ldap' into 'master'Douwe Maan2018-05-143-18/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix system hook not firing for blocked users when LDAP sign-in is used Closes #46307 See merge request gitlab-org/gitlab-ce!18930
| | * | | | | | | | | | | | Fix system hook not firing for blocked users when LDAP sign-in is usedStan Hu2018-05-123-18/+35
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An LDAP sign-in request results in a different request parameter than a standard GitLab sign-in. Since Warden doesn't pass us the user that was blocked, we first search for a `username` in the request parameters and then look for `user.login`. Closes #46307
| * | | | | | | | | | | | Merge branch 'fix/secpick-script' into 'master'James Lopez2018-05-141-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update secpick to use security branches See merge request gitlab-org/gitlab-ce!18937
| | * | | | | | | | | | | | Update secpickJames Lopez2018-05-141-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Update secpickJames Lopez2018-05-141-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Update secpick to use security branchesJames Lopez2018-05-141-2/+1
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'docs/rs-code-review' into 'master'Douwe Maan2018-05-142-3/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Code Review documentation that maintainers also perform code review See merge request gitlab-org/gitlab-ce!18911
| | * | | | | | | | | | | | Add Code Review documentation that maintainers also perform code reviewdocs/rs-code-reviewRobert Speicher2018-05-111-0/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Move footnote from CONTRIBUTING.md to doc/development/code_review.mdRobert Speicher2018-05-112-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A section was moved in f644b8c8 but this got lost.
| * | | | | | | | | | | | | Merge branch 'fix-gitaly-bundle-poisoning' into 'master'Rémy Coutable2018-05-145-25/+143
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix gitaly-ruby bundle poisoning in CI Closes gitaly#1184 and gitaly#1169 See merge request gitlab-org/gitlab-ce!18853
| | * | | | | | | | | | | | Fix gitaly-ruby bundle poisoning in CIJacob Vosmaer (out of office May 10-14)2018-05-145-25/+143
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'jl-update-runner-links-docs' into 'master'Achilleas Pipinellis2018-05-141-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runner links to repo based on restructuring See merge request gitlab-org/gitlab-ce!18919
| | * | | | | | | | | | | Update runner links to repo based on restructuringJoshua Lambert2018-05-111-3/+3
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch ↵Rémy Coutable2018-05-146-215/+71
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'blackst0ne-replace-spinach-project-forked-merge-requests.feature' into 'master' Replace the `project/forked_merge_requests.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18867
| | * | | | | | | | | | Replace the `project/forked_merge_requests.feature` spinach test with an ↵blackst0ne2018-05-146-215/+71
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rspec analog
| * | | | | | | | | | Merge branch '46164-remove-redundant-tooltips' into 'master'Phil Hughes2018-05-141-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Remove redundant tooltips on activity tabs" Closes #46164 See merge request gitlab-org/gitlab-ce!18918
| | * | | | | | | | | | Remove tooltips on activity tabsAnnabel Dunstone Gray2018-05-111-1/+1
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch ↵Rémy Coutable2018-05-148-410/+249
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'blackst0ne-replace-spinach-project-commits-diff-comments.feature' into 'master' Replace the `project/commits/diff_comments.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18868
| | * | | | | | | | | | Replace the `project/commits/diff_comments.feature` spinach test with an ↵blackst0ne2018-05-148-410/+249
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rspec analog
| * | | | | | | | | | Merge branch 'docs/rs-errant-grave' into 'master'Achilleas Pipinellis2018-05-141-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove an extra backtick from Group Milestones API documentation See merge request gitlab-org/gitlab-ce!18913
| | * | | | | | | | | Remove an extra backtick from Group Milestones API documentationRobert Speicher2018-05-111-1/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'rd-remove-duplicate-method' into 'master'Robert Speicher2018-05-111-5/+0
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate method See merge request gitlab-org/gitlab-ce!18886