summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into '33929-allow-to-enable-perf-bar-for-a-group'Sean McGivern2017-07-075-9/+16
|\ | | | | | | # Conflicts: # db/schema.rb
| * Merge branch ↵Kamil Trzciński2017-07-074-1/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 'feature/intermediate/32568-adding-variables-to-pipelines-schedules' into 'master' Add variables to pipelines schedules Closes #32568 See merge request !12372
| | * Merge from master(Fix conflicts)Shinya Maeda2017-07-074-41/+30
| | |\
| | * \ merge from masterShinya Maeda2017-07-077-8/+302
| | |\ \
| | * | | Revert unnecesary changes in doc/ci/variables/README.mdShinya Maeda2017-07-061-1/+1
| | | | |
| | * | | Fix spec. Add PipelineScheduleVariable for import_exportShinya Maeda2017-07-051-1/+1
| | | | |
| | * | | Add docs for scheduled pipeline variablesEric Eastwood2017-07-051-2/+2
| | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
| | * | | Fix spec. Add PipelineScheduleVariable for import_exportShinya Maeda2017-07-051-1/+1
| | | | |
| | * | | Add docs for scheduled pipeline variablesEric Eastwood2017-07-054-1/+11
| | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
| * | | | Native group milestonesFelipe Artur2017-07-071-8/+5
| | |_|/ | |/| |
* | | | Merge branch 'master' into 33929-allow-to-enable-perf-bar-for-a-groupSean McGivern2017-07-078-46/+261
|\ \ \ \ | |/ / /
| * | | Merge branch 'feature/intermediate/12729-group-secret-variables' into 'master'Kamil Trzciński2017-07-071-10/+17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Group secret variables Closes #12729 See merge request !12582
| | * | | Copyedit docs for group-level secret variablesAchilleas Pipinellis2017-07-071-24/+16
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | Basic BE changeShinya Maeda2017-07-071-3/+18
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Basic BE change Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Implement CURD Rename codes related to VariableGroup and VariableProject FE part Remove unneccesary changes Make Fe code up-to-date Add protected flag to migration file Protected group variables essential package Update schema Improve doc Fix logic and spec for models Fix logic and spec for controllers Fix logic and spec for views(pre feature) Add feature spec Fixed bugs. placeholder. reveal button. doc. Add changelog Remove unnecessary comment godfat nice catches Improve secret_variables_for arctecture Fix spec Fix StaticAnlysys & path_regex spec Revert "Improve secret_variables_for arctecture" This reverts commit c3216ca212322ecf6ca534cb12ce75811a4e77f1. Use ayufan suggestion for secret_variables_for Use find instead of find_by Fix spec message for variable is invalid Fix spec remove variable.group_id = group.id godffat spec nitpicks Use include Gitlab::Routing.url_helpers for presenter spec
| * | | Merge branch 'gitaly-mandatory' into 'master'Sean McGivern2017-07-073-31/+13
| |\ \ \ | | |/ / | |/| | | | | | | | | | Remove option to disable Gitaly in Rails See merge request !12677
| | * | Remove option to disable Gitaly completelyJacob Vosmaer2017-07-073-31/+8
| | | |
| | * | Configure token on client side tooJacob Vosmaer2017-07-061-0/+5
| | | |
| * | | Merge branch 'helm-runner-doc-certs' into 'master'Marin Jankovski2017-07-061-0/+53
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add GitLab Runner Helm Chart documenation for custom certificates See merge request !12594
| | * | | Add GitLab Runner Helm Chart documenation for cucstom certificateshelm-runner-doc-certsDJ Mountney2017-06-301-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This outlines how to provide the custom ssl certificate to the runner for accessing GitLab in the case that GitLab is using a custom/self-signed certificate.
| * | | | Merge branch '34716-environment-specific-variables-ce' into 'master'Douwe Maan2017-07-062-5/+19
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backports for ee-2112 Closes #34716 See merge request !12671
| | * | | | Backports for ee-2112Lin Jen-Shin2017-07-062-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2112
| * | | | | Merge branch '33360-generate-kubeconfig' into 'master'Kamil Trzciński2017-07-061-0/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate KUBECONFIG in KubernetesService#predefined_variables Closes #33360 See merge request !12223
| | * | | | Rename KUBECONFIG_FILE to KUBECONFIGLin Jen-Shin2017-07-061-1/+1
| | | | | |
| | * | | | Merge remote-tracking branch 'upstream/master' into 33360-generate-kubeconfigLin Jen-Shin2017-07-0668-298/+1101
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (888 commits) Fix Rubocop offense Use a previous approach for cycle analytics dummy pipeline Allow admin to disable all restricted visibility levels Removes file_name_regex from Gitlab::Regex Remove IIFEs around several javascript classes Update CHANGELOG.md for 9.3.5 Add ProjectPathHelper cop Create and use project path helpers that only need a project, no namespace Handles realtime with 2 states for environments table Revert "Merge branch '18000-remember-me-for-oauth-login' into 'master'" Allow creation of files and directories with spaces in web UI Disable Flipper memoizer in tests to avoid transient failures Introduce cache policies for CI jobs fix sidebar padding for full-width items (Time Tracking help) Replace 'snippets/snippets.feature' spinach with rspec Rename ci_config_file to ci_config_path Add back Pipeline#ci_yaml_file_path due to all the troubles Revert change to design. Go back to scrollable page Fix cycle analytics tests by making pipeline valid Fixes the column widths for the new navigation options in settings ...
| | * | | | Changelog entry, doc, and only pass KUBECONFIG_FILELin Jen-Shin2017-06-161-0/+1
| | | | | |
| * | | | | Merge branch '33657-user-projects-api' into 'master'Rémy Coutable2017-07-061-0/+158
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add user projects API Closes #33657 See merge request !12596
| | * | | | Add user projects APIvanadium232017-07-061-0/+158
| | | |_|/ | | |/| |
* | | | | Don't use Flipper for the Performance BarRémy Coutable2017-07-072-30/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation now simply rely on the `performance_bar_allowed_group_id` Application Setting. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Allow to enable the Performance Bar for a group from the admin areaRémy Coutable2017-07-062-24/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Improve Features API and its docs and add a Changelog itemRémy Coutable2017-07-063-7/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Document the Performance BarRémy Coutable2017-07-065-0/+57
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Document the feature groupsRémy Coutable2017-07-063-3/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Address #34528 by improving the feature flags documentationRémy Coutable2017-07-061-1/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch '33772-readonly-gitlab-ci-cache' into 'master'Kamil Trzciński2017-07-061-0/+47
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce cache policies for CI jobs Closes #33772 See merge request !12483
| * | | | Introduce cache policies for CI jobsNick Thomas2017-07-051-0/+47
| |/ / /
* | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-07-0511-100/+375
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32815--Add-Custom-CI-Config-Path * upstream/master: (149 commits) Revert change to design. Go back to scrollable page Fixes the column widths for the new navigation options in settings Migrate #submodule_url_for to Gitaly Add test example for external commit status retries Fix invalid Rails.logger call in lib/gitlab/health_checks/fs_shards_check.rb Fix build for !12300. Log rescued exceptions to Sentry Fix issues with non-UTF8 filenames by always fixing the encoding of tree and blob paths Revert "Merge branch 'revert-12499' into 'master'" Prevent accidental deletion of protected MR source branch by repeating checks before actual deletion Improve the overall UX for the new monitoring dashboard Document that GitLab 9.3 requires the TRIGGER permission on MySQL Instrument Unicorn with Ruby exporter Remove group modal like remove project modal. Closes #33130 Update prometheus client gem Enables the option in user preferences to turn on the new navigation Add Jasmine tests for `OAuthRememberMe` Simplify authentication logic in the v4 users API for !12445. Use stub_application_setting when testing ApplicationHelper#support_url wait_for_requests is not needed when AJAX is not in play ...
| * | | Merge branch 'dm-9-3-requires-mysql-trigger' into 'master'Sean McGivern2017-07-043-6/+15
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document that GitLab 9.3 requires the TRIGGER permission on MySQL Closes #34358 See merge request !12573
| | * | | Document that GitLab 9.3 requires the TRIGGER permission on MySQLdm-9-3-requires-mysql-triggerDouwe Maan2017-07-043-6/+15
| | | | |
| * | | | Merge branch 'feature/no-hypen-at-end-of-commit-ref-slug' into 'master'Rémy Coutable2017-07-041-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no trailing / leading hyphens in CI_COMMIT_REF_SLUG. Closes #32035 See merge request !11218
| | * | | | no trailing / leading hyphens in CI_COMMIT_REF_SLUG. Fixes #32035Stefan Hanreich2017-06-181-1/+1
| | | | | |
| * | | | | Merge branch 'docs/extended-docker-syntax-in-ci-yml' into 'master'Achilleas Pipinellis2017-07-041-63/+259
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for extended docker configuration options for CI See merge request !12164
| | * | | | | Refactor and copyedit "Using Docker images" docsdocs/extended-docker-syntax-in-ci-ymlAchilleas Pipinellis2017-07-031-135/+150
| | | | | | |
| | * | | | | Update syntax description to new syntax introduced in !12536.Tomasz Maczukin2017-07-031-10/+15
| | | | | | |
| | * | | | | Add documentation for extended docker configuration options for CITomasz Maczukin2017-07-031-0/+176
| | | | | | |
| * | | | | | Merge branch 'docs/overview-features-2' into 'master'Achilleas Pipinellis2017-07-033-10/+62
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Add overview and use-cases to Issue Boards doc See merge request !12543
| | * | | | | add image - issue boards - moving cardMarcia Ramos2017-07-031-0/+0
| | | | | | |
| | * | | | | copyedit == ee !2296Marcia Ramos2017-07-031-23/+49
| | | | | | |
| | * | | | | fix spellingdocs/overview-features-2Marcia Ramos2017-06-291-2/+2
| | | | | | |
| | * | | | | Axil's reviewMarcia Ramos2017-06-291-3/+3
| | | | | | |
| | * | | | | explain that use-cases are just examplesMarcia Ramos2017-06-281-0/+3
| | | | | | |