invenio-github 3.0.2__tar.gz → 4.0.0__tar.gz
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.
- {invenio_github-3.0.2 → invenio_github-4.0.0}/AUTHORS.rst +1 -1
- {invenio_github-3.0.2 → invenio_github-4.0.0}/CHANGES.rst +3 -5
- {invenio_github-3.0.2 → invenio_github-4.0.0}/PKG-INFO +5 -7
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/__init__.py +1 -1
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/assets/semantic-ui/js/invenio_github/index.js +1 -1
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/config.py +1 -1
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github.egg-info/PKG-INFO +5 -7
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github.egg-info/requires.txt +1 -1
- {invenio_github-3.0.2 → invenio_github-4.0.0}/setup.cfg +1 -1
- {invenio_github-3.0.2 → invenio_github-4.0.0}/.git-blame-ignore-revs +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/.lgtm +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/.travis.yml +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/CONTRIBUTING.rst +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/INSTALL.rst +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/LICENSE +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/MAINTAINERS +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/MANIFEST.in +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/README.rst +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/RELEASE-NOTES.rst +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/babel.ini +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/constraints-pypi.txt +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/alembic/5a5428312b2b_create_github_branch.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/alembic/b0eaee37b545_create_github_tables.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/api.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/errors.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/ext.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/models.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/oauth/handlers.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/oauth/remote_app.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/proxies.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/receivers.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/tasks.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/templates/semantic-ui/invenio_github/base.html +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/templates/semantic-ui/invenio_github/helpers.html +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/templates/semantic-ui/invenio_github/settings/base.html +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/templates/semantic-ui/invenio_github/settings/helpers.html +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/templates/semantic-ui/invenio_github/settings/index.html +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/templates/semantic-ui/invenio_github/settings/index_item.html +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/templates/semantic-ui/invenio_github/settings/view.html +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/cs/LC_MESSAGES/messages.mo +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/cs/LC_MESSAGES/messages.po +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/da/LC_MESSAGES/messages.mo +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/da/LC_MESSAGES/messages.po +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/de/LC_MESSAGES/messages.mo +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/de/LC_MESSAGES/messages.po +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/en/LC_MESSAGES/messages.mo +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/en/LC_MESSAGES/messages.po +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/es/LC_MESSAGES/messages.mo +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/es/LC_MESSAGES/messages.po +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/fr/LC_MESSAGES/messages.mo +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/fr/LC_MESSAGES/messages.po +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/it/LC_MESSAGES/messages.mo +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/it/LC_MESSAGES/messages.po +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/messages.pot +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/utils.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/views/__init__.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/views/badge.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/views/github.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/webpack.py +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github.egg-info/SOURCES.txt +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github.egg-info/dependency_links.txt +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github.egg-info/entry_points.txt +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github.egg-info/not-zip-safe +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github.egg-info/top_level.txt +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/pyproject.toml +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/requirements-devel.txt +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/run-i18n-tests.sh +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/run-tests.sh +0 -0
- {invenio_github-3.0.2 → invenio_github-4.0.0}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
..
|
|
2
2
|
This file is part of Invenio.
|
|
3
|
-
Copyright (C) 2016-
|
|
3
|
+
Copyright (C) 2016-2025 CERN.
|
|
4
4
|
Copyright (C) 2024-2025 Graz University of Technology.
|
|
5
5
|
|
|
6
6
|
Invenio is free software; you can redistribute it
|
|
@@ -26,12 +26,10 @@
|
|
|
26
26
|
Changes
|
|
27
27
|
=======
|
|
28
28
|
|
|
29
|
-
Version
|
|
29
|
+
Version v4.0.0 (released 2025-XX-XX)
|
|
30
30
|
|
|
31
|
+
- setup: bump major version of `invenio-oauthclient`
|
|
31
32
|
- api: optimize sync process with batch task execution
|
|
32
|
-
* prevent GitHub page timeout with 504 after sync
|
|
33
|
-
* optimize sync process with batch task execution
|
|
34
|
-
* add tests for sync() and sync_repo_hooks() methods
|
|
35
33
|
|
|
36
34
|
Version v3.0.1 (released 2025-07-30)
|
|
37
35
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: invenio-github
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0.0
|
|
4
4
|
Summary: "Invenio module that adds GitHub integration to the platform."
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-github
|
|
6
6
|
Author: CERN
|
|
@@ -24,7 +24,7 @@ Requires-Dist: invenio-db<3.0.0,>=2.0.0
|
|
|
24
24
|
Requires-Dist: invenio-formatter<4.0.0,>=3.0.0
|
|
25
25
|
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
|
|
26
26
|
Requires-Dist: invenio-oauth2server<4.0.0,>=3.0.0
|
|
27
|
-
Requires-Dist: invenio-oauthclient<
|
|
27
|
+
Requires-Dist: invenio-oauthclient<7.0.0,>=6.0.0
|
|
28
28
|
Requires-Dist: invenio-pidstore<3.0.0,>=2.0.0
|
|
29
29
|
Requires-Dist: invenio-records-rest<4.0.0,>=3.0.0
|
|
30
30
|
Requires-Dist: invenio-webhooks<2.0.0,>=1.0.0
|
|
@@ -103,7 +103,7 @@ Invenio module that adds GitHub integration to the platform.
|
|
|
103
103
|
|
|
104
104
|
..
|
|
105
105
|
This file is part of Invenio.
|
|
106
|
-
Copyright (C) 2016-
|
|
106
|
+
Copyright (C) 2016-2025 CERN.
|
|
107
107
|
Copyright (C) 2024-2025 Graz University of Technology.
|
|
108
108
|
|
|
109
109
|
Invenio is free software; you can redistribute it
|
|
@@ -129,12 +129,10 @@ Invenio module that adds GitHub integration to the platform.
|
|
|
129
129
|
Changes
|
|
130
130
|
=======
|
|
131
131
|
|
|
132
|
-
Version
|
|
132
|
+
Version v4.0.0 (released 2025-XX-XX)
|
|
133
133
|
|
|
134
|
+
- setup: bump major version of `invenio-oauthclient`
|
|
134
135
|
- api: optimize sync process with batch task execution
|
|
135
|
-
* prevent GitHub page timeout with 504 after sync
|
|
136
|
-
* optimize sync process with batch task execution
|
|
137
|
-
* add tests for sync() and sync_repo_hooks() methods
|
|
138
136
|
|
|
139
137
|
Version v3.0.1 (released 2025-07-30)
|
|
140
138
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
#
|
|
3
3
|
# This file is part of Invenio.
|
|
4
|
-
# Copyright (C) 2023
|
|
4
|
+
# Copyright (C) 2023 CERN.
|
|
5
5
|
#
|
|
6
6
|
# Invenio is free software: you can redistribute it and/or modify
|
|
7
7
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: invenio-github
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0.0
|
|
4
4
|
Summary: "Invenio module that adds GitHub integration to the platform."
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-github
|
|
6
6
|
Author: CERN
|
|
@@ -24,7 +24,7 @@ Requires-Dist: invenio-db<3.0.0,>=2.0.0
|
|
|
24
24
|
Requires-Dist: invenio-formatter<4.0.0,>=3.0.0
|
|
25
25
|
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
|
|
26
26
|
Requires-Dist: invenio-oauth2server<4.0.0,>=3.0.0
|
|
27
|
-
Requires-Dist: invenio-oauthclient<
|
|
27
|
+
Requires-Dist: invenio-oauthclient<7.0.0,>=6.0.0
|
|
28
28
|
Requires-Dist: invenio-pidstore<3.0.0,>=2.0.0
|
|
29
29
|
Requires-Dist: invenio-records-rest<4.0.0,>=3.0.0
|
|
30
30
|
Requires-Dist: invenio-webhooks<2.0.0,>=1.0.0
|
|
@@ -103,7 +103,7 @@ Invenio module that adds GitHub integration to the platform.
|
|
|
103
103
|
|
|
104
104
|
..
|
|
105
105
|
This file is part of Invenio.
|
|
106
|
-
Copyright (C) 2016-
|
|
106
|
+
Copyright (C) 2016-2025 CERN.
|
|
107
107
|
Copyright (C) 2024-2025 Graz University of Technology.
|
|
108
108
|
|
|
109
109
|
Invenio is free software; you can redistribute it
|
|
@@ -129,12 +129,10 @@ Invenio module that adds GitHub integration to the platform.
|
|
|
129
129
|
Changes
|
|
130
130
|
=======
|
|
131
131
|
|
|
132
|
-
Version
|
|
132
|
+
Version v4.0.0 (released 2025-XX-XX)
|
|
133
133
|
|
|
134
|
+
- setup: bump major version of `invenio-oauthclient`
|
|
134
135
|
- api: optimize sync process with batch task execution
|
|
135
|
-
* prevent GitHub page timeout with 504 after sync
|
|
136
|
-
* optimize sync process with batch task execution
|
|
137
|
-
* add tests for sync() and sync_repo_hooks() methods
|
|
138
136
|
|
|
139
137
|
Version v3.0.1 (released 2025-07-30)
|
|
140
138
|
|
|
@@ -10,7 +10,7 @@ invenio-db<3.0.0,>=2.0.0
|
|
|
10
10
|
invenio-formatter<4.0.0,>=3.0.0
|
|
11
11
|
invenio-i18n<4.0.0,>=3.0.0
|
|
12
12
|
invenio-oauth2server<4.0.0,>=3.0.0
|
|
13
|
-
invenio-oauthclient<
|
|
13
|
+
invenio-oauthclient<7.0.0,>=6.0.0
|
|
14
14
|
invenio-pidstore<3.0.0,>=2.0.0
|
|
15
15
|
invenio-records-rest<4.0.0,>=3.0.0
|
|
16
16
|
invenio-webhooks<2.0.0,>=1.0.0
|
|
@@ -30,7 +30,7 @@ install_requires =
|
|
|
30
30
|
invenio-formatter>=3.0.0,<4.0.0
|
|
31
31
|
invenio-i18n>=3.0.0,<4.0.0
|
|
32
32
|
invenio-oauth2server>=3.0.0,<4.0.0
|
|
33
|
-
invenio-oauthclient>=
|
|
33
|
+
invenio-oauthclient>=6.0.0,<7.0.0
|
|
34
34
|
invenio-pidstore>=2.0.0,<3.0.0
|
|
35
35
|
invenio-records-rest>=3.0.0,<4.0.0
|
|
36
36
|
invenio-webhooks>=1.0.0,<2.0.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/cs/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/cs/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/da/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/da/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/de/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/de/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/en/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/en/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/es/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/es/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/fr/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/fr/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/it/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{invenio_github-3.0.2 → invenio_github-4.0.0}/invenio_github/translations/it/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|