Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Merge branch 'doc/sentinel' into 'master' | Achilleas Pipinellis | 2016-11-16 | 3 | -196/+1169 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved redis sentinel documentation ## What does this MR do? Updates Redis Sentinel documentation (most Omnibus stuff). ## Are there points in the code the reviewer needs to double check? Grammar / Documentation ## Why was this MR needed? After this https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1000 get merged, people will need to follow new instructions. ## Checklist - Documentation follows Sentinel best-practices: - [x] Suggests amount of sentinel nodes - [x] Suggests amount of redis nodes - [x] Suggests quorum value according to recomended amount of sentinel nodes - [x] Describes how to define quorum according to best-practices - [x] Lists ports and firewall checklist - [x] Following Documentation bring us to a working environment - [ ] Documentation is clear and have no gramatical issue ## What are the relevant issue numbers? gitlab-org/omnibus-gitlab#1565 See merge request !6471 | ||||
| * | Minor edits in Redis HA source install | Achilleas Pipinellis | 2016-11-16 | 1 | -4/+4 |
| | | | | | | | | [ci skip] | ||||
| * | Remove experimental heading and move note at the top | Achilleas Pipinellis | 2016-11-16 | 1 | -9/+6 |
| | | | | | | | | [ci skip] | ||||
| * | Merge branch 'doc/sentinel' of gitlab.com:gitlab-org/gitlab-ce into doc/sentinel | Achilleas Pipinellis | 2016-11-16 | 3 | -330/+1107 |
| |\ | |||||
| | * | Merge examples of Redis master/slave + Sentinels for source docs | Achilleas Pipinellis | 2016-11-16 | 1 | -67/+106 |
| | | | | | | | | | | | | [ci skip] | ||||
| | * | Add steps to Redis HA source installation | Achilleas Pipinellis | 2016-11-16 | 1 | -73/+123 |
| | | | |||||
| | * | Merge examples of Redis master/slave + Sentinels | Achilleas Pipinellis | 2016-11-16 | 1 | -107/+37 |
| | | | |||||
| | * | Rearrange Redis HA source installations sections | Achilleas Pipinellis | 2016-11-16 | 1 | -24/+33 |
| | | | |||||
| | * | Add clear instructions for the different Redis HA setups | Achilleas Pipinellis | 2016-11-16 | 1 | -35/+40 |
| | | | |||||
| | * | Refactor Redis HA docs | Achilleas Pipinellis | 2016-11-15 | 1 | -233/+314 |
| | | | | | | | | | | | | [ci skip] | ||||
| | * | Swap HA setups | Achilleas Pipinellis | 2016-11-15 | 2 | -42/+45 |
| | | | |||||
| | * | Add missing link to GH issue | Achilleas Pipinellis | 2016-11-11 | 1 | -6/+9 |
| | | | |||||
| | * | Rearrange sections in Sentinel docs | Achilleas Pipinellis | 2016-11-10 | 1 | -162/+181 |
| | | | | | | | | | | | | [ci skip] | ||||
| | * | Move some things over | Achilleas Pipinellis | 2016-11-10 | 1 | -83/+112 |
| | | | |||||
| | * | Move experimental heading at the bottom under changelog | Achilleas Pipinellis | 2016-11-10 | 1 | -26/+33 |
| | | | |||||
| | * | Fix typos of Redis sentinel docs | Achilleas Pipinellis | 2016-11-10 | 1 | -22/+22 |
| | | | |||||
| | * | Remade documentation for Redis HA with Omnibus | Gabriel Mazetto | 2016-11-10 | 2 | -182/+480 |
| | | | |||||
| | * | Fixed some documentation and moved Source install specific to other file. | Gabriel Mazetto | 2016-11-08 | 2 | -121/+300 |
| | | | |||||
| | * | Fixed documentation and added redis/sentinel roles instruction | Gabriel Mazetto | 2016-11-08 | 1 | -14/+54 |
| | | | |||||
| | * | Few more fixes to Sentinel documentation to address MR feedback | Gabriel Mazetto | 2016-11-08 | 1 | -7/+4 |
| | | | |||||
| | * | Reduce the ammount of lines to disable services and update TOC | Gabriel Mazetto | 2016-11-08 | 1 | -9/+3 |
| | | | |||||
| | * | Improved Redis HA and Sentinel documentation. | Gabriel Mazetto | 2016-11-08 | 1 | -117/+210 |
| | | | |||||
| | * | Improved documentation on HA sentinel part and Redis replication ↵ | Gabriel Mazetto | 2016-11-08 | 1 | -60/+256 |
| | | | | | | | | | | | | troubleshooting. | ||||
| | * | Updated password examples and improved omnibus troubleshooting | Gabriel Mazetto | 2016-11-08 | 1 | -4/+19 |
| | | | |||||
| | * | Small fixes on Sentinel documentation for CE | Gabriel Mazetto | 2016-11-08 | 1 | -2/+0 |
| | | | |||||
| | * | Improved redis sentinel documentation for CE | Gabriel Mazetto | 2016-11-08 | 1 | -36/+26 |
| | | | |||||
| * | | Improved documentation on HA sentinel part and Redis replication ↵ | Gabriel Mazetto | 2016-11-16 | 1 | -60/+256 |
| | | | | | | | | | | | | troubleshooting. | ||||
| * | | Updated password examples and improved omnibus troubleshooting | Gabriel Mazetto | 2016-11-16 | 1 | -4/+19 |
| | | | |||||
| * | | Small fixes on Sentinel documentation for CE | Gabriel Mazetto | 2016-11-16 | 1 | -2/+0 |
| | | | |||||
| * | | Improved redis sentinel documentation for CE | Gabriel Mazetto | 2016-11-16 | 1 | -36/+26 |
|/ / | |||||
* | | Merge branch 'fix_navigation_bar_issuables_counters' into 'master' | Rémy Coutable | 2016-11-16 | 4 | -2/+61 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Navigation bar issuables counters reflects dashboard issuables counters Adds a 2 minute cache on navigation bar issuables counters. The counters on dashboard/issues and dashboard/merge_requests are cached while the navigation bar issuables counters were not. Users read incoherent issuables count throughout the application. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23882 See merge request !7368 | ||||
| * | | Refactor issuables_counter_spec. | Lucas Deschamps | 2016-11-16 | 1 | -23/+17 |
| | | | |||||
| * | | Improve issuables_counter_spec relevance. | Lucas Deschamps | 2016-11-16 | 1 | -8/+25 |
| | | | |||||
| * | | Improve changes after MR review. | Lucas Deschamps | 2016-11-16 | 3 | -4/+4 |
| | | | |||||
| * | | Navigation bar issuables counters reflects dashboard issuables counters | Lucas Deschamps | 2016-11-16 | 4 | -2/+50 |
| | | | |||||
* | | | Merge branch 'rs-disable-changelog-merge' into 'master' | Dmitriy Zaporozhets | 2016-11-16 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove gitattribute entry for CHANGELOG.md This should no longer be necessary now that we've got automatic changelogs! See merge request !7479 | ||||
| * | | | Remove gitattribute entry for CHANGELOG.mdrs-disable-changelog-merge | Robert Speicher | 2016-11-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' into 'master' | Rémy Coutable | 2016-11-16 | 4 | -2/+21 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit autocomplete to currently selected items When using the /unlabel command the autocomplete list of labels is now limited to the list of labels currently assigned to the issue. Closes #22680 See merge request !6796 | ||||
| * | | | | Limit autocomplete to currently selected items | Akram FARES | 2016-11-15 | 4 | -2/+21 |
| | | | | | |||||
* | | | | | Merge branch 'refactor-issuable-title-form' into 'master' | Rémy Coutable | 2016-11-16 | 3 | -52/+53 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move issuable title form to a new partial Continue to refactor issuable form view (after !7249). Part of #23864. See merge request !7453 | ||||
| * | | | | Move issuable title form to a new partial | Rémy Coutable | 2016-11-16 | 3 | -52/+53 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | Merge branch '22790-mention-autocomplete-avatar' into 'master' | Alfredo Sumaran | 2016-11-15 | 5 | -10/+40 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User avatar in mention autocomplete in comment box ## What does this MR do? This MR shows avatar in `@<username>` autocomplete in comment box. Also shows first latter as avatar if there is no group avatar is available. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? This MR closes issue #22790 ## Screenshots (if relevant) **Before**  **After**  ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry 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] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #22790 See merge request !6865 |