Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
65cb80c
Previous election page
tomrndom Oct 18, 2023
433b4b7
Change in templates for previous candidates pages
tomrndom Oct 18, 2023
23909e7
Update branch-deploy env vars
tomrndom Oct 18, 2023
faa4553
Add missing env variables to branch deploy context
tomrndom Oct 18, 2023
9a97843
Change context to deploy-preview
tomrndom Oct 18, 2023
31e5838
Change .toml indentation
tomrndom Oct 18, 2023
fcedc2e
Changes in netlify.toml file
tomrndom Oct 18, 2023
7d5ebfc
Pass sponsored project id as string on toml file
tomrndom Oct 18, 2023
fd122b9
Tweaks for real dynmamic pages
smarcet Oct 19, 2023
e4ec266
Merge pull request #519 from OpenStackweb/hotfix/previous-elections-p…
tomrndom Oct 19, 2023
bc2e5f2
Adjusting elections qty to generate pages, add SEO to markdown files
tomrndom Oct 20, 2023
9d8318c
Remove console log on election gold previos page
tomrndom Oct 20, 2023
88957f9
Rollback current election .md files, adjust env variables and cms
tomrndom Oct 20, 2023
9c2fca9
Eletion id field on cms hidden
tomrndom Oct 20, 2023
a5db706
Remove console log
tomrndom Oct 20, 2023
2ce8ab8
Default values for elections variables, add env template
tomrndom Oct 23, 2023
37f1282
Adjust package.json file
tomrndom Oct 24, 2023
195290b
repointed CMS branch
smarcet Oct 24, 2023
c966e12
Fix cms files, add current election data, add redirects
tomrndom Oct 24, 2023
826ce50
Remove redirects from .toml file
tomrndom Oct 24, 2023
022882d
Fix CMS paths for elections
tomrndom Oct 24, 2023
efbe935
trigger deploy
tomrndom Oct 25, 2023
03b8b87
Move redirects from forEach, election template paths function
tomrndom Oct 26, 2023
8d1c94d
Update Election Pages “electionPage”
smarcet Oct 30, 2023
4cc8750
Update Election Pages “electionPage”
iamweswilson Oct 30, 2023
34a876b
Update config.yml
smarcet Oct 31, 2023
a4c3644
Update config.yml
smarcet Oct 31, 2023
53d50ec
Update Election Pages “electionGoldCandidatesPage”
iamweswilson Oct 31, 2023
32c2487
Update Election Pages “electionCandidatesPage”
iamweswilson Oct 31, 2023
3e01109
Update Election Pages “electionPage”
iamweswilson Oct 31, 2023
4c6adb5
Update Election Pages “electionPage”
iamweswilson Oct 31, 2023
94d349d
Update config.yml
smarcet Nov 9, 2023
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
14 changes: 14 additions & 0 deletions env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
GATSBY_IDP_BASE_URL=
GATSBY_OAUTH2_CLIENT_ID=
GATSBY_API_BASE_URL=
GATSBY_SCOPES=
GATSBY_SPONSORED_PROJECT_ID=
GATSBY_BUILD_SCOPES=
GATSBY_OAUTH2_CLIENT_ID_BUILD=
GATSBY_OAUTH2_CLIENT_SECRET_BUILD=
GATSBY_OAUTH_TOKEN_PATH=
GATSBY_SF_OID=
GATSBY_FRIENDLY_CAPTCHA_SITE_KEY=
GATSBY_FRIENDLY_CAPTCHA_API_KEY=
GATSBY_ELECTION_SINCE_YEAR=
GATSBY_ELECTION_TO_SHOW=
Loading