summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed karma spec with elements not appearing in DOMrefactor-realtime-issuePhil Hughes2017-05-111-0/+1
|
* Remove some weird code to add/remove the task statusPhil Hughes2017-05-115-45/+46
| | | | | Moved the data into the data method Renamed edited ago class name
* Merge branch 'master' into refactor-realtime-issuePhil Hughes2017-05-11286-707/+1715
|\
| * Merge branch '32087-fix-flickering-system-notes' into 'master' Phil Hughes2017-05-111-0/+2
| |\ | | | | | | | | | | | | | | | | | | Fix flickering of system notes Closes #32087 See merge request !11281
| | * Fix flickering of system notes32087-fix-flickering-system-notesEric Eastwood2017-05-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32087 Easy reproduction: 1. Edit an issue title 1. Notice the system note added 1. Switch to another tab and back (to fire the polling immediately) 1. Notice the flicker (without this fix)
| * | Merge branch ↵Phil Hughes2017-05-114-3/+10
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '31625-tag-editor-loses-all-inputs-when-you-try-to-add-a-tag-that-already-exists' into 'master' Resolve "Tag editor loses all inputs when you try to add a tag that already exists" Closes #31625 See merge request !11155
| | * | Keep input data after creating existing tagSam Rose2017-05-104-3/+10
| | | |
| * | | Merge branch '32094-custom-notifications-model-aria-labelledby-incorrect' ↵Phil Hughes2017-05-111-3/+3
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix aria labels on custom notifications modal Closes #32094 See merge request !11256
| | * | Fix aria labels on custom notifications modal32094-custom-notifications-model-aria-labelledby-incorrectSam Rose2017-05-101-3/+3
| | | |
| * | | Merge branch 'fix-shortcuts_spec-explore-page-transient-failure' into 'master' Douwe Maan2017-05-111-14/+17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Find the nothing-here-block before asserting page content when on explore page of shortcuts_spec.rb See merge request !11250
| | * | | Fix `send_key` to `send_keys` and add EOF newlinefix-shortcuts_spec-explore-page-transient-failureLuke "Jared" Bennett2017-05-101-3/+3
| | | | |
| | * | | Find the nothing-here-block before asserting page content when on explore ↵Luke "Jared" Bennett2017-05-101-15/+18
| | | |/ | | |/| | | | | | | | | page of shortcuts_spec.rb
| * | | Merge branch 'docs/hide-gcp-install' into 'master' Marcia Ramos2017-05-102-2/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide GCP install guide from index page until our image is released Closes omnibus-gitlab#2326 See merge request !11213
| | * \ \ Merge branch 'master' into 'docs/hide-gcp-install'docs/hide-gcp-installAchilleas Pipinellis2017-05-10276-1218/+3853
| | |\ \ \ | | | | | | | | | | | | | | | | | | # Conflicts: # doc/install/README.md
| | * | | | Hide GCP install guide from index page until our image is addedAchilleas Pipinellis2017-05-092-2/+4
| | | | | |
| * | | | | Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-1018-41/+152
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retried in database Closes #25737 See merge request !11115
| | * | | | | Fix rubocop failureKamil Trzcinski2017-05-091-1/+1
| | | | | | |
| | * | | | | Make retried to be nullableKamil Trzcinski2017-05-096-14/+8
| | | | | | |
| | * | | | | Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-0718-41/+158
| | | | | | |
| * | | | | | Merge branch 'winh-pending-ajax-cache' into 'master' Clement Ho2017-05-102-38/+89
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Track pending requests in AjaxCache See merge request !11170
| | * | | | | | Track pending requests in AjaxCacheWinnie Hellmann2017-05-102-38/+89
| | | | | | | |
| * | | | | | | Merge branch 'enforce-current-user-usage-on-entities' into 'master' Kamil Trzciński2017-05-101-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Make all Serializers receive `current_user` instead `user` [CE] See merge request !11254
| | * | | | | | Remove unnecessary user hash being passed to DeploymentSerializerenforce-current-user-usage-on-entitiesOswaldo Ferreira2017-05-101-1/+1
| | | | | | | |
| | * | | | | | Ensure all Serializers receive `current_user` instead `user`Oswaldo Ferreira2017-05-101-1/+1
| | | | | | | |
| * | | | | | | Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher2017-05-10153-218/+217
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
| | * | | | | | | Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-1049-62/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
| | * | | | | | | Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-10113-156/+157
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Merge branch 'fix-api-headings' into 'master' Achilleas Pipinellis2017-05-1014-14/+14
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "API" to API docs Closes #32105 See merge request !11261
| | * | | | | | update API doc with +API (h1 heading)Marcia Ramos2017-05-1014-14/+14
| |/ / / / / /
| * | | | | | Merge branch 'bvl-security-patches' into 'master' Robert Speicher2017-05-1056-311/+831
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security patches -> `master` See merge request !11230
| | * | | | | | Use new SnippetsFinder signature in APIbvl-security-patchesBob Van Landuyt2017-05-101-2/+2
| | | | | | | |
| | * | | | | | Use `described_class` in SnippetsFinder-specBob Van Landuyt2017-05-101-21/+21
| | | | | | | |
| | * | | | | | Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan2017-05-108-19/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use GroupsFinder to find subgroups the user has access to See merge request !2096
| | * | | | | | Merge branch 'fix-hamlit-xss' into 'security-9-1' Robert Speicher2017-05-105-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Hamlit XSS fix, does not include extraneous changes See merge request !2095
| | * | | | | | Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-1023-184/+399
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094
| | * | | | | | Merge branch 'branch-name-escape' into 'security'Robert Speicher2017-05-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix XSS in branches dropdown See merge request !2093
| | * | | | | | Merge branch '31157-respect-project-features-in-wiki-search' into 'security' Douwe Maan2017-05-103-3/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect project features in wiki and blob search See merge request !2089
| | * | | | | | Merge branch 'snippets_visibility' into 'security'Sean McGivern2017-05-104-12/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087
| | * | | | | | Merge branch 'rs-sanitize-submodule-urls' into 'security'Douwe Maan2017-05-103-16/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sanitize submodule URLs before linking to them in the file tree view See merge request !2084
| | * | | | | | Merge branch 'bvl-security-9-1-validate-urls-in-markdown-using-uri'Robert Speicher2017-05-104-56/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (security-9-1) Add correct `rel` attributes to external links when rendering markdown See merge request !2097
| | * | | | | | Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher2017-05-107-17/+42
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (security-9-1) Render asciidoc & other markup using banzai in a pipeline See merge request !2098
| * | | | | | Merge branch ↵Phil Hughes2017-05-107-13/+97
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '31474-issue-boards-sidebar-milestone-dropdown-should-not-be-multi-select' into 'master' Resolve "Issue boards sidebar milestone dropdown should not be multi select" Closes #31474 See merge request !11084
| | * | | | | | Disallow multiselect for Milestone dropdownSam Rose2017-05-107-13/+97
| | | | | | | |
| * | | | | | | Merge branch 'tc-clean-pending-delete-projects' into 'master' Douwe Maan2017-05-106-0/+206
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Post-deploy to clean `pending_delete` projects Closes #20984 See merge request !11044
| | * | | | | | | No user needed to cleanup namespaceless pending delete projectsToon Claes2017-05-104-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since this is a cleanup, ran by a post-deploy, there is no need to lookup the admin to run the cleanup.
| | * | | | | | | Use worker to destroy namespaceless projects in post-deployToon Claes2017-05-107-116/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Destroying projects can be very time consuming. So instead of destroying them in the post-deploy, just schedule them and make Sidekiq do the hard work. They are scheduled in batches of 5000 records. This way the number of database requests is limited while also the amount data read to memory is limited.
| | * | | | | | | No user is needed to delete a projectToon Claes2017-05-101-4/+1
| | | | | | | | |
| | * | | | | | | Add post-deploy migrate to cleanup projects in pending delete stateToon Claes2017-05-103-0/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are many projects in `pending_delete` state, this post-deploy migration cleans them up. The script is based on https://gitlab.com/gitlab-org/gitlab-ce/snippets/1648654 and https://gitlab.com/gitlab-org/gitlab-ce/snippets/1611429. The use of these scripts were described in https://gitlab.com/gitlab-com/infrastructure/issues/888.
| * | | | | | | | Merge branch 'cycle-analytics-stage-title-translation-fix' into 'master' Filipa Lacerda2017-05-101-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the stage title translation in cycle analytics See merge request !11252
| | * | | | | | | | Fixed the stage title translation in cycle analyticsPhil Hughes2017-05-101-1/+1
| | | | | | | | | |