Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebrand repo to the group-agnostic gh organisation #809

Merged
merged 3 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ jobs:
pipenv run pytest -rs -vvv --cov-report=term --cov-report=xml --cov ./pydatalab ./tests

- name: Upload coverage to Codecov
if: matrix.python-version == '3.10' && github.repository == 'the-grey-group/datalab'
if: matrix.python-version == '3.10' && github.repository == 'datalab-org/datalab'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: the-grey-group/datalab
slug: datalab-org/datalab

webapp:
name: Test the app build
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/ci_automerge_dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
publish:
runs-on: ubuntu-latest
if: github.repository == 'the-grey-group/datalab' && startsWith(github.ref, 'refs/tags/v')
if: github.repository == 'datalab-org/datalab' && startsWith(github.ref, 'refs/tags/v')
env:
PUBLISH_UPDATE_BRANCH: main

Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repository consists of two components:

To run *datalab*, you will need to install the environments for each component.

Firstly, from the desired folder, clone this repository from GitHub to your local machine with `git clone https://github.com/the-grey-group/datalab`.
Firstly, from the desired folder, clone this repository from GitHub to your local machine with `git clone https://github.com/datalab-org/datalab`.

### `pydatalab` server installation

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</div>

<div align="center">
<a href="https://github.com/the-grey-group/datalab/releases"><img src="https://badgen.net/github/release/the-grey-group/datalab?icon=github&color=blue"></a>
<a href="https://github.com/the-grey-group/datalab#MIT-1-ov-file"><img src="https://badgen.net/github/license/the-grey-group/datalab?icon=license&color=purple"></a>
<a href="https://github.com/datalab-org/datalab/releases"><img src="https://badgen.net/github/release/datalab-org/datalab?icon=github&color=blue"></a>
<a href="https://github.com/datalab-org/datalab#MIT-1-ov-file"><img src="https://badgen.net/github/license/datalab-org/datalab?icon=license&color=purple"></a>
</div>

<div align="center">
<a href="https://github.com/the-grey-group/datalab/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/the-grey-group/datalab/ci.yml?logo=github"></a>
<a href="https://github.com/datalab-org/datalab/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/datalab-org/datalab/ci.yml?logo=github"></a>
<a href="https://cloud.cypress.io/projects/4kqx5i/runs"><img src="https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/4kqx5i/main&style=flat&logo=cypress"></a>
<a href="https://the-datalab.readthedocs.io/en/latest/?badge=latest"><img src="https://img.shields.io/readthedocs/the-datalab?logo=readthedocs"></a>
</div>
Expand Down Expand Up @@ -40,7 +40,7 @@ in the Department of Chemistry at the University of Cambridge.


<div align="center">
<video width="400" controls src="https://github.com/the-grey-group/datalab/assets/7916000/0065cdd6-a5f0-4391-b192-0137fe208acc">
<video width="400" controls src="https://github.com/datalab-org/datalab/assets/7916000/0065cdd6-a5f0-4391-b192-0137fe208acc">
</video>
</div>

Expand Down Expand Up @@ -96,7 +96,7 @@ This software was conceived and developed by:

with contributions and testing performed by other members of the Grey Group.

A full list of code contributions can be found on [GitHub](https://github.com/the-grey-group/datalab/graphs/contributors).
A full list of code contributions can be found on [GitHub](https://github.com/datalab-org/datalab/graphs/contributors).

## Contact

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ theme:
features:
- content.code.copy

repo_name: the-grey-group/datalab
repo_url: https://github.com/the-grey-group/datalab
repo_name: datalab-org/datalab
repo_url: https://github.com/datalab-org/datalab

docs_dir: "pydatalab/docs"

extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/the-grey-group
link: https://github.com/datalab-org

markdown_extensions:
- admonition
Expand Down
8 changes: 4 additions & 4 deletions pydatalab/docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following shell snippets will download *datalab* and launch containers on th
Clone and enter the repository, if not done already

```shell
git clone [email protected]:the-grey-group/datalab; cd datalab
git clone [email protected]:datalab-org/datalab; cd datalab
```

Build the development containers:
Expand Down Expand Up @@ -111,7 +111,7 @@ The process may look something like the following:

- Add *datalab* as a [Git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules):
```shell
git submodule add [email protected]:the-grey-group/datalab
git submodule add [email protected]:datalab-org/datalab
cd datalab; git checkout v0.4.0 # at this point you can set any default version, or just track the main branch
git commit -a -m "Add datalab as submodule"
```
Expand Down Expand Up @@ -174,7 +174,7 @@ If not using the above approach, then the process will still be similar.
You must somehow download the latest *datalab* changes to your server (ideally with `git`) and then rebuild and relaunch the relevant Docker containers.

!!! warning Understand the CHANGELOG before updating
You **should** read the *datalab* CHANGELOG and [release notes](https://github.com/the-grey-group/datalab/releases) before deciding to update.
You **should** read the *datalab* CHANGELOG and [release notes](https://github.com/datalab-org/datalab/releases) before deciding to update.
These may contain specific instructions on required migrations or other steps required in the future that are not covered by this current state
of the documentation.

Expand Down Expand Up @@ -216,7 +216,7 @@ In the future, many admin tasks (e.g., updating user info, allowing/blocking use
One such `invoke` task implements the ingestion of a [ChemInventory](https://cheminventory.net) chemical inventory into *datalab*.
It relies on the Excel export feature of ChemInventory and is achieved with `invoke admin.import-cheminventory <filename>`.
If a future export is made and reimported, the old entries will be kept and updated, rather than overwritten.
*datalab* currently has no functionality for chemical inventory management itself; if you wish to support importing from another inventory system, please [raise an issue](https://github.com/the-grey-group/datalab/issues/new).
*datalab* currently has no functionality for chemical inventory management itself; if you wish to support importing from another inventory system, please [raise an issue](https://github.com/datalab-org/datalab/issues/new).

### Backups

Expand Down
4 changes: 2 additions & 2 deletions pydatalab/pydatalab/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ class DeploymentMetadata(BaseModel):
"""A model for specifying metadata about a datalab deployment."""

maintainer: Optional[Person]
issue_tracker: Optional[AnyUrl] = Field("https://github.com/the-grey-group/datalab/issues")
issue_tracker: Optional[AnyUrl] = Field("https://github.com/datalab-org/datalab/issues")
homepage: Optional[AnyUrl]
source_repository: Optional[AnyUrl] = Field("https://github.com/the-grey-group/datalab")
source_repository: Optional[AnyUrl] = Field("https://github.com/datalab-org/datalab")

@validator("maintainer")
def strip_fields_from_person(cls, v):
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<p>
datalab is open source (MIT license) and development occurs on GitHub at
<a href="https://github.com/the-grey-group/datalab"
><font-awesome-icon :icon="['fab', 'github']" />&nbsp;the-grey-group/datalab</a
<a href="https://github.com/datalab-org/datalab"
><font-awesome-icon :icon="['fab', 'github']" />&nbsp;datalab-org/datalab</a
>
with documentation available on
<a href="https://the-datalab.readthedocs.io"
Expand Down
Loading