Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Common authentication libraries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Lambert
Common authentication libraries
Commits
6c63e39e
Commit
6c63e39e
authored
4 years ago
by
Jenkins for Software Heritage
Browse files
Options
Downloads
Plain Diff
Merge tag 'debian/0.5.4-1_swh1' into debian/buster-swh
parents
10149f77
8f0e7221
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
PKG-INFO
+1
-1
1 addition, 1 deletion
PKG-INFO
debian/changelog
+5
-3
5 additions, 3 deletions
debian/changelog
swh.auth.egg-info/PKG-INFO
+1
-1
1 addition, 1 deletion
swh.auth.egg-info/PKG-INFO
swh/auth/pytest_plugin.py
+2
-0
2 additions, 0 deletions
swh/auth/pytest_plugin.py
tox.ini
+40
-0
40 additions, 0 deletions
tox.ini
with
49 additions
and
5 deletions
PKG-INFO
+
1
−
1
View file @
6c63e39e
Metadata-Version: 2.1
Name: swh.auth
Version: 0.5.
3
Version: 0.5.
4
Summary: Software Heritage Authentication Utilities
Home-page: https://forge.softwareheritage.org/source/swh-auth/
Author: Software Heritage developers
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
5
−
3
View file @
6c63e39e
swh-auth (0.5.
3
-1~swh1
~bpo10+1) buster
-swh; urgency=medium
swh-auth (0.5.
4
-1~swh1
) unstable
-swh; urgency=medium
* Rebuild for buster-swh
* New upstream release 0.5.4 - (tagged by Antoine Lambert
<antoine.lambert@inria.fr> on 2021-04-29 14:20:23 +0200)
* Upstream changes: - version 0.5.4
-- Software Heritage autobuilder (on jenkins-debian1) <jenkins@jenkins-debian1.internal.softwareheritage.org> Thu, 2
2
Apr 2021 1
6:50:0
4 +0000
-- Software Heritage autobuilder (on jenkins-debian1) <jenkins@jenkins-debian1.internal.softwareheritage.org> Thu, 2
9
Apr 2021 1
2:23:3
4 +0000
swh-auth (0.5.3-1~swh1) unstable-swh; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
swh.auth.egg-info/PKG-INFO
+
1
−
1
View file @
6c63e39e
Metadata-Version: 2.1
Name: swh.auth
Version: 0.5.
3
Version: 0.5.
4
Summary: Software Heritage Authentication Utilities
Home-page: https://forge.softwareheritage.org/source/swh-auth/
Author: Software Heritage developers
...
...
This diff is collapsed.
Click to expand it.
swh/auth/pytest_plugin.py
+
2
−
0
View file @
6c63e39e
...
...
@@ -59,6 +59,8 @@ class KeycloackOpenIDConnectMock(KeycloakOpenIDConnect):
user_info
:
Dict
=
USER_INFO
,
raw_realm_public_key
:
str
=
RAW_REALM_PUBLIC_KEY
,
):
"""
Constructor
"""
super
().
__init__
(
server_url
=
server_url
,
realm_name
=
realm_name
,
client_id
=
client_id
)
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
40
−
0
View file @
6c63e39e
...
...
@@ -35,3 +35,43 @@ deps =
mypy
commands
=
mypy
swh
# build documentation outside swh-environment using the current
# git HEAD of swh-docs, is executed on CI for each diff to prevent
# breaking doc build
[testenv:sphinx]
whitelist_externals
=
make
usedevelop
=
true
extras
=
django
testing
deps
=
# fetch and install swh-docs in develop mode
-e
git+https://forge.softwareheritage.org/source/swh-docs
#egg=swh.docs
setenv
=
SWH_PACKAGE_DOC_TOX_BUILD
=
1
# turn warnings into errors
SPHINXOPTS
=
-W
commands
=
make
-I
../.tox/sphinx/src/swh-docs/swh/
-C
docs
# build documentation only inside swh-environment using local state
# of swh-docs package
[testenv:sphinx-dev]
whitelist_externals
=
make
usedevelop
=
true
extras
=
django
testing
deps
=
# install swh-docs in develop mode
-e
../swh-docs
setenv
=
SWH_PACKAGE_DOC_TOX_BUILD
=
1
# turn warnings into errors
SPHINXOPTS
=
-W
commands
=
make
-I
../.tox/sphinx-dev/src/swh-docs/swh/
-C
docs
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment