summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Remove line profiler from performance barSean McGivern2019-07-301-3/+0
| | | | | | | | | 1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
* Merge branch ↵Robert Speicher2019-07-291-0/+6
|\ | | | | | | | | | | | | | | | | '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/+6
| | | | | | | | | | Add a zoom link added / removed system note when a zoom link is being added / removed to the issue description.
* | Make quick action "commands applied" banner more useful🙈 jacopo beschi 🙉2019-07-291-0/+180
| | | | | | | | | | Extends the quick actions "commands applied" banner to show the quick action preview text, but with everything in past tense.
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-07-291-6/+0
|\ \
| * \ Merge branch 'security-remove-take-trigger-ownership-feature' into 'master'GitLab Release Tools Bot2019-07-261-6/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Drop feature to take ownership of a trigger token Closes #2868 See merge request gitlab/gitlabhq!3198
| | * | Drop feature to take ownership of a trigger tokenFabio Pitino2019-07-101-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing API and frontend interactions that allowed users to take ownership of a trigger token. Removed mentions from the documentation.
* | | | Add Job specific variablesMatija Čupić2019-07-291-3/+18
| | | | | | | | | | | | | | | | | | | | Adds Job specific variables to facilitate specifying variables when running manual jobs.
* | | | Merge branch '32495-improve-slack-notification-on-pipeline-status' into 'master'Robert Speicher2019-07-261-0/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make pipeline failure Slack notifications prettier and more informative Closes #32495 See merge request gitlab-org/gitlab-ce!27683
| * | | | Improve pipeline status Slack notifications32495-improve-slack-notification-on-pipeline-statusNathan Friend2019-07-251-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds some formatting to the Slack notifications for pipeline statuses, as well as adds information about the stage and jobs that failed in the case of pipeline failure.
* | | | | Add UndoStack class - a custom undo/redo engineMartin Hanzel2019-07-261-9/+6
| | | | | | | | | | | | | | | | | | | | It will be hooked up to the markdown editor later
* | | | | Update namespace label text for managed clustersJacques Erasmus2019-07-251-0/+9
| | | | | | | | | | | | | | | | | | | | Added the ability to update the namespace label text for gitlab-managed
* | | | | Autofix i18n lints for vue filesEzekiel Kigbo2019-07-251-0/+39
|/ / / / | | | | | | | | | | | | | | | | Autofixes additional linting errors found in vue files.
* | | | 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