-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitlog.txt
457 lines (341 loc) · 10.7 KB
/
gitlog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
commit c9939a4c214d09385fe5bf482200c17872d8a5fd
Author: alizenart <[email protected]>
Date: Mon Oct 28 23:51:04 2024 -0500
home test
M src/FormComponent.test.jsx
A src/Home.test.jsx
commit 51d58e4866e5f2f0f1b6c160eac6bac89a9f4501
Author: alizenart <[email protected]>
Date: Mon Oct 28 23:40:30 2024 -0500
FormComponent test
A src/FormComponent.test.jsx
commit d5034d6d34953764a350a4ec748c56aeff6d478a
Author: angelp03 <[email protected]>
Date: Mon Oct 28 20:45:01 2024 -0500
Test existing user signin redirect
A src/UserAuth.test.jsx
commit 5e0586c2bf7b5c869f742a3acc009da664a4b948
Author: angelp03 <[email protected]>
Date: Mon Oct 28 19:04:18 2024 -0500
delete coverage from commit
D coverage/base.css
D coverage/block-navigation.js
D coverage/coverage-final.json
D coverage/favicon.png
D coverage/index.html
D coverage/prettify.css
D coverage/prettify.js
D coverage/sort-arrow-sprite.png
D coverage/sorter.js
D coverage/src/App.jsx.html
D coverage/src/FormComponent.jsx.html
D coverage/src/Home.jsx.html
D coverage/src/ListingsPage.jsx.html
D coverage/src/MapComponent.jsx.html
D coverage/src/MyPostings.jsx.html
D coverage/src/PlantDetails.jsx.html
D coverage/src/Profile.jsx.html
D coverage/src/index.html
D coverage/src/index.jsx.html
D coverage/src/utilities/firebase.js.html
D coverage/src/utilities/index.html
D coverage/src/utilities/profile.js.html
commit 9b88028be3f53b73e7864bb6ea11e7fc66910956
Author: angelp03 <[email protected]>
Date: Mon Oct 28 19:03:37 2024 -0500
adjust coverage from gitignore
M .gitignore
commit 90dca0cc3ec5a836b631f0f1e566348c6c30a1dd
Author: angelp03 <[email protected]>
Date: Mon Oct 28 19:02:33 2024 -0500
remove coverage from git
M .gitignore
commit 4f21c16f9c79fe04d282e62bc7e343e43a7a8479
Author: angelp03 <[email protected]>
Date: Mon Oct 28 19:00:33 2024 -0500
Test my postings redirection
A coverage/base.css
A coverage/block-navigation.js
A coverage/coverage-final.json
A coverage/favicon.png
A coverage/index.html
A coverage/prettify.css
A coverage/prettify.js
A coverage/sort-arrow-sprite.png
A coverage/sorter.js
A coverage/src/App.jsx.html
A coverage/src/FormComponent.jsx.html
A coverage/src/Home.jsx.html
A coverage/src/ListingsPage.jsx.html
A coverage/src/MapComponent.jsx.html
A coverage/src/MyPostings.jsx.html
A coverage/src/PlantDetails.jsx.html
A coverage/src/Profile.jsx.html
A coverage/src/index.html
A coverage/src/index.jsx.html
A coverage/src/utilities/firebase.js.html
A coverage/src/utilities/index.html
A coverage/src/utilities/profile.js.html
M database.rules.json
M src/App.test.jsx
M src/MapComponent.jsx
M vite.config.js
commit 708fd41c4dbf9cced1e4bfdabebc7e5cbeff08f9
Author: Mark Fortes <[email protected]>
Date: Fri Oct 18 14:46:20 2024 -0500
added confirmation message
M src/ListingsPage.css
M src/ListingsPage.jsx
M src/PlantDetails.jsx
commit beb749762252977c188329464b370a17e80e91da
Author: angelp03 <[email protected]>
Date: Fri Oct 18 14:38:12 2024 -0500
fix Firebase hosting and MyPostings
M firebase.json
M src/MyPostings.css
M src/MyPostings.jsx
commit 305a922c63986f6bc0bb9b50fc5de1ea084300b8
Author: angelp03 <[email protected]>
Date: Fri Oct 18 14:22:35 2024 -0500
Present only posts that user has not made
M src/ListingsPage.jsx
commit 26e0b4c58bf8cc5e6c94d678891e99a1885fabd5
Author: Mark Fortes <[email protected]>
Date: Fri Oct 18 14:12:51 2024 -0500
quick fixes
M src/FormComponent.jsx
M src/ListingsPage.jsx
commit 19790ff5499e77aebf5ceb08c1b63f7267438377
Author: angelp03 <[email protected]>
Date: Fri Oct 18 14:05:15 2024 -0500
clean up listing page
M src/ListingsPage.css
M src/ListingsPage.jsx
commit 9309e78ae0e99422dd68e25a16bded9abddef600
Author: Mark Fortes <[email protected]>
Date: Fri Oct 18 13:59:41 2024 -0500
standardized forms and fields
M src/FormComponent.jsx
M src/ListingsPage.jsx
M src/PlantDetails.jsx
commit 16eb4decbbffeed253d316a4d19a24f4a4e0c62a
Author: angelp03 <[email protected]>
Date: Fri Oct 18 13:39:29 2024 -0500
Show requester information
M src/ListingsPage.jsx
M src/MyPostings.jsx
commit 0d9446f0b88195dd346d6d51df670636c89f366d
Author: VihaanShah26 <[email protected]>
Date: Fri Oct 18 13:37:55 2024 -0500
Added Sorting
M src/ListingsPage.jsx
commit 4bd0e72d1265d4fe7a733f9e892417d210018cd0
Author: angelp03 <[email protected]>
Date: Fri Oct 18 13:05:37 2024 -0500
Remove function import
M src/ListingsPage.jsx
commit 75e91447ce88748b2d6f385cccd35bf792335160
Author: angelp03 <[email protected]>
Date: Fri Oct 18 13:04:06 2024 -0500
Add booking and my posts page
M src/ListingsPage.css
M src/ListingsPage.jsx
M src/MyPostings.jsx
M src/PlantDetails.jsx
commit a7ee310bcb229ca1fc07eb2b3e50c403a664b254
Author: alizenart <[email protected]>
Date: Fri Oct 18 10:50:30 2024 -0500
Add My Postings Page
M src/App.jsx
M src/ListingsPage.css
M src/ListingsPage.jsx
A src/MyPostings.css
A src/MyPostings.jsx
commit 42d13d64a9a1afb30bccf9da3d38a46fc71134d5
Author: angelp03 <[email protected]>
Date: Fri Oct 18 00:47:08 2024 -0500
Add user and owner markers on map
M database.rules.json
M index.html
M src/App.jsx
M src/Home.jsx
M src/ListingsPage.css
M src/ListingsPage.jsx
M src/MapComponent.jsx
M src/PlantDetails.jsx
M src/utilities/firebase.js
A src/utilities/profile.js
commit 15162350f6a5dfae064defa515459965e6a3ffbd
Author: alizenart <[email protected]>
Date: Wed Oct 16 12:48:50 2024 -0500
Plant image uploads with posting
M firebase.json
M package-lock.json
M package.json
M src/FormComponent.jsx
M src/Home.jsx
commit ff553d386aedd32baf7fe198530591ee29ef5ad5
Author: angelp03 <[email protected]>
Date: Mon Oct 14 16:25:26 2024 -0500
Add address autocomplete
M index.html
M src/FormComponent.jsx
M src/Profile.jsx
commit cbbc7f3afcf48fce09a8d872eb275432e319f76a
Author: angelp03 <[email protected]>
Date: Mon Oct 14 16:01:35 2024 -0500
Save email on account creation
M src/PlantDetails.jsx
M src/Profile.jsx
commit 2cec01ef60cf3854ef42eab4594a69ef061eb5fb
Author: angelp03 <[email protected]>
Date: Mon Oct 14 15:24:34 2024 -0500
Display plant owner information for posts
M index.html
M src/ListingsPage.jsx
A src/MapComponent.jsx
M src/PlantDetails.jsx
commit e1d99d1f729d00a429c28413c47da7b603523758
Author: angelp03 <[email protected]>
Date: Mon Oct 14 12:33:18 2024 -0500
Create user entry in database
M src/App.jsx
M src/FormComponent.jsx
M src/Home.jsx
M src/ListingsPage.jsx
D src/LoginPage.jsx
M src/Profile.jsx
commit 941462c52ea9c591cdaf4f69e3cd60d45b28438d
Author: angelp03 <[email protected]>
Date: Sat Oct 12 16:59:02 2024 -0500
Change database reference for profile
M src/Profile.jsx
commit 03ca610af082307e6f0171aa09550383667f4fe1
Author: angelp03 <[email protected]>
Date: Sat Oct 12 16:55:38 2024 -0500
Pass uid to profile component
M src/App.jsx
M src/Home.jsx
M src/Profile.jsx
commit 92aad902fcca085ed8ef7c279c234e52bbdfa49a
Author: VihaanShah26 <[email protected]>
Date: Sat Oct 12 16:52:51 2024 -0500
Fixed Refactoring issue
D src/App.css
M src/App.jsx
M src/Home.jsx
M src/index.jsx
R100 src/index.css src/styles/index.css
commit f19da4f3775da8e7fb497dd46058aea622992ddd
Author: angelp03 <[email protected]>
Date: Sat Oct 12 16:30:58 2024 -0500
Store global uid state
M src/App.jsx
M src/Home.jsx
M src/LoginPage.jsx
commit eb19a327571a6c78a7b87ff131e2d7e11f48647e
Author: Mark Fortes <[email protected]>
Date: Sat Oct 12 16:30:01 2024 -0500
created listing details page
M src/ListingsPage.jsx
A src/PlantDetails.jsx
A src/styles/PlantDetails.css
commit f55be9290d727ca02bd638c23c0e4de2c6eb0e2c
Author: VihaanShah26 <[email protected]>
Date: Sat Oct 12 16:27:02 2024 -0500
Profile creation
M src/LoginPage.jsx
M src/Profile.jsx
commit 3a3f451c908611daea8f461c6f14a1925d2b3995
Author: angelp03 <[email protected]>
Date: Sat Oct 12 16:19:32 2024 -0500
Begin work on uid logic
M src/App.jsx
M src/ListingsPage.jsx
commit e6c34e4303a16e9a1b8732d00ae6d77acda2766c
Author: angelp03 <[email protected]>
Date: Sat Oct 12 16:16:50 2024 -0500
Initialize google authentication
M src/FormComponent.jsx
M src/Home.jsx
M src/ListingsPage.jsx
A src/LoginPage.jsx
M src/utilities/firebase.js
commit 6fc89b2f944bf5e01e30426266d57cabf11ef3c6
Author: VihaanShah26 <[email protected]>
Date: Sat Oct 12 16:11:18 2024 -0500
Profile Page
M src/App.jsx
A src/Profile.jsx
commit 6bbd0dc59c7cbff5fe693b4ecc8e170139a9b8b8
Author: angelp03 <[email protected]>
Date: Mon Oct 7 13:37:51 2024 -0500
remove some hardcoded logic for form submission
M firebase.json
M src/FormComponent.jsx
M src/ListingsPage.css
M src/ListingsPage.jsx
commit 8d6c877efdd02f4187e9f8e1738251707e727fdc
Author: angelp03 <[email protected]>
Date: Sun Oct 6 16:41:29 2024 -0500
added database integration
A database.rules.json
M firebase.json
M package-lock.json
M package.json
A public/404.html
A public/index.html
M src/App.jsx
M src/FormComponent.jsx
M src/ListingsPage.jsx
A src/utilities/firebase.js
commit 0b426ddd03c33620ca63dc81bc99dd24db9e3939
Author: Mark Fortes <[email protected]>
Date: Sun Oct 6 16:02:27 2024 -0500
added post form
M src/App.jsx
A src/FormComponent.jsx
A src/styles/FormComponent.css
commit 4cd943d6e42b413434da185ac77343da8240cd46
Author: VihaanShah26 <[email protected]>
Date: Fri Oct 4 15:31:25 2024 -0500
Home and listings page initial commit
A .firebaserc
A firebase.json
M index.html
M package-lock.json
M package.json
A public/homeplant.svg
A public/plant1.webp
A public/plant2.webp
A public/plant3.webp
M src/App.css
M src/App.jsx
A src/Home.css
A src/Home.jsx
A src/ListingsPage.css
A src/ListingsPage.jsx
commit 7e0c30e70be19f5f95e667f1c740211e0cc0ff74
Author: VihaanShah26 <[email protected]>
Date: Tue Oct 1 17:55:02 2024 -0500
React init
A .gitignore
A LICENSE
M README.md
A index.html
A package-lock.json
A package.json
A public/favicon.svg
A public/robots.txt
A src/App.css
A src/App.jsx
A src/App.test.jsx
A src/index.css
A src/index.jsx
A src/logo.svg
A vite.config.js
commit 684416897ec358d35e2f6f241b10f0269b738ed3
Author: Vihaan Shah <[email protected]>
Date: Tue Oct 1 17:49:49 2024 -0500
Initial commit
A README.md