neetob 0.4.7 → 0.4.9

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: f3e12731a8a3d74e5ac458c05ce83d7f69c13de0d608bf018ae006e209f07060
4
- data.tar.gz: 94def09aef6e13fec10d841b9e633ba98f1a24ec112e84385075a99e4472f67c
3
+ metadata.gz: a722c3cf5bcddcfaa4bf60f2938166e3db12a242178892adc79e4829437d1d36
4
+ data.tar.gz: e27405eca8f2e0c7958d3249a0d220c522a8729b0faececaa6a31db825aa0dd6
5
5
  SHA512:
6
- metadata.gz: 5192c8564a6e23dc21d39f4c310db500cd01ba2fa147edc4b2f21ba9d3122d49e03bd98a671ba04da93439f3f0f88a161f9edfa3a710a6601070a1fd839ada64
7
- data.tar.gz: c2f22c795b751fdd169f86cc8357044a8e42e7002ee1c685f6874ab8af70f6edf03f97da19fd69e7ef01c4e3cabd1672194a6fb27a44ee99443e65c0178c915d
6
+ metadata.gz: 5c153eb16f92778e498f66d1f6f76a3fde04747fe3177d0ce662e2cdc0ae259c26ef2de78689b7fe3af8f7762513b78667333d4835b4cd183f404001bb9d8cf1
7
+ data.tar.gz: 58b00a21637dfa693896c052b4da03b419f352010ae5816ef9144efbd12f661b98143f27965bd21c8af8000c758dcc213117a695b19491c39221159ff0312f51
@@ -1,4 +1,5 @@
1
1
  version: v1.0
2
+ plan: standard-2
2
3
  name: neetob
3
4
  global_job_config:
4
5
  setup:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.4.9](https://www.github.com/bigbinary/neetob/compare/v0.4.8...v0.4.9) (2023-08-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Update github-labels.json ([#284](https://www.github.com/bigbinary/neetob/issues/284)) ([9919575](https://www.github.com/bigbinary/neetob/commit/9919575c2fd81269162409e9f6f1f878bb42a191))
9
+
10
+ ### [0.4.8](https://www.github.com/bigbinary/neetob/compare/v0.4.7...v0.4.8) (2023-07-06)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Fixed make-pr script cmd for local repos ([#272](https://www.github.com/bigbinary/neetob/issues/272)) ([5d6d6a0](https://www.github.com/bigbinary/neetob/commit/5d6d6a03d0b9d0fe680d799ad2b0f15d34902b28))
16
+
3
17
  ### [0.4.7](https://www.github.com/bigbinary/neetob/compare/v0.4.6...v0.4.7) (2023-06-16)
4
18
 
5
19
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.4.7)
4
+ neetob (0.4.9)
5
5
  brakeman (~> 5.0)
6
6
  chronic
7
7
  dotenv (~> 2.8.1)
data/bookmarks.md CHANGED
@@ -4,9 +4,8 @@
4
4
 
5
5
  [Engineer needed](https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3Abigbinary+label%3Aengineer-needed)
6
6
 
7
- [Issues across repos in bigbinary account where the last update was done before 1st Jan 2023 excluding repos jacky-winter-web, aceinvoice-web, trtle-rn, trtle-web](https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3Abigbinary+archived%3Afalse+updated%3A%3C2023-01-01+sort%3Aupdated-asc+-repo%3Abigbinary%2Fjacky-winter-web+-repo%3Abigbinary%2Faceinvoice-web+-repo%3Abigbinary%2Ftrtle-rn+-repo%3Abigbinary%2Ftrtle-web+)
7
+ [Issues across repos in bigbinary excluding client repos](https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3Abigbinary+archived%3Afalse+-repo%3Abigbinary%2Fjacky-winter-web+-repo%3Abigbinary%2Faceinvoice-web+-repo%3Abigbinary%2Ftrtle-rn+-repo%3Abigbinary%2Ftrtle-web+sort%3Acreated-asc+)
8
8
 
9
- [Issues across repos in bigbinary account where the last update was done from 1st Jan 2023 till 1st May 2023 excluding repos jacky-winter-web, aceinvoice-web, trtle-rn, trtle-web](https://github.com/issues?q=+is%3Aopen+is%3Aissue+org%3Abigbinary+archived%3Afalse+updated%3A2023-01-01..2023-04-01+sort%3Aupdated-asc+-repo%3Abigbinary%2Fjacky-winter-web+-repo%3Abigbinary%2Faceinvoice-web+-repo%3Abigbinary%2Ftrtle-rn+-repo%3Abigbinary%2Ftrtle-web+)
10
9
 
11
10
  ## Products checlist
12
11
 
@@ -1,6 +1,6 @@
1
1
  [
2
2
  {
3
- "name": "minor",
3
+ "name": "small",
4
4
  "description": "Estimate - less than 2 hours",
5
5
  "color": "B0C4DE"
6
6
  },
@@ -249,4 +249,9 @@
249
249
  "description": "Further discussion is required to work on this issue. Better we should move it to neetoPlanner's roadmap.",
250
250
  "color": "A62F71"
251
251
  },
252
+ {
253
+ "name": "consistency",
254
+ "description": "This is an issue related to inconsistency.",
255
+ "color": "E7DC0E"
256
+ }
252
257
  ]
@@ -35,8 +35,8 @@ module Neetob
35
35
  ui.info("\n Working on #{repo} \n")
36
36
  begin
37
37
  if local
38
- unless Dir.exist?("./#{repo}")
39
- ui.error("#{repo} don't exist in current dir")
38
+ unless Dir.exist?("./#{repo_name_without_org_suffix(repo)}")
39
+ ui.error("#{repo_name_without_org_suffix(repo)} don't exist in current dir")
40
40
  next
41
41
  end
42
42
  stash_local_changes(repo, local)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.4.7"
4
+ VERSION = "0.4.9"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neetob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-19 00:00:00.000000000 Z
11
+ date: 2023-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -133,7 +133,7 @@ extra_rdoc_files: []
133
133
  files:
134
134
  - ".editorconfig"
135
135
  - ".env"
136
- - ".neetoci/neetoci.yml"
136
+ - ".neetoci/default.yml"
137
137
  - ".rubocop.yml"
138
138
  - ".ruby-version"
139
139
  - ".semaphore/semaphore.yml"