summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into ↵Grzegorz Bizon2017-04-22816-8749/+12547
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (274 commits) Update VERSION to 9.2.0-pre Update CHANGELOG.md for 9.1.0 Update Auto Deploy documentation Disable import URL field in New project form since it's hidden by default Remove reference to burndown charts since they don't exist for ce. Use master_password for Sentinel Refactor Discussions docs Start versioning cached markdown fields Refactor add_users method for project and group Improved the spec Now correctly tests against different forms Refactor environments components into vue files - part 3 Adding animation for all dropdown fix placeholder visibility submodule_links: handle urls that don't end with .git Add help regarding vue resource and where to include it Append .json to ajax endpoint to prevent browser to display raw json Fixed the preview keyboard shortcut focusing wrong tab Fix broken link Added new discussions docs Started on resolvable discussions docs ...
| * Merge branch 'submodules-no-dotgit' into 'master' Dmitriy Zaporozhets2017-04-223-9/+19
| |\ | | | | | | | | | | | | submodule_links: handle urls that don't end with .git See merge request !10799
| | * submodule_links: handle urls that don't end with .gitDavid Turner2017-04-213-9/+19
| | | | | | | | | | | | Signed-off-by: David Turner <novalis@novalis.org>
| * | Update VERSION to 9.2.0-prev9.2.0.preFelipe Artur2017-04-221-1/+1
| | |
| * | Update CHANGELOG.md for 9.1.0Felipe Artur2017-04-22234-941/+248
| | | | | | | | | [ci skip]
| * | Merge branch 'backup-restore-docs-update' into 'master' Marcia Ramos2017-04-221-4/+6
| |\ \ | | | | | | | | | | | | | | | | Reword backup & restore secrets description See merge request !10753
| | * | Reword backup & restore secrets descriptionbackup-restore-docs-updateCindy Pallares2017-04-201-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | The new description will make it more clear that there are 3 separate things being affected and not just 2FA.
| * | | Merge branch 'dm-fix-project-import' into 'master' Robert Speicher2017-04-211-2/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Fix Git repository URL field on New Project page See merge request !10803
| | * | | Disable import URL field in New project form since it's hidden by defaultDouwe Maan2017-04-211-2/+3
| | | | |
| * | | | Merge branch ↵Achilleas Pipinellis2017-04-212-2/+32
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '31265-update-auto-deploy-documentation-for-postgres-and-private-project-support' into 'master' Update Auto Deploy documentation Closes #31265 See merge request !10859
| | * | | | Update Auto Deploy documentationJoshua Lambert2017-04-212-2/+32
| |/ / / /
| * | | | Merge branch 'remove-burndown-chart-reference-from-docs' into 'master' Felipe Artur2017-04-211-3/+0
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Remove reference to burndown charts since they don't exist for ce. See merge request !10861
| | * | | Remove reference to burndown charts since they don't exist for ce.remove-burndown-chart-reference-from-docsVictor Wu2017-04-211-3/+0
| | | | |
| * | | | Merge branch '30618-change-placeholder-color' into 'master' Annabel Dunstone Gray2017-04-212-0/+30
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix placeholder visibility Closes #30618 See merge request !10804
| | * | | | fix placeholder visibilityAndy2017-04-212-0/+30
| | | | | |
| * | | | | Merge branch 'sentinel-psswd-docs' into 'master' Achilleas Pipinellis2017-04-211-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | Use master_password for Sentinel See merge request !10857
| | * | | | [ci skip] Use master_password for SentinelJose Torres2017-04-211-1/+1
| | | | | |
| * | | | | Merge branch '30672-versioned-markdown-cache' into 'master' Douwe Maan2017-04-2112-251/+343
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start versioning cached markdown fields Closes #30672 See merge request !10597
| | * | | | | Start versioning cached markdown fieldsNick Thomas2017-04-218-169/+329
| | | | | | |
| | * | | | | Remove the ClearDatabaseCacheWorkerNick Thomas2017-04-215-70/+4
| | | | | | |
| | * | | | | Fix Gitlab::Metrics metaprogramming magicNick Thomas2017-04-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On initial startup with no rows in the application_settings table, the metaprogramming call to `if enabled?` attempts to create a row. This triggers the HTML caching path, which attempts to store metrics. At this point, not all the methods in `Gitlab::Metrics` have been defined! Move `current_transaction` to be defined before running the metaprogramming, to avoid a confusing NoMethodError
| | * | | | | Remove a use of module_functionNick Thomas2017-04-211-12/+10
| | | | | | |
| * | | | | | Merge branch 'dz-cleanup-add-users' into 'master' Douwe Maan2017-04-219-32/+53
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Refactor add_users method for project and group See merge request !10850
| | * | | | | Refactor add_users method for project and groupdz-cleanup-add-usersDmitriy Zaporozhets2017-04-219-32/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Merge branch 'resolvable-discussions-docs' into 'master' Achilleas Pipinellis2017-04-2119-108/+154
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | discussions docs See merge request !10390
| | * | | | | | Refactor Discussions docsAchilleas Pipinellis2017-04-2119-71/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move to dicsussions/index.md - Bring back previous path with a link to new location - Reorder sections
| | * | | | | | Fix broken linkLuke "Jared" Bennett2017-04-211-1/+1
| | | | | | | |
| | * | | | | | Added new discussions docsLuke "Jared" Bennett2017-04-213-2/+8
| | | | | | | |
| | * | | | | | Started on resolvable discussions docsLuke "Jared" Bennett2017-04-2115-31/+59
| | | | | | | |
| * | | | | | | Merge branch 'form-focus-previous-incorrect-form' into 'master' Filipa Lacerda2017-04-213-2/+54
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the preview keyboard shortcut focusing wrong tab Closes #31101 See merge request !10849
| | * | | | | | | Improved the specform-focus-previous-incorrect-formPhil Hughes2017-04-211-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now correctly tests against different forms
| | * | | | | | | Fixed the preview keyboard shortcut focusing wrong tabPhil Hughes2017-04-213-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #31101
| * | | | | | | | Merge branch 'sh-fix-issue-31215-2' into 'master' Douwe Maan2017-04-213-1/+30
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on !10841 Fix Error 500 when referencing issue with project in pending delete Closes #31215 See merge request !10843
| | * | | | | | | | Add a changelog entrysh-fix-issue-31215-2Lin Jen-Shin2017-04-211-0/+4
| | | | | | | | | |
| | * | | | | | | | Also test against external-issue for deleted projectsLin Jen-Shin2017-04-211-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is based on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10841
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into sh-fix-issue-31215Lin Jen-Shin2017-04-21276-1156/+4021
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (109 commits) Update CI templates to include 9.1 templates Change spec folder to match the assets one Update style_guide_js.md Milestones documentation refactor Adds documentation entry: Don't user forEach, aim for code without side effects Move kube namespace section to the variables one Changed milestone.to_reference calls into milestone.title for the show, edit and top views Update move icon to match others Issue Title Show Focus Check On Load Update Kubernetes namespace documentation Store projects in metrics for email replies Refactor into .vue files Adds vue js example application and documentation Add ES lint support to identify poorly written Promises Update plantuml.md to add the actual link. Fixed wording Add metrics events for incoming emails Remove helpers assigned_issuables_count and cached_assigned_issuables_count Refactor into .vue files part 2 Fix headings ...
| | * | | | | | | | | Fix Error 500 when referencing issue with project in pending deletesh-fix-issue-31215Stan Hu2017-04-202-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #31215
| * | | | | | | | | | Merge branch 'environments-vue-3' into 'master' Phil Hughes2017-04-2110-310/+357
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor environments components into vue files - part 3 See merge request !10833
| | * | | | | | | | | | Refactor environments components into vue files - part 3Filipa Lacerda2017-04-2110-310/+357
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'fix-user-profile-tabs-showing-raw-json-instead' into 'master' Phil Hughes2017-04-213-15/+22
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix user profile tabs showing raw json when navigating back and forward See merge request !10352
| | * | | | | | | | | | Append .json to ajax endpoint to prevent browser to display raw jsonAlfredo Sumaran2017-04-213-15/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CHANGELOG entry
| * | | | | | | | | | | Merge branch '26208-animate-drodowns' into 'master' Clement Ho2017-04-2116-26/+124
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding animation for all dropdown Closes #26208 See merge request !8419
| | * | | | | | | | | | Adding animation for all dropdownNur Rony2017-04-2116-26/+124
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'vue-doc-2' into 'master' Phil Hughes2017-04-211-1/+17
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add help regarding vue resource and where to include it See merge request !10819
| | * | | | | | | | | | Add help regarding vue resource and where to include itFilipa Lacerda2017-04-211-1/+17
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch '31193-ff-copy' into 'master' Douwe Maan2017-04-212-1/+8
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix inline diff copying in firefox Closes #31193 See merge request !10838
| | * | | | | | | | | | fix inline diff copying in firefox31193-ff-copySimon Knox2017-04-212-1/+8
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'dz-refactor-admin-group-members' into 'master' Douwe Maan2017-04-213-2/+34
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Admin::GroupsController#members_update method and add some specs See merge request !10828
| | * | | | | | | | | Refactor Admin::GroupsController#members_update method and add some specsdz-refactor-admin-group-membersDmitriy Zaporozhets2017-04-203-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Merge branch 'docs/mention-microsoft-teams' into 'master' Achilleas Pipinellis2017-04-212-3/+4
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention Microsoft teams service in project services doc See merge request !10815