summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* FE fetch counts async on search page loadPaul Slaughter2019-08-121-4/+3
| | | | | Creates `refresh_counts` module to dynamically fetch and load data based on attributes of HAML elements.
* Load search result counts asynchronouslyMarkus Koller2019-08-121-14/+21
| | | | | | Querying all counts for the different search results in the same request led to timeouts, so we now only calculate the count for the *current* search results, and request the others in separate asynchronous calls.
* Merge branch '39217-remove-kubernetes-service-integration' into 'master'James Lopez2019-08-091-1/+1
|\ | | | | | | | | Remove KubernetesService integration See merge request gitlab-org/gitlab-ce!31365
| * Final removal of KubernetesService39217-remove-kubernetes-service-integrationTiger2019-08-081-1/+1
| | | | | | | | | | | | Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
* | Add pagination to {project}/starrers viewCamil Staps2019-08-072-5/+5
| |
* | Change sorting options for starrers: name (asc/desc), most/least recent starCamil Staps2019-08-071-0/+17
| |
* | Add "Starred projects" tab to user overviewCamil Staps2019-08-071-1/+1
| |
* | Add /starrers view for projectsCamil Staps2019-08-071-0/+5
|/
* Add backwards compatibility for legacy settingGeorge Koltsov2019-08-021-0/+1
| | | | | `allow_local_requests_for_hooks_and_services` was renamed to `allow_local_requests_for_web_hooks_and_services`.
* Add outbound requests setting for system hooksGeorge Koltsov2019-08-021-1/+2
| | | | | | | This MR adds new application setting to network section `allow_local_requests_from_system_hooks`. Prior to this change system hooks were allowed to do local network requests by default and we are adding an ability for admins to control it.
* Merge branch ↵Robert Speicher2019-07-291-0/+1
|\ | | | | | | | | | | | | | | | | '63547-add-system-notes-for-when-a-zoom-call-was-added-removed-from-an-issue' into 'master' Resolve "Add system notes for when a zoom call was added/removed from an issue" Closes #63547 See merge request gitlab-org/gitlab-ce!30857
| * Add system notes for when a zoom call was added/removed from an issue63547-add-system-notes-for-when-a-zoom-call-was-added-removed-from-an-issueJacopo2019-07-291-0/+1
| | | | | | | | | | Add a zoom link added / removed system note when a zoom link is being added / removed to the issue description.
* | Change qa-reverse-sort class references to rspec-reverse-sortTanya Pazitny2019-07-292-2/+2
| |
* | Merge branch 'remove-nested-groups-checks' into 'master'Lin Jen-Shin2019-07-261-4/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove code related to object hierarchy and MySQL Closes #65056 and #65055 See merge request gitlab-org/gitlab-ce!31095
| * | Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-4/+0
| | | | | | | | | | | | | | | These are not required because MySQL is not supported anymore
* | | Fix error rendering submodules in MR diffs when there is no .gitmodulesdm-submodule-links-nilDouwe Maan2019-07-261-0/+2
|/ / | | | | | | Without this change, we get a NoMethodError on nil
* | Changed `author_avatar` to inline-block classMarc Schwede2019-07-241-1/+1
| | | | | | | | Fixes #64746
* | Merge branch '62217-follow-up-from-fix-display-of-promote-to-group-label' ↵Douwe Maan2019-07-241-3/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Remove project param from `#show_label_issuables_link?` Closes #62217 See merge request gitlab-org/gitlab-ce!31038
| * | Remove project from show_label_issuables_link?62217-follow-up-from-fix-display-of-promote-to-group-labelHeinrich Lee Yu2019-07-231-3/+2
| | | | | | | | | | | | The project param is unnecessary here
* | | [ADD] outbound requests whitelistReuben Pereira2019-07-241-0/+1
| | | | | | | | | | | | Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
* | | Add links in admin area overviewce-xanf-add-admin-area-linksIllya Klymov2019-07-241-0/+15
|/ / | | | | | | | | | | Introduces new `feature_entry` helper for dashboard. This helper reduces code duplication when listing available features and relevant links to configuration sections
* | Ensure SubmoduleHelper works outside view contextdm-submodule-helper-routingDouwe Maan2019-07-221-4/+8
|/
* Added submodule links to Submodule type in GraphQL APIIgor2019-07-171-4/+8
| | | | This is part of migration of Folder View to Vue
* Fetch latest link in the description for zoom link, add more tests and ↵Rajendra kadam2019-07-171-0/+4
| | | | remove frontend spec unnecessary tests
* Revert "Merge branch '61145-fix-button-dimensions' into 'master'"revert-af42c169Annabel Dunstone Gray2019-07-161-1/+1
| | | This reverts merge request !28545
* Merge branch 'vue-file-list-breadcrumb-dropdown' into 'master'Filipa Lacerda2019-07-161-0/+32
|\ | | | | | | | | | | | | Added add to tree dropdown to Vue files breadcrumb Closes #62865 See merge request gitlab-org/gitlab-ce!30177
| * Added add to tree dropdown to Vue files breadcrumbPhil Hughes2019-07-151-0/+32
| |
* | Hide restricted and disallowed visibility radioshide-restricted-visibility-radioLuke Bennett2019-07-151-14/+8
|/ | | | | Show a message if many levels are restricted and a different message if all levels are restricted.
* Add more file extentions to file type icon classPeter Dave Hello2019-07-151-9/+12
|
* Open WebIDE in fork when user doesn't have access51952-redirect-to-webide-in-forkMarkus Koller2019-07-121-1/+10
| | | | | | | When opening the IDE on a project where the user doesn't have push access, we create a fork and then redirect back to the IDE. To make sure the user can actually commit, we need to open the IDE in the forked project rather than the upstream project.
* Merge branch '60798-follow-up-simplify-sort-direction-logic' into 'master'Sean McGivern2019-07-121-49/+34
|\ | | | | | | | | | | | | Resolve "Follow up: Simplify sort direction logic" Closes #60798 See merge request gitlab-org/gitlab-ce!30443
| * Minor review cleanup60798-follow-up-simplify-sort-direction-logicEzekiel Kigbo2019-07-121-1/+1
| | | | | | | | Minor refactor specs
| * Added tests for sort icon currentEzekiel Kigbo2019-07-121-26/+20
| | | | | | | | Refactor sort direction icon
| * Added test for admin/projectsEzekiel Kigbo2019-07-121-22/+18
| | | | | | | | | | | | | | | | Added tests with project_list_filter_bar set to off Added tests for projects_sort_option_titles Refactor project sort options hash
| * Added tests for current behaviourEzekiel Kigbo2019-07-121-10/+5
| |
* | Split and prepend CurrentBoardEntityWinnie Hellmann2019-07-121-1/+5
|/ | | | (cherry picked from commit 1e8bdd01bff96122fe80c51fa8f024f18675b58b)
* Moves method to TreeHelperFilipa Lacerda2019-07-111-0/+7
| | | | | Reuses existing TreeHelper instead of creating a new one just for one method.
* Bring buttons style up to design specScott Hampton2019-07-111-1/+1
| | | | | | | | | | | | | | | | 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.
* Merge branch 'fix_simple_format_undefined' into 'master'Robert Speicher2019-07-101-4/+8
|\ | | | | | | | | | | | | Fix `simple_format` undefined error #60179 Closes #60179 See merge request gitlab-org/gitlab-ce!30366
| * Extract plain file rendering into a separate methodVasiliy Yakliushin2019-07-071-3/+7
| |
| * Fix undefined method `simple_format for MarkupHelper:ModuleVasiliy Yakliushin2019-07-071-1/+1
| | | | | | | | | | | | | | | | | | `simple_format` is not defined in ActionView::Helpers::TagHelper, but it is actually located in ActionView::Helpers::TextHelper. The solution is to include the correct helper. I've also added tests for `#markup_unsafe` because they were missing.
* | Implemented frontend suggestionsNick Kipling2019-07-091-1/+1
| | | | | | | | | | | | Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
* | Remove `:graphql` feature flagcharlie ablett2019-07-091-1/+1
|/ | | | | | | | - Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
* Merge branch 'fetch-forked-projects-create-mr' into 'master'Filipa Lacerda2019-07-051-1/+1
|\ | | | | | | | | | | | | Create private merge requests in forks Closes #58583 See merge request gitlab-org/gitlab-ce!29984
| * Create private merge requests in forksPhil Hughes2019-07-051-1/+1
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* | Change 'Todo' to 'To Do'Christie Lenneville2019-07-042-3/+3
|/ | | | | | | | | | | | | | | | Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
* Add Grafana to Admin > Monitoring menu when enabledManeschi Romain2019-07-031-0/+2
|
* Add salesforce logoMałgorzata Ksionek2019-07-031-1/+1
|
* Merge branch 'jc-deprecate-diverging-count-with-max' into 'master'Jan Provaznik2019-07-031-8/+0
|\ | | | | | | | | | | | | Deprecate diverging commit count with max parameter Closes gitaly#1702 See merge request gitlab-org/gitlab-ce!30275
| * Deprecate diverging commit count with max parameterjc-deprecate-diverging-count-with-maxJohn Cai2019-07-021-8/+0
| | | | | | | | | | | | | | In 12.0, we turned the feature flag on that effectively turned off the --max-count flag for the count diverging commits call. Since we have commit graphs turned on, this did not affect preformance negatively. Thus, we want to deprecate the call that passes --max-count