yegor256 / datum

Zerocracy Project Data Model
http://datum.zerocracy.com/
Other
33 stars 11 forks source link

Add opacity to inspected agenda items #382

Closed krzyk closed 6 years ago

krzyk commented 6 years ago

Added 50% opacity to agenda items that are under inspection (it usually requires less attention than other items).

Example: screenshot_2018-08-19 agenda 1

0crat commented 6 years ago

@krzyk/z this pull request is too small, just 7 lines changed (less than 10), there will be no formal code review, see §53 and §28; in the future, try to make sure your pull requests are not too small; @g4s8/z please review this and merge or reject

g4s8 commented 6 years ago

@krzyk thanks

g4s8 commented 6 years ago

@rultor merge

rultor commented 6 years ago

@rultor merge

@g4s8 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 6 years ago

@rultor merge

@g4s8 Done! FYI, the full log is here (took me 7min)

0crat commented 6 years ago

Job gh:zerocracy/datum#382 is not assigned, can't get performer

0crat commented 6 years ago

The job is not in WBS, won't close the order

krzyk commented 6 years ago

@g4s8 could you make a new release with this change?

g4s8 commented 6 years ago

@rultor release, tag=0.62.4

rultor commented 6 years ago

@rultor release, tag=0.62.4

@g4s8 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag=0.62.4

@g4s8 @krzyk Oops, I failed. You can see the full log here (spent 8min)

Validating xsd/pmo/debts.xsd... OK
Validating xsd/pmo/negligence.xsd... OK
Validating xsd/pmo/vacancies.xsd... OK
Validating xsd/pmo/blanks.xsd... OK
Validating xsd/pmo/people.xsd... OK
Validating xsd/pmo/agenda.xsd... OK
Validating xsd/pmo/speed.xsd... OK
Validating xsd/pmo/types.xsd... OK
Validating xsd/pmo/options.xsd... OK
Validating xsd/pmo/awards.xsd... OK
Validating xsd/pmo/projects.xsd... OK
Validating xsd/pmo/bots.xsd... OK
Validating xsd/pmo/verbosity.xsd... OK
Validating xsd/pmo/catalog.xsd... OK
Validating xsd/pmo/resumes.xsd... OK
Validating xsd/pmo/rfps.xsd... OK
Validating xsd/pm/cost/boosts.xsd... OK
Validating xsd/pm/cost/rates.xsd... OK
Validating xsd/pm/cost/vesting.xsd... OK
Validating xsd/pm/cost/equity.xsd... OK
Validating xsd/pm/cost/estimates.xsd... OK
Validating xsd/pm/cost/ledger.xsd... OK
Validating xsd/pm/cost/types.xsd... OK
Validating xsd/pm/cost/budget.xsd... OK
Validating xsd/pm/in/orders.xsd... OK
Validating xsd/pm/in/impediments.xsd... OK
Validating xsd/pm/scope/archive.xsd... OK
Validating xsd/pm/scope/wbs.xsd... OK
Validating xsd/pm/scope/types.xsd... OK
Validating xsd/pm/claims.xsd... OK
Validating xsd/pm/staff/roles.xsd... OK
Validating xsd/pm/staff/elections.xsd... OK
Validating xsd/pm/staff/bans.xsd... OK
Validating xsd/pm/staff/types.xsd... OK
Validating xsd/pm/qa/reviews.xsd... OK
Validating xsd/pm/time/precedences.xsd... OK
Validating xsd/pm/time/milestones.xsd... OK
Validating xsd/pm/time/reminders.xsd... OK
Validating xsd/pm/time/types.xsd... OK
Validating xsd/pm/time/releases.xsd... OK
Validating pages/terms.html... OK
Validating pages/policy.html... OK
Running RuboCop...
Inspecting 2 files
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m

2 files inspected, \u001b[32mno offenses\u001b[0m detected
grep -q -r '2016-2018'     --include '*.rb'     --include '*.xml'     --include '*.xsd'     --include '*.txt'     --include 'Rakefile'     .
rake aborted!
upgrades/pmo/speed/0.62.3-added.xsl is not in the repo and doesn't start with 0.62.4
/home/r/repo/Rakefile:112:in `block (2 levels) in <top (required)>'
/home/r/repo/Rakefile:105:in `each'
/home/r/repo/Rakefile:105:in `block in <top (required)>'
/usr/local/rvm/gems/ruby-2.3.3/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'
/usr/local/rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => upgrades
(See full trace by running task with --trace)
container 5262c3fdcd977483632e611d3a0e92cfdabc985b2da7a5862a01ded0ab94e0fd is dead
Mon Aug 20 19:51:56 CEST 2018
krzyk commented 6 years ago

@g4s8 Do you know what happened here? Is it my change? I think the error is:

upgrades/pmo/speed/0.62.3-added.xsl is not in the repo and doesn't start with 0.62.4
g4s8 commented 6 years ago

@krzyk it may be network issue:

  Dir['upgrades/**/*.xsl'].each do |xsl|
    uri = URI.parse("http://datum.zerocracy.com/latest/#{xsl}")
    res = Net::HTTP.new(uri.host, uri.port).request_head(uri.path)
    if res.code == '200' || File.basename(xsl).start_with?("#{args[:version]}-")
      print Rainbow('.').green
      next
    end
    raise "#{xsl} is not in the repo and doesn't start with #{args[:version]}"
  end

let's try again

g4s8 commented 6 years ago

@rultor release, tag=0.62.4

rultor commented 6 years ago

@rultor release, tag=0.62.4

@g4s8 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag=0.62.4

@g4s8 Done! FYI, the full log is here (took me 9min)