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

Add automation for moving issue cards #4

Merged
merged 6 commits into from
Apr 23, 2021
Merged

Add automation for moving issue cards #4

merged 6 commits into from
Apr 23, 2021

Conversation

dhruvkb
Copy link
Member

@dhruvkb dhruvkb commented Apr 23, 2021

Fixes #2.

This PR adds automation for moving cards containing issues that are linked to PRs from the "To do" and "Backlog" columns to the "In progress" column of the project.

Copy link
Member

@zackkrida zackkrida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍 left one small comment but feel free to address it and merge.

.github/workflows/project_automation.yml Outdated Show resolved Hide resolved
.github/workflows/project_automation.yml Show resolved Hide resolved
python/shared/data.py Show resolved Hide resolved
.github/workflows/project_automation.yml Outdated Show resolved Hide resolved
@dhruvkb dhruvkb merged commit 9643479 into main Apr 23, 2021
@dhruvkb dhruvkb deleted the project_aut branch April 23, 2021 13:12
dhruvkb pushed a commit that referenced this pull request Feb 20, 2023
obulat pushed a commit that referenced this pull request Mar 27, 2024
Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com>

FEAT - Add lot for the content instead of a prop (#2)

Closes #2

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

TEST - Add tests for VTag (#7)

Added tests for Vtag,
tests include:
All props are sent to VButton
VTag renders slot content
Renders anchor tag.

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

FEAT - Ensure inner VButton emits and handles events in VTag #4

Closes #4

Added accessibility label (#10)

- Added aria-label to indicate that that the link is a tag

Improvements from review

lint

Signed-off-by: Olga Bulat <obulat@gmail.com>
obulat added a commit that referenced this pull request Mar 27, 2024
Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com>

FEAT - Add lot for the content instead of a prop (#2)

Closes #2

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

TEST - Add tests for VTag (#7)

Added tests for Vtag,
tests include:
All props are sent to VButton
VTag renders slot content
Renders anchor tag.

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

FEAT - Ensure inner VButton emits and handles events in VTag #4

Closes #4

Added accessibility label (#10)

- Added aria-label to indicate that that the link is a tag

Improvements from review

lint

Signed-off-by: Olga Bulat <obulat@gmail.com>
obulat added a commit that referenced this pull request Mar 27, 2024
Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com>

FEAT - Add lot for the content instead of a prop (#2)

Closes #2

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

TEST - Add tests for VTag (#7)

Added tests for Vtag,
tests include:
All props are sent to VButton
VTag renders slot content
Renders anchor tag.

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

FEAT - Ensure inner VButton emits and handles events in VTag #4

Closes #4

Added accessibility label (#10)

- Added aria-label to indicate that that the link is a tag

Improvements from review

lint

Signed-off-by: Olga Bulat <obulat@gmail.com>
obulat added a commit that referenced this pull request Mar 27, 2024
…3887)

* Use query parameters for API collections

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Fix source validation

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Update documentation

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Update api/api/serializers/media_serializers.py

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>

* Update api/api/serializers/docs.py

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>

* Update api/api/docs/base_docs.py

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>

* Update api/api/serializers/docs.py

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>

* Rename env variable to SHOW_COLLECTION_DOCS

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Combine search request source serializer with search request serializer

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Move index validation to media_serializer

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Remove MediaListRequestSerializer

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Update tests

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Use .format for doc strings

Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com>

FEAT - Add lot for the content instead of a prop (#2)

Closes #2

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

TEST - Add tests for VTag (#7)

Added tests for Vtag,
tests include:
All props are sent to VButton
VTag renders slot content
Renders anchor tag.

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

FEAT - Ensure inner VButton emits and handles events in VTag #4

Closes #4

Added accessibility label (#10)

- Added aria-label to indicate that that the link is a tag

Improvements from review

lint

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Add comments on when fields need to be updated

Signed-off-by: Olga Bulat <obulat@gmail.com>

---------

Signed-off-by: Olga Bulat <obulat@gmail.com>
Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
obulat pushed a commit that referenced this pull request Mar 28, 2024
Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com>

FEAT - Add lot for the content instead of a prop (#2)

Closes #2

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

TEST - Add tests for VTag (#7)

Added tests for Vtag,
tests include:
All props are sent to VButton
VTag renders slot content
Renders anchor tag.

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

FEAT - Ensure inner VButton emits and handles events in VTag #4

Closes #4

Added accessibility label (#10)

- Added aria-label to indicate that that the link is a tag

Improvements from review

lint

Signed-off-by: Olga Bulat <obulat@gmail.com>
obulat added a commit that referenced this pull request Apr 1, 2024
* VTag improvements

Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com>

FEAT - Add lot for the content instead of a prop (#2)

Closes #2

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

TEST - Add tests for VTag (#7)

Added tests for Vtag,
tests include:
All props are sent to VButton
VTag renders slot content
Renders anchor tag.

Co-authored-by: Stagge <jonatan.stagge@gmail.com>

FEAT - Ensure inner VButton emits and handles events in VTag #4

Closes #4

Added accessibility label (#10)

- Added aria-label to indicate that that the link is a tag

Improvements from review

lint

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Update unit tests

Signed-off-by: Olga Bulat <obulat@gmail.com>

---------

Signed-off-by: Olga Bulat <obulat@gmail.com>
Co-authored-by: Stagge <jonatan.stagge@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project board automations
2 participants