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

Hotfix/fix embed post #81

Merged
merged 63 commits into from
Aug 27, 2021
Merged
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
f022435
Merge pull request #1 from BanklessDAO/main
SlinkyPotato Jun 14, 2021
0233604
add build-and-test github action
SlinkyPotato Jun 14, 2021
ae98a07
add test server heroku deploy
SlinkyPotato Jun 14, 2021
8483fea
update action names
SlinkyPotato Jun 14, 2021
3344f86
Merge branch 'develop' of github.com:BanklessDAO/bounty-board into fe…
SlinkyPotato Jun 14, 2021
35aae6e
add pull request step for autodeploy
SlinkyPotato Jun 14, 2021
f1fdc24
add changelog file
SlinkyPotato Jun 14, 2021
8d643c2
reference heroku api key
SlinkyPotato Jun 14, 2021
054c8c6
Merge pull request #6 from BanklessDAO/feature/github-actions-integra…
SlinkyPotato Jun 14, 2021
fef9fe3
NextJS scaffolding to get the project started. (#10)
Oktalize Jun 18, 2021
a7d6618
Update README.md (#11)
SlinkyPotato Jun 18, 2021
6997f42
Merge branch 'main' of github.com:BanklessDAO/bounty-board into develop
SlinkyPotato Jun 18, 2021
df509aa
add mongo directory and bboard_v1.json and update readme
PaulApivat Jul 9, 2021
418e860
update bountyCriteria field, remove publicAddress, and add bountyImage
PaulApivat Jul 12, 2021
bf0c1e6
Feature/mongo db integration (#14)
SlinkyPotato Jul 12, 2021
09f4868
Feature/escrow contract (#15)
joaoh9 Jul 12, 2021
a367ae5
Issue-12:added uuid dependency for Bounty Resource Number creation (#13)
Behold3th Jul 12, 2021
eb0d7a9
Merge branch 'develop' into mongo
PaulApivat Jul 13, 2021
44c51b6
Merge pull request #17 from BanklessDAO/mongo
PaulApivat Jul 13, 2021
719686c
Feature/netlify integration (#23)
SlinkyPotato Jul 17, 2021
0e32b7a
add bboard_v2.json withh mock data (#24)
PaulApivat Jul 17, 2021
437162f
update data model to separate dao member from bounty card
PaulApivat Jul 20, 2021
cc54db2
add schema validation for mongo database with validation.js file
PaulApivat Jul 20, 2021
6fb4cb8
update validation.js to validate bountyCard schema for primary key fi…
PaulApivat Jul 21, 2021
727b0ca
remove bounty from key fields of bboard_v3.json and validation.js
PaulApivat Jul 24, 2021
e7005cb
Merge pull request #25 from BanklessDAO/feature/update-data-model
PaulApivat Jul 25, 2021
cc23da0
Feature/documentation readme update (#44)
PaulApivat Aug 4, 2021
842d618
Front end mvp (#28)
Oktalize Aug 4, 2021
46b1a59
fix netlify deployment (#50)
SlinkyPotato Aug 6, 2021
1b8d908
Initial chakra form implementation
Oktalize Aug 5, 2021
24b9b53
Troubleshooting the issue with mongo
Oktalize Aug 5, 2021
326a455
Troubleshooting the issue with mongo
Oktalize Aug 5, 2021
66f4a01
Bounty form styling and api refactoring
Oktalize Aug 5, 2021
69b4f34
Cleanup and removing features not needed in MVP
Oktalize Aug 5, 2021
e05830e
Updating bounty schema
Oktalize Aug 6, 2021
41d9c22
Fixing missing package after merge
Oktalize Aug 7, 2021
09f590a
Form refactoring to use scale
Oktalize Aug 8, 2021
718017a
Bounty props refactor and discord claim linking
Oktalize Aug 8, 2021
29e2473
add final bounties schema (#41)
SlinkyPotato Aug 8, 2021
1ef86e9
Merge pull request #49 from BanklessDAO/feature/form
Oktalize Aug 8, 2021
075ba38
Feature/degen integration sync (#52)
SlinkyPotato Aug 11, 2021
9928a18
feature/54 refactored ? Get Help to Need Help? on buttons below filter
Behold3th Aug 11, 2021
b083833
Added link functionality to Need Help? and Give us Feedback buttons i…
Behold3th Aug 11, 2021
0c2efa9
feature/54: Removed use of anchor tag in ColorModeButton due to break…
Behold3th Aug 11, 2021
c721e6a
Feature/54 netlify failed on linting error due to unused import. removed
Behold3th Aug 11, 2021
aa7294d
Merge pull request #56 from BanklessDAO/feature/54
Oktalize Aug 11, 2021
fcd6061
Feature/allow open bounty edit (#57)
SlinkyPotato Aug 11, 2021
a611ecb
Feature/enhance toml env config (#58)
SlinkyPotato Aug 12, 2021
0da3efb
Feature/53 Pagination (#59)
Behold3th Aug 13, 2021
e50f153
update readme documentation with ux flow, and updated bot commands. (…
PaulApivat Aug 13, 2021
7225489
Final front end tweaks (#61)
Oktalize Aug 13, 2021
46c52d9
Fix buttons missing once filters was removed (#63)
Oktalize Aug 13, 2021
d386d2e
Temp/resync branch (#65)
SlinkyPotato Aug 15, 2021
403765f
Temp/sync branches (#72)
SlinkyPotato Aug 16, 2021
a9c68fe
Merge branch 'main' of github.com:BanklessDAO/bounty-board into develop
SlinkyPotato Aug 16, 2021
f7e4b58
Feature/fix qa envs (#76)
SlinkyPotato Aug 17, 2021
8a95898
Feature/add metadata (#73)
SlinkyPotato Aug 19, 2021
0ebd592
add general high-level and bounty status queries for mongo shell (#78)
PaulApivat Aug 24, 2021
7c95da4
adjust hashID in embed (#77)
SlinkyPotato Aug 24, 2021
2423709
Update build system
SlinkyPotato Aug 24, 2021
690a0a1
Merge branch 'develop' of github.com:BanklessDAO/bounty-board into fe…
SlinkyPotato Aug 24, 2021
af5ea7d
Merge pull request #79 from BanklessDAO/feature/enhancements
SlinkyPotato Aug 27, 2021
b69ed24
bug fixes
SlinkyPotato Aug 27, 2021
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
Prev Previous commit
Next Next commit
reference heroku api key
  • Loading branch information
SlinkyPotato committed Jun 14, 2021
commit 8d643c290eb2b1398ae923531f3f8ec0fdcf9609
2 changes: 1 addition & 1 deletion .github/workflows/deploy-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Deploy to Heroku Shared Test Environment
uses: AkhileshNS/heroku-deploy@v3.12.12
with:
heroku_api_key: $${{secrets.HEROKU_API_KEY}}
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "bounty-board"
heroku_email: "patinobrian@gmail.com"