summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jivanvl-add-caret-icon-dashboard' into 'master'Clement Ho2019-09-091-0/+3
|\ | | | | | | | | Add caret icons to the monitoring dashboard See merge request gitlab-org/gitlab-ce!32239
| * Add caret icons to the monitoring dashboardjivanvl-add-caret-icon-dashboardJose Vargas2019-09-091-0/+3
| | | | | | | | | | The carets will function as a button that will allow the panels from the monitoring dashboard to collapse and show panels
* | Create new feature flagged UI for cloud providersEnrique Alcántara2019-09-091-5/+14
|/ | | | | | | - Create HAML UI select a cloud provider to create a cluster. - Add query param to :new cluster view to display a specific cluster provider form depending on the value of the provider query param. - Update unit tests and e2e tests to reflect these changes
* Application Statistics APIManoj MJ2019-09-091-0/+30
| | | | | This change implements Application Statistics API
* Update keyboard shortcuts modal and docMarcel Amirault2019-09-061-57/+76
| | | | | Add missing shortcuts, remove shortcuts that don't exist, and reorder as needed
* Fixes pot failureMayra Cabrera2019-09-061-3/+0
| | | | Also fixes duplicated entry
* If user can't activate error tracking display a learn more button pointingManeschi Romain2019-09-051-0/+3
| | | | to doc
* Update text on project import and mirroring formsAdam Hegyi2019-09-051-0/+3
|
* Show meaningful message on /due quick action with invalid date🙈 jacopo beschi 🙉2019-09-041-0/+3
| | | | | When using /due quick action with an invalid date a meaninful error message is shown.
* Revert "DB change, migratoin and changelog"Lee Tickett2019-09-041-0/+3
| | | | This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
* Add cluster domain warningJacques Erasmus2019-09-031-1/+4
| | | | Added a cluster domain wanring if no domain is defined
* Add pipeline.type key to PipelineEntityadd-pipeline-type-key-in-pipeline-entityShinya Maeda2019-09-031-0/+9
| | | | | This commit adds pipeline.type key to PipelineEntity. This key will be used in MR widget in the next iteration.
* Remove deprecation message for milestone tabs51372-remove-milestone-tabs-deprecation-messageHeinrich Lee Yu2019-09-031-12/+0
| | | | We're reversing the deprecation due to user feedback
* Handle :9090 and 0.0.0.0:9090 listen_address formatsReuben Pereira2019-09-021-25/+1
| | | | | | Prometheus listen_address can be in formats of :9090 and 0.0.0.0:9090. But before these can be used to connect a project to Prometheus, they have to converted into absolute URIs.
* Merge branch '65304-add-pages-first-deployment-message' into 'master'Filipa Lacerda2019-09-021-0/+6
|\ | | | | | | | | | | | | Resolve "Improve pages load wait time experience" Closes #65304 See merge request gitlab-org/gitlab-ce!32122
| * Add warning about Pages initial deployment delay65304-add-pages-first-deployment-messageNathan Friend2019-08-301-0/+6
| | | | | | | | | | | | This commit adds a warning message that is always displayed that informs users that their GitLab Pages sites will take a bit of time before they can be accessed after being deployed for the first time.
* | Add additional public note to project container registry settingNick Kipling2019-09-021-0/+3
| |
* | Creates Feature Flag for job logFilipa Lacerda2019-08-301-0/+3
|/ | | | | Updates frontend code and specs to allow for the new feature flag
* Improve search result labelsMarkus Koller2019-08-301-0/+48
| | | | | | | - Use "results" instead of "blobs", "wiki blobs", "snippet blobs" - Use "comments" instead of "notes" - Use correct pluralization - Don't add "1 - 10 of" if there's only one page
* Resolve "Use "moved" instead of "closed" in issue references"Juliette de Rancourt2019-08-301-0/+3
|
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-08-291-5/+11
|\
| * Merge branch 'security-59549-add-capcha-for-failed-logins' into 'master'GitLab Release Tools Bot2019-08-291-2/+5
| |\ | | | | | | | | | | | | Require a captcha after unique failed logins from the same IP See merge request gitlab/gitlabhq!3270
| | * Add captcha if there are multiple failed login attemptsMałgorzata Ksionek2019-07-311-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add method to store session ids by ip Add new specs for storing session ids Add cleaning up records after login Add retrieving anonymous sessions Add login recaptcha setting Add new setting to sessions controller Add conditions for showing captcha Add sessions controller specs Add admin settings specs for login protection Add new settings to api Add stub to devise spec Add new translation key Add cr remarks Rename class call Add cr remarks Change if-clause for consistency Add cr remarks Add code review remarks Refactor AnonymousSession class Add changelog entry Move AnonymousSession class to lib Move store unauthenticated sessions to sessions controller Move link to recaptcha info Regenerate text file Improve copy on the spam page Change action filter for storing anonymous sessions Fix rubocop offences Add code review remarks
| * | Merge branch 'security-katex-dos-master' into 'master'GitLab Release Tools Bot2019-08-291-3/+6
| |\ \ | | | | | | | | | | | | | | | | Enforce max chars and max render time in markdown math See merge request gitlab/gitlabhq!3277
| | * | Enforce max chars and max render time in markdown mathMartin Hanzel2019-08-061-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | KaTeX math will now render progressivly and asynchronously. There are upper limits on the character count of each formula, and on cumulative render time.
* | | | Merge branch 'i18n-extract-app-views-projects-services' into 'master'Rémy Coutable2019-08-291-0/+120
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Externalize strings from 'app/views/projects/services' See merge request gitlab-org/gitlab-ce!32402
| * | | | Externalize strings from 'app/views/projects/services'i18n-extract-app-views-projects-servicesTao Wang2019-08-291-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tao Wang <twang2218@gmail.com> Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Handle invalid mirror urlLee Tickett2019-08-291-0/+3
|/ / / /
* | | | Remove token field from runners edit formPayton Burdette2019-08-281-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changelog entry Remove unnecessary test checking for form value Translations updated for gitlab.pot Use proper format on changelog entry
* | | | Merge branch 'todos/include-issue-mr-titles' into 'master'Stan Hu2019-08-281-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Issue and Merge Request titles to Todo items Closes #63488 See merge request gitlab-org/gitlab-ce!30435
| * | | | Add Issue and Merge Request titles to Todo itemsArun Kumar Mohan2019-08-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only displays the todo body if the todo has a note. This is to avoid redundant Issue or Merge Request titles displayed both in the Todo title and body.
* | | | | Merge branch 'setting_mirror_repos_too_big' into 'master'Tim Zallmann2019-08-261-3/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apps: remove the too big "Mirror a repository" header Closes #66445 See merge request gitlab-org/gitlab-ce!32097
| * | | | | locale: remove unused "Mirror a repository" entryNeroBurner2019-08-231-3/+0
| | | | | |
* | | | | | Merge branch 'patch-74' into 'master'Mike Greiling2019-08-261-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: remove double % See merge request gitlab-org/gitlab-ce!32178
| * | | | | | fix: remove double % from layout width descriptionВладислав Поляков2019-08-241-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Update show.html.haml
* | | | | | Add edit_note and spec for editing quick actionsPatrick Derichs2019-08-261-0/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call QuickActionsService on Note update Add support for notes which just contain commands after editing Return http status gone (410) if note was deleted Temporary frontend addition so it is not failing when a note is deleted Move specs to shared examples Fix rubocop style issue Deleting note on frontend when status is 410 Use guard clause for note which got deleted Simplified condition for nil note This method should no longer be called with nil note Refactoring of execute method to reduce complexity Move errors update to delete_note method Note is now deleted visually when it only contains commands after update Add expectation Fix style issues Changing action to fix tests Add tests for removeNote and update deleteNote expectations
* | | | | Add a link to docs in project descriptionReuben Pereira2019-08-231-0/+30
| | | | | | | | | | | | | | | | | | | | Add to the service and migration both.
* | | | | Change misleading pipeline status tooltipScott Hampton2019-08-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
* | | | | Implement validation logic to ProjectStageAdam Hegyi2019-08-231-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introducting StageEvents to define the available events - Define the event pairing rules, since some events are not compatible - Express default Cycle Analytics stages with the event structure
* | | | | Update GitHub CI/CD import page to use PAT onlyScott Hampton2019-08-221-12/+15
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oauth2 tokens are causing issues with mirroring repos, because it effectively limits the number of repos you can mirror. Personal Access Tokens do not have this problem. This change removes the OAuth2 option from the import page for CI/CD only, and only provides the personal access token form.
* | | | Updated latest pipeline tag tooltip to be more descriptiveDimitrie Hoekstra2019-08-221-1/+1
|/ / /
* | | Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'Rémy Coutable2019-08-211-6/+15
|\ \ \ | | | | | | | | | | | | | | | | Improve UX multi assigness in MR See merge request gitlab-org/gitlab-ce!31545
| * | | Improve UX multi assigness in MRSamantha Ming2019-08-201-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add merge warning on avatar in: - open view assigness - collapsed view assigness - dropdown (search) view assigness Add can_merge option to MR sidebar entity
* | | | Merge branch '46299-wiki-page-creation' into 'master'Filipa Lacerda2019-08-211-12/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove wiki page slug dialog step when creating wiki page See merge request gitlab-org/gitlab-ce!31362
| * | | | New wiki page redirects user to random slug46299-wiki-page-creationLuke Duncalfe2019-08-211-12/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we asked a user to enter a new slug before taking them to the Create Page page. As a UX improvement, we now take them to a randomly generated URI so they can begin creating their new page. https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
* | | | Merge branch '65427-improve-system-notes-for-zoom-links' into 'master'Thong Kuah2019-08-211-6/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Resolve "Improve system notes for Zoom links" Closes #65427 See merge request gitlab-org/gitlab-ce!31410
| * | | Improve system notes for Zoom links65427-improve-system-notes-for-zoom-linksJacopo2019-08-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | changes: @user a Zoom call was added to this issue into: @user added a Zoom call to this issue Same concept appleis for "removed"
* | | | Merge branch '66061-update-tooltip-of-detached-label-state' into 'master'Clement Ho2019-08-191-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Update tooltip of "detached" label/state" Closes #66061 See merge request gitlab-org/gitlab-ce!31917
| * | | | Update tooltip of "detached" label/state66061-update-tooltip-of-detached-label-statejakeburden2019-08-191-3/+3
| |/ / /
* | | | Add warning when LE certificate can't be obtained64630-add-warning-to-pages-domains-that-obtaining-deploying-ssl-certificates-through-let-s-encrypt-can-take-some-timeVladimir Shushlin2019-08-191-0/+6
| | | | | | | | | | | | | | | | * Refactor some tests as well