Skip to content

Commit 8cb51ae

Browse files
dtpryceclaude
andcommitted
chore: post-transfer cleanup (Wandera → Jamf migration)
Updates all Wandera org references after the repository transfer to jamf. - CODEOWNERS: @wandera/datascience → @jamf/data-science - setup.py: GitHub repo URL - README.md: badge URL (CodeQL badge also removed — workflow deleted) - CONTRIBUTING.md: issue links - onepassword/client.py: 1password.com account domain examples Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e3b7f49 commit 8cb51ae

6 files changed

Lines changed: 14 additions & 82 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# the repo. Unless a later match takes precedence,
66
# @global-owner1 and @global-owner2 will be requested for
77
# review when someone opens a pull request.
8-
* @wandera/datascience
8+
* @jamf/data-science
99

1010
# Order is important; the last matching pattern takes the most
1111
# precedence. When someone opens a pull request that only

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ For more information on how we write our markdown files, see [the GitHub Markdow
3030

3131
#### Create a new issue
3232

33-
If you spot a problem with the docs, [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments). If a related issue doesn't exist, you can open a new issue using a relevant [issue form](https://github.com/wandera/1password-client/issues/new/choose).
33+
If you spot a problem with the docs, [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments). If a related issue doesn't exist, you can open a new issue using a relevant [issue form](https://github.com/jamf/1password-client/issues/new/choose).
3434

3535
#### Solve an issue
3636

37-
Scan through our [existing issues](https://github.com/wandera/1password-client/issues) to find one that interests you. You can narrow down the search using `labels` as filters. As a general rule, we don’t assign issues to anyone. If you find an issue to work on, you are welcome to open a PR with a fix.
37+
Scan through our [existing issues](https://github.com/jamf/1password-client/issues) to find one that interests you. You can narrow down the search using `labels` as filters. As a general rule, we don’t assign issues to anyone. If you find an issue to work on, you are welcome to open a PR with a fix.
3838

3939
### Make Changes
4040

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# OnePassword python client
2-
[![PyPi release](https://github.com/wandera/1password-client/actions/workflows/publish-to-pypi.yml/badge.svg?branch=main&event=push)](https://github.com/wandera/1password-client/actions/workflows/publish-to-pypi.yml)
3-
[![CodeQL](https://github.com/wandera/1password-client/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/wandera/1password-client/actions/workflows/codeql-analysis.yml)
2+
[![PyPi release](https://github.com/jamf/1password-client/actions/workflows/publish-to-pypi.yml/badge.svg?branch=main&event=push)](https://github.com/jamf/1password-client/actions/workflows/publish-to-pypi.yml)
43

54
Python client around the 1Password password manager cli for usage within python code and
65
Jupyter Notebooks. Developed by Data Scientists from Jamf.

onepassword/client.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class ManualSignIn(SignIn):
7070
"""
7171
Class to sign in to 1Password manually, see: https://developer.1password.com/docs/cli/sign-in-manually
7272
73-
:param account: Shorthand account name for your 1Password account e.g. wandera from wandera.1password.com.
73+
:param account: Shorthand account name for your 1Password account e.g. jamf from jamf.1password.com.
7474
(Optional, default = None)
7575
:param password: 1Password password. (Optional, default = None)
7676
"""
@@ -129,9 +129,9 @@ def signin_wrapper(
129129
Helper function for user to sign in but allows for three incorrect passwords. If successful signs in and updates
130130
bash profile, if not raises exception and points user to 1Password support.
131131
132-
:param account: Shorthand account name for your 1Password account e.g. wandera from wandera.1password.com.
132+
:param account: Shorthand account name for your 1Password account e.g. jamf from jamf.1password.com.
133133
(Optional, default = None)
134-
:param domain: Full domain name of 1Password account e.g. wandera.1password.com (Optional, default=None)
134+
:param domain: Full domain name of 1Password account e.g. jamf.1password.com (Optional, default=None)
135135
:param email: Email address of 1Password account (Optional, default=None)
136136
:param secret_key: Secret key of 1Password account (Optional, default=None)
137137
:param master_password: Password for 1Password account (Optional, default=None)
@@ -163,9 +163,9 @@ def signin(
163163
"""
164164
Helper function to prepare sign in for the user
165165
166-
:param account: Shorthand name for your 1Password account e.g. wandera from wandera.1password.com
166+
:param account: Shorthand name for your 1Password account e.g. jamf from jamf.1password.com
167167
(Optional, default=None)
168-
:param domain: Full domain name of 1Password account e.g. wandera.1password.com (Optional, default=None)
168+
:param domain: Full domain name of 1Password account e.g. jamf.1password.com (Optional, default=None)
169169
:param email: Email address of 1Password account (Optional, default=None)
170170
:param secret_key: Secret key of 1Password account (Optional, default=None)
171171
:param master_password: Password for 1Password account (Optional, default=None)
@@ -192,8 +192,8 @@ def signin(
192192
session_dict = bp.get_key_value(self._env_session, fuzzy=True)[0] # list of dicts from BashProfile
193193
account = list(session_dict.keys())[0].split(self._env_session + "_")[1]
194194
except AttributeError:
195-
account = input("Please input your 1Password account name e.g. wandera from "
196-
"wandera.1password.com: ")
195+
account = input("Please input your 1Password account name e.g. jamf from "
196+
"jamf.1password.com: ")
197197
except ValueError:
198198
raise ValueError("First signin failed or not executed.")
199199

@@ -207,7 +207,7 @@ class AppSignIn(SignIn):
207207
Class to sign in to 1Password using the 1Password app integration,
208208
see: https://developer.1password.com/docs/cli/app-integration
209209
210-
:param account: Shorthand account name for your 1Password account e.g. wandera from wandera.1password.com.
210+
:param account: Shorthand account name for your 1Password account e.g. jamf from jamf.1password.com.
211211
(Optional, default = None)
212212
"""
213213
def __init__(self, account: str | None = None) -> None:
@@ -243,7 +243,7 @@ def signin(self, account: str | None = None) -> None:
243243
"""
244244
Sign in to your 1Password account using the app integration
245245
246-
:param account: Shorthand account name for your 1Password account e.g. wandera from wandera.1password.com.
246+
:param account: Shorthand account name for your 1Password account e.g. jamf from jamf.1password.com.
247247
(Optional, default = None)
248248
"""
249249
bash_profile = BashProfile()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def readme():
4747
],
4848
python_requires='>=3.7',
4949
license="MIT",
50-
url="https://github.com/wandera/1password-client",
50+
url="https://github.com/jamf/1password-client",
5151
classifiers=["Programming Language :: Python :: 3 :: Only",
5252
"License :: OSI Approved :: MIT License",
5353
"Operating System :: MacOS :: MacOS X",

0 commit comments

Comments
 (0)