Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Support custom attributes on projects | Markus Koller | 2017-11-06 | 2 | -8/+20 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'add-changes-count-to-merge-requests-api' into 'master' | Rémy Coutable | 2017-11-07 | 1 | -1/+21 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changes_count to the merge requests API See merge request gitlab-org/gitlab-ce!15178 | |||||
| | * | | | | | | Add changes_count to the merge requests APIadd-changes-count-to-merge-requests-api | Sean McGivern | 2017-11-03 | 1 | -1/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This returns the `real_size` of the MR's diff, which is a string indicating the number of changes. If the diff overflows after _n_ files, the string will be `$n+`. | |||||
| * | | | | | | | Label priority and Priority sort orders | Victor Wu | 2017-11-07 | 4 | -6/+23 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into 38464-k8s-apps | Eric Eastwood | 2017-11-06 | 2 | -1/+14 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: db/schema.rb | |||||
| * | | | | | | | Add reconfigure docs to CE | Stan Hu | 2017-11-06 | 1 | -0/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'docs/add-link-to-brand-ai' into 'master' | Achilleas Pipinellis | 2017-11-06 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Add link to GitLab brand.ai page in docs See merge request gitlab-org/gitlab-ce!15161 | |||||
| | * | | | | | | Add link to GitLab brand.ai pagedocs/add-link-to-brand-ai | Eric Eastwood | 2017-11-02 | 1 | -1/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Update Cluster applications screenshot with updated description | Eric Eastwood | 2017-11-06 | 1 | -0/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge remote-tracking branch 'origin/refactor-clusters' into ↵ | Kamil Trzcinski | 2017-11-06 | 3 | -5/+72 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | 36629-35958-add-cluster-application-section | |||||
| * | | | | | | | Expose project visibility as CI variable | Matija Čupić | 2017-11-04 | 1 | -0/+1 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Merge branch '38500-auto-devops-application-setting-is-not-documented' into ↵ | Marcia Ramos | 2017-11-03 | 1 | -0/+6 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Auto DevOps application setting is not documented" Closes #38500 See merge request gitlab-org/gitlab-ce!15170 | |||||
| | * | | | | | Add application setting to Auto DevOps docs38500-auto-devops-application-setting-is-not-documented | Fabio Busatto | 2017-11-03 | 1 | -0/+6 | |
| | |/ / / / | ||||||
| * | | | | | Add system hooks user_rename and group_rename | Winnie Hellmann | 2017-11-03 | 1 | -5/+65 | |
| |/ / / / | ||||||
* | | | | | Add applications section to GKE clusters page | Eric Eastwood | 2017-11-03 | 2 | -0/+9 | |
|/ / / / | ||||||
* | | | | Merge branch 'clarify-docs-about-external-artifacts-and-gitlab-pages' into ↵ | Grzegorz Bizon | 2017-11-02 | 1 | -2/+4 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Document GitLab pages prerequisite with external HTML artifacts See merge request gitlab-org/gitlab-ce!15153 | |||||
| * | | | | Clarify external artifacts only working when GitLab pages is enabledclarify-docs-about-external-artifacts-and-gitlab-pages | Eric Eastwood | 2017-11-02 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Prompted to add this note from https://gitlab.com/gitlab-org/gitlab-ce/issues/34102#note_45522526 | |||||
* | | | | | Merge branch 'dm-sidekiq-sigstp' into 'master' | Sean McGivern | 2017-11-02 | 1 | -3/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in See merge request gitlab-org/gitlab-ce!15102 | |||||
| * | | | | | Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when ↵dm-sidekiq-sigstp | Douwe Maan | 2017-11-02 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the memory killer kicks in | |||||
* | | | | | | Merge branch 'dm-remove-private-token' into 'master' | Sean McGivern | 2017-11-02 | 9 | -142/+79 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Private Tokens Closes #38595 and #38447 See merge request gitlab-org/gitlab-ce!14838 | |||||
| * | | | | | Update documentationdm-remove-private-token | Douwe Maan | 2017-11-02 | 3 | -66/+75 | |
| | | | | | | ||||||
| * | | | | | Remove authentication using user.private_token | Douwe Maan | 2017-11-02 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Remove gitlab:users:clear_all_authentication_tokens rake task | Douwe Maan | 2017-11-02 | 1 | -15/+0 | |
| | | | | | | ||||||
| * | | | | | Remove private_token from API user entity | Douwe Maan | 2017-11-02 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | Remove Session API | Douwe Maan | 2017-11-02 | 2 | -56/+0 | |
| | | | | | | ||||||
| * | | | | | Remove Private Token from User Settings > Account | Douwe Maan | 2017-11-02 | 2 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'docs/gitlab-runner' into 'master' | Marcia Ramos | 2017-11-02 | 9 | -16/+16 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change to new GitLab Runner name Closes #39636 See merge request gitlab-org/gitlab-ce!15101 | |||||
| * | | | | | Change to new GitLab Runner namedocs/gitlab-runner | Achilleas Pipinellis | 2017-10-31 | 10 | -17/+17 | |
| | | | | | | ||||||
* | | | | | | Merge branch '39704-fix-webhooks_log_time' into 'master' | Stan Hu | 2017-11-02 | 1 | -0/+0 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix webhook recent deliveries elapsed time field Closes #39704 See merge request gitlab-org/gitlab-ce!15146 | |||||
| * | | | | | | Fix webhook recent deliveries elapsed time field | Alexander Randa | 2017-11-02 | 1 | -0/+0 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'patch-28' into 'master' | Douwe Maan | 2017-11-02 | 1 | -0/+29 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add debugging section to testing_guide/best_practices.md. See merge request gitlab-org/gitlab-ce!14858 | |||||
| * | | | | | | Address Douwe's feedback | Rémy Coutable | 2017-11-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
| * | | | | | | Simplify the live debugger resume mechanism: press any key | Rémy Coutable | 2017-10-26 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
| * | | | | | | Improve the LiveDebugger exit handler and documentation | Rémy Coutable | 2017-10-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
| * | | | | | | Add LiveDebugger#live_debug to debug Capybara in feature tests. | Rémy Coutable | 2017-10-16 | 1 | -19/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
| * | | | | | | Update best_practices.md | Clement Ho | 2017-10-12 | 1 | -6/+11 | |
| | | | | | | | ||||||
| * | | | | | | Add debugging section to testing_guide/best_practices.md. | Fatih Acet | 2017-10-12 | 1 | -0/+14 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'BDO-fixes' into 'master'38610-prevent-locked-files-from-being-edited | Rémy Coutable | 2017-11-02 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | Fixes to changed / broken links See merge request gitlab-org/gitlab-ce!15089 | |||||
| * | | | | | | Fixes to changed / broken linksBDO-fixes | Brendan O'Leary | 2017-10-30 | 1 | -6/+6 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'jlh-replace-cla' into 'master' | Sid Sijbrandij | 2017-11-01 | 2 | -54/+4 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace CLA See merge request gitlab-org/gitlab-ce!15115 | |||||
| * | | | | | | Replace CLA with DCO and license | Ernst van Nierop | 2017-10-31 | 1 | -29/+2 | |
| | | | | | | | ||||||
| * | | | | | | Replace CLA with link to DCO and license | Ernst van Nierop | 2017-10-31 | 1 | -25/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'patch-29' into 'master' | Douwe Maan | 2017-11-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo See merge request gitlab-org/gitlab-ce!15136 | |||||
| * | | | | | | | Fix typo | Michael Kozono | 2017-11-01 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'feature/plantuml-restructured-text-captions' into 'master' | Douwe Maan | 2017-11-01 | 1 | -16/+21 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Update gitlab-markup and PlantUML docs See merge request gitlab-org/gitlab-ce!15120 | |||||
| * | | | | | | | Update gitlab-markup and PlantUML docs | Markus Koller | 2017-11-01 | 1 | -16/+21 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'docs/ci-disposable-env-fix' into 'master'28025-consider-using-webpack-dev-server-overlay-option-for-more-helpful-compile-errors | Marcia Ramos | 2017-11-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | Fix wording on CI disposable variables See merge request gitlab-org/gitlab-ce!14983 | |||||
| * | | | | | | Fix wording on CI disposable variablesdocs/ci-disposable-env-fix | Achilleas Pipinellis | 2017-10-21 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'docs/webhook-troubleshooting-steps' into 'master' | Marcia Ramos | 2017-11-01 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add extra webhook troubleshooting steps See merge request gitlab-org/gitlab-ce!15125 | |||||
| * | | | | | | | Add extra webhook troubleshooting stepsdocs/webhook-troubleshooting-steps | Cindy Pallares 🦉 | 2017-11-01 | 1 | -0/+12 | |
| | |/ / / / / | |/| | | | | | | | | | | | | Add information on duplicate or multiple triggers caused by a slow response time. |