summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Add RateLimiter to RawControllerMayra Cabrera2019-07-241-0/+9
| | | | | | | | | | * Limits raw requests to 300 per minute and per raw path. * Add a new attribute to ApplicationSettings so user can change this value on their instance. * Uses Gitlab::ActionRateLimiter to limit the raw requests. * Add a new method into ActionRateLimiter to log the event into auth.log Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
* [ADD] outbound requests whitelistReuben Pereira2019-07-241-0/+9
| | | | Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
* Removed pluralize functionEzekiel Kigbo2019-07-241-0/+10
| | | | | Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
* Remove unused peek view coderemove-unused-peek-viewsSean McGivern2019-07-241-6/+0
| | | | | We haven't needed these since we started rendering the performance bar in Vue.
* Merge branch ↵Kushal Pandya2019-07-241-3/+3
|\ | | | | | | | | | | | | '11639-improve-discovery-and-navigation-for-gitlab-package-features-ce' into 'master' Improving packages navigation in project sidebar [CE Backport] See merge request gitlab-org/gitlab-ce!30256
| * Improving packages navigation in project sidebar11639-improve-discovery-and-navigation-for-gitlab-package-features-ceNick Kipling2019-07-231-3/+3
| | | | | | | | | | | | | | Removed Registry from sidebar Created new Packages top level item Added Container Registry into packages Updated tests to support new layout
* | Add links in admin area overviewce-xanf-add-admin-area-linksIllya Klymov2019-07-241-0/+18
| | | | | | | | | | | | Introduces new `feature_entry` helper for dashboard. This helper reduces code duplication when listing available features and relevant links to configuration sections
* | Add empty chart componentJose Ivan Vargas2019-07-241-0/+3
| | | | | | | | | | | | | | | | This merge request adds an empty chart component which will load in case of queries not having data to display, this will override the current logic, which hides all the graphs that have no data to show
* | Add validator for qualidied domain arrayReuben Pereira2019-07-231-0/+12
|/ | | | | - Validate that the entries contain no unicode, html tags and are not larger than 255 characters.
* Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern2019-07-221-0/+12
|\ | | | | | | | | Add a group setting to allow Maintainers to create sub-groups See merge request gitlab-org/gitlab-ce!29718
| * Regenerate locale stringsFabio Papa2019-07-191-0/+12
| |
* | Display group id on group admin pageZsolt Kovari2019-07-221-0/+3
|/
* Move boards switcher partialWinnie Hellmann2019-07-171-0/+18
| | | | (cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
* Merge branch 'vue-file-list-breadcrumb-dropdown' into 'master'Filipa Lacerda2019-07-161-0/+9
|\ | | | | | | | | | | | | 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/+9
| |
* | Fix broken vue i18n stringsAndré Luís2019-07-161-0/+6
| |
* | Updating wording as per desgn guidelinesNick Kipling2019-07-151-3/+9
| | | | | | | | | | Shortened descriptive text Added copy button to code snippets
* | Hide restricted and disallowed visibility radioshide-restricted-visibility-radioLuke Bennett2019-07-151-3/+6
|/ | | | | Show a message if many levels are restricted and a different message if all levels are restricted.
* Fix typo "beetween" in timeout validation messageDaniel Danner2019-07-1346-46/+46
|
* Some improvement about text translationantony liu2019-07-101-0/+54
| | | | | Fix symbol '&' display. Remove unnecessary calls of `.html_safe`
* Implemented frontend suggestionsNick Kipling2019-07-091-3/+3
| | | | | | Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
* Fix typo on confidential MR dropdownpb-fix-confidential-mr-dropdown-typoPatrick Bajao2019-07-091-2/+2
| | | | Change issues to issue's
* Vue-i18n: app/assets/javascripts/vue_shared directoryEzekiel Kigbo2019-07-081-0/+57
| | | | | i18n linting for .vue files under the app/assets/javascripts/vue_shared directory
* Vue-i18n: app/assets/javascripts/vue_merge_request_widget directoryEzekiel Kigbo2019-07-081-0/+42
| | | | | i18n linting for .vue files under the app/assets/javascripts/vue_merge_request_widget directory
* Merge branch 'fetch-forked-projects-create-mr' into 'master'Filipa Lacerda2019-07-051-0/+18
|\ | | | | | | | | | | | | 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-0/+18
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* | Change 'Todo' to 'To Do'Christie Lenneville2019-07-041-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Vue-i18n: app/assets/javascripts/sidebar directoryEzekiel Kigbo2019-07-041-1/+42
| | | | | | | | | | i18n linting for .vue files under the app/assets/javascripts/sidebar directory
* | Vue-i18n: app/assets/javascripts/notes directoryEzekiel Kigbo2019-07-041-0/+48
| | | | | | | | | | i18n linting for .vue files under the app/assets/javascripts/notes directory
* | Use gl-empty-state for monitor chartslittle-cluster-health-charts-ceSimon Knox2019-07-041-3/+3
|/ | | | Move a unit test to jest and use snapshot tests
* Add Grafana to Admin > Monitoring menu when enabledManeschi Romain2019-07-031-0/+18
|
* Update locale.potSean McGivern2019-07-031-9/+3
|
* Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953Sean McGivern2019-07-031-27/+51
|\
| * Show upcoming status for releasesJason Goodman2019-07-031-3/+3
| | | | | | | | | | | | Add released_at field to releases API Add released_at column to releases table Return releases to the API sorted by released_at
| * Rebased and squashed commitsNatalia Tepluhina2019-07-031-0/+3
| | | | | | | | - all commits squashed to make danger review happy
| * Merge branch 'vue-i18n-js-ide-directory' into 'master'Tim Zallmann2019-07-031-0/+15
| |\ | | | | | | | | | | | | Vue-i18n: autofix for app/assets/javascripts/ide directory See merge request gitlab-org/gitlab-ce!29967
| | * Vue-i18n: app/assets/javascripts/ide directoryvue-i18n-js-ide-directoryEzekiel Kigbo2019-07-011-0/+15
| | | | | | | | | | | | | | | i18n linting for .vue files under the app/assets/javascripts/ide directory
| * | Add username to deploy tokensKrasimir Angelov2019-07-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This new attribute is optional and used when set instead of the default format `gitlab+deploy-token-#{id}`. Empty usernames will be saved as null in the database. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
| * | Merge branch '63690-issue-trackers-title' into 'master'Dmitriy Zaporozhets2019-07-021-0/+15
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Use title and description fields for issue trackers Closes #63690 See merge request gitlab-org/gitlab-ce!30096
| | * | Use title and description fields for issue trackers63690-issue-trackers-titleJarka Košanová2019-07-021-0/+15
| | |/ | | | | | | | | | | | | - instead of using properties - backward compatibility has to be kept for now
| * | Registry component now includes error messagesNick Kipling2019-07-021-24/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Includes changes to the Vue container registry component to support the display of an empty message and error message when invalid characters are found in the group, project or branch name. repositories/index.html.haml has been changed to remove the content and place into Vue component.
* | | Merge remote-tracking branch 'origin/issue/55953' into issue/55953Michel Engelen2019-07-021-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # locale/gitlab.pot # spec/features/discussion_comments/commit_spec.rb
| * | | updated localeMichel Engelen2019-07-021-6/+0
| | | |
| * | | updated localeMichel Engelen2019-06-141-9/+9
| | | |
| * | | updated localizationMichel Engelen2019-06-131-4/+4
| | | |
| * | | updated locale strings for !29553Michel Engelen2019-06-121-7/+19
| | | |
* | | | updated localeMichel Engelen2019-07-021-6/+0
| | | |
* | | | updated localeMichel Engelen2019-07-021-9/+9
| | | |
* | | | updated localizationMichel Engelen2019-07-021-4/+4
| | | |
* | | | updated locale strings for !29553Michel Engelen2019-07-021-7/+19
| |/ / |/| |