Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | User can keep their commit email private43521-keep-personal-emails-private | Tiago Botelho | 2018-11-07 | 1 | -0/+29 |
| | | | | | | | | The private commit email is automatically generated in the format: id-username@noreply.HOSTNAME GitLab instance admins are able to change the HOSTNAME portion, that defaults to Gitlab's hostname, to whatever they prefer. | ||||
* | Update event helper spec to check for target prefix | George Tsiolis | 2018-11-06 | 1 | -15/+31 |
| | |||||
* | Merge branch 'fast_project_blob_path' into 'master' | Douwe Maan | 2018-11-05 | 1 | -1/+44 |
|\ | | | | | | | | | Improve performance of tree rendering in repositories with a lot of items See merge request gitlab-org/gitlab-ce!16511 | ||||
| * | Improve performance of tree rendering in repositories with lots of items | Drew Blessing | 2018-10-31 | 1 | -1/+44 |
| | | | | | | | | | | | | | | | | Rails is slow to generate paths dynamically especially when called hundreds/thousands of times. Also, rendering many partials hundreds of times can be slower. This change reduces the number of partials rendered and introduces two fast path methods to speed up path generation. | ||||
* | | Fix typo in labels_helper_spec.rb52548-links-in-tabs-of-the-labels-index-pages-ends-with-html | Dmitriy Zaporozhets | 2018-11-01 | 1 | -1/+1 |
| | | |||||
* | | Fix bug when links in tabs of the labels index pages ends with .html | Dmitriy Zaporozhets | 2018-10-31 | 1 | -0/+25 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Move :plain option to Highlight class | Mark Chao | 2018-10-30 | 1 | -54/+4 |
|/ | | | | | | This is to DRY the repeated file size check. Move spec and constants to Highlight | ||||
* | Merge branch 'drop-allow_overflow-option-duration_in_numbers' into 'master' | Grzegorz Bizon | 2018-10-22 | 1 | -26/+9 |
|\ | | | | | | | | | | | | | Drop allow overflow option duration in numbers Closes #52284 See merge request gitlab-org/gitlab-ce!22246 | ||||
| * | Drop `allow_overflow` option in `TimeHelper.duration_in_numbers` | Shinya Maeda | 2018-10-18 | 1 | -26/+9 |
| | | |||||
* | | Remove the `ForkedProjectLink` model | Bob Van Landuyt | 2018-10-19 | 1 | -5/+7 |
|/ | | | | | | | | | | | | | | This removes the `ForkedProjectLink` model that has been replaced by the `ForkNetworkMember` and `ForkNetwork` combination. All existing relations have been adjusted to use these new models. The `forked_project_link` table has been dropped. The "Forks" count on the admin dashboard has been updated to count all `ForkNetworkMember` rows and deduct the number of `ForkNetwork` rows. This is because now the "root-project" of a fork network also has a `ForkNetworkMember` row. This count could become inaccurate when the root of a fork network is deleted. | ||||
* | Backport CE changes for Ops Dashboard in EE | Peter Leitzen | 2018-10-12 | 1 | -0/+7 |
| | |||||
* | Remove Git circuit breaker | Zeger-Jan van de Weg | 2018-10-10 | 1 | -20/+0 |
| | | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0. | ||||
* | Merge branch 'master-ce' into scheduled-manual-jobs | Shinya Maeda | 2018-10-05 | 1 | -3/+1 |
|\ | |||||
| * | Resolve "Drop down filter for project snippets" | Fabian Schneider | 2018-10-05 | 1 | -3/+1 |
| | | |||||
* | | Do not omit leading zeros in duration_in_numbers helper | Winnie Hellmann | 2018-10-02 | 1 | -4/+4 |
| | | |||||
* | | Allow remaining time of scheduled jobs to overflow one day | Winnie Hellmann | 2018-10-02 | 1 | -10/+28 |
|/ | |||||
* | Fix Error 500 when forking projects with Gravatar disabledsh-fix-forks-with-no-gravatar | Stan Hu | 2018-09-28 | 1 | -24/+0 |
| | | | | | | | When Gravatar is disabled, the "no avatar" is used, which failed to revert to the colorful identity icons for namespaces. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50254 | ||||
* | Fix committer typo | George Tsiolis | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | Resolve "Enable Auto DevOps by default for self managed instances of GitLab" | Dylan Griffith | 2018-09-18 | 1 | -1/+9 |
| | |||||
* | Improve TabHelper to clarify the use of Namespaces for the nav_link | Gabriel Mazetto | 2018-09-18 | 2 | -40/+99 |
| | |||||
* | Remove images in 'first_line_in_markdown' | Brett Walker | 2018-09-13 | 1 | -4/+18 |
| | | | | | | | | | By default, we now strip images in the 'first_line_in_markdown' method. This keeps images from being displayed in the one-liner of both todo and project activity panels. Although not currently used, we allow images to be preserved with the allow_images: true options. | ||||
* | Resolve "Process urls with spaces in all markdown processing" | Brett Walker | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | added feature flag 'commonmark_for_repositories' | Brett Walker | 2018-09-05 | 1 | -0/+17 |
| | |||||
* | move logic into legacy_render_context helper method | Brett Walker | 2018-09-05 | 1 | -0/+12 |
| | |||||
* | Enable CommonMark for files and wikis | Brett Walker | 2018-09-05 | 1 | -4/+6 |
| | |||||
* | url_helpers were not available on a code reload | Brett Walker | 2018-09-05 | 1 | -9/+13 |
| | |||||
* | Resolve "<link href=""> and <a href=""> not properly filled in activity RSS ↵ | schwedenmut | 2018-09-05 | 1 | -0/+43 |
| | | | | feed" | ||||
* | Merge branch 'fix-download-dropdown-link' into 'master' | Nick Thomas | 2018-09-03 | 1 | -1/+13 |
|\ | | | | | | | | | | | | | Hide PAT creation advice for HTTP clone if PAT exists Closes #44111 See merge request gitlab-org/gitlab-ce!18208 | ||||
| * | Hide PAT creation advice for HTTP clone if PAT exist | George Thomas | 2018-08-31 | 1 | -1/+13 |
| | | | | | | | | | | If the user has a active Personal Access Token, hide the help text that appears when selecting the link for HTTP clone | ||||
* | | Fix importers not assigning a new default group | Stan Hu | 2018-08-31 | 1 | -1/+4 |
|/ | | | | | | | | | The Bitbucket Server as well as other importers pass in a group name to be created (assuming the user has permission) and attempt to dedupe that with an existing group. However, the group *name* is not guaranteed to be unique, but the *path* is. Closes #50110 | ||||
* | Merge branch '37356-relative-submodule-link' into 'master' | Douwe Maan | 2018-08-31 | 1 | -20/+55 |
|\ | | | | | | | | | | | | | Fix git submodule link for subgroup projects with relative path Closes #37356 See merge request gitlab-org/gitlab-ce!21154 | ||||
| * | Allow resolving git submodule url for subgroup projects using relative path37356-relative-submodule-link | Mark Chao | 2018-08-20 | 1 | -20/+55 |
| | | |||||
* | | Allow whitelisting for "external collaborator by default" setting | Roger Rüttimann | 2018-08-30 | 1 | -0/+24 |
| | | |||||
* | | Use slugs for default project path and sanitize names before import | Stan Hu | 2018-08-24 | 1 | -0/+10 |
|/ | | | | | | | | | Users importing from Bitbucket Cloud, Bitbucket Server, or GitHub often complained about getting failed imports due to 422 errors. This change ensures that project names are imported with names that are guaranteed to pass the regular expression validation. Part of #50021 | ||||
* | Merge branch 'add-user_show_add_ssh_key_message-application-setting' into ↵ | Nick Thomas | 2018-08-15 | 1 | -0/+12 |
|\ | | | | | | | | | | | | | | | | | 'master' Add a "user_show_add_ssh_key_message" application setting for use with SSH certificates Closes #49953 See merge request gitlab-org/gitlab-ce!21027 | ||||
| * | Add ability suppress the global "You won't be able [use] SSH" message | Ævar Arnfjörð Bjarmason | 2018-08-08 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation this feature is intended to be used when SSH certificates are enabled. Then this warning becomes not only pointless, but also misleading. This builds on top of gitlab-org/gitlab-ce!21009 since both need to modify the same documentation, which avoids a merge conflict. See also the gitlab-org/gitlab-ce#49218 issue and associated merge request. | ||||
* | | Fix rubocop offense | Jan Beckmann | 2018-08-14 | 1 | -2/+2 |
| | | |||||
* | | Fix missing Google icon in audit log | Jan Beckmann | 2018-08-14 | 1 | -0/+20 |
| | | | | | | | | Fixes #50180 | ||||
* | | Add default avatar to group | George Tsiolis | 2018-08-09 | 2 | -18/+60 |
|/ | |||||
* | Merge branch 'group-todos' into 'master' | Sean McGivern | 2018-08-07 | 1 | -0/+21 |
|\ | | | | | | | | | Group todos See merge request gitlab-org/gitlab-ce!20675 | ||||
| * | Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'"" | Jarka Kadlecová | 2018-08-02 | 1 | -0/+21 |
| | | | | | | | | This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175. | ||||
* | | Fix selection of existing project key by default | Stan Hu | 2018-08-01 | 1 | -1/+11 |
| | | |||||
* | | Default to importing to the current project key | Stan Hu | 2018-07-31 | 1 | -0/+19 |
| | | |||||
* | | Fix namespaces_helper reporting multiple groups | Stan Hu | 2018-07-31 | 1 | -0/+9 |
|/ | |||||
* | Resolve "The comparison list for the modified icons" | Sam Beckham | 2018-07-27 | 1 | -2/+2 |
| | |||||
* | Add an option to have a private profile on GitLab | JX Terry | 2018-07-24 | 1 | -2/+14 |
| | |||||
* | Display GPG status on repository and blob pages | Winnie Hellmann | 2018-07-23 | 1 | -2/+4 |
| | |||||
* | Fix #47379 - Project visibility tooltip | Jamie Schembri | 2018-07-23 | 1 | -0/+23 |
| | |||||
* | Proper icon validator | Lukas Eipert | 2018-07-18 | 1 | -0/+23 |
| | |||||
* | Merge branch 'rd-48920-backend-support-for-clarifying-search-bar' into 'master' | Douwe Maan | 2018-07-18 | 1 | -0/+14 |
|\ | | | | | | | | | | | | | Add avatar_url attr to the response of the autocomplete endpoint Closes #48920 See merge request gitlab-org/gitlab-ce!20661 |