artifactory-cleaner 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 541fd19379c858f33d5064a815d2d55726c6730cc85b94574f2fd69faf546bca
4
- data.tar.gz: ea08f9bb5705bc3af3947055b685bbdb64f3e7181224ca49ab5808672a227f38
3
+ metadata.gz: b485350297e6f2c8eb614e7bfe52e1b62304eb48ec55e5a90609ddb7a7b15a48
4
+ data.tar.gz: 839c67c19afe1c5b5924a0313b55d421ea584737211731a52bf30a61449e4335
5
5
  SHA512:
6
- metadata.gz: 2fd947505b5268e836f45e0b77b92c8c3895d5ac8b37e6bcf4c5003743b3a5ffaee1ee96244ef1f3fcc663f072fc467aea787eca041911d32533bfb4f1485665
7
- data.tar.gz: 0eeeb11cd818caba24d9b9488d8f2353ebeafdf18c6044e0c73a756d2d9678a93366f4f83333e806beb92d448250d28db31b948f2deed7fb0f7a84558065b871
6
+ metadata.gz: 5b237cc83e3f164a2b4bf4dfe49d6875070c8def2aed11dc293f4a8da4dde1c2eb114dbadd705454f297a0cee09a7e8a73903db77b3625fb8bc442fe90b3d9d7
7
+ data.tar.gz: ac6d4da3caffa2d0a9e92015586bfc0f189c6aaadd7826bfc1b30252a33b220742328dca381616857b233956d7c588e34aa2c2042d139fc73756f295559034d8
@@ -0,0 +1,39 @@
1
+ version: 2.1
2
+ orbs:
3
+ ruby: circleci/ruby@0.1.2
4
+ caches:
5
+ bundler: ./vendor
6
+
7
+ jobs:
8
+ build:
9
+ executor: ruby/default
10
+ docker:
11
+ - image: p21jgitlin/ruby-ci:latest
12
+ environment:
13
+ BUNDLE_SILENCE_ROOT_WARNING: 1
14
+ steps:
15
+ - checkout
16
+ - run:
17
+ name: Which bundler?
18
+ command: bundle -v
19
+ - run:
20
+ name: Bundle Install
21
+ command: bundle install
22
+ - run:
23
+ name: Tests
24
+ when: always
25
+ command: |
26
+ mkdir ~/rspec
27
+ bundle exec rspec --format progress --format RspecJunitFormatter -o ~/rspec/rspec.xml
28
+ - store_test_results:
29
+ path: ~/rspec
30
+ - run:
31
+ name: Package
32
+ command: |
33
+ mkdir artifacts
34
+ bundle install
35
+ bundle exec rake
36
+ gem build artifactory-cleaner.gemspec
37
+ mv artifactory-cleaner-*.gem artifacts
38
+ - store_artifacts:
39
+ path: artifacts
data/.gitignore CHANGED
@@ -2,3 +2,5 @@ Gemfile.lock
2
2
  .DS_Store
3
3
  .artifactory.yml
4
4
  artifactory-cleaner-*.gem
