summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/sidebar/components/time_tracking
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
* 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-207-71/+21
|
* Use @gitlab npm namespaceClement Ho2018-11-161-1/+1
|
* Remove gitlab-ui's progress bar from globalClement Ho2018-11-021-0/+4
|
* 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-173-104/+108
|/
* 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
* Replace issues time tracking progress bar with gitlab-ui's progress barClement Ho2018-07-251-11/+8
|
* 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-114-11/+11
|/
* Fix collapsed sidebar tooltipsClement Ho2018-05-241-0/+1
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-086-45/+54
|\
| * Move TimeTrackingSpentOnlyPane vue componentGeorge Tsiolis2018-05-033-17/+20
| |
| * 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
| | |
| * | Move TimeTrackingNoTrackingPane vue componentGeorge Tsiolis2018-05-023-12/+15
| |/
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-191-3/+29
|\ \ | |/
| * Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-191-3/+29
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-124-44/+50
|\ \ | |/
| * Merge branch 'move-help-state-vue-component' into 'master'Filipa Lacerda2018-04-122-25/+28
| |\ | | | | | | | | | | | | Move TimeTrackingHelpState vue component See merge request gitlab-org/gitlab-ce!18319
| | * Move TimeTrackingHelpState vue componentGeorge Tsiolis2018-04-112-25/+28
| | |
| * | Move TimeTrackingEstimateOnlyPane vue componentGeorge Tsiolis2018-04-113-19/+22
| |/
* | [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-092-3/+3
| |
* | Replace .pull-left with .float-leftClement Ho2018-04-091-1/+1
|/
* Move TimeTrackingComparisonPane vue componentGeorge Tsiolis2018-03-222-38/+42
|
* Move TimeTrackingCollapsedState vue componentGeorge Tsiolis2018-03-213-98/+104
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Move IssuableTimeTracker vue componentGeorge Tsiolis2018-02-122-74/+79
|
* Translate issuable sidebar34416-issue-i18nJarka Kadlecová2018-02-075-18/+26
|
* Lightly refactor prettyTime module.37298-the-prettytime-utils-module-could-use-some-light-maintenanceBryce Johnson2017-09-142-16/+6
|
* Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-041-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
| * Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+2
| |
* | IssueNotesRefactor: Implement time tracking sidebar integration with slash ↵Fatih Acet2017-07-221-0/+4
|/ | | | commands.
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-152-6/+6
| | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* Add sidebar specsadd-sidebar-specsClement Ho2017-05-051-7/+13
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-048-0/+489