airbyte-source-gitlab 4.0.0__py3-none-any.whl → 4.0.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-source-gitlab
3
- Version: 4.0.0
3
+ Version: 4.0.1
4
4
  Summary: Source implementation for GitLab.
5
5
  Home-page: https://airbyte.com
6
6
  License: MIT
@@ -1,7 +1,7 @@
1
1
  source_gitlab/__init__.py,sha256=Bip0P3F1yGxbb0nNwdTE8i98KtkuTT_MzZbMeSxziBM,1134
2
2
  source_gitlab/components/partition_routers.py,sha256=tu8gl2FoBCic6xohSbZr1YTdOAEyczQyZqMSBomhEG8,2054
3
3
  source_gitlab/config_migrations.py,sha256=K6Bg8zh4Zz1U9QlilRyAC1oy8RQJOOsVhh62jVIPTrY,3816
4
- source_gitlab/manifest.yaml,sha256=GztDIgezKHPryerxFotu6U1DZDpertlk6yOLsW6kOmM,20701
4
+ source_gitlab/manifest.yaml,sha256=n0a-CfKB9OmsKD9fCYYGW8S8tt5nfg2VfebMPQbw9fM,20615
5
5
  source_gitlab/run.py,sha256=opjAlKxINNpsekbyOYAAxh25DxI7gTKg5ohJmDwe0q0,403
6
6
  source_gitlab/schemas/branches.json,sha256=iQMHidNwdx2g4UgfkeOZPhpG67K--S2jPM-XLBPhJb8,800
7
7
  source_gitlab/schemas/commits.json,sha256=2VgI6Ih5lrzzeuIacVNqigM8RwR93u2cEwD21LmEpvU,1676
@@ -29,7 +29,7 @@ source_gitlab/schemas/users.json,sha256=h89E6ZHQWbwU_MhErTZTtfiIZjF6aLAbHZQJ8TCT
29
29
  source_gitlab/source.py,sha256=Gc17C7D_cazqOdnVEIUNwRYYucDzNXrsGXqXnZy8CN8,1093
30
30
  source_gitlab/spec.json,sha256=0eit0zD-6kdcaNhJ1sAf0ABgIUwnlPV87Sbu3A4JvG0,6132
31
31
  source_gitlab/utils.py,sha256=idtKZiT-ILRRtpO0rxPJ1wim-mWN6ewzN_KgLCmogBs,456
32
- airbyte_source_gitlab-4.0.0.dist-info/METADATA,sha256=asNgVphsQaU72h5JTog65drshNXIH166yimWLEhRhZE,5234
33
- airbyte_source_gitlab-4.0.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
34
- airbyte_source_gitlab-4.0.0.dist-info/entry_points.txt,sha256=sbp4881P3oluHtnFDy4ZCVHDfL5fIkVQhJ7vka_qzTc,55
35
- airbyte_source_gitlab-4.0.0.dist-info/RECORD,,
32
+ airbyte_source_gitlab-4.0.1.dist-info/METADATA,sha256=HYXjnOyqR16tnvzGxD1Wpi6qtNc87480IJ_4QjosROc,5234
33
+ airbyte_source_gitlab-4.0.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
34
+ airbyte_source_gitlab-4.0.1.dist-info/entry_points.txt,sha256=sbp4881P3oluHtnFDy4ZCVHDfL5fIkVQhJ7vka_qzTc,55
35
+ airbyte_source_gitlab-4.0.1.dist-info/RECORD,,
@@ -43,9 +43,8 @@ definitions:
43
43
  http_codes: [401]
44
44
  error_message: Unable to refresh the `access_token`, please re-authenticate in Sources > Settings.
45
45
  - type: HttpResponseFilter
46
- action: FAIL
46
+ action: RETRY
47
47
  http_codes: [500]
48
- error_message: Unable to connect to Gitlab API with the provided credentials
49
48
  - type: HttpResponseFilter
50
49
  action: FAIL
51
50
  http_codes: [404]