summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add info about artifacts object storage in docsdocs/object-storageAchilleas Pipinellis2017-06-161-1/+13
|
* Merge branch 'issue-board-docs' into 'master'Achilleas Pipinellis2017-06-161-2/+3
|\ | | | | | | | | Issue board docs See merge request !12197
| * Update issue_board.mdissue-board-docsVictor Wu2017-06-151-2/+3
| |
* | Merge branch 'jira-integ-docs' into 'master'Achilleas Pipinellis2017-06-162-3/+3
|\ \ | | | | | | | | | | | | Jira integ docs See merge request !12196
| * | Jira integ docsVictor Wu2017-06-162-3/+3
|/ /
* | Merge branch 'confidential-issues-redesign-docs' into 'master'Achilleas Pipinellis2017-06-162-3/+2
|\ \ | | | | | | | | | | | | Confidential issues redesign docs See merge request !12195
| * | Update confidential_issues.mdconfidential-issues-redesign-docsVictor Wu2017-06-151-3/+2
| | |
| * | Replace confidential_issues_issue_page.pngVictor Wu2017-06-151-0/+0
| | |
* | | Merge branch '33676-update-ruby-metrics-endpoint-text' into 'master'Jacob Schatz2017-06-151-2/+3
|\ \ \ | | | | | | | | | | | | | | | | Update ruby metrics endpoint text to be clearer See merge request !12157
| * | | Update ruby metrics endpoint text to be clearerJoshua Lambert2017-06-151-2/+3
|/ / /
* | | Merge branch 'feature/unify-email-layouts' into 'master'Robert Speicher2017-06-1512-294/+157
|\ \ \ | | | | | | | | | | | | | | | | Unify email layouts: devise emails See merge request !10483
| * | | gitlab.com contrib footer only for devise mailsAlexis Reigel2017-06-132-15/+18
| | | |
| * | | inline the only once used templateAlexis Reigel2017-06-132-5/+3
| | | |
| * | | add changelogAlexis Reigel2017-06-131-0/+4
| | | |
| * | | add contribution footer to all emailsAlexis Reigel2017-06-131-0/+16
| | | |
| * | | use common devise layout and use heading styleAlexis Reigel2017-06-1310-292/+118
| | | |
| * | | add view helper for mail headingAlexis Reigel2017-06-131-0/+13
| | | |
| * | | use common layout for devise mailerAlexis Reigel2017-06-133-23/+23
| | | |
| * | | add layout for default email contentAlexis Reigel2017-06-131-0/+3
| | | |
* | | | Merge branch 'sh-support-cdns' into 'master'Robert Speicher2017-06-152-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Support a configurable Rails asset_host to allow for CDNs See merge request !12102
| * | | | Add a link to how to set Omnibus environment variablesStan Hu2017-06-151-0/+3
| | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | Rename CDN_HOST to GITLAB_CDN_HOSTStan Hu2017-06-152-2/+2
| | | | |
| * | | | Document CDN_HOST in enviornment variables tableStan Hu2017-06-141-0/+1
| | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | Support a configurable Rails asset_host to allow for CDNsStan Hu2017-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | Adds support for https://gitlab.com/gitlab-com/infrastructure/issues/57
* | | | | Merge branch 'docs/add-link-to-migrations-spec-doc' into 'master'Grzegorz Bizon2017-06-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add a link to spec/migrations/README.md in the testing documentation See merge request !12191
| * | | | | Add a link to spec/migrations/README.md in the testing documentationdocs/add-link-to-migrations-spec-docRémy Coutable2017-06-151-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'deserialize-custom-notifications' into 'master'Robert Speicher2017-06-1510-27/+284
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Deserialize custom notifications Closes #24892 See merge request !12055
| * | | | Deserialise existing custom notification settingsdeserialize-custom-notificationsSean McGivern2017-06-159-12/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a post-deployment migration to update all existing notification settings with at least one custom level enabled to the new format. Also handle the same conversion when updating settings, to catch any stragglers.
| * | | | Add columns for custom notification settingsSean McGivern2017-06-154-20/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add columns for each custom notification level, defaulting to null. Read from those columns if non-null, otherwise fall back to the serialized column. Writing will write to the new column if `events` isn't manually set.
* | | | | Merge branch '33614-try-to-fix-transient-failure' into 'master'Robert Speicher2017-06-151-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Try to use the same pattern as other spec in this file Closes #33614 See merge request !12192
| * | | | Try to use the same pattern as other spec in this file33614-try-to-fix-transient-failureRémy Coutable2017-06-151-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'docs-registry-hostname-part-of-service-hostname' into 'master'33745-issue-closing-pattern-does-not-work-for-secondary-issues-when-using-full-urlsRémy Coutable2017-06-151-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Service hostname also include registry name, when using non Docker Hub registry. See merge request !11729
| * | | | Language typos fixedMatej Zerovnik2017-06-121-2/+2
| | | | |
| * | | | Service hostname also include registry name, when using non Docker Hub registry.Matej2017-05-261-0/+12
| | | | |
* | | | | Merge branch '31782-fix-diff-discussion-file-title-misalignment' into 'master'Annabel Dunstone Gray2017-06-151-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix file diff title and renames alignment in discussions Closes #31782 See merge request !12169
| * | | | | Fix file diff title and renames alignment in discussions31782-fix-diff-discussion-file-title-misalignmentEric Eastwood2017-06-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31782 The unused toggle was removed previously, https://gitlab.com/gitlab-org/gitlab-ce/commit/cc37d1dfa11691f2d8357151d4b722b3d114881e#cf11229dd714f7f4b46f102ce6846e25528b6689_7_6
* | | | | | Merge branch 'deprecate-gitaly-path' into 'master'Sean McGivern2017-06-159-23/+361
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Stop using deprecated `path` field on Gitaly messages See merge request !12112
| * | | | | Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez2017-06-149-23/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
* | | | | | Merge branch '13336-multiple-broadcast-messages' into 'master'Rémy Coutable2017-06-157-19/+61
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #13336 - display multiple messages in both the UI and git output Closes #13336 See merge request !11113
| * | | | | | #13336 - display multiple messages in both the UI and git outputMike Ricketts2017-06-157-19/+61
|/ / / / / /
* | | | | | Merge branch 'docs/gb/document-new-migrations-testing-technique' into 'master'Rémy Coutable2017-06-151-0/+87
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document a new migrations testing technique Closes #33565 See merge request !12181
| * | | | | | Document a new migrations testing techniquedocs/gb/document-new-migrations-testing-techniqueGrzegorz Bizon2017-06-151-0/+87
| | | | | | |
* | | | | | | Merge branch '23998-blame-age-map' into 'master'Annabel Dunstone Gray2017-06-157-3/+158
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add age color mapping to blame view Closes #23998 See merge request !7198
| * | | | | | | Add blame view age mapJeff Stubler2017-06-147-3/+158
| | | | | | | |
* | | | | | | | Merge branch 'sh-fix-spec-helper-ee-consistency' into 'master'Rémy Coutable2017-06-151-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make spec/spec_helper consistent with EE by including a :routing type See merge request !12178
| * | | | | | | | Make spec/spec_helper consistent with EE by including a :routing typesh-fix-spec-helper-ee-consistencyStan Hu2017-06-141-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'fix-manual-actions' into 'master'Grzegorz Bizon2017-06-155-5/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not show manual actions that cannot be run Closes #32380 See merge request !12121
| * | | | | | | | Do not show manual actions that cannot be runfix-manual-actionsKamil Trzcinski2017-06-135-5/+25
| | | | | | | | |
* | | | | | | | | Merge branch 'backport-merge_params-conflict-message-to-ce-master' into 'master'Sean McGivern2017-06-151-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Backport merge_params.html.haml conflict comment See merge request !12138
| * | | | | | | | Improve conflict message in _merge_params.html.hamlLuke "Jared" Bennett2017-06-141-1/+2
| | | | | | | | |