summaryrefslogtreecommitdiff
path: root/locale/gitlab.pot
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fe-header-row' into 'master'Phil Hughes2019-05-161-0/+15
| | | | | | | | | | | Adds header column to variables list Closes #46806 See merge request gitlab-org/gitlab-ce!28060 (cherry picked from commit 69cfdfaed3e5a63bc8af39ca4b42c932db1b7f75) 31861b0f Adds header column to variables list
* Added user time settings fields to profileEzekiel Kigbo2019-05-071-0/+27
| | | | | | Udpated user_edit_profile_spec with time preferences Minor update form fields
* Add custom metrics form to dashboardAdriel Santiago2019-05-071-0/+3
| | | | Use existing form to allow users to add custom metrics via the dashboard
* Internationalisation of protected_branches directoryBrandon Labuschagne2019-05-071-0/+6
| | | | | | | | 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 '54405-resolve-discussion-when-applying-a-suggested-change' ↵Phil Hughes2019-05-071-0/+6
|\ | | | | | | | | | | | | | | | | 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-071-0/+6
| | | | | | | | | | | | | | | | | | - 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-071-0/+15
| | | | | | | | | | Add settings for linking to external dashboard from metrics dashboard
* | Merge branch 'show-disabled-mirrors' into 'master'Nick Thomas2019-05-071-0/+3
|\ \ | | | | | | | | | | | | CE Show disabled project repo mirrors See merge request gitlab-org/gitlab-ce!27326
| * | Show disabled project repo mirrorsshow-disabled-mirrorsLuke Bennett2019-05-071-0/+3
| |/ | | | | | | | | Show disabled mirrors with a badge so that they can be deleted by project owners.
* | Merge branch 'instance_level_clusters' into 'master'Bob Van Landuyt2019-05-071-0/+12
|\ \ | | | | | | | | | | | | Instance level k8s clusters See merge request gitlab-org/gitlab-ce!27196
| * | Instance level kubernetes clusters adminJames Fargher2019-05-071-0/+12
| |/ | | | | | | | | Instance level clusters were already mostly supported, this change adds admin area controllers for cluster CRUD
* | Merge branch '56992-add-filtering-to-project-dashboard-fe' into 'master'Kushal Pandya2019-05-071-0/+39
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Add filtering to project dashboard [FE]" Closes #56992 See merge request gitlab-org/gitlab-ce!25231
| * | Updated translation strings56992-add-filtering-to-project-dashboard-feEzekiel Kigbo2019-05-061-3/+0
| | |
| * | Minor review fixesEzekiel Kigbo2019-05-061-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Externalize strings Simplify locals passed through views Ensure we can still filter when logged out Cleanup conditional rendering for explore filters
| * | Updated layout for various breakpointsEzekiel Kigbo2019-05-061-0/+12
| |/ | | | | | | | | | | | | | | | | | | Updated translations Adds sort direction dropdown Allows the project list sorting direction to be changed, available options can be sorted ascending or descending. Implements the changes from the UX review.
* | Merge branch 'member-access-granted-leave-email-fe' into 'master'Fatih Acet2019-05-061-0/+15
|\ \ | |/ |/| | | | | 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-031-0/+15
| | | | | | | | | | | | | | | | 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.
* | Destroy repo mirrors instead of disabling themLuke Bennett2019-05-061-12/+0
| | | | | | | | | | | | | | | | 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.
* | Merge branch ↵Filipa Lacerda2019-05-061-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '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-0/+3
| | |
| * | Add pipeline triggerer column, adjust columnsmfluharty2019-05-031-0/+3
| | | | | | | | | | | | | | | | | | 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-031-3/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-011-3/+0
| | | | | | | | | | | | | | | | | | | | This commit adds the frontend functionality to add the parameters via the `pushState` api, preventing the need for a page reload.
* | | | Internationalisation of reports directoryBrandon Labuschagne2019-05-031-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Internationalisation of javascript/s* directoriesBrandon Labuschagne2019-05-031-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ↵Phil Hughes2019-05-031-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '9971-move-ee-differences-for-app-assets-javascripts-notes-components-note_form-vue-ce' into 'master' EE Backport to CE of EE!11151 See merge request gitlab-org/gitlab-ce!27824
| * | | | EE Backport to CE of Note Form EE Diffs9971-move-ee-differences-for-app-assets-javascripts-notes-components-note_form-vue-ceSam Bigelow2019-05-021-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves all EE Specific lines into the ee directory CE Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11151/commits?view=parallel
* | | | | Add gitlab-managed option to clusters formMayra Cabrera2019-05-031-0/+6
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | When this option is enabled, GitLab will create namespaces and service accounts as usual. When disabled, GitLab wont create any project specific kubernetes resources Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
* | | | Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
* | | | Add packages_size to ProjectStatisticsAlessio Caiazza2019-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | This new field will allow to keep track of the storage used by the packages features, it provides also aggregation at namespace level.
* | | | Uninstall application confirm modal componentEnrique Alcántara2019-05-021-0/+30
| | | | | | | | | | | | | | | | | | | | - Vue confirmation modal implementation - CSS tweaks for modal default height
* | | | Internationalisation of diff_note directoryBrandon Labuschagne2019-05-021-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Internationalisation of pages directoryBrandon Labuschagne2019-05-021-0/+53
|/ / / | | | | | | | | | | | | | | | | | | | | | 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
* | | Internationalisation of merge_conflicts directoryBrandon Labuschagne2019-05-021-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Internationalisation of javascript/t* directoriesBrandon Labuschagne2019-05-021-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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 'masked-variables-docs-update' into 'master'Filipa Lacerda2019-05-021-3/+3
|\ \ \ | | | | | | | | | | | | | | | | Clarify masked variable message, add docs link See merge request gitlab-org/gitlab-ce!27156
| * | | Clarify masked variable message, add link to docsmasked-variables-docs-updatemfluharty2019-04-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Update error message "This variable will not be masked" to "Cannot use Masked Variable with current value" Add link to masked variables section to error message
* | | | Merge branch 'sh-allow-equal-level-in-subgroup-membership' into 'master'James Lopez2019-05-021-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Allow a member to have an access level equal to parent group Closes gitlab-ee#11323 See merge request gitlab-org/gitlab-ce!27913
| * | | Allow a member to have an access level equal to parent groupsh-allow-equal-level-in-subgroup-membershipStan Hu2019-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suppose you have this configuration: 1. Subgroup `hello/world` 2. Subgroup `hello/mergers`. 3. Project `hello/world/my-project` has invited group `hello/world` to access protected branches. 4. The rule allows the group to merge but no one can push. 5. User `newuser` has Owner access to the parent group `hello`. Previously, there was no way for the user `newuser` to be added to the `hello/mergers` group since the validation only allowed a user to be added at a higher access level. Since membership in a subgroup confers certain access rights, such as being able to merge or push code to protected branches, we have to loosen the validation and allow someone to be added at an equal level granted by the parent group. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11323
* | | | Internationalisation of notes directoryBrandon Labuschagne2019-05-011-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Internationalisation of behaviors directoryBrandon Labuschagne2019-05-011-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Internationalisation of board directoryBrandon Labuschagne2019-05-011-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Internationalisation of filtered_search directoryBrandon Labuschagne2019-05-011-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Internationalisation of raven directoryBrandon Labuschagne2019-05-011-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Internationalisation of integrations directoryBrandon Labuschagne2019-04-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Internationalisation of protected_tags directoryBrandon Labuschagne2019-04-301-0/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | 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
* | | Internationalisation of u2f directoryBrandon Labuschagne2019-04-301-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Internationalisation of projects directoryBrandon Labuschagne2019-04-301-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | 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 'js-i18n-ide' into 'master'Kushal Pandya2019-04-301-0/+6
|\ \ \ | | | | | | | | | | | | | | | | Internationalisation of ide directory See merge request gitlab-org/gitlab-ce!27680
| * | | Internationalisation of ide directoryBrandon Labuschagne2019-04-251-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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