summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/sidebar/components
Commit message (Collapse)AuthorAgeFilesLines
* Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-253-1/+12
| | | | Changes migration and all other places the attribute is used
* Limit time tracking values to hoursJon Kolb2019-06-251-1/+1
| | | | | Adds an instance setting to limit display of time tracking values to hours only
* Comply with `no-implicit-coercion` rule (CE)Nathan Friend2019-06-031-3/+3
| | | | | | | | This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
* Fix no assignee text in sidebar_specfix-sidebar-spec-masterLuke Bennett2019-04-171-1/+1
|
* `None` for assigneesVictor Wu2019-04-161-2/+2
| | | | | | | | Update assignees_spec.js Update sidebar_spec.rb Update issues_spec.rb
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-2/+31
| | | | | Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
* Copy sidebar todo component from EEWinnie Hellmann2019-04-041-1/+4
|
* Upgrade prettier to v1.16.1Mike Greiling2019-01-221-3/+1
|
* Upgrade prettier and reformat files as necessaryMike Greiling2019-01-141-2/+2
| | | | | | Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
* Prettify all the thingsMike Greiling2018-11-2018-257/+64
|
* Use @gitlab npm namespaceClement Ho2018-11-163-3/+3
|
* Remove gitlab-ui loading icon from globalClement Ho2018-11-072-0/+4
|
* Remove gitlab-ui's progress bar from globalClement Ho2018-11-021-0/+4
|
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-312-65/+64
|
* Merge branch 'master' into 'prettify-all-the-things-4'prettify-all-the-things-4Mike Greiling2018-10-262-2/+2
|\ | | | | | | # Conflicts: # app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue
| * Run through Prettier and remove ESLint disablesKushal Pandya2018-10-251-96/+96
| | | | | | | | | | Formats the file to match Prettier rules Removes all blacklisted ESLint rules
| * Update pretty_time methods import pathKushal Pandya2018-10-252-2/+2
| | | | | | | | | | Updates path for pretty time related methods to import from `datetime_utility.js`
* | Prettify sidebar modulesMike Greiling2018-10-1710-210/+210
|/
* Replace `<i>` in vue components with `<icon>`George Tsiolis2018-10-151-3/+0
|
* Fix props name casing in time time tracker vue componentJohann Hubert Sonntagbauer2018-10-032-34/+20
|
* Switch to per-line rule exceptionsupgrade-eslintMike Greiling2018-09-211-2/+4
|
* Resolve eslint-plugin-vue errorsMike Greiling2018-09-201-0/+2
| | | | | | The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
* Use gitlab-ui loading iconClement Ho2018-09-112-7/+3
|
* Frontend: Proper gettext extraction with gettext-extractor🌴🇿🇦 Lukas Eipert (OOO until Summit)2018-08-162-7/+6
|
* Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-0/+98
| | | | This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
* Replace issues time tracking progress bar with gitlab-ui's progress barClement Ho2018-07-251-11/+8
|
* Replace author_link snake case in vue componentsGeorge Tsiolis2018-07-242-2/+2
|
* Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-98/+0
| | | | | This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
* Sidebar Todo ComponentKushal Pandya2018-07-041-0/+98
|
* Enable no-restricted-globals in JS filesgfyoung2018-06-152-2/+2
|
* Merge branch 'master' into fl-eslint-vue-house-keepingFilipa Lacerda2018-06-111-3/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (48 commits) Avoid checking the user format in every url validation Migrate CycleAnalytics::CommitCount to Gitaly Hide project name if searching against a project Unify app/views/search/results by using EE Resolve "Table on Failed Jobs tab is overflowing in IE11 and sm screens" Update MrWidgetAuthorTime and MRWidgetMerged spec fixed specs Fix IDE pipelines eTagPoll not stopping Don't use Gitlab::Utils.nlbr in Gitlab::Git Move gitaly_blame, gitaly_count_commits, gitaly_commit_count to opt-out Rename MrWidgetAuthorTime vue component Use Tooltip component in MrWidgetAuthorTime vue component set max_old_space_size to 3.5 GB for compile-assets job Remove SCLAU to mirror https://gitlab.com/gitlab-org/gitlab-ee/commit/cd5cef8f84a2b8c58a741e90afec232243a9f3a9 Add missing `:comment` attribute Prevent ENV from leaking variables in CI output Bump grape-path-helpers to 1.0.5 Add more logging before a project is destroyed Bump Google Chrome to V67 Upgrade gitlab-markup to fix render issue with reStructuredText ...
| * Uses tooltip correctly in comparion_pane component. Removes incorrect usage ↵Filipa Lacerda2018-06-081-6/+5
| | | | | | | | of aria attributes
* | Updates eslint vue plugin versionFilipa Lacerda2018-06-1111-45/+45
|/
* Fix collapsed sidebar tooltipsClement Ho2018-05-246-0/+6
|
* Rename btn-secondary to btn-defaultAnnabel Dunstone Gray2018-05-102-2/+2
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-089-53/+80
|\
| * Merge branch 'move-time-tracking-spent-only-pane-vue-component' into 'master'Phil Hughes2018-05-033-17/+20
| |\ | | | | | | | | | | | | Move TimeTrackingSpentOnlyPane vue component See merge request gitlab-org/gitlab-ce!18710
| | * Move TimeTrackingSpentOnlyPane vue componentGeorge Tsiolis2018-05-033-17/+20
| | |
| * | Emit `toggleSidebar` event on component when icon is clickedKushal Pandya2018-05-031-0/+4
| | |
| * | Consume `toggleSubscription` event directly from Subscriptions componentKushal Pandya2018-05-031-7/+1
| | |
| * | Emit `toggleSubscription`, `toggleSidebar` events on componentKushal Pandya2018-05-031-1/+21
| |/
| * Revert "Merge branch '5480-sidebar-subscription-event-handling' into 'master'"Rémy Coutable2018-05-022-2/+9
| | | | | | This reverts merge request !18682
| * Merge branch 'refactor/move-sidebar-time-tracking-vue-component' into 'master'Filipa Lacerda2018-05-021-16/+19
| |\ | | | | | | | | | | | | Move SidebarTimeTracking vue component See merge request gitlab-org/gitlab-ce!18677
| | * Move SidebarTimeTracking vue componentGeorge Tsiolis2018-05-021-16/+19
| | |
| * | Merge branch 'refactor/move-no-tracking-pane-vue-component' into 'master'Phil Hughes2018-05-023-12/+15
| |\ \ | | | | | | | | | | | | | | | | Move TimeTrackingNoTrackingPane vue component See merge request gitlab-org/gitlab-ce!18676
| | * | Move TimeTrackingNoTrackingPane vue componentGeorge Tsiolis2018-05-023-12/+15
| | |/
| * | Consume `toggleSubscription` event directly from Subscriptions componentKushal Pandya2018-05-021-7/+1
| | |
| * | Emit `toggleSubscription` event on component instead of eventHubKushal Pandya2018-05-021-2/+1
| |/
* | Fix dropdown open to show in confidential edit formClement Ho2018-04-241-1/+1
| |
* | Fix lock dropdown toggleClement Ho2018-04-231-1/+1
| |