Skip to content

feat: 🎸 add practical email management project folder#3

Merged
robaone merged 3 commits intodevelopfrom
feat/issue-2/project-setup
May 5, 2022
Merged

feat: 🎸 add practical email management project folder#3
robaone merged 3 commits intodevelopfrom
feat/issue-2/project-setup

Conversation

@robaone
Copy link
Copy Markdown
Owner

@robaone robaone commented May 5, 2022

Changes

  • Create project folder
  • Create README.md file
  • Setup Github workflow

@robaone robaone self-assigned this May 5, 2022
@robaone robaone linked an issue May 5, 2022 that may be closed by this pull request
3 tasks
@robaone robaone added the enhancement New feature or request label May 5, 2022
@robaone robaone marked this pull request as ready for review May 5, 2022 12:44
Copy link
Copy Markdown
Owner Author

@robaone robaone left a comment

Choose a reason for hiding this comment

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

Looks good

@robaone robaone merged commit df5bf59 into develop May 5, 2022
@robaone robaone deleted the feat/issue-2/project-setup branch May 5, 2022 12:46
robaone added a commit that referenced this pull request May 7, 2022
* Update README.md

* Update README.md

* style: fix formatting

* Update README.md

* feat: 🎸 add practical email management project folder (#3)

* feat: 🎸 add practical email management project folder

* chore: 🤖 add pull request template

* ci: 🎡 add github workflow

* docs: add glossary document (#6)

* chore: 🤖 add package info

* chore: 🤖 update .gitignore

* docs: ✏️ add technical plan document (#5)

* docs: ✏️ add technical plan document

* docs: ✏️ add risks

* docs: ✏️ add prerequisites

* docs: ✏️ add diagrams

* docs: ✏️ add feature

* docs: ✏️ add scenarios

* docs: ✏️ add gherkin to scenario

* docs: ✏️ add uat

* docs: add table of contents

* docs: clean up sentence

* docs: clarify

* docs: add to glossary

* docs: add to glossary

* docs: clarify gherkin

* docs: add glossary item and standardize language

* docs: ✏️ add context (#15)
@robaone robaone mentioned this pull request May 7, 2022
3 tasks
robaone added a commit that referenced this pull request May 11, 2022
* Update README.md

* Update README.md

* style: fix formatting

* Update README.md

* feat: 🎸 add practical email management project folder (#3)

* feat: 🎸 add practical email management project folder

* chore: 🤖 add pull request template

* ci: 🎡 add github workflow

* docs: add glossary document (#6)

* chore: 🤖 add package info

* chore: 🤖 update .gitignore

* docs: ✏️ add technical plan document (#5)

* docs: ✏️ add technical plan document

* docs: ✏️ add risks

* docs: ✏️ add prerequisites

* docs: ✏️ add diagrams

* docs: ✏️ add feature

* docs: ✏️ add scenarios

* docs: ✏️ add gherkin to scenario

* docs: ✏️ add uat

* docs: add table of contents

* docs: clean up sentence

* docs: clarify

* docs: add to glossary

* docs: add to glossary

* docs: clarify gherkin

* docs: add glossary item and standardize language

* docs: ✏️ add context (#15)

* ci: 🎡 add google clasp (#18)

* ci: 🎡 add google clasp

* feat: 🎸 add build script

* ci: 🎡 set correct value

* fix: 🐛 incorrect syntax

* docs: ✏️ add deployment workflow to readme (#19)

* docs: ✏️ add deployment workflow to readme

* ci: 🎡 Add rules to workflow

* ci: 🎡 fix reference

* ci: 🎡 attempting to reference a step output

* ci: 🎡 if statement modification

* ci: 🎡 update publish-dev name

* ci: 🎡 add deployments to production

* ci: 🎡 Setup the dev deployment

* feat: 🎸 update tools

* ci: 🎡 complete the ci/cd

* ci: 🎡 setup deployment (#20)

* ci: add script_id (#21)

* ci: 🎡 setup deployment

* ci: 🎡 add SCRIPT_ID env variable

* ci: add node v3 (#22)

* ci: 🎡 setup deployment

* ci: 🎡 add SCRIPT_ID env variable

* ci: 🎡 add node-v3

* ci: 🎡 enable clasp push (#23)

* ci: 🎡 enable clasp push

* ci: 🎡 enable deployment

* ci: 🎡 add working directory

* ci: 🎡 add credentials

* ci: 🎡 add conditional statement

* ci: 🎡 update conditional

* ci: 🎡 change name of property path

* ci: 🎡 add job output

* ci: 🎡 fix conditional

* ci: 🎡 add needs

* ci: 🎡 remove conditional

* ci: Feat/fix deployment on merge (#24)

* ci: 🎡 enable clasp push

* ci: 🎡 enable deployment

* ci: 🎡 add working directory

* ci: 🎡 add credentials

* ci: 🎡 add conditional statement

* ci: 🎡 update conditional

* ci: 🎡 change name of property path

* ci: 🎡 add job output

* ci: 🎡 fix conditional

* ci: 🎡 add needs

* ci: 🎡 remove conditional

* ci: 🎡 add conditional

* chore: 🤖 set correct version

* chore: update version to 0.2.0
robaone added a commit that referenced this pull request May 11, 2022
* Update README.md

* Update README.md

* style: fix formatting

* Update README.md

* feat: 🎸 add practical email management project folder (#3)

* feat: 🎸 add practical email management project folder

* chore: 🤖 add pull request template

* ci: 🎡 add github workflow

* docs: add glossary document (#6)

* chore: 🤖 add package info

* chore: 🤖 update .gitignore

* docs: ✏️ add technical plan document (#5)

* docs: ✏️ add technical plan document

* docs: ✏️ add risks

* docs: ✏️ add prerequisites

* docs: ✏️ add diagrams

* docs: ✏️ add feature

* docs: ✏️ add scenarios

* docs: ✏️ add gherkin to scenario

* docs: ✏️ add uat

* docs: add table of contents

* docs: clean up sentence

* docs: clarify

* docs: add to glossary

* docs: add to glossary

* docs: clarify gherkin

* docs: add glossary item and standardize language

* docs: ✏️ add context (#15)

* ci: 🎡 add google clasp (#18)

* ci: 🎡 add google clasp

* feat: 🎸 add build script

* ci: 🎡 set correct value

* fix: 🐛 incorrect syntax

* docs: ✏️ add deployment workflow to readme (#19)

* docs: ✏️ add deployment workflow to readme

* ci: 🎡 Add rules to workflow

* ci: 🎡 fix reference

* ci: 🎡 attempting to reference a step output

* ci: 🎡 if statement modification

* ci: 🎡 update publish-dev name

* ci: 🎡 add deployments to production

* ci: 🎡 Setup the dev deployment

* feat: 🎸 update tools

* ci: 🎡 complete the ci/cd

* ci: 🎡 setup deployment (#20)

* ci: add script_id (#21)

* ci: 🎡 setup deployment

* ci: 🎡 add SCRIPT_ID env variable

* ci: add node v3 (#22)

* ci: 🎡 setup deployment

* ci: 🎡 add SCRIPT_ID env variable

* ci: 🎡 add node-v3

* ci: 🎡 enable clasp push (#23)

* ci: 🎡 enable clasp push

* ci: 🎡 enable deployment

* ci: 🎡 add working directory

* ci: 🎡 add credentials

* ci: 🎡 add conditional statement

* ci: 🎡 update conditional

* ci: 🎡 change name of property path

* ci: 🎡 add job output

* ci: 🎡 fix conditional

* ci: 🎡 add needs

* ci: 🎡 remove conditional

* ci: Feat/fix deployment on merge (#24)

* ci: 🎡 enable clasp push

* ci: 🎡 enable deployment

* ci: 🎡 add working directory

* ci: 🎡 add credentials

* ci: 🎡 add conditional statement

* ci: 🎡 update conditional

* ci: 🎡 change name of property path

* ci: 🎡 add job output

* ci: 🎡 fix conditional

* ci: 🎡 add needs

* ci: 🎡 remove conditional

* ci: 🎡 add conditional

* chore: remove deployment name prefix (#27)

* chore: clean up workflow and template (#28)

* chore: 🤖 update version
@robaone robaone mentioned this pull request May 11, 2022
1 task
robaone added a commit that referenced this pull request May 14, 2022
* Update README.md

* Update README.md

* style: fix formatting

* Update README.md

* feat: 🎸 add practical email management project folder (#3)

* feat: 🎸 add practical email management project folder

* chore: 🤖 add pull request template

* ci: 🎡 add github workflow

* docs: add glossary document (#6)

* chore: 🤖 add package info

* chore: 🤖 update .gitignore

* docs: ✏️ add technical plan document (#5)

* docs: ✏️ add technical plan document

* docs: ✏️ add risks

* docs: ✏️ add prerequisites

* docs: ✏️ add diagrams

* docs: ✏️ add feature

* docs: ✏️ add scenarios

* docs: ✏️ add gherkin to scenario

* docs: ✏️ add uat

* docs: add table of contents

* docs: clean up sentence

* docs: clarify

* docs: add to glossary

* docs: add to glossary

* docs: clarify gherkin

* docs: add glossary item and standardize language

* docs: ✏️ add context (#15)

* ci: 🎡 add google clasp (#18)

* ci: 🎡 add google clasp

* feat: 🎸 add build script

* ci: 🎡 set correct value

* fix: 🐛 incorrect syntax

* docs: ✏️ add deployment workflow to readme (#19)

* docs: ✏️ add deployment workflow to readme

* ci: 🎡 Add rules to workflow

* ci: 🎡 fix reference

* ci: 🎡 attempting to reference a step output

* ci: 🎡 if statement modification

* ci: 🎡 update publish-dev name

* ci: 🎡 add deployments to production

* ci: 🎡 Setup the dev deployment

* feat: 🎸 update tools

* ci: 🎡 complete the ci/cd

* ci: 🎡 setup deployment (#20)

* ci: add script_id (#21)

* ci: 🎡 setup deployment

* ci: 🎡 add SCRIPT_ID env variable

* ci: add node v3 (#22)

* ci: 🎡 setup deployment

* ci: 🎡 add SCRIPT_ID env variable

* ci: 🎡 add node-v3

* ci: 🎡 enable clasp push (#23)

* ci: 🎡 enable clasp push

* ci: 🎡 enable deployment

* ci: 🎡 add working directory

* ci: 🎡 add credentials

* ci: 🎡 add conditional statement

* ci: 🎡 update conditional

* ci: 🎡 change name of property path

* ci: 🎡 add job output

* ci: 🎡 fix conditional

* ci: 🎡 add needs

* ci: 🎡 remove conditional

* ci: Feat/fix deployment on merge (#24)

* ci: 🎡 enable clasp push

* ci: 🎡 enable deployment

* ci: 🎡 add working directory

* ci: 🎡 add credentials

* ci: 🎡 add conditional statement

* ci: 🎡 update conditional

* ci: 🎡 change name of property path

* ci: 🎡 add job output

* ci: 🎡 fix conditional

* ci: 🎡 add needs

* ci: 🎡 remove conditional

* ci: 🎡 add conditional

* chore: remove deployment name prefix (#27)

* chore: clean up workflow and template (#28)

* feat: ✏️ add unit testing framework (#31)

* docs: ✏️ add unit testing documentation

* feat: add jest unit testing

* ci: set working directory

* fix: location of working-directory property

* docs: add uni testing documentation

* feat: add script to clean up local branches (#32)

* feat: 🎸 add better messaging (#33)

* chore: update version
@robaone robaone mentioned this pull request May 14, 2022
1 task
robaone added a commit that referenced this pull request May 26, 2022
* Update README.md

* Update README.md

* style: fix formatting

* Update README.md

* feat: 🎸 add practical email management project folder (#3)

* feat: 🎸 add practical email management project folder

* chore: 🤖 add pull request template

* ci: 🎡 add github workflow

* docs: add glossary document (#6)

* chore: 🤖 add package info

* chore: 🤖 update .gitignore

* docs: ✏️ add technical plan document (#5)

* docs: ✏️ add technical plan document

* docs: ✏️ add risks

* docs: ✏️ add prerequisites

* docs: ✏️ add diagrams

* docs: ✏️ add feature

* docs: ✏️ add scenarios

* docs: ✏️ add gherkin to scenario

* docs: ✏️ add uat

* docs: add table of contents

* docs: clean up sentence

* docs: clarify

* docs: add to glossary

* docs: add to glossary

* docs: clarify gherkin

* docs: add glossary item and standardize language

* docs: ✏️ add context (#15)

* ci: 🎡 add google clasp (#18)

* ci: 🎡 add google clasp

* feat: 🎸 add build script

* ci: 🎡 set correct value

* fix: 🐛 incorrect syntax

* docs: ✏️ add deployment workflow to readme (#19)

* docs: ✏️ add deployment workflow to readme

* ci: 🎡 Add rules to workflow

* ci: 🎡 fix reference

* ci: 🎡 attempting to reference a step output

* ci: 🎡 if statement modification

* ci: 🎡 update publish-dev name

* ci: 🎡 add deployments to production

* ci: 🎡 Setup the dev deployment

* feat: 🎸 update tools

* ci: 🎡 complete the ci/cd

* ci: 🎡 setup deployment (#20)

* ci: add script_id (#21)

* ci: 🎡 setup deployment

* ci: 🎡 add SCRIPT_ID env variable

* ci: add node v3 (#22)

* ci: 🎡 setup deployment

* ci: 🎡 add SCRIPT_ID env variable

* ci: 🎡 add node-v3

* ci: 🎡 enable clasp push (#23)

* ci: 🎡 enable clasp push

* ci: 🎡 enable deployment

* ci: 🎡 add working directory

* ci: 🎡 add credentials

* ci: 🎡 add conditional statement

* ci: 🎡 update conditional

* ci: 🎡 change name of property path

* ci: 🎡 add job output

* ci: 🎡 fix conditional

* ci: 🎡 add needs

* ci: 🎡 remove conditional

* ci: Feat/fix deployment on merge (#24)

* ci: 🎡 enable clasp push

* ci: 🎡 enable deployment

* ci: 🎡 add working directory

* ci: 🎡 add credentials

* ci: 🎡 add conditional statement

* ci: 🎡 update conditional

* ci: 🎡 change name of property path

* ci: 🎡 add job output

* ci: 🎡 fix conditional

* ci: 🎡 add needs

* ci: 🎡 remove conditional

* ci: 🎡 add conditional

* chore: remove deployment name prefix (#27)

* chore: clean up workflow and template (#28)

* feat: ✏️ add unit testing framework (#31)

* docs: ✏️ add unit testing documentation

* feat: add jest unit testing

* ci: set working directory

* fix: location of working-directory property

* docs: add uni testing documentation

* feat: add script to clean up local branches (#32)

* feat: 🎸 add better messaging (#33)

* docs: add email divert instructions (#36)

* docs: ✏️ add storage for gmail queries (issue-14) (#37)

* docs: ✏️ add sheet

* docs: expand url storage instructions

* docs: add script setup instructions (#38)

* docs: add script setup instructions

* test: 💍 Add blank test

* test: created jest test

* test: get test to pass

* feat: add configuration

* ci: update conditional

* feat: add working code

* docs: clean up documentation

* chore: update version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setup Project in repository

2 participants