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
2017-03-02Add CHANGELOG entry for !965627760-webpack-dev-server-httpTimothy Andrew
2017-03-02Don't indiscriminately overwrite the `webpack.dev_server.https` config value.Timothy Andrew
- Currently (in development), the `webpack.dev_server.https` config value is overridden by the `gitlab.https` config value. - This assumes that when GitLab is running on HTTPS, webpack will be running on HTTPS, and when GitLab is running on HTTP, webpack will be running on HTTP. This is not always the case in a development environment. - This commit only performs this override if `webpack.dev_server.https` is unset.
2017-03-02Merge branch 'gitaly-post-receive' into 'master' Robert Speicher
Add internal endpoint to notify post-receive to Gitaly See merge request !8983
2017-03-02Merge branch 'rs-issue-28647' into 'master' Alfredo Sumaran
Fix ES6 interpolation in GitLabCrop class Closes #28647 See merge request !9624
2017-03-02Add internal endpoint to notify post-receive to GitalyAlejandro Rodríguez
2017-03-01Merge branch 'api-v4-doc' into 'master' Douwe Maan
Use v4 endpoint in API docs See merge request !9631
2017-03-01Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan
Rename MWBS to MWPS Closes #24707 See merge request !9335
2017-03-01Merge branch 'fix/gb/improve-merge-request-pipelines-api' into 'master' Kamil Trzciński
Improve internal API for new merge request Closes #27866 See merge request !9304
2017-03-01Merge branch '27142-api-replace-destroy-with-stop-environment' into 'master' Kamil Trzciński
API: Add environment action with /stop action Closes #27142 See merge request !8808
2017-03-01Merge branch 'fix/gb/remove-unused-method-from-build' into 'master' Kamil Trzciński
Remove unused method from CI/CD build class See merge request !9615
2017-03-01Merge branch 'persona-images' into 'master' Allison Whilden
Persona images See merge request !9556
2017-03-01Persona imagesSarah O'Donnell
2017-03-01Merge branch 'patch-17' into 'master' Rémy Coutable
remove duplicate backup skip details See merge request !9525
2017-03-01Merge branch 'patch-18' into 'master' Rémy Coutable
fix GitLab download archives link See merge request !9528
2017-03-01Merge branch '26136-list-repository-tree-api-doc' into 'master' Rémy Coutable
Clarification of list repository tree API call Closes #26136 See merge request !9532
2017-03-01Clarification of list repository tree API callMarius Kleiner
2017-03-01Merge branch '27778-a11y-sidebar' into 'master' Clement Ho
Improve a11y in sidebar Closes #27778 See merge request !9593
2017-03-01Merge branch '28609-fix-redirect-to-home-page-url' into 'master' Robert Speicher
Fix the redirect to custom home page URL and move it to RootController Closes #28609 See merge request !9518
2017-03-01Merge branch 'use-v3-api-on-frontend' into 'master' Sean McGivern
Add changelog for !9614 See merge request !9626
2017-03-01Use v4 endpoint in API docsRobert Schilling
2017-03-01Merge branch 'custom-empty-exception-class-cop' into 'master' Robert Speicher
Add RuboCop cop for custom error classes Closes #28770 See merge request !9573
2017-03-01Merge branch 'long-file-name-overflow' into 'master' Filipa Lacerda
Fixed long filename being under action buttons Closes #26607 See merge request !9608
2017-03-01Merge branch 'remove-new-relic-gem' into 'master' Sean McGivern
Remove the newrelic gem Closes #12860 See merge request !9622
2017-03-01Adds changelogFilipa Lacerda
2017-03-01Merge branch 'user-calendar-border' into 'master' Annabel Dunstone Gray
Removed top border from contribution calendar Closes #28844 See merge request !9605
2017-03-01Add changelog for !9614Sean McGivern
2017-03-01Merge branch 'js_should_user_right_api_version' into 'master' Sean McGivern
The frontend should use the v3 API for now Closes #28863 and #28853 See merge request !9614
2017-03-01Merge branch 'diff-make-obvious-cant-comment' into 'master' Annabel Dunstone Gray
Visually display that expanded diff lines cant be commented on See merge request !9465
2017-03-01Fix ES6 interpolation in GitLabCrop classRobert Speicher
2017-03-01Merge branch 'fix/ci-status-badge-view-specs' into 'master' Robert Speicher
Add view specs for CI/CD detailed status badge Closes #25611 See merge request !9473
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-03-01Merge branch '28850-fix-broken-migration' into 'master' Sean McGivern
Disable the inheritance column of services in DisableInvalidServiceTemplates migration Closes #28850 See merge request !9613
2017-03-01Remove the newrelic gemRobert Schilling
2017-03-01Merge branch 'undefined' into 'master' Achilleas Pipinellis
Replace create_new_project_button.png See merge request !9403
2017-03-01Merge branch 'update-yarn-docs' into 'master' Jacob Schatz
Update docs to reflect Yarn support added in 8.17 not 9.0 See merge request !9590
2017-03-01Simplify view specs for commit status badge partialGrzegorz Bizon
2017-03-01Improve readability in CI/CD status badge view testsGrzegorz Bizon
2017-03-01Add view specs for ci/cd detailed status badgeGrzegorz Bizon
2017-03-01Merge branch 'feature/fix_tag_docs_parent_ids' into 'master' Rémy Coutable
Docs: Tags: Fix typo in parent_ids in example response See merge request !9550
2017-03-01Disable the inheritance column of services in DisableInvalidServiceTemplates ↵Rémy Coutable
migration The `unless defined?(Service)` was useless since in production env, models are eager loaded, thus we wouldn't disable the STI, resulting in the following error: The single-table inheritance mechanism failed to locate the subclass: 'GitlabCiService'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Service.inheritance_column to use another column for that information./opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20170211073944_disable_invalid_service_templates.rb:11:in `up' Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-01Merge branch 'patch-15' into 'master' Rémy Coutable
Add note about how to use or escape variables inside other variables See merge request !9601
2017-03-01Removed 0 paddingPhil Hughes
The extra spacing at the top is caused the user-callout box that should be fixed in another merge request
2017-03-01Merge branch 'board-new-issue-template-in-js' into 'master' Filipa Lacerda
Moved issue boards new issue form template See merge request !9572
2017-03-01Merge branch 'refactor/generalize-unique-internal-users' into 'master' Sean McGivern
generalize the idea of a "unique internal user" See merge request !9562
2017-03-01Update CHANGELOG.md for 8.17.2James Lopez
[ci skip]
2017-03-01Merge branch 'restructure-pages-docs' into 'master' Achilleas Pipinellis
Restructure pages docs Closes #28688 See merge request !9527
2017-03-01Merge branch '25437-just-emoji' into 'master'Sean McGivern
#25437 Allow posting of just an emoji in comment; add /award slash command Closes #25437 See merge request !9382
2017-03-01Restructure Pages docs index and getting started guidesMarcia Ramos
[ci skip]
2017-03-01Remove unused method from CI/CD build classGrzegorz Bizon
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec