Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modifying gitaly search files client to add chunking supportsupport-chunking-in-client | John Cai | 2019-02-05 | 5 | -19/+102 |
| | | | | | | | | updates gitaly proto to 1.7.0, modifies the search files gitaly client call to use the new chunked_response flag in the rpc request, and stitch the responses together. maintains backwards compatibility with older gitaly servers. | ||||
* | Merge branch 'mysql_validate_pre_truncate' into 'master' | Stan Hu | 2019-02-06 | 1 | -2/+3 |
|\ | | | | | | | | | Adds validation for schema_migration prior to truncate. See merge request gitlab-org/gitlab-ce!6459 | ||||
| * | Fix MySQL error when truncating a table that doesn't exist | Jose Torres | 2019-02-05 | 1 | -2/+3 |
| | | | | | | | | | | | | | | This adds a conditional statement before truncating the `schema_migrations` table. This comit also ports this code to Rails 5. | ||||
* | | Merge branch 'chore/update-js-regex' into 'master' | Stan Hu | 2019-02-06 | 5 | -8/+15 |
|\ \ | |/ |/| | | | | | update js_regex 2.2.1 -> 3.1 See merge request gitlab-org/gitlab-ce!24433 | ||||
| * | add changelog entry | Roger Rüttimann | 2019-02-05 | 1 | -0/+5 |
| | | |||||
| * | remove unnuesd global regex flag g | Roger Rüttimann | 2019-02-05 | 2 | -2/+2 |
| | | |||||
| * | remove newly supported regex feature from validation error test | Roger Rüttimann | 2019-01-14 | 1 | -2/+0 |
| | | |||||
| * | fix initialization of JsRegex after js_regex gem update change | Roger Rüttimann | 2019-01-14 | 1 | -1/+1 |
| | | |||||
| * | update js_regex version | Roger Rüttimann | 2019-01-14 | 2 | -5/+9 |
| | | |||||
* | | Merge branch 'merge-dev-into-master' into 'master' | Stan Hu | 2019-02-06 | 0 | -0/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | Merge dev.gitlab.org master into GitLab.com master Closes #54721, #56663, #2779, #2776, #2772, #2783, #2766, #2784, #2760, #2775, #2777, #2767, #2786, #2780, and #56860 See merge request gitlab-org/gitlab-ce!24935 | ||||
| * | | Resolve conflicts in spec/services/members/destroy_service_spec.rb | Stan Hu | 2019-02-05 | 1 | -4/+0 |
| | | | |||||
| * | | Resolve conflicts in spec/policies/personal_snippet_policy_spec.rb | Stan Hu | 2019-02-05 | 1 | -3/+0 |
| | | | |||||
| * | | Resolve conflicts in spec/lib/safe_zip/extract_spec.rb | Stan Hu | 2019-02-05 | 1 | -4/+0 |
| | | | |||||
| * | | Resolve conflicts in spec/features/markdown/math_spec.rb | Stan Hu | 2019-02-05 | 1 | -4/+0 |
| | | | |||||
| * | | Resolve conflicts in app/policies/personal_snippet_policy.rb | Stan Hu | 2019-02-05 | 1 | -3/+0 |
| | | | |||||
| * | | Resolve conflicts in config/routes/import.rb | Stan Hu | 2019-02-05 | 1 | -4/+0 |
| | | | |||||
| * | | Resolve conflict in projects/issues_controller.rb | Brett Walker | 2019-02-05 | 1 | -4/+0 |
| | | | |||||
| * | | Resolve conflict in email_pipeline.rb | Brett Walker | 2019-02-05 | 1 | -4/+0 |
| | | | |||||
| * | | Resolve conflict in app/views/layouts/nav/sidebar/_project.html.haml | Francisco Javier López | 2019-02-05 | 1 | -4/+0 |
| | | | |||||
| * | | Fix a conflict in GITALY_SERVER_VERSION | Nick Thomas | 2019-02-05 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | GitLab.com master now points at Gitaly v1.17.0. Dev master pointed at 1.14.1 due to a recent security release. That fix is present in 1.17.0 so it is safe to take the .com side here. | ||||
| * | | Merge dev.gitlab.org master into GitLab.com master | Yorick Peterse | 2019-02-05 | 10 | -0/+38 |
| |\ \ | |||||
| | * | | Update CHANGELOG.md for 11.6.9 | GitLab Release Tools Bot | 2019-02-04 | 1 | -0/+7 |
| | | | | | | | | | | | | [ci skip] | ||||
| | * | | Update CHANGELOG.md for 11.6.8 | GitLab Release Tools Bot | 2019-01-30 | 1 | -0/+4 |
| | | | | | | | | | | | | [ci skip] | ||||
| | * | | Merge branch 'fix-rubyzip-require' into 'master' | Yorick Peterse | 2019-01-30 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | [master] Fix requiring the rubyzip Gem See merge request gitlab/gitlabhq!2876 | ||||
| | | * | | Fix requiring the rubyzip Gem | Yorick Peterse | 2019-01-30 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | In commit 6fa5fd8515e0f2d5a6341134560021f353d84362 the `require: false` was removed to ensure the Gem was loaded at run time. Unfortunately, the `require` necessary for the rubyzip Gem is "zip" and not "rubyzip". As a result, Bundler would not require the Gem. This meant that we would still run into constant errors when referring to `Zip::File`. | ||||
| | * | | Merge branch 'dev-master' into 'master' | Yorick Peterse | 2019-01-30 | 3 | -2/+7 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | [master] Fix uninitialized constant with GitLab Pages deploy See merge request gitlab/gitlabhq!2875 | ||||
| | | * | | Fix uninitialized constant with GitLab Pages deploy | Stan Hu | 2019-01-29 | 3 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pages:deploy step was failing with the following error: ``` unitialized constant SafeZip::Extract::Zip ``` Since license_finder already pulls in rubyzip, we can make it a required gem. We also use the scope operator to make the reference to Zip::File explicit. | ||||
| | * | | | Update CHANGELOG.md for 11.7.2 | GitLab Release Tools Bot | 2019-01-29 | 1 | -0/+34 |
| | |/ / | | | | | | | | | [ci skip] | ||||
| | * | | Update CHANGELOG.md for 11.5.8 | GitLab Release Tools Bot | 2019-01-28 | 1 | -0/+27 |
| | | | | | | | | | | | | [ci skip] | ||||
| | * | | Update CHANGELOG.md for 11.7.1 | GitLab Release Tools Bot | 2019-01-28 | 21 | -101/+30 |
| | | | | | | | | | | | | [ci skip] | ||||
| | * | | Merge branch '56860-fix-spec-race-condition-upside-the-head' into 'master' | Douglas Barbosa Alexandre | 2019-01-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a JS race in a spec Closes #56860 See merge request gitlab-org/gitlab-ce!24684 | ||||
| | * | | Merge branch 'test-permissions' into 'master' | Yorick Peterse | 2019-01-28 | 35 | -95/+324 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | [master] Pipelines section is available to unauthorized users See merge request gitlab/gitlabhq!2480 | ||||
| | | * | | [master] Pipelines section is available to unauthorized users | Kamil Trzciński | 2019-01-28 | 35 | -95/+324 |
| | |/ / | |||||
| | * | | Merge branch 'fix/security-group-user-removal' into 'master' | Yorick Peterse | 2019-01-25 | 10 | -11/+114 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | [master] Resolve "Removing a user from a private group doesn't remove them from group's project, if their project's role was changed" See merge request gitlab/gitlabhq!2629 | ||||
| | | * | | Add subresources removal to member destroy service | James Lopez | 2019-01-25 | 10 | -11/+114 |
| | | | | | |||||
| | * | | | Merge branch 'security-import-path-logging' into 'master' | Yorick Peterse | 2019-01-25 | 8 | -17/+107 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [master] Fix error disclosure on Project Import See merge request gitlab/gitlabhq!2675 | ||||
| | | * | | | Fix path disclosure on Project Import | James Lopez | 2019-01-07 | 8 | -17/+107 |
| | | | | | | |||||
| | * | | | | Merge branch 'security-guests-can-see-list-of-merge-requests' into 'master' | Yorick Peterse | 2019-01-25 | 7 | -20/+154 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [master] Group Guests are no longer able to see merge requests See merge request gitlab/gitlabhq!2694 | ||||
| | | * | | | | Group Guests are no longer able to see merge requests | Tiago Botelho | 2019-01-21 | 7 | -20/+154 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group guests will only be displayed merge requests to projects they have a access level to, higher than Reporter. Visible projects will still display the merge requests to Guests | ||||
| | * | | | | | Merge branch 'security-import-project-visibility' into 'master' | Yorick Peterse | 2019-01-25 | 5 | -2/+219 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [master] Fix Imported Project Retains Prior Visibility Setting See merge request gitlab/gitlabhq!2734 | ||||
| | | * | | | | | Fix tree restorer visibility level | James Lopez | 2019-01-24 | 5 | -2/+219 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'security-contributed-projects' into 'master' | Yorick Peterse | 2019-01-25 | 4 | -0/+56 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [master] Fix contributed projects info is still visible even user enable private profile See merge request gitlab/gitlabhq!2743 | ||||
| | | * | | | | | | Fix contributed projects finder shown private info | James Lopez | 2019-01-08 | 4 | -0/+56 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'security-do-not-process-mr-ref-for-guests' into 'master' | Yorick Peterse | 2019-01-25 | 3 | -2/+17 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [master] Don't process MR refs for guests in the notes See merge request gitlab/gitlabhq!2771 | ||||
| | | * | | | | | | | Don't process MR refs for guests in the notes | Oswaldo Ferreira | 2019-01-10 | 3 | -2/+17 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'security-22076-sanitize-url-in-names' into 'master' | Yorick Peterse | 2019-01-25 | 40 | -54/+84 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [master] Sanitize user full name to clean up any URL to prevent mail clients from auto-linking URLs See merge request gitlab/gitlabhq!2793 | ||||
| | | * | | | | | | | | Add changelog entry | Kushal Pandya | 2019-01-22 | 1 | -0/+6 |
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Use `sanitize_name` to sanitize URL in user full name | Kushal Pandya | 2019-01-22 | 37 | -54/+56 |
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Add `sanitize_name` helper to sanitize URLs in user full name | Kushal Pandya | 2019-01-22 | 2 | -0/+22 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'sh-fix-import-redirect-vulnerability' into 'master' | Yorick Peterse | 2019-01-25 | 8 | -8/+43 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [master] Alias GitHub and Bitbucket OAuth2 callback URLs See merge request gitlab/gitlabhq!2840 |