Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Feb 19, 2024
1 parent 67ff4d6 commit 32cdab2
Show file tree
Hide file tree
Showing 103 changed files with 326 additions and 322 deletions.
2 changes: 1 addition & 1 deletion .envs/.local/.postgres
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# ------------------------------------------------------------------------------
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=feedback_linker
POSTGRES_DB=growth_plan_linker
POSTGRES_USER=debug
POSTGRES_PASSWORD=debug
2 changes: 1 addition & 1 deletion .envs/.production/.django
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DJANGO_SETTINGS_MODULE=config.settings.production
DJANGO_SECRET_KEY=rzB5Sl2LAHyQOR5SAKqc0KeJTyUjNYVhd0ovG6H1dGrdvpd2FtZ9phEacFvFcbd0
DJANGO_ADMIN_URL=Rz4fpz5g02YMT9VXPQ4QMu8J3hoXOIBa/
DJANGO_ALLOWED_HOSTS=.https://opensciencelabs.github.io/feedback-linker
DJANGO_ALLOWED_HOSTS=.https://opensciencelabs.github.io/growth-plan-linker

# Security
# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .envs/.production/.postgres
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# ------------------------------------------------------------------------------
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=feedback_linker
POSTGRES_DB=growth_plan_linker
POSTGRES_USER=debug
POSTGRES_PASSWORD=debug
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ body:
- type: markdown
attributes:
value: >
**Thank you for wanting to report a bug in Feedback Linker!**
**Thank you for wanting to report a bug in Growth Plan Linker!**
Verify first that your issue is not [already reported on
GitHub][issue search].
[issue search]: https://github.com/xmnlab/feedback-linker.git/issues?q=is%3Aopen+is%3Aissue+label%3Abug
[issue search]: https://github.com/xmnlab/growth-plan-linker.git/issues?q=is%3Aopen+is%3Aissue+label%3Abug
- type: textarea
attributes:
Expand Down Expand Up @@ -124,24 +124,24 @@ body:

- type: textarea
attributes:
# label: Feedback Linker version
# label: Growth Plan Linker version
# description: >-
# Paste verbatim output from `Feedback Linker --version` below, under the prompt line.
# Paste verbatim output from `Growth Plan Linker --version` below, under the prompt line.
# Don't wrap it with triple backticks — your whole input will be
# turned into a code snippet automatically.
render: console
placeholder: |
python -m pip show Feedback Linker
python -m pip show Growth Plan Linker
validations:
required: true

