obst 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 37a6b113b516b2377d046869f403ce9c548b6c62cf8b320538fef6e94cacb070
4
+ data.tar.gz: 427c566fc6b6496541a71813b36c1b1e3c178c3d2be39dbfa8a64bcef3c67c81
5
+ SHA512:
6
+ metadata.gz: feb102e3ac56ae7471994c8f2df2e233df80cfae75f545b9e8b2117d1e74abf4bde224e4940dec73f3ed24f09e9b308d199e42b8f3c89f9f5fd99f21b63e67d8
7
+ data.tar.gz: 22e3be408cee349091515c8f48587d233cd11802f9a569da90445d289430a11b8868cca88bf680291a08d7cdf28aa7fb463c393b78db42399943d81161c572f3
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ /Gemfile.lock
data/.travis.yml ADDED
@@ -0,0 +1,6 @@
1
+ ---
2
+ language: ruby
3
+ cache: bundler
4
+ rvm:
5
+ - 2.7.5
6
+ before_install: gem install bundler -v 2.1.4
@@ -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 block24block@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 [https://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: https://contributor-covenant.org
74
+ [version]: https://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,7 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in obst.gemspec
4
+ gemspec
5
+
6
+ gem "rake", "~> 12.0"
7
+ gem "minitest", "~> 5.0"
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 ken
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,53 @@
1
+ # Obst
2
+
3
+ Obsidian stats
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'obst'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle install
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install obst
20
+
21
+ ## Usage
22
+
23
+ Git log
24
+
25
+ ```ruby
26
+ git_log = Obst::GitLog.new(C: '/path/to/local/git/repo', after: '2022-10-16T00:00:00')
27
+
28
+ # just like git log in shell
29
+ git_log.to_s
30
+
31
+ # wrapped committed time and file status
32
+ git_log.commits
33
+ ```
34
+
35
+ Group by Days
36
+
37
+ ```ruby
38
+ Obst::GroupByDays.new(C: '/path/to/local/git/repo', after: '2022-10-20T00:00:00', days: 7)
39
+ ```
40
+
41
+ ## Development
42
+
43
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
44
+
45
+ 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).
46
+
47
+ ## License
48
+
49
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
50
+
51
+ ## Code of Conduct
52
+
53
+ Everyone interacting in the Obst project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/turnon/obst/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList["test/**/*_test.rb"]
8
+ end
9
+
10
+ task :default => :test
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "obst"
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
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
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,59 @@
1
+ module Obst
2
+ class GitLog
3
+ def initialize(**opts)
4
+ @C = "-C #{opts[:C] || '.'}"
5
+ @after = opts[:after] ? "--after #{opts[:after]}" : ''
6
+ @before = opts[:before] ? "--before #{opts[:before]}" : ''
7
+ end
8
+
9
+ def to_s
10
+ `git #{@C} log --name-status #{@after} #{@before} --pretty=format:%ad --date='format:%Y-%m-%d %H:%M:%S'`
11
+ end
12
+
13
+ class Commit
14
+ SPACE = "\s"
15
+
16
+ attr_reader :file_statuses, :committed_at
17
+
18
+ def initialize(lines)
19
+ @committed_at = lines.shift
20
+ @file_statuses = lines.map{ |l| FileStatus.new(l) }
21
+ end
22
+
23
+ # https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---diff-filterACDMRTUXB82308203
24
+ class FileStatus
25
+ TAB = /\t/
26
+ AMD = /^[AMD]/
27
+ RENAME = /^R/
28
+
29
+
30
+ attr_reader :status, :name, :old_name
31
+
32
+ def initialize(line)
33
+ if line =~ AMD
34
+ @status, @name = line.split(TAB)
35
+ @status = @status.downcase.to_sym
36
+ elsif line =~ RENAME
37
+ @score, @old_name, @name = line.split(TAB)
38
+ @status = :r
39
+ end
40
+ @name.strip! if @name
41
+ end
42
+ end
43
+ end
44
+
45
+ EMPTY_LINE = "\n"
46
+
47
+ def commits
48
+ Enumerator.new do |y|
49
+ batch = []
50
+ to_s.each_line do |line|
51
+ next batch << line unless line == EMPTY_LINE
52
+ y << Commit.new(batch)
53
+ batch.clear
54
+ end
55
+ y << Commit.new(batch)
56
+ end
57
+ end
58
+ end
59
+ end
@@ -0,0 +1,48 @@
1
+ require "obst/pack_log"
2
+ require "time"
3
+
4
+ module Obst
5
+ class GroupByDays
6
+ include Enumerable
7
+
8
+ ONE_DAY = 60 * 60 * 24
9
+
10
+ def initialize(**opts)
11
+ duration = ONE_DAY* (opts[:days] || 1)
12
+ latest = opts[:before] ? Time.parse(opts[:before]) : Time.parse(Time.now.strftime('%F 23:59:59'))
13
+
14
+ @timeline = Enumerator.new do |y|
15
+ curr = latest
16
+ loop do
17
+ y << curr.strftime('%F')
18
+ curr -= duration
19
+ end
20
+ end
21
+
22
+ @log = PackLog.new(**opts) do |committed_at|
23
+ that_time = Time.parse(committed_at)
24
+ n_durations = ((latest - that_time) / duration).to_i
25
+ n_durations_before = latest - (n_durations * duration)
26
+ n_durations_before.strftime('%F')
27
+ end.to_enum
28
+ end
29
+
30
+ def each(&block)
31
+ current_time = @timeline.next
32
+ record = @log.next
33
+
34
+ loop do
35
+ break unless record
36
+
37
+ if record.time == current_time
38
+ block.call(record)
39
+ record = @log.next
40
+ else
41
+ block.call(PackLog::Record.new(current_time, {}))
42
+ end
43
+
44
+ current_time = @timeline.next
45
+ end
46
+ end
47
+ end
48
+ end
@@ -0,0 +1,50 @@
1
+ require "obst/git_log"
2
+
3
+ module Obst
4
+ class PackLog
5
+ include Enumerable
6
+
7
+ def initialize(**opts, &block)
8
+ @commits = GitLog.new(**opts).commits
9
+ @time_fix = block
10
+ end
11
+
12
+ class Statuses
13
+ def <<(st)
14
+ @arr ||= []
15
+ @arr << st if @arr.last != st
16
+ end
17
+
18
+ def inspect
19
+ @arr
20
+ end
21
+ end
22
+
23
+ Record = Struct.new(:time, :statuses)
24
+
25
+ def each(&block)
26
+ current_time = nil
27
+ renames = {}
28
+ files_in_one_day = Hash.new{ |files, name| files[name] = Statuses.new }
29
+
30
+ @commits.each do |commit|
31
+ committed_at = @time_fix.call(commit.committed_at)
32
+ current_time ||= committed_at
33
+
34
+ if current_time != committed_at
35
+ block.call(Record.new(current_time, files_in_one_day.dup))
36
+ current_time = committed_at
37
+ files_in_one_day.clear
38
+ end
39
+
40
+ commit.file_statuses.each do |file_status|
41
+ renames[file_status.old_name] = file_status.name if file_status.old_name
42
+ newest_name = renames[file_status.name] || file_status.name
43
+ files_in_one_day[newest_name] << file_status.status
44
+ end
45
+ end
46
+
47
+ block.call(Record.new(current_time, files_in_one_day.dup))
48
+ end
49
+ end
50
+ end
@@ -0,0 +1,3 @@
1
+ module Obst
2
+ VERSION = "0.1.0"
3
+ end
data/lib/obst.rb ADDED
@@ -0,0 +1,6 @@
1
+ require "obst/version"
2
+ require "obst/git_log"
3
+ require "obst/group_by_days"
4
+
5
+ module Obst
6
+ end
data/obst.gemspec ADDED
@@ -0,0 +1,22 @@
1
+ require_relative 'lib/obst/version'
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = "obst"
5
+ spec.version = Obst::VERSION
6
+ spec.authors = ["ken"]
7
+ spec.email = ["block24block@gmail.com"]
8
+
9
+ spec.summary = %q{Obsidian stats}
10
+ spec.homepage = "https://github.com/turnon/obst"
11
+ spec.license = "MIT"
12
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
+
14
+ # Specify which files should be added to the gem when it is released.
15
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
16
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
17
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
+ end
19
+ spec.bindir = "exe"
20
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
+ spec.require_paths = ["lib"]
22
+ end
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: obst
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - ken
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2022-11-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - block24block@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".gitignore"
21
+ - ".travis.yml"
22
+ - CODE_OF_CONDUCT.md
23
+ - Gemfile
24
+ - LICENSE.txt
25
+ - README.md
26
+ - Rakefile
27
+ - bin/console
28
+ - bin/setup
29
+ - lib/obst.rb
30
+ - lib/obst/git_log.rb
31
+ - lib/obst/group_by_days.rb
32
+ - lib/obst/pack_log.rb
33
+ - lib/obst/version.rb
34
+ - obst.gemspec
35
+ homepage: https://github.com/turnon/obst
36
+ licenses:
37
+ - MIT
38
+ metadata: {}
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: 2.3.0
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubygems_version: 3.1.6
55
+ signing_key:
56
+ specification_version: 4
57
+ summary: Obsidian stats
58
+ test_files: []