ruboty-toggl_team 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f8829636e4e97a908203cec1ada5336025adfd2fba39139b8289592774502808
4
+ data.tar.gz: b60080a39bc0f109510fe5beaa6be182fbab891208e5d07c27369170cb09a6ca
5
+ SHA512:
6
+ metadata.gz: 493b6ac3419316f9ddcf4e1c1a26bd8e9d39a5034c06e3df0c78972ac46f7f40727bdf86eea03d89c607869c3848f5da5f5006579cac0d1963de971890dd804d
7
+ data.tar.gz: 6d30f4868de4d547b55b134faa3dfdfddf7d70650183f1c27d53fc7d05d2200ad1b4f945735a1330fca78a24be9ae3e29128863ba77aa6e64d5ba19040e57556
data/.gitignore ADDED
@@ -0,0 +1,15 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ /Gemfile.lock
10
+ /vendor
11
+ /.env
12
+
13
+ # rspec failure tracking
14
+ .rspec_status
15
+
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at kimromi4@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,5 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 kimromi
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,43 @@
1
+ # Ruboty::TogglTeam
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ruboty/toggl_team`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'ruboty-toggl_team'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install ruboty-toggl_team
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kimromi/ruboty-toggl_team. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the Ruboty::TogglTeam project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/kimromi/ruboty-toggl_team/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
data/bin/console ADDED
@@ -0,0 +1,13 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'bundler/setup'
4
+ require "ruboty/toggl_team"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ require 'dotenv'
10
+ Dotenv.load
11
+
12
+ require 'ruboty'
13
+ Ruboty::CommandBuilder.new(ARGV).build.call
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,55 @@
1
+ require 'ruboty/toggl_team/actions/toggl_team'
2
+
3
+ module Ruboty
4
+ module Handlers
5
+ class TogglTeam < Base
6
+ on(
7
+ /toggl set-token (?<token>.+)/,
8
+ name: 'set_token',
9
+ description: 'set toggl user token'
10
+ )
11
+
12
+ on(
13
+ /toggl set-workspace (?<name>.+)/,
14
+ name: 'set_workspace',
15
+ description: 'set toggl workspace name'
16
+ )
17
+
18
+ on(
19
+ /^start (?<task>\S+)(?<project_name>.*)/,
20
+ name: 'start',
21
+ description: 'start toggl task',
22
+ all: true
23
+ )
24
+
25
+ on(
26
+ /^stop$/,
27
+ name: 'stop',
28
+ description: 'stop toggl task',
29
+ all: true
30
+ )
31
+
32
+ def set_token(message)
33
+ action(message).set_token
34
+ end
35
+
36
+ def set_workspace(message)
37
+ action(message).set_workspace
38
+ end
39
+
40
+ def start(message)
41
+ action(message).start
42
+ end
43
+
44
+ def stop(message)
45
+ action(message).stop
46
+ end
47
+
48
+ private
49
+
50
+ def action(message)
51
+ Ruboty::TogglTeam::Actions::TogglTeam.new(message)
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,3 @@
1
+ require 'ruboty'
2
+ require 'ruboty/toggl_team/version'
3
+ require 'ruboty/handlers/toggl_team'
@@ -0,0 +1,107 @@
1
+ require 'togglv8'
2
+ require 'active_support/core_ext/hash/keys'
3
+
4
+ module Ruboty
5
+ module TogglTeam
6
+ module Actions
7
+ class TogglTeam < Ruboty::Actions::Base
8
+ BRAIN_KEY_TOKENS = 'toggl_team_tokens'.freeze
9
+ BRAIN_KEY_WORKSPACE = 'toggl_team_workspace'.freeze
10
+
11
+ def set_token
12
+ tokens = brain.data[BRAIN_KEY_TOKENS] || {}
13
+ tokens[user] = message.match_data[:token].strip
14
+ brain.data[BRAIN_KEY_TOKENS] = tokens
15
+
16
+ message.reply("set #{user}'s toggl token!")
17
+ end
18
+
19
+ def set_workspace
20
+ unless user_tokens.key?(user)
21
+ message.reply("please set #{user}'s toggl token!")
22
+ return
23
+ end
24
+
25
+ name = message.match_data[:name].strip
26
+ workspace = toggl.my_workspaces.find {|w| w['name'] == name }
27
+
28
+ if workspace
29
+ brain.data[BRAIN_KEY_WORKSPACE] = workspace
30
+ message.reply("set #{name} workspace!")
31
+ else
32
+ message.reply("#{name} workspace not found!")
33
+ end
34
+ rescue => e
35
+ message.reply("error! #{e}")
36
+ end
37
+
38
+ def start
39
+ if !user_tokens.key?(user) || !workspace_id
40
+ message.reply("please set #{user}'s toggl token and workspace!") and return
41
+ end
42
+
43
+ project_name = message.match_data[:project_name].strip
44
+ project = if project_name != ''
45
+ toggl.projects(workspace_id, active: true)&.find {|p| p['name'] =~ /#{project_name}/ }
46
+ end
47
+
48
+ task = message.match_data[:task].strip
49
+ entry = toggl.start_time_entry({
50
+ description: task,
51
+ wid: workspace_id,
52
+ pid: project ? project['id'] : nil
53
+ }.stringify_keys)
54
+
55
+ message.reply("started #{task}#{project ? ' in ' + project['name'] : ''}.")
56
+ rescue => e
57
+ message.reply("error! #{e}")
58
+ end
59
+
60
+ def stop
61
+ if !user_tokens.key?(user) || !workspace_id
62
+ message.reply("please set #{user}'s toggl token and workspace!") and return
63
+ end
64
+
65
+ if current = toggl.get_current_time_entry
66
+ toggl.stop_time_entry(current['id'])
67
+ message.reply('task stopped.')
68
+ else
69
+ message.reply('not running task.')
70
+ end
71
+ rescue => e
72
+ message.reply("error! #{e}")
73
+ end
74
+
75
+ private
76
+
77
+ def brain
78
+ message.robot.brain
79
+ end
80
+
81
+ def user_tokens
82
+ brain.data[BRAIN_KEY_TOKENS] || {}
83
+ end
84
+
85
+ def workspace_id
86
+ if w = brain.data[BRAIN_KEY_WORKSPACE]
87
+ w['id']
88
+ else
89
+ nil
90
+ end
91
+ end
92
+
93
+ def user_current_tasks
94
+ brain.data[BRAIN_KEY_TOKENS] || {}
95
+ end
96
+
97
+ def user
98
+ message.from_name || 'test'
99
+ end
100
+
101
+ def toggl
102
+ TogglV8::API.new(user_tokens[user])
103
+ end
104
+ end
105
+ end
106
+ end
107
+ end
@@ -0,0 +1,5 @@
1
+ module Ruboty
2
+ module TogglTeam
3
+ VERSION = "0.1.0"
4
+ end
5
+ end
@@ -0,0 +1,33 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "ruboty/toggl_team/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "ruboty-toggl_team"
8
+ spec.version = Ruboty::TogglTeam::VERSION
9
+ spec.authors = ["kimromi"]
10
+ spec.email = ["kimromi4@gmail.com"]
11
+
12
+ spec.summary = %q{toggl operation for team by ruboty}
13
+ spec.description = %q{toggl operation for team by ruboty}
14
+ spec.homepage = "https://github.com/kimromi/ruboty-toggl_team"
15
+ spec.license = "MIT"
16
+
17
+ # Specify which files should be added to the gem when it is released.
18
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
19
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
20
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
+ end
22
+ spec.bindir = "exe"
23
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
+ spec.require_paths = ["lib"]
25
+
26
+ spec.add_dependency "ruboty"
27
+ spec.add_dependency "togglv8"
28
+ spec.add_dependency "awesome_print"
29
+ spec.add_dependency "activesupport"
30
+
31
+ spec.add_development_dependency "bundler"
32
+ spec.add_development_dependency "rake"
33
+ end
metadata ADDED
@@ -0,0 +1,141 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruboty-toggl_team
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - kimromi
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-01-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: ruboty
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: togglv8
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: awesome_print
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: activesupport
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: bundler
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rake
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ description: toggl operation for team by ruboty
98
+ email:
99
+ - kimromi4@gmail.com
100
+ executables: []
101
+ extensions: []
102
+ extra_rdoc_files: []
103
+ files:
104
+ - ".gitignore"
105
+ - CODE_OF_CONDUCT.md
106
+ - Gemfile
107
+ - LICENSE.txt
108
+ - README.md
109
+ - Rakefile
110
+ - bin/console
111
+ - bin/setup
112
+ - lib/ruboty/handlers/toggl_team.rb
113
+ - lib/ruboty/toggl_team.rb
114
+ - lib/ruboty/toggl_team/actions/toggl_team.rb
115
+ - lib/ruboty/toggl_team/version.rb
116
+ - ruboty-toggl_team.gemspec
117
+ homepage: https://github.com/kimromi/ruboty-toggl_team
118
+ licenses:
119
+ - MIT
120
+ metadata: {}
121
+ post_install_message:
122
+ rdoc_options: []
123
+ require_paths:
124
+ - lib
125
+ required_ruby_version: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - ">="
128
+ - !ruby/object:Gem::Version
129
+ version: '0'
130
+ required_rubygems_version: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - ">="
133
+ - !ruby/object:Gem::Version
134
+ version: '0'
135
+ requirements: []
136
+ rubyforge_project:
137
+ rubygems_version: 2.7.6
138
+ signing_key:
139
+ specification_version: 4
140
+ summary: toggl operation for team by ruboty
141
+ test_files: []