summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '59365-include-time-window-parameters-in-the-url-query-string' ↵Fatih Acet2019-05-032-23/+29
|\ | | | | | | | | | | | | | | | | 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-012-23/+29
| | | | | | | | | | This commit adds the frontend functionality to add the parameters via the `pushState` api, preventing the need for a page reload.
* | Merge branch '10763-track-uninstall-button-clicks-ce' into 'master'Filipa Lacerda2019-05-032-1/+14
|\ \ | | | | | | | | | | | | CE Backport of tracking uninstall button click See merge request gitlab-org/gitlab-ce!28012
| * | CE-backport track uninstall button clicks10763-track-uninstall-button-clicks-ceEnrique Alcantara2019-05-022-1/+14
| | |
* | | Allow guests users to access project releasesKrasimir Angelov2019-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is step one of resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/56838. Here is what changed: - Revert the security fix from bdee9e8412d. - Do not leak repository information (tag name, commit) to guests in API responses. - Do not include links to source code in API responses for users that do not have download_code access. - Show Releases in sidebar for guests. - Do not display links to source code under Assets for users that do not have download_code access. GET ':id/releases/:tag_name' still do not allow guests to access releases. This is to prevent guessing tag existence.
* | | Internationalisation of reports directoryBrandon Labuschagne2019-05-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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 'expand-diff-performance' into 'master'Filipa Lacerda2019-05-039-77/+193
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Impove the performance of expanding full diff Closes #58597 See merge request gitlab-org/gitlab-ce!27413
| * | | Impove the performance of expanding full diffPhil Hughes2019-05-039-77/+193
| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
* | | | Internationalisation of javascript/s* directoriesBrandon Labuschagne2019-05-033-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-032-38/+94
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-022-38/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-024-5/+36
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | Uninstall application confirm modal componentEnrique Alcántara2019-05-0210-40/+265
| | | | | | | | | | | | | | | | | | | | - Vue confirmation modal implementation - CSS tweaks for modal default height
* | | | Internationalisation of diff_note directoryBrandon Labuschagne2019-05-026-14/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-025-22/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'fix-ide-relative-url-bug' into 'master'Phil Hughes2019-05-021-3/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Fix IDE get file data with '/' as relative root See merge request gitlab-org/gitlab-ce!27911
| * | | Fix IDE get file data with '/' as relative rootfix-ide-relative-url-bugPaul Slaughter2019-04-301-3/+4
| | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
* | | | Internationalisation of merge_conflicts directoryBrandon Labuschagne2019-05-022-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-022-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ↵Filipa Lacerda2019-05-024-47/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '59898-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-commits-scss' into 'master' Resolve "Fix the following style-lint errors and warnings for `app/assets/stylesheets/pages/commits.scss`" Closes #59898 See merge request gitlab-org/gitlab-ce!27647
| * | | | Fix commits.scss style-lint errors59898-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-commits-scssScott Hampton2019-04-254-47/+12
| | | | | | | | | | | | | | | | | | | | Updating class names, and using existing utility classes.
* | | | | Internationalisation of notes directoryBrandon Labuschagne2019-05-013-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-014-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-014-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-018-18/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Resolve "Move EE differences for ↵Natalia Tepluhina2019-05-012-9/+15
| |_|/ / |/| | | | | | | | | | | `app/assets/javascripts/notes/components/note_actions.vue`"
* | | | Extract discussion notes into new componentPaul Gascou-Vaillancourt2019-05-014-139/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils
* | | | Merge branch 'fix-webpack-assets-relative-url-bug' into 'master'Phil Hughes2019-05-011-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix webpack asset patch with '/' as relative root See merge request gitlab-org/gitlab-ce!27909
| * | | | Fix webpack asset patch with '/' as relative rootPaul Slaughter2019-04-301-1/+3
| | |/ / | |/| | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
* | | | Internationalisation of raven directoryBrandon Labuschagne2019-05-011-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 '10011-boards' into 'master'Kushal Pandya2019-05-012-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add isEE check in milestone See merge request gitlab-org/gitlab-ce!27814
| * | | | Only get milestone when EERajat Jain2019-04-302-0/+11
| | | | | | | | | | | | | | | | | | | | Create boards_util to conditionally `getMilestone` when in EE
* | | | | Internationalisation of integrations directoryBrandon Labuschagne2019-04-301-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-303-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'feat/sentry-environment' into 'master'Douglas Barbosa Alexandre2019-04-302-3/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feat: add option to define the Sentry Environment See merge request gitlab-org/gitlab-ce!27091
| * | | | | feat: allow Sentry configuration to be passed on gitlab.ymlRoger Meier2019-04-302-3/+6
| | |/ / / | |/| | |
* | | | | Internationalisation of projects directoryBrandon Labuschagne2019-04-301-17/+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
* | | | | Merge branch 'refactor/58830-migrate-sidebar-spec-to-jest' into 'master'Kushal Pandya2019-04-301-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor(sidebar): Refactored shared sidebar component tests to Jest Closes #58830 See merge request gitlab-org/gitlab-ce!27688
| * | | | | refactor(sidebar): Refactored Karma spec files to JestMartin Hobert2019-04-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #58830 Added changelog Updated to use jest functions Added mock implementation
* | | | | | Merge branch 'js-i18n-ide' into 'master'Kushal Pandya2019-04-302-3/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Internationalisation of ide directory See merge request gitlab-org/gitlab-ce!27680
| * | | | | | Internationalisation of ide directoryBrandon Labuschagne2019-04-252-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 blob directoryBrandon Labuschagne2019-04-305-11/+19
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'fix-boards-card-dragging-styling' into 'master'Annabel Dunstone Gray2019-04-292-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed boards card dragging styling Closes #61050 See merge request gitlab-org/gitlab-ce!27802
| * | | | | | Fixed boards card dragging stylingPhil Hughes2019-04-292-1/+2
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61050
* | | | | | Merge branch '61036-fix-ingress-base-domain-text' into 'master'Tim Zallmann2019-04-291-8/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix base domain help text update Closes #61036 See merge request gitlab-org/gitlab-ce!27746
| * | | | | | Fix base domain help text updateEnrique Alcantara2019-04-261-8/+4
| | | | | | |
* | | | | | | Internationalisation of javascript/m* directoriesBrandon Labuschagne2019-04-293-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 vue_shared directoryBrandon Labuschagne2019-04-291-1/+3
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets the Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | | Internationalisation of cycle_analytics directoryBrandon Labuschagne2019-04-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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