summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some specsPhil Hughes2017-02-061-0/+4
| | | | CHANGELOG item
* Fixed typoJason Aquino2017-02-041-0/+4
| | | | Fixes gitlab-org/gitlab-ce#27674
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-032-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Change window size before visiting page, to get correct scroll position Fix slash commands spec error Move project services to new location under Integrations Move webhooks to new a location under Integrations Fixed eslint test failure Fixed redirection from http://someproject.git to http://someproject Add traits for the different Event types to the Event factory prevent nonewline type diff lines from containing unfolding link ensure linenumber data attribute is correct for the last line in a diff chunk ensure last line in diff block is contained within a table row element ensure click event is bound only once
| * Merge branch 'fix-scroll-test' into 'master' Alfredo Sumaran2017-02-031-0/+4
| |\ | | | | | | | | | | | | Change window size before visiting page, to get correct scroll position See merge request !8963
| | * Change window size before visiting page, to get correct scroll positionfix-scroll-testFilipa Lacerda2017-02-031-0/+4
| | |
| * | Merge branch 'git_to_html_redirection' into 'master' Sean McGivern2017-02-031-0/+4
| |\ \ | | |/ | |/| | | | | | | | | | | | | Redirect http://someproject.git to http://someproject Closes #26275 See merge request !8951
| | * Fixed redirection from http://someproject.git to http://someprojectblackst0ne2017-02-041-0/+4
| | |
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-0313-0/+52
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * | Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-031-0/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove Turbolinks Closes #25624 See merge request !8570
| | * | Remove turbolinks.Bryce Johnson2017-02-021-0/+4
| | | |
| * | | Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master'Sean McGivern2017-02-031-0/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds /target_branch slash command functionality for merge requests Closes #23619 See merge request !7216
| | * | | Adds /target_branch slash command functionality for merge requestsYarNayar2017-02-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to use slash command /target_branch <target_branch_name> in merge requests notes and description. Command allows to specify target branch for current merge request. Proposed in #23619
| * | | | Merge branch ↵Sean McGivern2017-02-031-0/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27267-unnecessary-queries-from-projects-dashboard-atom-and-json' into 'master' Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Closes #27267 See merge request !8956
| | * | | | Remove unnecessary queries for .atom and .json in ↵Oswaldo Ferreira2017-02-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Dashboard::ProjectsController#index
| * | | | | Merge branch '25460-replace-word-users-with-members' into 'master' Clement Ho2017-02-031-0/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace words user(s) with member(s) Closes #25460 See merge request !8872
| | * | | | | adds changelog25460-replace-word-users-with-membersNur Rony2017-01-301-0/+4
| | | |/ / / | | |/| | |
| * | | | | Merge branch ↵Annabel Dunstone Gray2017-02-031-0/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27332-mini-pipeline-graph-with-many-stages-has-no-line-spacing-in-firefox-and-safari' into 'master' Resolve "Mini pipeline graph with many stages has no line spacing in Firefox and Safari" Closes #27332 See merge request !8886
| | * | | | | Adjust pipeline graph height so they don't touch27332-mini-pipeline-graph-with-many-stages-has-no-line-spacing-in-firefox-and-safarisamrose32017-02-011-0/+4
| | | | | | |
| * | | | | | Merge branch '17662-rename-builds' into 'master' Kamil Trzciński2017-02-031-0/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Rename "Builds" to "Pipelines", "CI/CD Pipelines", or "Jobs" everywhere" Closes #17662 See merge request !8787
| | * | | | | | Adds changelog entryFilipa Lacerda2017-02-031-0/+4
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace "builds" in project settings Replace "builds" in admin area
| * | | | | | Merge branch 'markdown-plantuml' into 'master' Sean McGivern2017-02-031-0/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PlantUML support for Markdown Closes #4048 See merge request !8588
| | * | | | | | PlantUML support for MarkdownHoracio Sanson2017-02-031-0/+4
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks: ```plantuml Bob -> Sara : Hello Sara -> Bob : Go away ``` Closes: #4048
| * | | | | | Merge branch 'fwn-to-find-by-full-path' into 'master' Dmitriy Zaporozhets2017-02-031-0/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace `find_with_namespace` with `find_by_full_path` See merge request !8949
| | * | | | | | replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add complete changelog for !8949
| * | | | | | | Merge branch '24606-force-password-reset-on-next-login' into 'master'Sean McGivern2017-02-031-0/+4
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force new password after password reset via API Closes #24606 See merge request !8933
| | * | | | | | Force new password after password reset via APIGeorge Andrinopoulos2017-02-021-0/+4
| | | | | | | |
| * | | | | | | Merge branch '20452-remove-require-from-request_profiler-initializer' into ↵27537-flash-of-human-un-friendly-utc-timestampRobert Speicher2017-02-021-0/+4
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Don't require lib/gitlab/request_profiler/middleware.rb in config/initializers/request_profiler.rb Closes #20452 See merge request !8927
| | * | | | | | Don't require lib/gitlab/request_profiler/middleware.rb in ↵20452-remove-require-from-request_profiler-initializerRémy Coutable2017-02-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config/initializers/request_profiler.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Only render hr when user can't archive project.Bryce Johnson2017-02-021-0/+4
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch '27516-fix-wrong-call-to-project_cache_worker-method' into ↵Robert Speicher2017-02-021-0/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix wrong call to ProjectCacheWorker.perform, and call ProjectCacheWorker.perform_async instead Closes #27516 See merge request !8910
| | * | | | | | Fix wrong call to ProjectCacheWorker.perform27516-fix-wrong-call-to-project_cache_worker-methodRémy Coutable2017-01-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's either ProjectCacheWorker#perform or ProjectCacheWorker.perform_async! Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Merge branch 'group-label-sidebar-link' into 'master' Sean McGivern2017-02-021-0/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed group label in issuable sidebar Closes #27253 See merge request !8924
| | * | | | | | | Fixed group label in issuable sidebargroup-label-sidebar-linkPhil Hughes2017-02-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group label link was pointing to group#issues rather than the projects issues. This fixes that by sending the correct subject to the link_to_label helper method. Closes #27253
* | | | | | | | | Merge branch 'master' into webpackMike Greiling2017-02-0224-32/+64
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (63 commits) Use `add_$role` helper in snippets specs removes old css class from everywhere Fixes broken build: Use jquery to get the element position in the page Check public snippets for spam Keep snippet visibility on error Update pipeline and commit URL and text on CI status change Support non-ASCII characters in GFM autocomplete Active tense test coverage Fix filtered search manager spec teaspoon error Reduce the number of loops that Cycle Analytics specs use Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Improve styling of the new issue message Don't capitalize environment name in show page ...
| * | | | | | | | Merge branch '27291-unify-mr-diff-file-buttons' into 'master' Annabel Dunstone Gray2017-02-021-0/+4
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unifies mr diff file button style Closes #27291 See merge request !8874
| | * | | | | | | | adds changelogNur Rony2017-01-301-0/+4
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan2017-02-021-0/+4
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to define a coverage regex in the .gitlab-ci.yml Closes #20428 See merge request !7447
| | * | | | | | | | Add changelog entry and extend the documentation accordinglyLeandro Camargo2017-01-251-0/+4
| | | | | | | | | |
| * | | | | | | | | Merge branch ↵Alfredo Sumaran2017-02-021-0/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25811-pipeline-number-and-url-do-not-update-when-new-pipeline-is-triggered' into 'master' Update pipeline and commit URL and text on CI status change Closes #25811 See merge request !8351
| | * | | | | | | | | Update pipeline and commit URL and text on CI status change25811-pipeline-number-and-url-do-not-update-when-new-pipeline-is-triggeredSam Rose2017-02-011-0/+4
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'snippet-spam' into 'master' Rémy Coutable2017-02-021-0/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Snippet spam Closes #26276 See merge request !8911
| | * | | | | | | | | Check public snippets for spamSean McGivern2017-02-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
| * | | | | | | | | | Merge branch 'fix-depr-warn' into 'master' Rémy Coutable2017-02-021-0/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolve deprecation warnings Closes #27423 See merge request !8855
| | * | | | | | | | | add complete changelogAdam Pahlevi2017-01-311-0/+4
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch ↵Filipa Lacerda2017-02-021-0/+4
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27067-mention-user-dropdown-does-not-suggest-by-non-ascii-characters-in-name' into 'master' Resolve "Mention @user dropdown does not suggest by non-ASCII characters in name" Closes #27067 See merge request !8729
| | * | | | | | | | Support non-ASCII characters in GFM autocomplete27067-mention-user-dropdown-does-not-suggest-by-non-ascii-characters-in-namesamrose32017-02-011-0/+4
| | | | | | | | | |
| * | | | | | | | | Merge branch 'empty-selection-reply-shortcut' into 'master' Clement Ho2017-02-011-0/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the reply shortcut to focus the field even without a selection. See merge request !8873
| | * | | | | | | | | Change the reply shortcut to focus the field even without a selection.Brian Hall2017-01-311-0/+4
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch '24462-reduce_ldap_queries_for_lfs' into 'master' Robert Speicher2017-02-011-0/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms Closes #24462 See merge request !8752
| | * | | | | | | | | Reduce hits to LDAP on Git HTTP auth by reordering auth mechanismsDrew Blessing2017-01-301-0/+4
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We accept half a dozen different authentication mechanisms for Git over HTTP. Fairly high in the list we were checking user password, which would also query LDAP. In the case of LFS, OAuth tokens or personal access tokens, we were unnecessarily hitting LDAP when the authentication will not succeed. This was causing some LDAP/AD systems to lock the account. Now, user password authentication is the last mechanism tried since it's the most expensive.