summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'diff-filter-bar-placeholder-text' into 'master'Filipa Lacerda2019-05-161-1/+8
|\ | | | | | | | | | | | | Changed the placeholder text of the diff tree filter input Closes #58339 See merge request gitlab-org/gitlab-ce!28352
| * Changed the placeholder text of the diff tree filter inputPhil Hughes2019-05-161-1/+8
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58339
* | Merge branch 'diff-whitespace-setting-changes' into 'master'Filipa Lacerda2019-05-162-5/+16
|\ \ | | | | | | | | | | | | | | | | | | Fixes issues with show whitespace button in diffs Closes #42597 and #58852 See merge request gitlab-org/gitlab-ce!28242
| * | Fixes issues with show whitespace button in diffsPhil Hughes2019-05-102-5/+16
| | | | | | | | | | | | | | | | | | | | | Correctly updates the URL without overwriting parameters Reloads the diff file content without reloading the page Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58852, https://gitlab.com/gitlab-org/gitlab-ce/issues/42597
* | | Merge branch 'js-i18n-i' into 'master'Filipa Lacerda2019-05-164-9/+16
|\ \ \ | |_|/ |/| | | | | | | | i18n JS files starting with i See merge request gitlab-org/gitlab-ce!28010
| * | I18N JS files starting with ijs-i18n-iBrandon Labuschagne2019-05-074-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | Merge branch 'js-i18n-n' into 'master'Kushal Pandya2019-05-162-15/+30
|\ \ \ | | | | | | | | | | | | | | | | i18n JS files starting with n See merge request gitlab-org/gitlab-ce!28132
| * | | Add missing sprintf and remove bad i18njs-i18n-nBrandon Labuschagne2019-05-152-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An instance of i18n which required sprintf was not handled correctly and has been fixed in this commit. Further to this, i18n was applied to app/assets/javascripts/new_branch_form.js but needed to be removed as the i18n was too vague. A note has been made to follow up on this file.
| * | | Refactor split link after i18nBrandon Labuschagne2019-05-151-6/+13
| | | |
| * | | I18N JS files starting with nBrandon Labuschagne2019-05-153-22/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | Merge branch ↵Kushal Pandya2019-05-162-1/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | 'ce-quick-fix-58727-collapsed-sidebar-flyout-menu-items-don-t-appear-in-1200px-screen-size' into 'master' CE Fix flyout nav on small viewports See merge request gitlab-org/gitlab-ce!25998
| * | | Fix flyout nav on small viewportsce-quick-fix-58727-collapsed-sidebar-flyout-menu-items-don-t-appear-in-1200px-screen-sizeLuke Bennett2019-05-152-1/+5
| | | | | | | | | | | | | | | | | | | | Decouples sidebar collapsed style from behavior.
* | | | Merge branch 'js-i18n-m' into 'master'60916-list-vanilla-js-i18n-offences-which-were-not-auto-fixedKushal Pandya2019-05-155-13/+18
|\ \ \ \ | |/ / / |/| | | | | | | | | | | i18n JS files starting with m See merge request gitlab-org/gitlab-ce!28068
| * | | I18N JS files starting with mjs-i18n-mBrandon Labuschagne2019-05-035-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | Fixes next badge being always visible61550-next-badgeFilipa Lacerda2019-05-101-1/+1
| |_|/ |/| |
* | | Merge branch 'winh-notes-error-handling' into 'master'Fatih Acet2019-05-082-7/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Handle errors in successful notes reply Closes #61377 See merge request gitlab-org/gitlab-ce!28082
| * | | Make hasQuickActions statelesswinh-notes-error-handlingWinnie Hellmann2019-05-071-3/+4
| | | |
| * | | Handle errors in successful notes replyWinnie Hellmann2019-05-071-4/+13
| | | |
* | | | Fix input group and action buttons in "set status" modalPaul Gascou-Vaillancourt2019-05-071-2/+2
| | | |
* | | | Added user time settings fields to profileEzekiel Kigbo2019-05-072-17/+36
|/ / / | | | | | | | | | | | | | | | Udpated user_edit_profile_spec with time preferences Minor update form fields
* | | Add custom metrics form to dashboardAdriel Santiago2019-05-071-45/+123
| | | | | | | | | | | | Use existing form to allow users to add custom metrics via the dashboard
* | | Internationalisation of protected_branches directoryBrandon Labuschagne2019-05-073-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | fix(profile): disable SSH key validation in key details viewRoger Meier2019-05-071-0/+2
| | |
* | | Merge branch '60462-empty-pipeline-section' into 'master'Mayra Cabrera2019-05-071-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes empty block in MR widget Closes #60462 See merge request gitlab-org/gitlab-ce!27462
| * | | Fixes empty block in MR widgetFilipa Lacerda2019-05-071-2/+2
| | | | | | | | | | | | | | | | | | | | This commit prevents the pipeline block to be rendered when no pipeline information is provided
* | | | Merge branch '54405-resolve-discussion-when-applying-a-suggested-change' ↵Phil Hughes2019-05-073-18/+39
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Resolve discussion when suggestion is applied" Closes #54405 See merge request gitlab-org/gitlab-ce!28160
| * | | | Resolve discussion when suggestion is applied54405-resolve-discussion-when-applying-a-suggested-changePaul Slaughter2019-05-073-18/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds color and a tooltip to describe this new behavior - Does not resolve if discussion is already resolved - Adds an action `resolveDiscussion` to simplify `toggleResolveNote` - Updates docs https://gitlab.com/gitlab-org/gitlab-ce/issues/54405
* | | | | Add external dashboard linkAdriel Santiago2019-05-074-1/+101
| |/ / / |/| | | | | | | | | | | | | | | Add settings for linking to external dashboard from metrics dashboard
* | | | Only renders Next badge for gitlab.comFilipa Lacerda2019-05-071-3/+15
| | | |
* | | | Merge branch 'instance_level_clusters' into 'master'Bob Van Landuyt2019-05-075-0/+42
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Instance level k8s clusters See merge request gitlab-org/gitlab-ce!27196
| * | | | Instance level kubernetes clusters adminJames Fargher2019-05-075-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | Instance level clusters were already mostly supported, this change adds admin area controllers for cluster CRUD
* | | | | Merge branch 'member-access-granted-leave-email-fe' into 'master'Fatih Acet2019-05-063-0/+26
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | CE Add leave link to access_granted email See merge request gitlab-org/gitlab-ce!27892
| * | | | Add leave link to access_granted emailmember-access-granted-leave-email-feLuke Bennett2019-05-033-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows users to leave a project/group that they have been added to. Add function to leave a namespace by url param If the `leave` param is present on a project/group show page, click the leave link.
* | | | | Resolve "Support Prometheus for group-level clusters"Peter Leitzen2019-05-061-1/+0
| |/ / / |/| | |
* | | | Merge branch '61469-align-play-icon' into 'master'Kushal Pandya2019-05-061-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Aligns the play button for stages Closes #61469 See merge request gitlab-org/gitlab-ce!28124
| * | | Aligns the play button for stages61469-align-play-iconFilipa Lacerda2019-05-061-1/+1
| | | |
* | | | Destroy repo mirrors instead of disabling themLuke Bennett2019-05-062-114/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
* | | | Implement support for CI variables of type fileKrasimir Angelov2019-05-062-0/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
* | | Resolved EE differences for issues page indexConstance Okoghenun2019-05-061-1/+1
| | |
* | | Merge branch ↵Filipa Lacerda2019-05-064-15/+51
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '58105-pipeline-author-and-commit-author-too-close-together-in-pipeline-list' into 'master' Improve pipelines table spacing, add triggerer column Closes #38802 and #58105 See merge request gitlab-org/gitlab-ce!26136
| * | | Add localization for 'API' in triggerer column58105-pipeline-author-and-commit-author-too-close-together-in-pipeline-listmfluharty2019-05-031-1/+3
| | | |
| * | | Add pipeline triggerer column, adjust columnsmfluharty2019-05-034-15/+49
| | | | | | | | | | | | | | | | | | | | | | | | Move pipeline triggerer avatar to its own column Adjust the widths of other columns to accommodate new column Add wrap class to commit column to prevent overlap
* | | | Merge branch '59365-include-time-window-parameters-in-the-url-query-string' ↵Fatih Acet2019-05-032-23/+29
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Include time window parameters in the URL query string" Closes #59365 See merge request gitlab-org/gitlab-ce!27230
| * | | | Make time window parameters available in the query string59365-include-time-window-parameters-in-the-url-query-stringJose Vargas2019-05-012-23/+29
| | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the frontend functionality to add the parameters via the `pushState` api, preventing the need for a page reload.
* | | | | Merge branch '10763-track-uninstall-button-clicks-ce' into 'master'Filipa Lacerda2019-05-032-1/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CE Backport of tracking uninstall button click See merge request gitlab-org/gitlab-ce!28012
| * | | | | CE-backport track uninstall button clicks10763-track-uninstall-button-clicks-ceEnrique Alcantara2019-05-022-1/+14
| | | | | |
* | | | | | Allow guests users to access project releasesKrasimir Angelov2019-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is step one of resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/56838. Here is what changed: - Revert the security fix from bdee9e8412d. - Do not leak repository information (tag name, commit) to guests in API responses. - Do not include links to source code in API responses for users that do not have download_code access. - Show Releases in sidebar for guests. - Do not display links to source code under Assets for users that do not have download_code access. GET ':id/releases/:tag_name' still do not allow guests to access releases. This is to prevent guessing tag existence.
* | | | | | Internationalisation of reports directoryBrandon Labuschagne2019-05-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | | Merge branch 'expand-diff-performance' into 'master'Filipa Lacerda2019-05-039-77/+193
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Impove the performance of expanding full diff Closes #58597 See merge request gitlab-org/gitlab-ce!27413
| * | | | | | Impove the performance of expanding full diffPhil Hughes2019-05-039-77/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597