summaryrefslogtreecommitdiff
path: root/locale/gitlab.pot
Commit message (Collapse)AuthorAgeFilesLines
* Add Let's Encrypt clientVladimir Shushlin2019-05-161-1/+1
| | | | | | | | | | | | | | Part of adding Let's Encrypt certificates for pages domains Add acme-client gem Client is being initialized by private key stored in secrets.yml Let's Encrypt account is being created lazily. If it's already created, Acme::Client just gets account_kid by calling new_account method Make Let's Encrypt client an instance Wrap order and challenge classes
* Merge branch 'js-i18n-i' into 'master'Filipa Lacerda2019-05-161-0/+15
|\ | | | | | | | | i18n JS files starting with i See merge request gitlab-org/gitlab-ce!28010
| * I18N JS files starting with ijs-i18n-iBrandon Labuschagne2019-05-071-0/+15
| | | | | | | | | | | | | | | | | | | | 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
* | Add missing sprintf and remove bad i18njs-i18n-nBrandon Labuschagne2019-05-151-21/+0
| | | | | | | | | | | | | | | | | | | | | | 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-9/+3
| |
* | I18N JS files starting with nBrandon Labuschagne2019-05-151-0/+51
| | | | | | | | | | | | | | | | | | | | 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-m' into 'master'60916-list-vanilla-js-i18n-offences-which-were-not-auto-fixedKushal Pandya2019-05-151-0/+15
|\ \ | | | | | | | | | | | | i18n JS files starting with m See merge request gitlab-org/gitlab-ce!28068
| * | I18N JS files starting with mjs-i18n-mBrandon Labuschagne2019-05-031-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | i18n: externalize strings from user profile settingsantony liu2019-05-091-0/+30
| | |
* | | Merge branch 'fe-header-row' into 'master'Phil Hughes2019-05-081-0/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adds header column to variables list Closes #46806 See merge request gitlab-org/gitlab-ce!28060
| * | | Adds header column to variables listfe-header-rowFilipa Lacerda2019-05-071-0/+15
| | | | | | | | | | | | | | | | | | | | For the variables list in CI/CD settings this commits adds an header row with titles
* | | | Merge branch 'winh-notes-error-handling' into 'master'Fatih Acet2019-05-081-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle errors in successful notes reply Closes #61377 See merge request gitlab-org/gitlab-ce!28082
| * | | | Handle errors in successful notes replyWinnie Hellmann2019-05-071-0/+3
| | | | |
* | | | | 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