- type: checkboxes
attributes:
label: Code of Conduct
description: |
Read the [`Feedback Linker` Code of Conduct][CoC] first.
Read the [`Growth Plan Linker` Code of Conduct][CoC] first.
[CoC]: https://github.com/xmnlab/feedback-linker.git/coc/CODE_OF_CONDUCT.md
[CoC]: https://github.com/xmnlab/growth-plan-linker.git/coc/CODE_OF_CONDUCT.md
options:
- label: I agree to follow the Code of Conduct
required: true
Expand Down
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
blank_issues_enabled: true
contact_links:
- name: 🙋 Usage Questions
url: https://github.com/xmnlab/feedback-linker.git/discussions
url: https://github.com/xmnlab/growth-plan-linker.git/discussions
about: |
Use Feedback Linker's GitHub Discussions to ask "How do I do X with Feedback Linker?".
Use Growth Plan Linker's GitHub Discussions to ask "How do I do X with Growth Plan Linker?".
- name: 📖 Tutorial
url: https://github.com/xmnlab/feedback-linker.git
url: https://github.com/xmnlab/growth-plan-linker.git
about: |
The Feedback Linker tutorial is continually updated and provides an in depth walkthrough
of how to use the latest release of Feedback Linker.
- name: 📝 Feedback Linker Code of Conduct
url: https://github.com/xmnlab/feedback-linker.git/coc/CODE_OF_CONDUCT.md
about: Expectations for how people will interact with each other on Feedback Linker's GitHub.
The Growth Plan Linker tutorial is continually updated and provides an in depth walkthrough
of how to use the latest release of Growth Plan Linker.
- name: 📝 Growth Plan Linker Code of Conduct
url: https://github.com/xmnlab/growth-plan-linker.git/coc/CODE_OF_CONDUCT.md
about: Expectations for how people will interact with each other on Growth Plan Linker's GitHub.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/documentation-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ body:
- type: markdown
attributes:
value: >
**Thank you for wanting to report a problem with Feedback Linker's documentation!**
**Thank you for wanting to report a problem with Growth Plan Linker's documentation!**
Verify first that your issue is not [already reported on
GitHub][issue search].
[issue search]: https://github.com/xmnlab/feedback-linker.git/issues?q=is%3Aopen+is%3Aissue+label%3Adocs
[issue search]: https://github.com/xmnlab/growth-plan-linker.git/issues?q=is%3Aopen+is%3Aissue+label%3Adocs
- type: textarea
attributes:
Expand All @@ -25,7 +25,7 @@ body:
If there are external references that are related please link them here
as well.
placeholder: >-
I was reading the Feedback Linker documentation for Feedback Linker version X and I'm having
I was reading the Growth Plan Linker documentation for Growth Plan Linker version X and I'm having
problems understanding Y.
It would be very helpful if that got rephrased as Z.
validations:
Expand All @@ -43,9 +43,9 @@ body:
attributes:
label: Code of Conduct
description: |
Read the [`Feedback Linker` Code of Conduct][CoC] first.
Read the [`Growth Plan Linker` Code of Conduct][CoC] first.
[CoC]: https://github.com/xmnlab/feedback-linker.git/blob/main/CODE_OF_CONDUCT.md
[CoC]: https://github.com/xmnlab/growth-plan-linker.git/blob/main/CODE_OF_CONDUCT.md
options:
- label: I agree to follow the Code of Conduct
required: true
Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: markdown
attributes:
value: >
**Thank you for wanting to suggest a feature for Feedback Linker!**
**Thank you for wanting to suggest a feature for Growth Plan Linker!**
Expand All @@ -17,7 +17,7 @@ body:
already be implemented in a development release.
[issue search]: https://github.com/xmnlab/feedback-linker.git/issues?q=is%3Aopen+is%3Aissue+label%3Afeat%2Fenhancement
[issue search]: https://github.com/xmnlab/growth-plan-linker.git/issues?q=is%3Aopen+is%3Aissue+label%3Afeat%2Fenhancement
- type: textarea
attributes:
Expand All @@ -28,7 +28,7 @@ body:
What's the problem this feature will solve?
What are you trying to do, that you are unable to achieve
with the **latest** release of Feedback Linker?
with the **latest** release of Growth Plan Linker?
* Provide examples of real-world use cases that this would enable
Expand All @@ -44,7 +44,7 @@ body:
If there are external references or other GitHub Issues that are related
please link them here as well.
placeholder: >-
I am trying to do X with Feedback Linker version x.y.z and I think that implementing
I am trying to do X with Growth Plan Linker version x.y.z and I think that implementing
new feature Y would be very helpful for me and every other user because of Z.
validations:
required: true
Expand All @@ -70,9 +70,9 @@ body:
attributes:
label: Code of Conduct
description: |
Read the [`Feedback Linker` Code of Conduct][CoC] first.
Read the [`Growth Plan Linker` Code of Conduct][CoC] first.
[CoC]: https://github.com/xmnlab/feedback-linker.git/coc/CODE_OF_CONDUCT.md
[CoC]: https://github.com/xmnlab/growth-plan-linker.git/coc/CODE_OF_CONDUCT.md
options:
- label: I agree to follow the Code of Conduct
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
environment-file: conda/dev.yaml
channels: conda-forge,nodefaults
channel-priority: true
activate-environment: feedback-linker
activate-environment: growth-plan-linker
use-mamba: true
miniforge-variant: Mambaforge

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
environment-file: conda/dev.yaml
channels: conda-forge,nodefaults
channel-priority: true
activate-environment: feedback-linker
activate-environment: growth-plan-linker
use-mamba: true
miniforge-variant: Mambaforge

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ repos:
name: vulture
entry: vulture --min-confidence 80
language: system
files: "src/feedback-linker"
files: "src/growth-plan-linker"
description: Find unused Python code.
pass_filenames: true
types:
Expand All @@ -92,7 +92,7 @@ repos:
name: mccabe
entry: python -m mccabe --min 10
language: system
files: "src/feedback-linker"
files: "src/growth-plan-linker"
pass_filenames: true
types:
- python
6 changes: 3 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
{
"replacements": [
{
"files": ["src/feedback_linker/__init__.py"],
"files": ["src/growth_plan_linker/__init__.py"],
"from": "return '.*' # semantic-release",
"to": "return '${nextRelease.version}' # semantic-release",
"results": [
{
"file": "src/feedback_linker/__init__.py",
"file": "src/growth_plan_linker/__init__.py",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
Expand Down Expand Up @@ -65,7 +65,7 @@
"assets": [
"pyproject.toml",
"docs/changelog.md",
"src/feedback_linker/__init__.py"
"src/growth_plan_linker/__init__.py"
],
"message": "chore(release): ${nextRelease.version}"
}
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Feedback-Linker
# Growth-Plan-Linker

Feedback-Linker is a simplified feedback exchange platform designed to
Growth-Plan-Linker is a simplified feedback exchange platform designed to
facilitate periodic feedback between individuals within specific projects. It
aims to streamline communication and insights sharing, enhancing project
collaboration and personal development.

- Documentation: <https://opensciencelabs.github.io/feedback-linker>
- Documentation: <https://opensciencelabs.github.io/growth-plan-linker>

## Features

Feedback-Linker includes several key features to manage feedback efficiently:
Growth-Plan-Linker includes several key features to manage feedback efficiently:

### Projects

Expand Down Expand Up @@ -60,19 +60,19 @@ Feedback-Linker includes several key features to manage feedback efficiently:

## Contributing

Feedback-Linker is open for contributions. Whether it's feature requests, bug
reports, or code contributions, we welcome your input to make Feedback-Linker
Growth-Plan-Linker is open for contributions. Whether it's feature requests, bug
reports, or code contributions, we welcome your input to make Growth-Plan-Linker
better. Please see our contributing guidelines for more information.

## License

Feedback-Linker is licensed under the BSD 3-Clause License.
Growth-Plan-Linker is licensed under the BSD 3-Clause License.

## Contact

For support or to get in touch with the developers, please open an issue.

---

We hope Feedback-Linker enhances your project collaboration and personal
We hope Growth-Plan-Linker enhances your project collaboration and personal
development efforts!
2 changes: 1 addition & 1 deletion conda/dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: feedback-linker
name: growth-plan-linker
channels:
- nodefaults
- conda-forge
Expand Down
16 changes: 8 additions & 8 deletions containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
FROM condaforge/mambaforge:latest

LABEL maintainer="Ivan Ogasawara <ivan.ogasawara@gmail.com>"
LABEL org.opencontainers.image.title="Feedback Linker"
LABEL org.opencontainers.image.authors="Feedback Linker Team"
LABEL org.opencontainers.image.source="https://github.com/xmnlab/feedback-linker.git"
LABEL org.opencontainers.image.title="Growth Plan Linker"
LABEL org.opencontainers.image.authors="Growth Plan Linker Team"
LABEL org.opencontainers.image.source="https://github.com/xmnlab/growth-plan-linker.git"
LABEL org.opencontainers.image.version="latest"
LABEL org.opencontainers.image.description="The main objective of this platform is to offer a space to handle and organize feedback between two people"

Expand All @@ -18,7 +18,7 @@ SHELL ["/bin/bash", "-c"]
# executing commands with /bin/bash -c
# Needed to have the micromamba activate command configured etc.

ENV ENV_NAME=feedback_linker
ENV ENV_NAME=growth_plan_linker
ENV DEBIAN_FRONTEND=noninteractive
ARG UID=1000
ARG GID=1000
Expand All @@ -39,9 +39,9 @@ RUN apt-get update && \
vim && \
rm -rf /var/lib/apt/lists/*

USER feedback_linker
USER growth_plan_linker

WORKDIR /feedback-linker
WORKDIR /growth-plan-linker

COPY pyproject.toml .

Expand All @@ -54,10 +54,10 @@ RUN mamba install -y poetry && \
poetry install --no-dev --no-interaction --no-ansi


COPY . /feedback-linker/
COPY . /growth-plan-linker/

COPY . .

COPY compose.yaml .

CMD ["python", "feedback_linker.py"]
CMD ["python", "growth_plan_linker.py"]
2 changes: 1 addition & 1 deletion containers/compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
volumes:
- ./docs:/docs:z
- ./config:/app/config:z
- ./feedback_linker:/app/feedback_linker:z
- ./growth_plan_linker:/app/growth_plan_linker:z
ports:
- "9000:9000"
command: /start-docs
2 changes: 1 addition & 1 deletion containers/compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:

image: feedback_linker_production_django
volumes:
- production_django_media:/app/feedback_linker/media
- production_django_media:/app/growth_plan_linker/media
depends_on:
- postgres
- redis
Expand Down
4 changes: 2 additions & 2 deletions containers/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ certificatesResolvers:
http:
routers:
web-secure-router:
rule: "Host(`https://opensciencelabs.github.io/feedback-linker`)"
rule: "Host(`https://opensciencelabs.github.io/growth-plan-linker`)"
entryPoints:
- web-secure
middlewares:
Expand All @@ -39,7 +39,7 @@ http:
certResolver: letsencrypt

web-media-router:
rule: "Host(`https://opensciencelabs.github.io/feedback-linker`) && PathPrefix(`/media/`)"
rule: "Host(`https://opensciencelabs.github.io/growth-plan-linker`) && PathPrefix(`/media/`)"
entryPoints:
- web-secure
middlewares:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/references.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Api references

::: feedback_linker
::: growth_plan_linker
4 changes: 2 additions & 2 deletions docs/api/references.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
API references
==============

.. automodule:: feedback_linker
.. automodule:: growth_plan_linker
:members:

.. automodule:: feedback_linker.feedback_linker
.. automodule:: growth_plan_linker.growth_plan_linker
:members:
Loading

0 comments on commit 32cdab2

Please sign in to comment.