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

Task7 error handling/feedback #12

Open
wants to merge 290 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
290 commits
Select commit Hold shift + click to select a range
b82d405
Switched to using Modals for their ease of input
pgsweet Oct 14, 2024
e3144cc
Two config files problem
westa3 Oct 12, 2024
9ac8872
.gitignore addition
westa3 Oct 12, 2024
7629584
went back to using modals lol
pgsweet Oct 14, 2024
85abf4d
Finished form just need to change questions now
pgsweet Oct 15, 2024
ed2b094
added new ways to implement task 2.3 and 2.4, however, I just learned…
rahul5400 Oct 21, 2024
2ca6699
changed all of APIDatabase to somewhat follow along jobForm, and now …
rahul5400 Oct 22, 2024
ffb297b
idk what I am commiting, only commiting to pull
rahul5400 Oct 22, 2024
e24fdac
added questions
pgsweet Oct 16, 2024
38a230f
finished the task
pgsweet Oct 22, 2024
b5e39e9
Changed the questions and added interests to match JobForm
rahul5400 Oct 23, 2024
a1e9e91
finished maing task 2.4
rahul5400 Oct 23, 2024
86b6d9c
Changed one thing in APIDatabase
rahul5400 Oct 23, 2024
eda1b78
Update node.js.yml - two config file problem
westa3 Oct 12, 2024
3cc3354
Update config.example.ts
westa3 Oct 12, 2024
77e468e
Update config.ts
westa3 Oct 12, 2024
857e4e1
trying to push so I deleted everything in config
rahul5400 Oct 23, 2024
d45887b
def messing something up
rahul5400 Oct 23, 2024
c08d54e
hopefully I did not mess anything hope
rahul5400 Oct 23, 2024
49b224e
Trying to fix git push
rahul5400 Oct 24, 2024
f0cce44
Yaayyy, this might commit, config.ts is now gray
rahul5400 Oct 24, 2024
b1a75e8
code to call the API and fetch job listings based on keywords and fil…
SaiedaJN Oct 25, 2024
d0aad9a
resolved merge conflicts
Hairum-Qureshi Oct 25, 2024
6de429f
removed trailing commas by prettier
Hairum-Qureshi Oct 25, 2024
6715110
removed trailing commas by prettier
Hairum-Qureshi Oct 25, 2024
297e762
replaced all strings' double quotes with single quotes
Hairum-Qureshi Oct 25, 2024
7562fa2
added jobForms database, have commandManager adding raw data to datab…
Jessica-C2004 Oct 26, 2024
2fc35a1
Merge pull request #35 from CISC375/Task3.3-ImplementAPICalls-saiedaJN
rahul5400 Oct 26, 2024
403cb3b
Merge branch 'main' into Task2.1-schema-jacunnin
Jessica-C2004 Oct 26, 2024
ac01744
updated to work with both question sets
Jessica-C2004 Oct 26, 2024
6ed0908
pulling again so I can push my code
rahul5400 Oct 28, 2024
ef2b57d
I am having issues with code pulled
rahul5400 Oct 28, 2024
1d609b8
Pushing now after adding code APP_ID into config.ts
rahul5400 Oct 28, 2024
1215eed
Merge pull request #41 from CISC375/start-task6-rahul5400
pgsweet Oct 30, 2024
e0bef35
resolved JobReferenceAPI import
Hairum-Qureshi Oct 30, 2024
77b2874
added comments to APIDatabase
rahul5400 Oct 30, 2024
76cf3eb
changed APIDatabase to jobDatabase
rahul5400 Oct 30, 2024
938dfe2
Merge branch 'main' of https://github.com/CISC375/SageTeamY into star…
rahul5400 Oct 30, 2024
4b0a950
resolved esLint errors
Hairum-Qureshi Oct 30, 2024
f848cf9
changed APIDatabase to jobDatabase
rahul5400 Oct 30, 2024
e6e37e4
resolved ESLint errors
Hairum-Qureshi Oct 30, 2024
f9d270d
resolved ESLint errors by replacing double quotes with single quotes
Hairum-Qureshi Oct 30, 2024
8c3a114
updated 'expires' property for job reminder so it now expires in a ye…
Hairum-Qureshi Oct 30, 2024
70661e8
updated 'expires' property for job reminder so it now expires in a ye…
Hairum-Qureshi Oct 30, 2024
a329034
updated 'expires' property for job reminder so it now expires in a ye…
Hairum-Qureshi Oct 30, 2024
dc95027
added conditional logic that displays a message to the user (either p…
Hairum-Qureshi Oct 30, 2024
ec6bae6
Copied over jobForm to updatePrefences.ts and changed some of the cod…
rahul5400 Oct 31, 2024
5ba4302
replaced 'expires' property for job reminder to 'new Date()' which so…
Hairum-Qureshi Oct 31, 2024
9a9b276
added modal in commandManager by using jobModal case, however, it fee…
rahul5400 Oct 31, 2024
8fc9412
removed debug console log statement and reverted changes to DM 'messa…
Hairum-Qureshi Oct 31, 2024
11b56a8
reverted changes to the 'expires' property so now users are able to g…
Hairum-Qureshi Oct 31, 2024
6d2aa92
implemented formatting to job search DM message
Hairum-Qureshi Oct 31, 2024
1490c69
created a mew file in types for jobPreferences
rahul5400 Oct 31, 2024
5145551
still trying to view the answers submitted - sigh
rahul5400 Oct 31, 2024
4ffa575
added better wording to DM job postings message
Hairum-Qureshi Oct 31, 2024
ded10c3
modified description for job reminder when user views their reminders…
Hairum-Qureshi Nov 1, 2024
c46e2ff
added questionSet to answer schema
Jessica-C2004 Nov 1, 2024
e5eea9a
fixed spelling in command manager
pgsweet Nov 1, 2024
22d44ac
added description to job reminder so it lets users know whether it's …
Hairum-Qureshi Nov 1, 2024
8942e9a
added existig_Answers to check if existed preferences exist
rahul5400 Nov 2, 2024
8f40cb1
minor adjustments
rahul5400 Nov 2, 2024
e0346cb
I do not remember what I changed
rahul5400 Nov 2, 2024
9b900f9
Added a new message in command Managager
rahul5400 Nov 2, 2024
b20f6ba
Changed the ontent of the interaction.repy to match mess
rahul5400 Nov 2, 2024
ddcdf29
updated to check which question set is being added, not inserting ini…
Jessica-C2004 Nov 2, 2024
c847f87
update changed to updateOne since update is deprecated
Jessica-C2004 Nov 2, 2024
7ada7c2
Merge pull request #42 from CISC375/Task5-ScheduledJobAlerts-hqureshi
Jessica-C2004 Nov 2, 2024
ae35a15
Merge pull request #43 from CISC375/Task5.3-formattedJobAlertMsgs-hqu…
Jessica-C2004 Nov 2, 2024
62f8d0d
Merge pull request #45 from CISC375/Fix-Bugs-pgsweet
Jessica-C2004 Nov 2, 2024
082308a
changed to replace since update is moreso fields, not actually replac…
Jessica-C2004 Nov 2, 2024
781ca64
added updateModal
rahul5400 Nov 3, 2024
0089797
Fixed a misspelling
rahul5400 Nov 3, 2024
d1b5799
added choices in ApplicationCommandOptionData[]
rahul5400 Nov 3, 2024
ee2784e
deleted a file and rename updatePreferences.ts to updatepreferences.ts
rahul5400 Nov 3, 2024
4c6d1be
added choices to jobform.ts
rahul5400 Nov 4, 2024
310960d
pushing so that othe people can use the code
rahul5400 Nov 4, 2024
5e43979
just commented out something in Adzuna_job_search
SaiedaJN Nov 4, 2024
27146a6
Merge pull request #62 from CISC375/Task3.3-ImplementAPICalls-saiedaJN
pgsweet Nov 4, 2024
b99add9
Merge remote-tracking branch 'origin/start-task6-rahul5400' into Task…
Jessica-C2004 Nov 4, 2024
8924e66
merge conflicts resolved
Jessica-C2004 Nov 4, 2024
18d8d4a
changed public to private, replacing correctly experiencing modal issue
Jessica-C2004 Nov 5, 2024
dafad77
fix modal issue :D, inserts and updates correctly
Jessica-C2004 Nov 5, 2024
e2b90e7
removed debugging console statements
Jessica-C2004 Nov 5, 2024
920c2d0
currently not recognizing command, need to prob merge again
Jessica-C2004 Nov 5, 2024
611d8ba
added filterAnswers in jobDatabase.ts
rahul5400 Nov 6, 2024
5c39d36
Made it so that the data would update only if new data is inserted
rahul5400 Nov 6, 2024
372dc4a
fixde getPreferences
rahul5400 Nov 6, 2024
3b9fc26
changed minor issues
rahul5400 Nov 6, 2024
d8b9970
The udate_preference form now works
rahul5400 Nov 6, 2024
84870b3
deleted unnesarcy comments
rahul5400 Nov 6, 2024
dd2d54b
fixed pull issues
rahul5400 Nov 6, 2024
8d59e76
redid job reminders message formatting so it includes more information
Hairum-Qureshi Nov 6, 2024
51acc83
fixed ESLint issues
Hairum-Qureshi Nov 6, 2024
2a4e09f
Merge pull request #69 from CISC375/end-task6.1+6.2-rahul5400
Jessica-C2004 Nov 6, 2024
15b6634
Merge pull request #70 from CISC375/Task5-ScheduledJobAlerts-hqureshi
Jessica-C2004 Nov 6, 2024
e5aeed9
Merge branch 'main' into Task6.3-updateAnswers-jacunnin
Jessica-C2004 Nov 6, 2024
cebc640
updated collecting handling, should be final
Jessica-C2004 Nov 8, 2024
563855b
want to git pull
SaiedaJN Nov 9, 2024
78f5462
interest 3 is not fixed, it was not woking because i misspelled answe…
rahul5400 Nov 9, 2024
d39ce07
Merge pull request #71 from CISC375/Task6.2-updateAnswers-jacunnin
Hairum-Qureshi Nov 11, 2024
9d59552
implemented function for getting the user's job form data and combing…
Hairum-Qureshi Nov 11, 2024
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
b87237c
deleted jobDatabase.ts from jobs
rahul5400 Dec 16, 2024
c490100
Merge pull request #96 from CISC375/task7.1/7.4-rahul5400
rahul5400 Dec 16, 2024
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
8 changes: 7 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ jobs:
with:
node-version: '>=18'
cache: 'npm'

- name: Install required system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++

- 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
Loading
Loading