summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '33949-remove-healthcheck-access-token' into 'master'9-4-stable-prepare-RC1Sean McGivern2017-07-111-6/+20
| | | | | | | Remove the need to use health check token by adding ability to whitelist hosts Closes #33949 See merge request !12612
* Merge branch 'document-gitlab-shell-disable-gems' into 'master'Stan Hu2017-07-111-0/+6
| | | | | doc:installation add note about disable-gems for gitlab-shell See merge request !12765
* Merge branch 'jej/update-source-install-instructions-for-9-4' into 'master'Achilleas Pipinellis2017-07-111-2/+2
| | | | | Update source installation instructions for 9.4 See merge request !12779
* Merge branch 'jej/create-update-instructions-for-9-4' into 'master'Achilleas Pipinellis2017-07-111-12/+33
| | | | | Update 9.4 update instructions to include changes made to 9.3 instructions See merge request !12781
* Merge branch 'fix/gb/stage-id-reference-background-migration' into 'master'Grzegorz Bizon2017-07-081-4/+13
|\ | | | | | | | | | | | | Add build stage_id reference background migration Closes #34151 See merge request !12513
| * Merge branch 'master' into 'fix/gb/stage-id-reference-background-migration'Grzegorz Bizon2017-07-0711-50/+137
| |\ | | | | | | | | | | | | # Conflicts: # app/models/concerns/each_batch.rb # spec/models/concerns/each_batch_spec.rb
| * \ Merge remote-tracking branch 'origin/active-record-each-batch' into ↵Grzegorz Bizon2017-07-077-5/+269
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix/gb/stage-id-reference-background-migration * origin/active-record-each-batch: (59 commits) Added EachBatch for iterating tables in batches Extend MR tabs a bit to cover up the avatar holder and collapse icon on scroll Update VERSION to 9.4.0-pre. Add CHANGELOG Fix some N+1 queries in the GET /projects API Don't show auxiliary blob viewer for README when there is no wiki Improve & fix the performance bar UI and behavior Remove orphaned haml files Fixed CHANGELOG.md for 9.3.4 release Add table for merge request commits 34727 Remove two columned layout from project member settings Just draw :legacy_builds Re-enable polling for environments Cleanup minor UX issues in the performance dashboard Upgrade GitLab Workhorse to v2.3.0 Added test for the chart legend Use correct field for label name, fix default for unit to be blank Fix shorter route helpers in production environment Encode certificate-authority-data in base64 Revert "Merge branch 'winh-mr-widget-no-pipeline' into 'master'" ...
| | * | Added EachBatch for iterating tables in batchesYorick Peterse2017-07-072-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This module provides a class method called `each_batch` that can be used to iterate tables in batches in a more efficient way compared to Rails' `in_batches` method. This commit also includes a RuboCop cop to blacklist the use of `in_batches` in favour of this new method.
| * | | Improve code examples in background migrations docsGrzegorz Bizon2017-07-071-4/+2
| | | |
| * | | Make it possible to schedule bg migrations in bulkGrzegorz Bizon2017-07-071-4/+15
| | | |
* | | | Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add creation time filters to user search API for admins Closes #29507 See merge request !12682
| * | | | add created at filter logic to users finder and APIJames Lopez2017-07-071-0/+6
| | |/ / | |/| |
* | | | Merge branch 'dm-mysql-log_bin_trust_function_creators' into 'master'Sean McGivern2017-07-072-1/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Mention that 9.3 also needs `log_bin_trust_function_creators` on MySQL. See merge request !12687
| * | | | Mention that 9.3 also needs `log_bin_trust_function_creators` on MySQL.dm-mysql-log_bin_trust_function_creatorsDouwe Maan2017-07-072-1/+25
| |/ / /
* | | | Merge branch '20628-add-oauth-implicit-grant' into 'master'Douwe Maan2017-07-071-45/+71
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #20628 Enable implicit flow in Gitlab as OAuth Provider Closes #20628, #2716, and #19470 See merge request !12384
| * | | | #20628 Enable implicit flow in Gitlab as OAuth ProviderMateusz Pytel2017-07-071-45/+71
| | | | | | | | | | | | | | | | | | | | Closes #20628 by re-enabling implicit grant in Doorkeeper config. OAuth2 documentation refactored.
* | | | | Merge branch '33929-allow-to-enable-perf-bar-for-a-group' into 'master'Sean McGivern2017-07-079-4/+56
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Allow to enable the performance bar per user or Feature group Closes #33929 and #34528 See merge request !12362
| * | | | 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 'master' into 33929-allow-to-enable-perf-bar-for-a-groupSean McGivern2017-07-078-46/+261
| |\ \ \ \ \
| * | | | | | 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 'active-record-each-batch' into 'master'Sean McGivern2017-07-072-0/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added EachBatch for iterating tables in batches See merge request !12707
| * | | | | | Added EachBatch for iterating tables in batchesactive-record-each-batchYorick Peterse2017-07-072-0/+38
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module provides a class method called `each_batch` that can be used to iterate tables in batches in a more efficient way compared to Rails' `in_batches` method. This commit also includes a RuboCop cop to blacklist the use of `in_batches` in favour of this new method.
* | | | | | Merge branch 'feature/user-agent-details-api' into 'master'Douwe Maan2017-07-073-0/+91
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow admins to retrieve user agent details for an issue or snippet Closes #29508 See merge request !12655
| * | | | | add spec and project snippet user agent details endpointJames Lopez2017-07-072-0/+2
| | | | | |
| * | | | | update docsJames Lopez2017-07-072-0/+36
| | | | | |
| * | | | | refactor code based on feedbackJames Lopez2017-07-062-2/+2
| | | | | |
| * | | | | fix docsJames Lopez2017-07-062-2/+6
| | | | | |
| * | | | | add API documentationJames Lopez2017-07-062-0/+49
| | | | | |
* | | | | | 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 '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.