Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Precalculate user's authorized projects in database | Ahmad Sherif | 2016-11-18 | 27 | -51/+336 |
| | | | | Closes #23150 | ||||
* | Merge branch 'docs/environments' into 'master' | Achilleas Pipinellis | 2016-11-17 | 1 | -0/+10 |
|\ | | | | | | | | | Mention Git strategy none See merge request !7530 | ||||
| * | Mention Git strategy none | Achilleas Pipinellis | 2016-11-17 | 1 | -0/+10 |
| | | | | | | | | [ci skip] | ||||
* | | Merge branch 'highlight-first-user-autocomplete-option' into 'master' | Fatih Acet | 2016-11-17 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | Highlight first user autocomplete option See merge request !7520 | ||||
| * | | Highlight first user autocomplete optionhighlight-first-user-autocomplete-option | Douwe Maan | 2016-11-17 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'docs/review-apps' into 'master' | Achilleas Pipinellis | 2016-11-17 | 5 | -4/+151 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for Review Apps ## What does this MR do? Add docs for review apps. ## What are the relevant issue numbers? Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 See merge request !6982 | ||||
| * | | | Add 8.14 to versions with further additions to review apps | Achilleas Pipinellis | 2016-11-17 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Add Limitations sections to environments and review apps docs | Achilleas Pipinellis | 2016-11-17 | 2 | -12/+10 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Add link to environments docs | Achilleas Pipinellis | 2016-11-17 | 1 | -0/+3 |
| | | | | |||||
| * | | | Fix URL to review apps docs | Achilleas Pipinellis | 2016-11-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add a prerequisites section, add some links | Achilleas Pipinellis | 2016-11-17 | 1 | -5/+22 |
| | | | | |||||
| * | | | Link to NGINX example project for the time being | Achilleas Pipinellis | 2016-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Get rid most of the irrelevant sections | Achilleas Pipinellis | 2016-11-17 | 2 | -32/+27 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Add note about current limitation in $CI_BUILD_REF_NAME | Achilleas Pipinellis | 2016-11-17 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Add an intro and an Overview section for Review Apps | Achilleas Pipinellis | 2016-11-17 | 1 | -43/+83 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | WIP review apps | Achilleas Pipinellis | 2016-11-17 | 1 | -0/+82 |
| | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 [ci skip] | ||||
| * | | | Add Review apps link to CI README | Achilleas Pipinellis | 2016-11-17 | 1 | -3/+7 |
| | | | | |||||
* | | | | Merge branch 'mailroom_idle_timeout' into 'master' | Rémy Coutable | 2016-11-17 | 6 | -1/+19 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Allows configuration of idle_timeout for incoming email. https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1087 See merge request !7423 | ||||
| * | | | Correct the idle_timeout in the docs for installation from source.mailroom_idle_timeout | Marin Jankovski | 2016-11-16 | 1 | -3/+3 |
| | | | | |||||
| * | | | Add mail_room idle_timeout to the Changelog. | Marin Jankovski | 2016-11-16 | 1 | -0/+4 |
| | | | | |||||
| * | | | Add idle_timeout to reply by email doc. | Marin Jankovski | 2016-11-16 | 2 | -1/+11 |
| | | | | |||||
| * | | | Make mail_room idle_timeout option configurable. | Marin Jankovski | 2016-11-16 | 4 | -1/+5 |
| | | | | |||||
* | | | | Merge branch 'doc/sentinel' into 'master' | Achilleas Pipinellis | 2016-11-17 | 2 | -75/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to Redis HA docs Following https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6471 See merge request !7502 | ||||
| * | | | | Remove ToC since it's now supported in the docs portal itself | Achilleas Pipinellis | 2016-11-17 | 2 | -53/+0 |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | Remove login as root step from Redis HA docsdoc/sentinel | Achilleas Pipinellis | 2016-11-16 | 1 | -22/+9 |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | Merge branch 'remove-empty-fixture-file' into 'master' | Dmitriy Zaporozhets | 2016-11-17 | 1 | -0/+0 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove empty db fixtures file ## What does this MR do? Removes empty fixtures file See merge request !7519 | ||||
| * | | | | Remove empty db fixtures file | Semyon Pupkov | 2016-11-17 | 1 | -0/+0 |
| | | | | | |||||
* | | | | | Merge branch 'docs/refactor-environments' into 'master' | Achilleas Pipinellis | 2016-11-17 | 16 | -56/+491 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor environments documentation ## What does this MR do? Refactor environments docs. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 See merge request !7107 | ||||
| * | | | | | Add stop environment permissions and remove delete | Achilleas Pipinellis | 2016-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | Add note about auto-stopping of environments | Achilleas Pipinellis | 2016-11-17 | 2 | -5/+19 |
| | | | | | | |||||
| * | | | | | Finish "Stopping envs" and "Grouping similar envs" sections | Achilleas Pipinellis | 2016-11-17 | 2 | -27/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | Finish dynamic environments and URLs sectionsdocs/refactor-environments | Achilleas Pipinellis | 2016-11-17 | 5 | -4/+156 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | Move name rules under environment:name in yaml readme | Achilleas Pipinellis | 2016-11-17 | 1 | -16/+17 |
| | | | | | | |||||
| * | | | | | Finish most of environments | Achilleas Pipinellis | 2016-11-17 | 6 | -52/+132 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | Change deployments view image | Achilleas Pipinellis | 2016-11-16 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | Add section on defining environments | Achilleas Pipinellis | 2016-11-16 | 2 | -52/+114 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | Move paragraph to overview | Achilleas Pipinellis | 2016-11-16 | 1 | -6/+7 |
| | | | | | | |||||
| * | | | | | Begin writing Overview section | Achilleas Pipinellis | 2016-11-16 | 2 | -89/+30 |
| | | | | | | |||||
| * | | | | | WIP refactor environments | Achilleas Pipinellis | 2016-11-16 | 5 | -35/+190 |
| | |/ / / | |/| | | | |||||
* | | | | | Update CHANGELOG.md for 8.13.6 | Rémy Coutable | 2016-11-17 | 9 | -33/+11 |
| | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | Merge branch 'feature/environment-teardown-when-branch-deleted' into 'master' | Kamil Trzciński | 2016-11-17 | 15 | -34/+431 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop environment when branch is deleted ## What does this MR do? This MR adds a environment teardown service, that is called when user deletes a branch. This most often happens when merge requests is merged. ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing ## What are the relevant issue numbers? Closes #23218 See merge request !7355 | ||||
| * | | | | | Remove unnecessary check from environments servicefeature/environment-teardown-when-branch-deleted | Grzegorz Bizon | 2016-11-16 | 1 | -5/+0 |
| | | | | | | |||||
| * | | | | | Add comment related to workaround used in specs | Grzegorz Bizon | 2016-11-16 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Add Changelog entry for auto-close environments | Grzegorz Bizon | 2016-11-16 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Remove redundant call to after branch delete service | Grzegorz Bizon | 2016-11-16 | 3 | -22/+16 |
| | | | | | | |||||
| * | | | | | Add specs for environments recently updated on branch | Grzegorz Bizon | 2016-11-16 | 3 | -1/+64 |
| | | | | | | |||||
| * | | | | | Refactor methods for environments in project model | Grzegorz Bizon | 2016-11-16 | 3 | -7/+15 |
| | | | | | | |||||
| * | | | | | Improve readability in project model for environments | Grzegorz Bizon | 2016-11-16 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Select recently updated environments for auto-close | Grzegorz Bizon | 2016-11-15 | 2 | -2/+6 |
| | | | | | | |||||
| * | | | | | Add test example for after branch delete service | Grzegorz Bizon | 2016-11-15 | 1 | -0/+15 |
| | | | | | |