5
+
6
+ .idea/**
@@ -1,39 +1,39 @@
1
1
  example_id | status | run_time |
2
2
  -------------------------------------------- | ------ | --------------- |
3
- ./spec/artifactory/cleaner_spec.rb[1:1] | passed | 0.00036 seconds |
4
- ./spec/artifactory/cleaner_spec.rb[1:2:1] | passed | 0.00053 seconds |
5
- ./spec/artifactory/cleaner_spec.rb[1:2:2] | passed | 0.00005 seconds |
6
- ./spec/artifactory/cleaner_spec.rb[1:2:3] | passed | 0.00005 seconds |
7
- ./spec/artifactory/cleaner_spec.rb[1:2:4] | passed | 0.00005 seconds |
8
- ./spec/artifactory/cleaner_spec.rb[1:2:5] | passed | 0.00006 seconds |
9
- ./spec/artifactory/cleaner_spec.rb[1:2:6] | passed | 0.00024 seconds |
10
- ./spec/artifactory/cleaner_spec.rb[1:2:7:1] | passed | 0.00008 seconds |
11
- ./spec/artifactory/cleaner_spec.rb[1:2:7:2] | passed | 0.00061 seconds |
12
- ./spec/artifactory/cleaner_spec.rb[1:2:7:3] | passed | 0.00016 seconds |
13
- ./spec/artifactory/cleaner_spec.rb[1:2:7:4] | passed | 0.00004 seconds |
14
- ./spec/artifactory/cleaner_spec.rb[1:2:7:5] | passed | 0.00006 seconds |
15
- ./spec/artifactory/cleaner_spec.rb[1:3:1] | passed | 0.00006 seconds |
16
- ./spec/artifactory/cleaner_spec.rb[1:3:2] | passed | 0.00005 seconds |
17
- ./spec/artifactory/cleaner_spec.rb[1:3:3] | passed | 0.00005 seconds |
18
- ./spec/artifactory/cleaner_spec.rb[1:3:4] | passed | 0.00005 seconds |
19
- ./spec/artifactory/cleaner_spec.rb[1:3:5] | passed | 0.00006 seconds |
20
- ./spec/artifactory/cleaner_spec.rb[1:3:6] | passed | 0.00089 seconds |
21
- ./spec/artifactory/cleaner_spec.rb[1:3:7] | passed | 0.00007 seconds |
22
- ./spec/artifactory/cleaner_spec.rb[1:3:8] | passed | 0.00005 seconds |
23
- ./spec/artifactory/cleaner_spec.rb[1:3:9] | passed | 0.00035 seconds |
24
- ./spec/artifactory/cleaner_spec.rb[1:3:10:1] | passed | 0.0018 seconds |
25
- ./spec/artifactory/cleaner_spec.rb[1:3:11:1] | passed | 0.00243 seconds |
26
- ./spec/artifactory/cleaner_spec.rb[1:4:1] | passed | 0.00005 seconds |
27
- ./spec/artifactory/cleaner_spec.rb[1:5:1] | passed | 0.00006 seconds |
28
- ./spec/artifactory/cleaner_spec.rb[1:5:2] | passed | 0.00005 seconds |
29
- ./spec/artifactory/cleaner_spec.rb[1:5:3] | passed | 0.00004 seconds |
30
- ./spec/artifactory/cleaner_spec.rb[1:5:4] | passed | 0.00004 seconds |
31
- ./spec/artifactory/cleaner_spec.rb[1:5:5] | passed | 0.00004 seconds |
32
- ./spec/artifactory/cleaner_spec.rb[1:5:6] | passed | 0.00004 seconds |
33
- ./spec/artifactory/cleaner_spec.rb[1:5:7:1] | passed | 0.00004 seconds |
34
- ./spec/artifactory/cleaner_spec.rb[1:5:7:2] | passed | 0.00031 seconds |
35
- ./spec/artifactory/cleaner_spec.rb[1:5:7:3] | passed | 0.00004 seconds |
36
- ./spec/artifactory/cleaner_spec.rb[1:5:7:4] | passed | 0.00019 seconds |
37
- ./spec/artifactory/cleaner_spec.rb[1:5:7:5] | passed | 0.00006 seconds |
38
- ./spec/artifactory/cleaner_spec.rb[1:5:7:6] | passed | 0.00007 seconds |
39
- ./spec/artifactory/cleaner_spec.rb[1:5:7:7] | passed | 0.00006 seconds |
3
+ ./spec/artifactory/cleaner_spec.rb[1:1] | passed | 0.00062 seconds |
4
+ ./spec/artifactory/cleaner_spec.rb[1:2:1] | passed | 0.00075 seconds |
5
+ ./spec/artifactory/cleaner_spec.rb[1:2:2] | passed | 0.00009 seconds |
6
+ ./spec/artifactory/cleaner_spec.rb[1:2:3] | passed | 0.00007 seconds |
7
+ ./spec/artifactory/cleaner_spec.rb[1:2:4] | passed | 0.00011 seconds |
8
+ ./spec/artifactory/cleaner_spec.rb[1:2:5] | passed | 0.00007 seconds |
9
+ ./spec/artifactory/cleaner_spec.rb[1:2:6] | passed | 0.00035 seconds |
10
+ ./spec/artifactory/cleaner_spec.rb[1:2:7:1] | passed | 0.00042 seconds |
11
+ ./spec/artifactory/cleaner_spec.rb[1:2:7:2] | passed | 0.00083 seconds |
12
+ ./spec/artifactory/cleaner_spec.rb[1:2:7:3] | passed | 0.00019 seconds |
13
+ ./spec/artifactory/cleaner_spec.rb[1:2:7:4] | passed | 0.00006 seconds |
14
+ ./spec/artifactory/cleaner_spec.rb[1:2:7:5] | passed | 0.00007 seconds |
15
+ ./spec/artifactory/cleaner_spec.rb[1:3:1] | passed | 0.00011 seconds |
16
+ ./spec/artifactory/cleaner_spec.rb[1:3:2] | passed | 0.00008 seconds |
17
+ ./spec/artifactory/cleaner_spec.rb[1:3:3] | passed | 0.00008 seconds |
18
+ ./spec/artifactory/cleaner_spec.rb[1:3:4] | passed | 0.00011 seconds |
19
+ ./spec/artifactory/cleaner_spec.rb[1:3:5] | passed | 0.00007 seconds |
20
+ ./spec/artifactory/cleaner_spec.rb[1:3:6] | passed | 0.00186 seconds |
21
+ ./spec/artifactory/cleaner_spec.rb[1:3:7] | passed | 0.00017 seconds |
22
+ ./spec/artifactory/cleaner_spec.rb[1:3:8] | passed | 0.00007 seconds |
23
+ ./spec/artifactory/cleaner_spec.rb[1:3:9] | passed | 0.00052 seconds |
24
+ ./spec/artifactory/cleaner_spec.rb[1:3:10:1] | passed | 0.00331 seconds |
25
+ ./spec/artifactory/cleaner_spec.rb[1:3:11:1] | passed | 0.01888 seconds |
26
+ ./spec/artifactory/cleaner_spec.rb[1:4:1] | passed | 0.0001 seconds |
27
+ ./spec/artifactory/cleaner_spec.rb[1:5:1] | passed | 0.00009 seconds |
28
+ ./spec/artifactory/cleaner_spec.rb[1:5:2] | passed | 0.00012 seconds |
29
+ ./spec/artifactory/cleaner_spec.rb[1:5:3] | passed | 0.00006 seconds |
30
+ ./spec/artifactory/cleaner_spec.rb[1:5:4] | passed | 0.00009 seconds |
31
+ ./spec/artifactory/cleaner_spec.rb[1:5:5] | passed | 0.00012 seconds |
32
+ ./spec/artifactory/cleaner_spec.rb[1:5:6] | passed | 0.00006 seconds |
33
+ ./spec/artifactory/cleaner_spec.rb[1:5:7:1] | passed | 0.00006 seconds |
34
+ ./spec/artifactory/cleaner_spec.rb[1:5:7:2] | passed | 0.00012 seconds |
35
+ ./spec/artifactory/cleaner_spec.rb[1:5:7:3] | passed | 0.00021 seconds |
36
+ ./spec/artifactory/cleaner_spec.rb[1:5:7:4] | passed | 0.00023 seconds |
37
+ ./spec/artifactory/cleaner_spec.rb[1:5:7:5] | passed | 0.00011 seconds |
38
+ ./spec/artifactory/cleaner_spec.rb[1:5:7:6] | passed | 0.00008 seconds |
39
+ ./spec/artifactory/cleaner_spec.rb[1:5:7:7] | passed | 0.00007 seconds |
@@ -0,0 +1,18 @@
1
+ Artifactory Cleaner CHANGELOG
2
+ =============================
3
+ This file describes the changes made in each release of `artifactory-cleaner`
4
+
5
+ ## v1.0.3 (May 15, 2020)
6
+
7
+ - Fix thread deadlocks which occured if exceptions were raised in the discovery worker threads
8
+ - Update to `artifactory-client` 3.0.13 to avoid verbose warnings about deprecated `URI` methods
9
+
10
+
11
+ ## v1.0.2 (February 25, 2020)
12
+
13
+ - Fix circular dependency between bundler and gem install
14
+
15
+
16
+ ## v1.0.1 (February 09, 2020)
17
+
18
+ - Initial Public Release
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Artifactory Cleaner is a tool for managing Artifactory repositories with a focus on analyzing and optimizing storage
4
4
  usage within Artifactory. `Artifactory::Cleaner` can be used as a Gem inside other Ruby automation, and also includes
5
- a comamnd-line interface (CLI) which can be used inside an interactive terminal session or incorporated into other
5
+ a command-line interface (CLI) which can be used inside an interactive terminal session or incorporated into other
6
6
  automation workflows.
7
7
 
8
8
  ## Installation
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  spec.add_dependency "thor", '~> 1.0.1'
31
31
  spec.add_dependency "sysexits", '>= 1.2.0'
32
32
 
33
- spec.add_runtime_dependency "artifactory"
33
+ spec.add_dependency "artifactory", '~> 3.0.13'
34
34
 
35
35
  # Specify which files should be added to the gem when it is released.
36
36
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,9 +1,36 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <module type="RUBY_MODULE" version="4">
3
+ <component name="CheckStyle-IDEA-Module">
4
+ <option name="configuration">
5
+ <map />
6
+ </option>
7
+ </component>
3
8
  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
9
  <exclude-output />
5
10
  <content url="file://$MODULE_DIR$" />
6
- <orderEntry type="inheritedJdk" />
11
+ <orderEntry type="jdk" jdkName="Remote: ruby-2.7.0-p0" jdkType="RUBY_SDK" />
7
12
  <orderEntry type="sourceFolder" forTests="false" />
13
+ <orderEntry type="library" scope="PROVIDED" name="aruba (v0.14.14, Remote: ruby-2.7.0-p0) [gem]" level="application" />
14
+ <orderEntry type="library" scope="PROVIDED" name="binding_of_caller (v0.8.0, Remote: ruby-2.7.0-p0) [gem]" level="application" />
15
+ <orderEntry type="library" scope="PROVIDED" name="builder (v3.2.4, Remote: ruby-2.7.0-p0) [gem]" level="application" />
16
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v2.1.4, Remote: ruby-2.7.0-p0) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="childprocess (v3.0.0, Remote: ruby-2.7.0-p0) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.2, Remote: ruby-2.7.0-p0) [gem]" level="application" />
19
+ <orderEntry type="library" scope="PROVIDED" name="contracts (v0.16.0, Remote: ruby-2.7.0-p0) [gem]" level="application" />
20
+ <orderEntry type="library" scope="PROVIDED" name="cucumber (v1.3.20, Remote: ruby-2.7.0-p0) [gem]" level="application" />
21
+ <orderEntry type="library" scope="PROVIDED" name="debug_inspector (v0.0.3, Remote: ruby-2.7.0-p0) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, Remote: ruby-2.7.0-p0) [gem]" level="application" />
23
+ <orderEntry type="library" scope="PROVIDED" name="gherkin (v2.12.2, Remote: ruby-2.7.0-p0) [gem]" level="application" />
24
+ <orderEntry type="library" scope="PROVIDED" name="interception (v0.5, Remote: ruby-2.7.0-p0) [gem]" level="application" />
25
+ <orderEntry type="library" scope="PROVIDED" name="multi_json (v1.14.1, Remote: ruby-2.7.0-p0) [gem]" level="application" />
26
+ <orderEntry type="library" scope="PROVIDED" name="multi_test (v0.1.2, Remote: ruby-2.7.0-p0) [gem]" level="application" />
27
+ <orderEntry type="library" scope="PROVIDED" name="pry-rescue (v1.5.0, Remote: ruby-2.7.0-p0) [gem]" level="application" />
28
+ <orderEntry type="library" scope="PROVIDED" name="pry-stack_explorer (v0.4.9.3, Remote: ruby-2.7.0-p0) [gem]" level="application" />
29
+ <orderEntry type="library" scope="PROVIDED" name="rake (v12.3.3, Remote: ruby-2.7.0-p0) [gem]" level="application" />
30
+ <orderEntry type="library" scope="PROVIDED" name="rdoc (v6.2.1, Remote: ruby-2.7.0-p0) [gem]" level="application" />
31
+ <orderEntry type="library" scope="PROVIDED" name="rspec (v3.9.0, Remote: ruby-2.7.0-p0) [gem]" level="application" />
32
+ <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.9.1, Remote: ruby-2.7.0-p0) [gem]" level="application" />
33
+ <orderEntry type="library" scope="PROVIDED" name="sysexits (v1.2.0, Remote: ruby-2.7.0-p0) [gem]" level="application" />
34
+ <orderEntry type="library" scope="PROVIDED" name="thor (v1.0.1, Remote: ruby-2.7.0-p0) [gem]" level="application" />
8
35
  </component>
9
36
  </module>
@@ -105,15 +105,20 @@ module Artifactory
105
105
  timing[:dequeue] = Benchmark.measure do
106
106
  until @discovery_queues.incoming.empty? and @discovery_queues.outgoing.empty? and not @workers.any? &:working?
107
107
  begin
108
+ #debuglog("[DEBUG] Pop from outgoing queue; incoming.len=#{@discovery_queues.incoming.length}, outgoing.len=#{@discovery_queues.outgoing.length}")
108
109
  item = @discovery_queues.outgoing.pop
109
110
  if item.kind_of? Artifactory::Resource::Artifact
110
111
  result << item
111
112
  #debuglog "[DEBUG] Discovered #{item} from a child thread"
113
+ elsif item.kind_of? Artifactory::Error::ArtifactoryError
114
+ STDERR.puts "[ERROR] Artifactory Error from artifact fetch: #{item}"
115
+ STDERR.puts item.full_message
116
+ STDERR.puts "Caused by #{item.cause.full_message}" if item.cause
112
117
  elsif item.kind_of? Error
113
118
  STDERR.puts "[ERROR] Error from artifact fetch: #{item}"
114
119
  STDERR.puts item.full_message
115
120
  STDERR.puts "Caused by #{item.cause.full_message}" if item.cause
116
- elsif !artifact.nil?
121
+ elsif !item.nil?
117
122
  STDERR.puts "[ERROR] Got #{item} back from the discovery queue, expected an Artifactory::Resource::Artifact"
118
123
  end
119
124
  rescue => processing_ex
@@ -450,7 +455,7 @@ module Artifactory
450
455
  # given artifact data, add it to the queue for processing and make sure we have workers to process it
451
456
  def queue_discovery_of_artifact(artifact_data)
452
457
  @discovery_queues.incoming.push(artifact_data)
453
- #debuglog "[DEBUG] Queued #{artifact_data['uri']} for discovery"
458
+ debuglog "[DEBUG] Queued #{artifact_data['uri']} for discovery"
454
459
  spawn_threads
455
460
  end
456
461
 
@@ -82,9 +82,10 @@ module Artifactory
82
82
  def process(payload)
83
83
  @working = true
84
84
  begin
85
- @queues.outgoing.push discover_artifact_from payload
85
+ @queues.outgoing.push(discover_artifact_from(payload))
86
86
  rescue => ex
87
- return ex # TODO: Should this be pushed to the outgoing queue instead?
87
+ STDERR.puts "[Error] Exception in thread: #{ex.full_message}"
88
+ @queues.outgoing.push(ex)
88
89
  ensure
89
90
  @working = false
90
91
  end
@@ -98,9 +99,11 @@ module Artifactory
98
99
  artifact = nil
99
100
  while retries > 0
100
101
  begin
102
+ #STDERR.puts "[DEBUG] thread discover_artifact_from #{artifact_info["uri"]} start"
101
103
  retries -= 1
102
104
  artifact = Artifactory::Cleaner::DiscoveredArtifact.from_url(artifact_info["uri"], client: @artifactory_client)
103
105
  artifact.last_downloaded = Time.parse(artifact_info["lastDownloaded"]) unless artifact_info["lastDownloaded"].to_s.empty?
106
+ #STDERR.puts "[DEBUG] thread discover_artifact_from #{artifact_info["uri"]} end"
104
107
  return artifact
105
108
  rescue Net::OpenTimeout, Artifactory::Error::ConnectionError => err
106
109
  artifact = err
@@ -111,7 +114,7 @@ module Artifactory
111
114
  rescue Artifactory::Error::HTTPError => err
112
115
  artifact = err
113
116
  if err.code == 404
114
- log "[WARN] HTTP 404 Not Found fetching: #{artifact["uri"]}"
117
+ log "[WARN] HTTP 404 Not Found fetching: #{artifact_info["uri"]}"
115
118
  return nil
116
119
  else
117
120
  retries = min(retries, 1)
@@ -2,6 +2,6 @@ module Artifactory
2
2
  module Cleaner
3
3
  ##
4
4
  # Version number of the Artifactory::Cleaner gem
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artifactory-cleaner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Gitlin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-25 00:00:00.000000000 Z
11
+ date: 2020-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -90,16 +90,16 @@ dependencies:
90
90
  name: artifactory
91
91
  requirement: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ">="
93
+ - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '0'
95
+ version: 3.0.13
96
96
  type: :runtime
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ">="
100
+ - - "~>"
101
101
  - !ruby/object:Gem::Version
102
- version: '0'
102
+ version: 3.0.13
103
103
  description: Will provide maintainence tasks for Artifactory, like cleaning up old
104
104
  artifacts
105
105
  email:
@@ -109,16 +109,12 @@ executables:
109
109
  extensions: []
110
110
  extra_rdoc_files: []
111
111
  files:
112
+ - ".circleci/config.yml"
112
113
  - ".gitignore"
113
- - ".idea/.gitignore"
114
- - ".idea/checkstyle-idea.xml"
115
- - ".idea/dictionaries/jgitlin.xml"
116
- - ".idea/misc.xml"
117
- - ".idea/modules.xml"
118
- - ".idea/vcs.xml"
119
114
  - ".rspec"
120
115
  - ".rspec_status"
121
116
  - ".travis.yml"
117
+ - CHANGELOG.md
122
118
  - CODE_OF_CONDUCT.md
123
119
  - Gemfile
124
120
  - LICENSE
@@ -245,8 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
245
241
  - !ruby/object:Gem::Version
246
242
  version: '0'
247
243
  requirements: []
248
- rubyforge_project:
249
- rubygems_version: 2.7.6.2
244
+ rubygems_version: 3.1.2
250
245
  signing_key:
251
246
  specification_version: 4
252
247
  summary: Performs maintainence tasks on Artifactory repositories
@@ -1,2 +0,0 @@
1
- # Default ignored files
2
- /workspace.xml
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="CheckStyle-IDEA">
4
- <option name="configuration">
5
- <map>
6
- <entry key="checkstyle-version" value="8.27" />
7
- <entry key="copy-libs" value="false" />
8
- <entry key="location-0" value="BUNDLED:(bundled):Sun Checks" />
9
- <entry key="location-1" value="BUNDLED:(bundled):Google Checks" />
10
- <entry key="scan-before-checkin" value="false" />
11
- <entry key="scanscope" value="JavaOnly" />
12
- <entry key="suppress-errors" value="false" />
13
- </map>
14
- </option>
15
- </component>
16
- </project>
@@ -1,7 +0,0 @@
1
- <component name="ProjectDictionaryState">
2
- <dictionary name="jgitlin">
3
- <words>
4
- <w>artifactory</w>
5
- </words>
6
- </dictionary>
7
- </component>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager">
4
- <output url="file://$PROJECT_DIR$/out" />
5
- </component>
6
- </project>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/artifactory-cleaner.iml" filepath="$PROJECT_DIR$/artifactory-cleaner.iml" />
6
- </modules>
7
- </component>
8
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>