Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2019-07-12Merge branch '11445-fix-promoted-epic-inherited-discussions-ce' into 'master'Jan Provaznik
Port EE: Fix reply to discussion on promoted epic See merge request gitlab-org/gitlab-ce!30411
2019-07-12Merge branch '60798-follow-up-simplify-sort-direction-logic' into 'master'Sean McGivern
Resolve "Follow up: Simplify sort direction logic" Closes #60798 See merge request gitlab-org/gitlab-ce!30443
2019-07-12Fix reply to discussion on promoted epicAlexandru Croitor
Regenerate discussion_id for notes that are being copied over to the epic when issue is promoted to epic. https://gitlab.com/gitlab-org/gitlab-ee/issues/11445
2019-07-12Merge branch '55623-group-cluster-apis' into 'master'Grzegorz Bizon
Resolve "API support for group-level clusters" Closes #55623 See merge request gitlab-org/gitlab-ce!30213
2019-07-12Merge branch 'issue-63298-asciidoc-sanitization' into 'master'Douwe Maan
Prevent excessive sanitization of AsciiDoc ouptut Closes #63298 See merge request gitlab-org/gitlab-ce!30290
2019-07-12Merge branch 'graphql-include-authorization-for-mutations' into 'master'Jan Provaznik
Include AuthorizeResource module for all mutations See merge request gitlab-org/gitlab-ce!30243
2019-07-12Prevent excessive sanitization of AsciiDoc ouptutGuillaume Grossetie
2019-07-12Split and prepend CurrentBoardEntityWinnie Hellmann
(cherry picked from commit 1e8bdd01bff96122fe80c51fa8f024f18675b58b)
2019-07-12Merge branch 'sh-audit-event-json-log-format-from-and-to' into 'master'James Lopez
Format `from` and `to` fields in JSON audit log See merge request gitlab-org/gitlab-ce!30333
2019-07-12Merge branch 'qa-dd-data-qa-selector-replacement' into 'master'Mark Lapierre
Introduce data-qa-selector to supplant .qa-class See merge request gitlab-org/gitlab-ce!28906
2019-07-12Add modal close button styles to match design specMiranda Fluharty
Standard font weight and line height, darker color, full opacity Change `button.close` to `.close` Some existing modal buttons are links rather than buttons
2019-07-12Minor review cleanupEzekiel Kigbo
Minor refactor specs
2019-07-12Added tests for sort icon currentEzekiel Kigbo
Refactor sort direction icon
2019-07-12Added test for admin/projectsEzekiel Kigbo
Added tests with project_list_filter_bar set to off Added tests for projects_sort_option_titles Refactor project sort options hash
2019-07-12Added tests for current behaviourEzekiel Kigbo
2019-07-12Merge branch '10364-dismissal-reason-any-comment-CE' into 'master'Fatih Acet
CE backport for Dismissal Reasons See merge request gitlab-org/gitlab-ce!29422
2019-07-12Merge branch 'mf-modal-style-header-size' into 'master'Annabel Dunstone Gray
Set modal header/title size to match design spec See merge request gitlab-org/gitlab-ce!30420
2019-07-12Merge branch 'mfluharty-modal-style-border-radius-correction' into 'master'Annabel Dunstone Gray
Apply modal border-radius only to direct children See merge request gitlab-org/gitlab-ce!30645
2019-07-11Format `from` and `to` fields in JSON audit logStan Hu
To make it possible to index the `from` and `to` fields with Elasticsearch and other tools, we need the types to be the same. Currently they are a mix of boolean and string values. Part of https://gitlab.com/gitlab-org/gitlab-ee/issues/12599
2019-07-11Moves method to TreeHelperFilipa Lacerda
Reuses existing TreeHelper instead of creating a new one just for one method.
2019-07-11Apply modal border-radius only to direct childrenmfluharty
2019-07-11Merge branch 'improve-chaos-controller' into 'master'Stan Hu
Add `db_spin` and refactor ChaosController Closes #64425 See merge request gitlab-org/gitlab-ce!30559
2019-07-11Merge branch 'qa/e2e-test-issue-comment' into 'master'Walmyr
Add end-to-end test for creating and editing issue comments See merge request gitlab-org/gitlab-ce!30571
2019-07-11Merge branch '35757-move-issues-in-boards-pderichs' into 'master'Jan Provaznik
Add endpoint to move issues in boards See merge request gitlab-org/gitlab-ce!30216
2019-07-11Merge branch '51575-remove-rails-4-specific-code-from-fromunion-from_union' ↵Robert Speicher
into 'master' Remove Rails 4-specific code from `FromUnion.from_union` Closes #51575 See merge request gitlab-org/gitlab-ce!30587
2019-07-11Load terminal css file in environments pageJacques Erasmus
Loaded the xterm css file in order to fix the styling issues
2019-07-11CE backport for Dismissal Reasonssamdbeckham
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12067
2019-07-11Add endpoint to move multiple issuesPatrick Derichs
Add specs for new endpoint to move multiple issues. Add changelog entry Just check the first issue for the ability to move / update Add specs for exceeding limits and malformed requests Changed name of shared examples Change title of changelog entry Use %i instead of %w Check permission to update issue on project instead of board Use admin_issue permission to check for issue move ability Changed variable name to avoid shadow issue_params method Rename route to bulk_move Change route definition Check permissions for each issue Combine methods for parameters permit check Remove extra context Change description of context Check param for type Array Add unit tests to MoveService Use before_action for permission check Use set instead of let! Use let's instead of set
2019-07-11Correct link to external_dashboard docReuben Pereira
2019-07-11Merge branch '64161-gitlab-fqdn' into 'master'Grzegorz Bizon
Add CI variable to provide GitLab FQDN Closes #64161 See merge request gitlab-org/gitlab-ce!30417
2019-07-11Update vue component with class for testabilityWalmyr Lima
2019-07-11Merge branch 'registry-fix-multi-delete-modal' into 'master'Kushal Pandya
Set unique modal IDs See merge request gitlab-org/gitlab-ce!30532
2019-07-11Give Knative serving permissions to service accountHordur Freyr Yngvason
GitLab uses a kubernetes service account to perform deployments. For serverless deployments to work as expected with externally created clusters with their own knative installations (e.g. via Cloud Run), this account requires additional permissions in the serving.knative.dev API group.
2019-07-11Bring buttons style up to design specScott Hampton
This is a CSS effort only. Fixes the padding of the buttons to be `8px 12px` (including border) so that the button height is 32px. Also adjusts the border width for all buttons when the state is `hover`, `focus`, or `active to be 2px thick instead of 1px thick. This is accomplished through an inset box-shadow as not to increase the size of the button. Fixes some colors for primary and tertiary buttons.
2019-07-11Review Tools: Add large z-index to toolbarSarah Groff Hennigh-Palermo
2019-07-11Add `db_spin` and refactor ChaosControllerKamil Trzciński
2019-07-11Merge branch 'banzai-avoid-redis-if-db-cache' into 'master'Douwe Maan
Banzai - avoid redis if attr is in DB cache See merge request gitlab-org/gitlab-ce!30334
2019-07-11Add text-secondary to controls containerMartin Wortschack
- Add changelog entry
2019-07-11Merge branch '64314-ci-icon' into 'master'Kushal Pandya
Align CI icon in merge request dashboard Closes #64314 See merge request gitlab-org/gitlab-ce!30558
2019-07-11Refactor: model errors for multi cluster validationDylan Griffith
The current approach requires catching exceptions to handle these errors and callers are already handling model validations so it seems more appropriate. Also it seemed to convoluted to add this logic directly to the model since the model needs to check too many possible associations to determine whether or not there are more than one cluster since the model doesn't know what it's being created on. Additionally we only wanted to validate during create to avoid the risk of existing models becoming invalid by many different edge cases.
2019-07-11Pass string directly to #fromHeinrich Lee Yu
2019-07-11Merge branch '62088-search-back' into 'master'Mike Greiling
Fixed back navigation for projects filter Closes #62088 See merge request gitlab-org/gitlab-ce!30373
2019-07-11Banzai - avoid redis if attr is in DB cacheMario de la Ossa
When cache_collection_render runs we end up reading and writing things to redis even if we already have the rendered field cached in the DB. This commit avoids using redis at all whenever we have the field already rendered in the DB cache.
2019-07-11Include AuthorizeResource module for all mutationsLuke Duncalfe
This makes our authorization calls available to all GraphQL mutations without the additional step of including the module first.
2019-07-11Fix Main::Menu locatorsddavison
Fix the locators to not use a regex Add requirement
2019-07-11Introduce data-qa-selector to supplant .qa-classddavison
In order to break away from using CSS classes as our primary method of element identification, we need to provide the ability to search for data attributes. Make Test::Sanity::Selectors now work Utilize regex to match on literal strings of the element name Suggest the data-qa-selector pattern vs the qa- Add data-qa-selector to login page to start We need a page that is heavily used in order to be confident that this functionality works. Let's start with the Login page Use appropriate HAML data tag practices
2019-07-11Merge branch 'sl-stablise-basic-login-spec' into 'master'Dan Davison
Fix basic login test stability Closes gitlab-org/quality/staging#57 See merge request gitlab-org/gitlab-ce!30446
2019-07-11Add support for additional panel typesJose Ivan Vargas
This introduces the single stat chart component aside from the area chart component
2019-07-10Merge branch 'fix_simple_format_undefined' into 'master'Robert Speicher
Fix `simple_format` undefined error #60179 Closes #60179 See merge request gitlab-org/gitlab-ce!30366
2019-07-10Add a rubocop for Rails.loggerMayra Cabrera
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102