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
path: root/doc
AgeCommit message (Collapse)Author
2018-04-07Increase test suite around deploy tokens behaviorMayra Cabrera
Also, fixes broken specs
2018-04-07Fixes broken schema and minor changesMayra Cabrera
2018-04-07Addreses backend review suggestionsMayra Cabrera
- Remove extra method for authorize_admin_project - Ensure project presence - Rename 'read_repo' to 'read_repository' to be more verbose
2018-04-07Addreses frontend reviewMayra Cabrera
Also fixes spec failures on presenter and docs
2018-04-07Add documentation for DeployTokenMayra Cabrera
2018-04-06Extend API for importing a project export with overwrite supportFrancisco Javier López
2018-04-06Merge branch 'docs/gb/improve-pipeline-variables-expressions-docs' into 'master'Grzegorz Bizon
Improve docs about pipeline variables expressions Closes #44786 See merge request gitlab-org/gitlab-ce!18195
2018-04-06Merge branch 'dz-add-plugins-note' into 'master'Dmitriy Zaporozhets
Add a note to plugins.md about contributing back to GitLab See merge request gitlab-org/gitlab-ce!18215
2018-04-06Copyedit plugins docsAchilleas Pipinellis
[ci skip]
2018-04-06Merge branch 'update-gitlab-com-settings-docs' into 'master'Achilleas Pipinellis
Update GitLab.com settings with current state See merge request gitlab-org/gitlab-ce!18209
2018-04-06Performance improvements warrants a changelog entry.Andreas Brandl
2018-04-06Merge branch 'issue_44270' into 'master'Sean McGivern
Show issues of subgroups in group-level issue board Closes #44270 See merge request gitlab-org/gitlab-ce!18187
2018-04-06Add note about contributing back to GitLab to plugins.mdDmitriy Zaporozhets
2018-04-06Merge branch 'nathan.jones/gitlab-ce-patch-24' into 'master'Rémy Coutable
Update index.md to describe leaving out the host in prometheus['listen_address']… See merge request gitlab-org/gitlab-ce!18207
2018-04-06Document unsupported variables for dynamic environmentsGrzegorz Bizon
2018-04-05Merge branch 'direct-upload-of-artifacts' into 'master'Grzegorz Bizon
Direct upload of artifacts See merge request gitlab-org/gitlab-ce!18160
2018-04-05Update GitLab.com settings with current stateTomasz Maczukin
2018-04-05Merge branch '44389-always-allow-http-for-ci-git-operations' into 'master'Kamil Trzciński
Resolve "Allow HTTPS cloning by Runners if it is disabled for users" Closes #44389 See merge request gitlab-org/gitlab-ce!18021
2018-04-05Improve specs and docsFelipe Artur
2018-04-05Mention when "/commits/:sha/merge_requests/" endpoint was introducedMark Fletcher
2018-04-05Update index.md to describe leaving out the host in ↵Nathan Jones
prometheus['listen_address'] to allow public access. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-05Merge branch 'bvl-override-import-params' into 'master'Douwe Maan
Allow passing params to import API to override project attributes Closes gitlab-ee#4788 See merge request gitlab-org/gitlab-ce!18086
2018-04-05Update documentationTomasz Maczukin
2018-04-05Add `direct_upload` setting for artifactsKamil Trzciński
2018-04-05Merge branch 'direct-upload-of-uploads' into 'master'Grzegorz Bizon
Allow to store uploads by default on Object Storage See merge request gitlab-org/gitlab-ce!18156
2018-04-05Merge branch 'ce-4474-custom-additional-text-in-confirmation-email' into ↵Sean McGivern
'master' Add custom additional text to emails -- CE backport Closes gitlab-ee#4474 See merge request gitlab-org/gitlab-ce!18183
2018-04-05Improve docs about pipeline variables expressionsGrzegorz Bizon
2018-04-05Export LFS Objects when exporting a projectBob Van Landuyt
The LFS files will be included in the `lfs-objects` directory in the archive.
2018-04-05Override values from JSON with import dataBob Van Landuyt
This overrides values defined in the project JSON with the values provided in project.import_data.data['override_params']. These could be passed from the API.
2018-04-05Allow to store uploads by default on Object StorageKamil Trzciński
Introduce `direct_upload` option for `uploads` which is gonna set a default storage to Object Storage and use Unicorn to save data
2018-04-04Add custom additonal email text to all emailsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/4474 Conflicts: db/schema.rb ee/app/controllers/ee/admin/application_settings_controller.rb ee/app/helpers/ee/application_settings_helper.rb ee/app/models/ee/application_setting.rb ee/app/models/license.rb ee/app/views/layouts/service_desk.html.haml ee/app/views/notify/approved_merge_request_email.html.haml ee/app/views/notify/service_desk_new_note_email.text.erb ee/app/views/notify/service_desk_thank_you_email.text.erb ee/app/views/notify/unapproved_merge_request_email.html.haml ee/lib/ee/api/entities.rb ee/spec/controllers/admin/application_settings_controller_spec.rb ee/spec/models/application_setting_spec.rb ee/spec/requests/api/settings_spec.rb lib/api/settings.rb spec/mailers/previews/notify_preview.rb
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-04-04Merge branch 'pdeden/gitlab-ee-patch-7' into 'master'Achilleas Pipinellis
Fix syntax error in the `Envoy.blade.php` example See merge request gitlab-org/gitlab-ce!18177
2018-04-04Merge branch 'sh-gitlab-sidekiq-logger' into 'master'Sean McGivern
Add support for Sidekiq JSON logging Closes #20060 See merge request gitlab-org/gitlab-ce!18121
2018-04-04Merge branch 'zj-feature-gate-remove-http-api' into 'master'Douwe Maan
Allow feature gate removal through the API See merge request gitlab-org/gitlab-ce!18146
2018-04-04Add support for Sidekiq JSON loggingStan Hu
Closes #20060
2018-04-04Resolve "Allow the configuration of a project's merge method via the API"Jan
2018-04-04Merge branch 'dz-improve-app-settings-4' into 'master'Grzegorz Bizon
Redesign application settings to match project settings (part 4) See merge request gitlab-org/gitlab-ce!18100
2018-04-03Update Security Products examples documentationOlivier Gonzalez
2018-04-03Allow feature gate removal through the APIZeger-Jan van de Weg
Features could be listed and added through the api, now also removed. This was needed in the case of gitlab.com as the number of gates that were ever used just grows and cleaning up is hard.
2018-04-03Merge branch 'add-documentation-about-backporting-changes' into 'master'Tim Zallmann
Add documentation about backporting changes from EE to CE See merge request gitlab-org/gitlab-ce!18003
2018-04-03Merge branch 'sh-move-sidekiq-exporter-logs' into 'master'Sean McGivern
Move Sidekiq exporter logs to log/sidekiq_exporter.log See merge request gitlab-org/gitlab-ce!18127
2018-04-03Merge branch 'docs/performance-testing' into 'master'Marcia Ramos
Refactor the browser performance testing docs See merge request gitlab-org/gitlab-ce!18097
2018-04-02Move Sidekiq exporter logs to log/sidekiq_exporter.logStan Hu
The Sidekiq exporter logs were mixing with the normal Sidekiq logs. In order to support structured logging in Sidekiq, we either need to split this data out or convert the exporter to produce structured logs. Since Sidekiq job processing is fundamentally different information from Web server traffic, it seems cleaner to move the metrics traffic into a separate file, where they can be parsed by a different filter if needed. Relates to #20060
2018-04-02Merge branch 'docs/mirrored-repositories-for-pipelines-ce' into 'master'Marcia Ramos
Provide clarification on mirrored repositories for pipelines See merge request gitlab-org/gitlab-ce!18105
2018-04-02Merge branch 'docs/lfs-s3-ce' into 'master'Marcia Ramos
Refactor the LFS S3 docs See merge request gitlab-org/gitlab-ce!18029
2018-04-02Merge branch 'jramsay-list-commit-statuses-docs' into 'master'Douwe Maan
Add pagination docs to commit status API See merge request gitlab-org/gitlab-ce!18124
2018-04-02Move repository, storage, abuse settings and logging settings to expandable ↵Dmitriy Zaporozhets
sections Also reorganize application settings related to repository in more maninful sections Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-04-02Update docs for API for issue and merge request description templatesVictor Wu
2018-04-02Merge branch 'feature/gb/variables-expressions-in-only-except' into 'master'Kamil Trzciński
Pipeline variables expression in only/except configuration Closes #37397 See merge request gitlab-org/gitlab-ce!17316