Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-16[Rails5] Fix sessions_controller_specblackst0ne
Refactor sessions_controller_spec to work both in rails4 and rails5. Remove the stubbed `request.referer` method, set real header instead.
2018-06-16[Rails5] Fix pipeline_schedules_controller_specblackst0ne
In Rails 5.0 there's a bug [1] in controller tests that doesn't parse nested parameters correctly. This commit brings a workaround to make specs work again both in rails4 and rails5. [1]: https://github.com/rails/rails/issues/23997
2018-06-16Fix milestones disappearing when changed on MRMario de la Ossa
2018-06-15Merge branch 'dm-remove-favicon-main-version' into 'master'Robert Speicher
Remove FaviconUploader favicon_main version See merge request gitlab-org/gitlab-ce!19891
2018-06-15Merge branch 'ce-jej/sanitize-group-saml-relay-state' into 'master'Kamil Trzciński
[CE backport] Backport InternalRedirect#sanitize_redirect See merge request gitlab-org/gitlab-ce!19795
2018-06-15Remove FaviconUploader favicon_main versionDouwe Maan
See https://gitlab.com/gitlab-org/gitlab-ce/issues/47677 for more information
2018-06-15Reuse viewer param and move logic to blob controllerDouwe Maan
2018-06-15Changed the query string parameter to a stringTim Zallmann
2018-06-15Rails5 fix update_attribute usage not causing a saveJasper Maes
2018-06-14Fixed linting error with trailing space in rbTim Zallmann
2018-06-14Makes the html attribute in the json output optional with the option ↵Tim Zallmann
html_render=false
2018-06-14Deny repository disk access in development and testJacob Vosmaer (GitLab)
2018-06-14Merge branch 'rails5-fix-47805' into 'master'Rémy Coutable
Rails5 ActionController::ParameterMissing: param is missing or the value is… Closes #47805 See merge request gitlab-org/gitlab-ce!19763
2018-06-14Merge branch 'rails5-fix-47804' into 'master'Rémy Coutable
Rails5 fix stack level too deep Closes #47804 See merge request gitlab-org/gitlab-ce!19762
2018-06-14Backport InternalRedirect#sanitize_redirectJames Edwards-Jones
2018-06-13Rails5 ActionController::ParameterMissing: param is missing or the value is ↵Jasper Maes
empty: application_setting
2018-06-13Rails5 fix stack level too deepJasper Maes
2018-06-13Render access denied without messageBob Van Landuyt
The `errors/access_denied` page should not fail to render when no message is provided. When accessing something as a sessionless user, we should also display the terms message if possible.
2018-06-11Merge branch 'jprovazn-rails5-boards' into 'master'Rémy Coutable
[Rails5] Fix conversion of integer into string in board spec Closes #47653 See merge request gitlab-org/gitlab-ce!19616
2018-06-11Don't use Rails.root.join for upload fixture pathsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-11Merge branch 'rs-update-rspec' into 'master'Rémy Coutable
Update rspec to 3.7 See merge request gitlab-org/gitlab-ce!19449
2018-06-09Fix conversion of integer into string in board specJan Provaznik
In rails 5 controller specs, integers are converted to strings unless conte-type is set with `as: :json`: https://github.com/rails/rails/issues/26069
2018-06-08Users can accept terms during registrationBob Van Landuyt
When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar.
2018-06-07Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan
Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
2018-06-07Make all uses of `fixture_file_upload` use relative pathsRobert Speicher
2018-06-06Log response body to production_json.log when a controller responds with a ↵Stan Hu
422 status We have a number of import errors occurring with 422 errors, and it's hard to determine why they are happening. This change will surface the errors in the log lines. Relates to #47365
2018-06-06Merge branch 'bvl-graphql-start-34754' into 'master'Douwe Maan
GraphQL setup: Basic Project and Merge request endpoint Closes #34754 See merge request gitlab-org/gitlab-ce!19008
2018-06-06update testsDennis Tang
2018-06-06Add missing tests around rendering invalid merge requests (HTML+JSON)Ash McKenzie
2018-06-05Handle exceptions outside the GraphQL schemaBob Van Landuyt
This allows us to report JSON parse exceptions to clients and ignore them in sentry.
2018-06-05Add a minimal GraphQL APINick Thomas
2018-06-05Merge branch 'master' into ↵Kamil Trzciński
'backstage/gb/use-persisted-stages-to-improve-pipelines-table' # Conflicts: # db/schema.rb
2018-06-05Merge branch '46585-gdpr-terms-acceptance' into 'master'Robert Speicher
Resolve "Missing Accept button for terms of service" Closes #46585 See merge request gitlab-org/gitlab-ce!19156
2018-06-05require uploaded file's name to match in any caseAlexis Reigel
2018-06-05ability to get an image's alternative versionAlexis Reigel
2018-06-05remove all .ico favicon variations, use png alwaysAlexis Reigel
the ci status icons are generated client side, wo we don't need the static files anymore.
2018-06-05Render a 403 when showing an access denied messageBob Van Landuyt
When we want to show an access denied message to a user, we don't have to hide the resource's existence. So in that case we render a 403, this 403 is not handled by nginx on omnibus installs, making sure the message is visible to the user.
2018-06-05Merge branch 'master' into ↵Grzegorz Bizon
'backstage/gb/use-persisted-stages-to-improve-pipelines-table' Conflicts: app/models/ci/pipeline.rb
2018-06-05Merge branch '36862-subgroup-milestones' into 'master'Sean McGivern
Include all ancestors milestones in json list & autocomplete Closes #36862 See merge request gitlab-org/gitlab-ce!19317
2018-06-04Messaging on terms page when user already acceptedtauriedavis
We show a blue flash banner if the user already accepted, and show a button allowing them to continue to the application.
2018-06-04Include all ancestors milestones in json list & autocompleteJarka Kadlecová
2018-06-04Hide archived projects from `shared_projects`Bob Van Landuyt
Since we don't show the archived projects, we shouldnot load them and pass them to the fronted to be filtered out again.
2018-06-02Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang
# Conflicts: # doc/user/project/clusters/index.md
2018-06-02fix tests for new cluster POSTDennis Tang
2018-06-01Merge branch '46010-add-more-validations-for-runners-and-runner-type' into ↵Kamil Trzciński
'master' Improve validations for Ci::Runner#runner_type See merge request gitlab-org/gitlab-ce!18901
2018-06-01Add validation to webhook and service URLs to ensure they are not blocked ↵Francisco Javier López
because of SSRF
2018-05-31Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang
# Conflicts: # app/views/projects/_merge_request_merge_method_settings.html.haml
2018-05-31remove focus on testDennis Tang
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-31Adjust permitted params filtering on merge schedulingOswaldo Ferreira