Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
391 commits
Select commit Hold shift + click to select a range
d1d1c60
added disclaimer to job postings message
Hairum-Qureshi Nov 11, 2024
0f80124
broke up lengthy lines to remove ESLint max length reached warning
Hairum-Qureshi Nov 11, 2024
32589bd
Made the questions more in depth in jobform
rahul5400 Nov 14, 2024
6098247
changed it in update_preferences as well
rahul5400 Nov 14, 2024
fa56ed3
shortened each question because of errors
rahul5400 Nov 14, 2024
8e30ec4
added interface for new file validatePreferences.ts
rahul5400 Nov 14, 2024
9d47856
added validations
rahul5400 Nov 14, 2024
3301c13
move jobDatabase.ts from Jobs to jobs
pgsweet Nov 15, 2024
fa61561
move update_preferences.ts from Jobs to jobs
pgsweet Nov 15, 2024
e44343a
move viewJobForm.ts from Jobs to jobs
pgsweet Nov 15, 2024
2d26416
removed printing of api data
pgsweet Nov 15, 2024
f8cd463
re-configured package-lock.json
pgsweet Nov 15, 2024
d1c40de
Revert "re-configured package-lock.json"
pgsweet Nov 15, 2024
dc2766d
removed unneed files
pgsweet Nov 15, 2024
903c537
made generalUtils.ts not have 10000000 formatting errors
pgsweet Nov 15, 2024
fb168ec
removed unneeded imports and parens
pgsweet Nov 16, 2024
7258cbc
finished making the error for workTypes
rahul5400 Nov 17, 2024
b569fa4
finished making the error for employmentTypes
rahul5400 Nov 17, 2024
5d37529
finished making the error for travel distance
rahul5400 Nov 17, 2024
a741ae0
changed travelDistance error
rahul5400 Nov 17, 2024
90a22e5
added qset 2
rahul5400 Nov 17, 2024
423328b
added handleSubmit in jobForm
rahul5400 Nov 17, 2024
78f3882
changed main.yml to run workflow on every push
pgsweet Nov 18, 2024
8ea39f7
fixed main.yml so now it runs on every push
pgsweet Nov 18, 2024
4381c5b
fixed syntax error on main.yml
pgsweet Nov 18, 2024
448859d
this may fix main.yml so the workflow actually runs
pgsweet Nov 18, 2024
8948fd2
ran npm audit fix to maybe fix the build error
pgsweet Nov 18, 2024
d6e5476
Revert "ran npm audit fix to maybe fix the build error"
pgsweet Nov 18, 2024
3ef9d54
potential fix to build error
pgsweet Nov 18, 2024
f37fb18
Revert "potential fix to build error"
pgsweet Nov 18, 2024
2533452
moved files around
pgsweet Nov 18, 2024
c361b67
reverted main.yml change
pgsweet Nov 18, 2024
495ea3b
Merge pull request #80 from CISC375/Fix-Bugs-pgsweet
Jessica-C2004 Nov 18, 2024
3eb5070
puling from main
rahul5400 Nov 18, 2024
fd36729
removed viewJobForm
pgsweet Nov 18, 2024
3b83e24
Merge pull request #82 from CISC375/Fix-Bugs-pgsweet
Jessica-C2004 Nov 18, 2024
32348bc
Merge branch 'Task3.5-Store-fetched-job-listings-saiedaJN' of https:/…
SaiedaJN Nov 18, 2024
7bfab22
Update node.js.yml
JAromando Nov 18, 2024
c1afb34
Merge pull request #83 from CISC375/node-canvas-library-fix-jaromando
pgsweet Nov 18, 2024
e793313
puling from main
rahul5400 Nov 18, 2024
4a7aa3e
Merge branch 'main' of https://github.com/CISC375/SageTeamY into star…
rahul5400 Nov 18, 2024
1260df1
Merge branch 'main' into Task3.5-Store-fetched-job-listings-saiedaJN
SaiedaJN Nov 18, 2024
9f9eb16
pulled changes from main
Hairum-Qureshi Nov 19, 2024
2a7fd0f
Job got formatted and cached.
SaiedaJN Nov 19, 2024
f072f38
deleted the old Adzuna_job_search.ts
SaiedaJN Nov 19, 2024
983afb4
merge with task 3
SaiedaJN Nov 19, 2024
40ff5d5
Merge pull request #84 from CISC375/Task5.3-formattedJobAlertMsgs-hqu…
pgsweet Nov 19, 2024
a1ff59f
added documentation, fixed typos, removed dated code no longer in use…
Jessica-C2004 Nov 20, 2024
c15fb13
added and changed to handleModalSubmit
rahul5400 Nov 20, 2024
66482f2
added validation into commandManager
rahul5400 Nov 20, 2024
ad8eed0
added validation to validationPreferences.ts
rahul5400 Nov 20, 2024
6cbbb6f
Merge pull request #85 from CISC375/debuggin-jacunnin
pgsweet Nov 20, 2024
43047d0
added function that calls Adzuna API to retrieve API response to be u…
Hairum-Qureshi Nov 20, 2024
b30fc2e
created function that takes in the user's job preference data and int…
Hairum-Qureshi Nov 20, 2024
e83801e
converted function to an async function so it now properly returns th…
Hairum-Qureshi Nov 20, 2024
cdadaaf
fixed message styling and logic for displaying the message data by ha…
Hairum-Qureshi Nov 20, 2024
c879ab6
implemented logic to handle case where if the formatted message excee…
Hairum-Qureshi Nov 20, 2024
45787d3
stripped the greeting and user @ from the text file
Hairum-Qureshi Nov 20, 2024
63956f3
added content along with the file being sent to the user that involve…
Hairum-Qureshi Nov 20, 2024
40bae56
added regex to remove some markdown from the txt file to format the m…
Hairum-Qureshi Nov 20, 2024
f8f8151
created a helper function for handling the message regex/replacing ma…
Hairum-Qureshi Nov 20, 2024
18a47d0
added some clarifying text to the message body addressing the apparen…
Hairum-Qureshi Nov 20, 2024
2c4d6f3
renamed function to stripMarkdown and added some more replace methods…
Hairum-Qureshi Nov 20, 2024
b1c83ce
letting the user add multiple answers for validWorkTypes
rahul5400 Nov 20, 2024
c59771e
letting the user add multiple answers for validEmploymentTypes
rahul5400 Nov 20, 2024
ee07b6b
reformatted message and added regex to remove the hashtag and '-#' ma…
Hairum-Qureshi Nov 20, 2024
6d75752
reformatted file text
Hairum-Qureshi Nov 20, 2024
80226cb
updated the results_per_page to 15
Hairum-Qureshi Nov 20, 2024
c8ff6b1
created function for formatting the currency for the listed salary an…
Hairum-Qureshi Nov 20, 2024
8b8da7f
removed job about section
Hairum-Qureshi Nov 20, 2024
8eab73f
updated no jobs found message and added character to prevent new line…
Hairum-Qureshi Nov 21, 2024
a26fc02
the class is added.
SaiedaJN Nov 21, 2024
6204dd5
SaiedaJN Nov 21, 2024
8360b24
function return a value.
SaiedaJN Nov 21, 2024
aae00f7
the function return listofjobs.
SaiedaJN Nov 21, 2024
ee797c0
added tab character to job list so each bullet point is indented
Hairum-Qureshi Nov 21, 2024
4734ee8
created a function that will uniformly title-case the job postings' t…
Hairum-Qureshi Nov 21, 2024
3eecf97
updated disclaimer message and reformatted code
Hairum-Qureshi Nov 21, 2024
efeb2d1
created a helper function to format the header message that returns t…
Hairum-Qureshi Nov 21, 2024
24d155e
made some fixes to the header message formatting
Hairum-Qureshi Nov 21, 2024
1a4e30e
removed disclaimers section from job listings txt file
Hairum-Qureshi Nov 21, 2024
56c6b32
added missing space in job format message
Hairum-Qureshi Nov 22, 2024
62ec0d6
changed it so that update_preferences does not need all of the answer…
rahul5400 Nov 23, 2024
085a063
fixed city
rahul5400 Nov 23, 2024
2253a70
fixed workTypes
rahul5400 Nov 23, 2024
51e18b9
fixed employmentTypes
rahul5400 Nov 23, 2024
365ef20
got rid of qset2 validations, was unnecessary and fixed all update_pr…
rahul5400 Nov 23, 2024
9d39438
got rid of qset2 validations, was unnecessary and fixed all update_pr…
rahul5400 Nov 23, 2024
9905561
changed and added new comments for different files
rahul5400 Nov 23, 2024
1d1cadf
pushing to task 7
rahul5400 Nov 23, 2024
65ede75
Merge pull request #87 from CISC375/start-task7.2/7.3-rahul5400
rahul5400 Nov 23, 2024
4c8764c
Merge branch 'main' into Task3-Integrate-Job/Internship-Feeds
Hairum-Qureshi Dec 2, 2024
2379361
temporary code
Hairum-Qureshi Dec 2, 2024
fb89adc
storeFormResponse now ends the function if the validations are false
rahul5400 Dec 3, 2024
9e76362
did something similar to delete and update preferences wuth store pre…
rahul5400 Dec 3, 2024
11412d0
reverted changes
Hairum-Qureshi Dec 3, 2024
ae584ae
Merge branch 'main' into Task5.3-formattedJobAlertMsgs-hqureshi
Hairum-Qureshi Dec 3, 2024
999ba61
added messages to store preferences
rahul5400 Dec 4, 2024
fca3593
added more error handling to getPreferences
rahul5400 Dec 4, 2024
3893432
modified code for parsing the job API response and applied caching logic
Hairum-Qureshi Dec 4, 2024
48a8b4c
added more error handling to deletePreferences
rahul5400 Dec 4, 2024
0d33fe0
Merge pull request #89 from CISC375/Task5.3-formattedJobAlertMsgs-hqu…
pgsweet Dec 4, 2024
105fae9
Merge branch 'main' into Task3-Integrate-Job/Internship-Feeds
Hairum-Qureshi Dec 4, 2024
28aaf1f
Merge pull request #86 from CISC375/Task3-Integrate-Job/Internship-Feeds
Hairum-Qureshi Dec 4, 2024
540ab1a
updated imported function to the correct name of 'fetchJobListings' a…
Hairum-Qureshi Dec 4, 2024
c1d614e
removed detached, unused, and unnecessary return and catch block and …
Hairum-Qureshi Dec 4, 2024
436f956
Update commandManager.ts
pgsweet Dec 4, 2024
0516220
Merge pull request #88 from CISC375/Task7-Error_Handling/Feedback
Jessica-C2004 Dec 4, 2024
6922378
Update jobDatabase.ts
pgsweet Dec 4, 2024
4845bc5
Merge branch 'main' into Task5.3-formattedJobAlertMsgs-hqureshi
pgsweet Dec 4, 2024
cc8788e
Merge pull request #90 from CISC375/Task5.3-formattedJobAlertMsgs-hqu…
pgsweet Dec 4, 2024
88d7d3d
pulling from main
rahul5400 Dec 4, 2024
73ce041
Merge branch 'main' of https://github.com/CISC375/SageTeamY into task…
rahul5400 Dec 4, 2024
ca56d1f
added a 'filter type' selection for the user to choose for the job re…
Hairum-Qureshi Dec 4, 2024
eefa1d7
added 'null' to the filtyBy property as a valid type
Hairum-Qureshi Dec 4, 2024
3ca9496
added code for retrieving the filter type the user selected when runn…
Hairum-Qureshi Dec 9, 2024
b7fe1c1
modified code inside of formatCurrency function to handle case where …
Hairum-Qureshi Dec 9, 2024
85f15a9
utilized Math.round() method to round the DISTANCE_KM variable
Hairum-Qureshi Dec 9, 2024
b6ddc68
changed 'data-posted' to 'date'
Hairum-Qureshi Dec 9, 2024
e067ede
changed Date Posted value from 'date-posted' to 'date'
Hairum-Qureshi Dec 9, 2024
d411b52
removed '-posted' prefix from 'date' in type assertion statement
Hairum-Qureshi Dec 9, 2024
aca4002
rewrote listJobs function code
Hairum-Qureshi Dec 9, 2024
ff44c1e
created an interface file for Interest
Hairum-Qureshi Dec 9, 2024
d72c999
created an interface file for JobData
Hairum-Qureshi Dec 9, 2024
2dc6f29
removed Interest and JobData interface and now imports them into the …
Hairum-Qureshi Dec 9, 2024
55df6d1
changed import for JobData and Interest interfaces so they now get im…
Hairum-Qureshi Dec 9, 2024
7132ca5
updated import for JobResult interface
Hairum-Qureshi Dec 9, 2024
d2cfc32
removed JobResult and JobListing interfaces from file and imported th…
Hairum-Qureshi Dec 9, 2024
05a302c
created file for JobResult interface
Hairum-Qureshi Dec 9, 2024
e0c1c84
created file for JobListing interface
Hairum-Qureshi Dec 9, 2024
9bfb958
replaced 'int' with 'number' as the valid JavaScript type
Hairum-Qureshi Dec 9, 2024
3a5d627
added appropriate type for 'job' variable that's utilized in the map …
Hairum-Qureshi Dec 9, 2024
bc757be
created interface for the Adzuna Job API response
Hairum-Qureshi Dec 9, 2024
7f082ef
removed bad code, added comments
rahul5400 Dec 9, 2024
cdf9f52
added more comments
rahul5400 Dec 9, 2024
a20674c
added code to filter the average salary if the user wants the jobs so…
Hairum-Qureshi Dec 9, 2024
58d73aa
added conditional logic to handle case where user did not choose to h…
Hairum-Qureshi Dec 9, 2024
85f1370
Merge pull request #91 from CISC375/task7.1/7.4-rahul5400
pgsweet Dec 9, 2024
2d3edf4
removed unused Job interface import
Hairum-Qureshi Dec 9, 2024
a1a0949
modified stripMarkdown function regex and replace logic and rearrange…
Hairum-Qureshi Dec 9, 2024
3b84b72
modified conditional logic so that if filterBy is set to 'default' it…
Hairum-Qureshi Dec 9, 2024
f6c0f45
added logic to display 'date posted' instead of 'date' when listing w…
Hairum-Qureshi Dec 9, 2024
2665d1f
Merge pull request #92 from CISC375/Task4.2-JobFilteringSystem-hqureshi
pgsweet Dec 9, 2024
0bee6b0
added a question mark to a question
rahul5400 Dec 13, 2024
b21d452
Merge branch 'main' of https://github.com/CISC375/SageTeamY into task…
rahul5400 Dec 16, 2024
1210fc4
pushing
rahul5400 Dec 16, 2024
0f5275a
Merge pull request #93 from CISC375/task7.1/7.4-rahul5400
rahul5400 Dec 16, 2024
bcebed0
Merge pull request #94 from CISC375/Task7-Error_Handling/Feedback
pgsweet Dec 16, 2024
7edd2e7
removed checkJobReminder method and moved it to generalUtils file
Hairum-Qureshi Dec 16, 2024
68ce98d
added and exported checkJobReminder
Hairum-Qureshi Dec 16, 2024
a18f980
implemented logic for updating the user's job filtering preference
Hairum-Qureshi Dec 17, 2024
d4490e7
updated ESLint issues
Hairum-Qureshi Dec 17, 2024
fc1f9ef
updated ESLint issues
Hairum-Qureshi Dec 17, 2024
265e194
resolved ESLint issue
Hairum-Qureshi Dec 17, 2024
8128d7a
resolved ESLint issue
Hairum-Qureshi Dec 17, 2024
c9a4afd
Merge pull request #97 from CISC375/RevertFilteringTypeCommand-hqureshi
pgsweet Dec 17, 2024
e4d9651
Update package.json
JAromando Feb 16, 2025
1b080d1
Merge pull request #98 from CISC375/node-pre-gyp-configuration-jaromando
jmartgmz Feb 16, 2025
fc27a09
Update node.js.yml
JAromando Feb 17, 2025
ab78490
Merge pull request #99 from CISC375/fix-node-gyp-attempt-2-jaromando
JAromando Feb 17, 2025
b736de6
Create install-deps-windows.ps1
JAromando Feb 17, 2025
8d57321
Create install-deps-mac.sh
JAromando Feb 17, 2025
1812dc0
Create install-deps.js
JAromando Feb 17, 2025
b036f32
Update package.json
JAromando Feb 17, 2025
6bfa345
Create install-deps-linux.sh
JAromando Feb 17, 2025
b4d7898
Update install-deps-windows.ps1
JAromando Feb 17, 2025
fdc0aa0
fix for node-gyp error during npm install. New preinstall step in pac…
JAromando Feb 19, 2025
14610c7
added binding.sh generation for mac
JAromando Feb 19, 2025
d731b68
small fix to end of mac dep script
JAromando Feb 19, 2025
f47a2b8
Update install-deps.js
JAromando Feb 21, 2025
ad02f6b
Added job test command
KKramer03 Mar 7, 2025
f6e94d4
Job listing command
KKramer03 Mar 7, 2025
aac676c
fixed the message line in the blacklist file
rkhadija1 Mar 10, 2025
a712acd
updated jobs command
KKramer03 Mar 12, 2025
7c34f60
Merge branch 'jobsListingTest' of https://github.com/CISC375/SageTeam…
KKramer03 Mar 12, 2025
8786ef6
Added filtering options
KKramer03 Mar 17, 2025
6f6322a
fixed sage
Naz-Projects Mar 17, 2025
b69b5a4
added new questions
Chrisy141 Mar 17, 2025
a023b09
Merge branch 'jobsListingTest' of https://github.com/CISC375/SageTeamY
Naz-Projects Mar 17, 2025
956b040
Merge branch 'main' into jobforms-questions-chris
Chrisy141 Mar 17, 2025
b63e343
Merge pull request #128 from CISC375/jobforms-questions-chris
Chrisy141 Mar 17, 2025
21190b1
Additional filtering changes
KKramer03 Mar 19, 2025
37ecd4d
MongoDb now works with job commands and changed command diff checker
KKramer03 Apr 2, 2025
9fde026
changed job imbed
Naz-Projects Apr 2, 2025
185ed7a
Refactored the Reminder Code in order to accept different modals and …
jmartgmz Apr 7, 2025
7d4a573
New Reminder testing command /newreminder has changes including visua…
jmartgmz Apr 7, 2025
782bce2
Removed deprecated commands and error causing commands that served no…
jmartgmz Apr 8, 2025
64a3240
Fixed an error where a depracated interaction was used.
jmartgmz Apr 8, 2025
189fc57
Merge branch 'jobsListingTest' of https://github.com/CISC375/SageTeam…
Naz-Projects Apr 8, 2025
0dd948b
resolved merge issues
Naz-Projects Apr 8, 2025
9e0b66a
added download button and functionality
Naz-Projects Apr 8, 2025
e81f2dc
changed jobData const to actual answers vs test date
selinAbacaz Apr 9, 2025
eb30407
Command to test new email functionality of the bot
jmartgmz Apr 9, 2025
b77f5fa
Visual improvements to reminder & added the other commands to it.
jmartgmz Apr 9, 2025
bd541df
made the pdf look really great, the links on the pdf also work !
selinAbacaz Apr 9, 2025
24d11ef
NOT TOUCHING IT ANYMORE... fixed bulletin points and added another de…
selinAbacaz Apr 9, 2025
0c34c27
fixed weird case of half the job being pushed to a next page bc of no…
selinAbacaz Apr 9, 2025
ebd2cf9
Integrated /jobs with reminder system
KKramer03 Apr 9, 2025
cbf0439
Histogram command
KKramer03 Apr 16, 2025
b7e758a
Reminders command now is implemented into a single message and doesn'…
jmartgmz Apr 20, 2025
5451325
alpha email functionality added -needs testing
jmartgmz Apr 21, 2025
fbb6110
Added pdf stuff
KKramer03 Apr 21, 2025
95ca57e
fixed crashing on "no" button by fixing button handler
jmartgmz Apr 22, 2025
84e47e1
used the same method for fixing reminders to fix job reminders
jmartgmz Apr 22, 2025
08f27f9
Merge branch 'main' into sorting-fix
13KaranSingh Apr 28, 2025
af0c1fb
added distance field back to pdf
KKramer03 Apr 28, 2025
622cb46
fix: successful npm install and sync package-lock.json
Apr 28, 2025
71e7e5f
Mostly finished input dm implementation
KKramer03 Apr 28, 2025
6248f53
this branch is solely for testing how to safely push to main
selinAbacaz Apr 29, 2025
bed7330
got rid of everything in the .vcxproj stuff
selinAbacaz Apr 29, 2025
7689cf9
added build folder into .gitignore
selinAbacaz Apr 29, 2025
48dfb50
there was merge issues in package-locke, fixed now
selinAbacaz Apr 29, 2025
efab6dc
fixed ??
selinAbacaz Apr 29, 2025
f5f1746
trying to fix eslint issues
selinAbacaz Apr 29, 2025
f2a5891
fixing eslint issues... AGAIN
selinAbacaz Apr 29, 2025
94af2b7
okokok actually fixed all eslint errors now i think
selinAbacaz Apr 29, 2025
436c5ec
Merge pull request #141 from CISC375/jobOutputSelin
selinAbacaz Apr 29, 2025
e14ebf7
trying to fix why buttons arent working
selinAbacaz Apr 29, 2025
61f8a6a
fixed button issue, works now
selinAbacaz Apr 29, 2025
ec58034
Merge pull request #142 from CISC375/jobOutputSelin
selinAbacaz Apr 29, 2025
8da42ba
actually fixed the config example file hopefully
selinAbacaz Apr 29, 2025
8144835
added job_forms into config example
selinAbacaz Apr 29, 2025
041aacb
Merge pull request #143 from CISC375/jobOutputSelin
selinAbacaz Apr 29, 2025
f9de4ac
Finished embed output integration
KKramer03 Apr 30, 2025
8c06c0f
Merge pull request #144 from CISC375/jobsListingTestMerge
KKramer03 Apr 30, 2025
6e94604
Updated package.json file
KKramer03 Apr 30, 2025
e74e2dc
Cleaned up some unused imports
KKramer03 Apr 30, 2025
2070ea7
fixed package-lock.json
KKramer03 Apr 30, 2025
4fc49fc
fixed more formatting issues
KKramer03 Apr 30, 2025
1c0d10e
Merge pull request #146 from CISC375/jobsListingTestMerge
KKramer03 Apr 30, 2025
68274de
Merged main
jmartgmz Apr 30, 2025
a92de74
Refactored 1000 lines of a single file into multiple files for better…
jmartgmz May 1, 2025
182c9c1
all pulled changes working now
May 4, 2025
baede7c
fixed the sorting for reminders
May 4, 2025
df8c6eb
Fixed linting errors
May 5, 2025
fc9c917
half finished share button
Naz-Projects May 5, 2025
7cc181b
Merge branch 'main' of https://github.com/CISC375/SageTeamY into Job-…
Naz-Projects May 5, 2025
b77d92f
before pushing job.ts to main
Naz-Projects May 5, 2025
64ae115
testPush
Naz-Projects May 5, 2025
9a9061e
Job Form Fixed
BMKellner May 5, 2025
bf31ee7
fixed merge issues
Naz-Projects May 5, 2025
809568d
Merge pull request #147 from CISC375/Job-Output-Imbed
Naz-Projects May 5, 2025
37c5c06
added dependencies to package
jmartgmz May 5, 2025
f03f7be
Merge remote-tracking branch 'origin/main' into merging-branch-jason
jmartgmz May 7, 2025
05cd4e0
Refactor build configuration and update paths
jmartgmz May 7, 2025
dee93ee
feat(reminders): Implement email handling and job reminder functionality
jmartgmz May 7, 2025
996b083
original reminders added
jmartgmz May 7, 2025
45e544a
Merge pull request #148 from CISC375/merging-branch-jason
jmartgmz May 7, 2025
c6b7449
reminders folders changed
jmartgmz May 7, 2025
1976c39
Update Windows paths and configurations for node-gyp
jmartgmz May 8, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: documentation

on:
push:
branches: [ "main", "Ava-branch" ]
branches: [ "main", "Ava-branch-config" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Main Pipeline

on:
push:
branches: [ "main", "Ava-branch" ]
branches: [ "main", "Ava-branch-config" ]
pull_request:
branches: [ "main", "Ava-branch" ]
branches: [ "main", "Ava-branch-config" ]

env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++


- name: Install node-gyp
run: npm install -g node-gyp

- run: npm cache clean --force
- run: npm ci

# Add this step to copy config.example.ts to config.ts
- name: Set config file
run: cp config.example.ts config.ts

- name: build
run: |
npm run build 2>&1 | tee build-output.log
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
resources/*
!resources/.exists
src/commands/admin/eval.ts

build
config.ts



# macOS stuff
.DS_Store

Expand Down
Binary file added assets/images/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"targets": [
{
"target_name": "sage",
"sources": ["src/sage.ts"]
}
]
}
Loading