Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2375 commits
Select commit Hold shift + click to select a range
d7a56df
refactor: add labels abstraction for howto forms
benfurber Aug 4, 2023
18d8263
refactor: add separate components for howto fields
benfurber Aug 8, 2023
74c6a16
Merge pull request #2707 from benfurber/move-howto-text-to-labels
evakill Aug 27, 2023
791d566
fix(stores): fixed issue #2709, fixed lint
goratt12 Aug 28, 2023
84c5e26
feat: add generic error rendering component
benfurber Aug 16, 2023
ac45234
Merge pull request #2717 from benfurber/2684-add-generic-errors-compo…
evakill Aug 29, 2023
b59b74c
fix(stores): fixed issue #2709, sort by _contentModifiedTimestamp, de…
goratt12 Aug 30, 2023
ee26dfb
Merge branch 'master' into fix/authwrapper-roles-not-authorizing-in-dev
evakill Aug 30, 2023
1269130
Merge pull request #2653 from AlfonsoGhislieri/fix/authwrapper-roles-…
evakill Aug 31, 2023
10121ac
refactor: remove unnecessary argument and add unit tests
benkelaar Aug 30, 2023
9e9ec27
fix(stores): fixed issue ONEARMY#2709, changed back the use of _modif…
goratt12 Aug 31, 2023
f37ab88
chore(deps): explicitly add dotenv
thisislawatts Jul 6, 2023
3597282
chore(ci): verify security rules in CI
thisislawatts Jul 6, 2023
1275d89
chore(ci): introduce env vars
thisislawatts Jul 6, 2023
05f77fb
Merge pull request #2591 from ONEARMY/chore/security-rules
thisislawatts Sep 2, 2023
0ec366a
Merge pull request #2730 from benkelaar/fix/2315-unit-tests
thisislawatts Sep 2, 2023
dda9c7b
docs: update README.md
allcontributors[bot] Sep 2, 2023
16254fc
docs: update .all-contributorsrc
allcontributors[bot] Sep 2, 2023
cfa1a28
Merge pull request #2732 from ONEARMY/all-contributors/add-benkelaar
thisislawatts Sep 2, 2023
4b5e22b
fix: replace margins with paddings in research comments box section
sberlati Jul 30, 2023
e1098b8
Merge pull request #2733 from ONEARMY/fix/reseach-comments-margins
thisislawatts Sep 2, 2023
4683efa
Merge branch 'master' into 2709-research
evakill Sep 2, 2023
9f9e58b
fix: adds category to IHowto save
Aug 31, 2023
620f4a6
test: add category to Howto factory
Aug 31, 2023
7e707a5
fix: make category optional in howto store
Sep 2, 2023
917aa53
fix(stores): fixed issue #2709, fixed CircleCI errors
goratt12 Sep 3, 2023
cd98fdc
Merge branch '2709-research' of https://github.com/goratt12/community…
goratt12 Sep 3, 2023
47c6ce2
feat: add tooltips to research listing page
AlfonsoGhislieri Sep 4, 2023
2ca5a89
feat: add tooltip for useful in howtocard
AlfonsoGhislieri Sep 4, 2023
b1fd809
Merge pull request #2738 from AlfonsoGhislieri/2728/tooltips_research…
thisislawatts Sep 4, 2023
3e5d0df
fix(stores): fixed issue #2709, fixed 'sortingOptions' not array
goratt12 Sep 4, 2023
5da601a
feat: drop admin interface
thisislawatts Jul 27, 2023
faf8092
Merge branch 'master' into 2709-research
goratt12 Sep 4, 2023
e1f07b1
Merge pull request #2729 from jwjacobs88/2725-howto-category-not-saving
evakill Sep 4, 2023
f4cf78c
fix(stores): fixed issue #2709, added field '_contentModifiedTimestam…
goratt12 Sep 4, 2023
4584833
Merge branch '2709-research' of https://github.com/goratt12/community…
goratt12 Sep 4, 2023
7dfa628
Merge pull request #2723 from goratt12/2709-research
evakill Sep 4, 2023
7c291c2
feat: filter research list by moderation status
AlfonsoGhislieri Sep 4, 2023
32d3063
chore: add default filtering by moderation status
AlfonsoGhislieri Sep 4, 2023
de11744
test: atests that validate sorting functionality
AlfonsoGhislieri Sep 5, 2023
d1a8780
chore: clean up test
AlfonsoGhislieri Sep 5, 2023
7b64e26
chore: moderation filter for all sorting selections
AlfonsoGhislieri Sep 5, 2023
a41ea16
Merge pull request #2739 from AlfonsoGhislieri/2550/filter_by_moderation
thisislawatts Sep 5, 2023
5098832
fix: fixed issue #2682
goratt12 Sep 5, 2023
4e6425f
fix: change embed images/video labels to one line
ericblois Sep 6, 2023
e36f756
Merge pull request #2750 from ericblois/2557-embed-message
AlfonsoGhislieri Sep 6, 2023
8022687
Merge pull request #2689 from ONEARMY/feat/drop-admin-interface
AlfonsoGhislieri Sep 6, 2023
5c562d7
refactor: move default sorting filter logic to store
AlfonsoGhislieri Sep 6, 2023
43c4c50
chore: update activesorter in function call
AlfonsoGhislieri Sep 7, 2023
2c6f2e2
feat: add errors component to render on howto form
benfurber Aug 14, 2023
32b604d
feat: add generic error rendering component
benfurber Aug 16, 2023
ff3524f
fix: typing of errors container
benfurber Aug 31, 2023
650ec5c
refactor: strictly structure howto labels
benfurber Aug 31, 2023
735b080
refactor: move error transformation logic to util
benfurber Aug 31, 2023
a804bba
chore: reorder store constructors
AlfonsoGhislieri Sep 7, 2023
1e8155d
Merge pull request #2720 from benfurber/2684-add-errors-to-how-to
evakill Sep 7, 2023
e108bdd
chore: add stricter type checks
AlfonsoGhislieri Sep 7, 2023
cac9321
refactor: add labels to research forms
benfurber Aug 15, 2023
dab6659
feat: add errors component to research forms
benfurber Aug 16, 2023
575f2e4
refactor: add stricter typing to research labels
benfurber Sep 7, 2023
b46ec92
refactor: cleans up constructor of research store
AlfonsoGhislieri Sep 7, 2023
c8f66c7
fix: add lost export after rebase from master
benfurber Sep 7, 2023
29c9548
refactor: add labels for files to research update
benfurber Sep 7, 2023
3a1269e
fix: sort non deleted items
AlfonsoGhislieri Sep 7, 2023
9e0e451
chore: rename activeItems
AlfonsoGhislieri Sep 7, 2023
49831f5
Merge pull request #2753 from AlfonsoGhislieri/chore/default_sorting_…
AlfonsoGhislieri Sep 7, 2023
7fbaf3f
Merge branch 'ONEARMY:master' into research-2682
goratt12 Sep 7, 2023
3d72e3f
Merge pull request #2719 from benfurber/2684-add-errors-to-research
evakill Sep 8, 2023
d2d9086
fix: fixed issue #2682
goratt12 Sep 8, 2023
456cb63
ci: upgrade Yarn from 3.4.1 to 3.6.3
Sep 8, 2023
a18230c
build: remove unknown workspace
Sep 8, 2023
b8e8584
ci: upgrade orbs and images
Sep 8, 2023
60cea6c
fix: fix issue #2744
goratt12 Sep 8, 2023
7fe4dd0
ci: downgrade Node image to 18.17.1
Sep 8, 2023
241bbf7
fix: fix issue #2744, fixed cypress errors
goratt12 Sep 8, 2023
9589b78
ci: fix cache key syntax according to CircleCI docs
Sep 9, 2023
49e5fa6
fix: fix issue #2744, updated tests
goratt12 Sep 9, 2023
9f60ac3
fix: fix issue #2744, yarn format
goratt12 Sep 9, 2023
5dbee2f
build: run yarn dedupe
Sep 9, 2023
cc2c469
fix: keep item in place if equal to another
AlfonsoGhislieri Sep 9, 2023
69d32d3
test: check sorted items stay in same order if equal
AlfonsoGhislieri Sep 9, 2023
fa61f63
chore: remove comment and fix return
AlfonsoGhislieri Sep 9, 2023
5d1ca97
Merge pull request #2761 from AlfonsoGhislieri/fix/prevent_sort_shuff…
thisislawatts Sep 10, 2023
8e830a7
ci: use same node version everywhere
Sep 10, 2023
9d91a9a
Merge pull request #2759 from inad9300/master
thisislawatts Sep 10, 2023
d35d156
feat: introduce info Alert variant
thisislawatts Sep 10, 2023
c7eb6c0
Merge pull request #2764 from ONEARMY/fix/refactor-to-use-information
AlfonsoGhislieri Sep 10, 2023
5bb6996
fix: adds tests for ImageGallery component
thisislawatts Sep 10, 2023
ec6da25
Merge pull request #2767 from ONEARMY/fix/add-tests-for-image-gallery…
AlfonsoGhislieri Sep 10, 2023
b8ffdad
feat(emails): add moderation notifications to emails and fix labellin…
evakill Sep 11, 2023
46f178c
fix: no punctuation
evakill Sep 11, 2023
783fa78
fix: considering only not deleted posts
laviodias Sep 12, 2023
d6c543b
refactor: improving function return type in order to fix typescript p…
laviodias Sep 12, 2023
7b01afb
style: fixed prettier formatting
laviodias Sep 12, 2023
44c32ba
refactor: moving calculateTotalComments function to helpers
laviodias Sep 12, 2023
d9641fb
test: adding tests for calculateTotalComments method
laviodias Sep 12, 2023
d6bc364
refactor: using correct types and factory research items
laviodias Sep 12, 2023
3b2f670
Merge pull request #2769 from laviodias/2760-research-numbers
AlfonsoGhislieri Sep 12, 2023
b5b0788
docs: update README.md
allcontributors[bot] Sep 12, 2023
e7b3327
docs: update .all-contributorsrc
allcontributors[bot] Sep 12, 2023
d663b25
Merge pull request #2771 from ONEARMY/all-contributors/add-laviodias
AlfonsoGhislieri Sep 12, 2023
fc30d4f
refactor: use ifs rather than switch
evakill Sep 12, 2023
1267f5c
Merge branch 'master' into evakill/moderation-notifications
evakill Sep 12, 2023
5a30152
Merge pull request #2768 from ONEARMY/evakill/moderation-notifications
AlfonsoGhislieri Sep 12, 2023
0569955
fix: fix issue #2744, add id to duplicated slug
goratt12 Sep 12, 2023
bf59a00
chore(packages): upgrade storybook
thisislawatts Sep 12, 2023
373d4ef
feat: trim trailing whitespace in HowTo text fields
Sep 13, 2023
7a90776
Merge pull request #2773 from ONEARMY/chore/deps-upgrade-storybook
AlfonsoGhislieri Sep 13, 2023
f469d1d
test: function for whitespace test and simplify
AlfonsoGhislieri Sep 13, 2023
a2f48e1
test: trim faker lorem text to prevent whitespace failures
AlfonsoGhislieri Sep 13, 2023
e493187
Merge pull request #2775 from CrowsVeldt/trim-whitespace-new
AlfonsoGhislieri Sep 13, 2023
55431f1
feat: remove back button from descriptions
AlfonsoGhislieri Sep 13, 2023
99ba070
feat: add moderation sorting for howto list
AlfonsoGhislieri Sep 6, 2023
307d9f1
chore: remove unecessary parameter
AlfonsoGhislieri Sep 6, 2023
0b08596
fix: pin howtos and dont include deleted ones
AlfonsoGhislieri Sep 7, 2023
57c4f61
refactor: pass validItems directly to sort function
AlfonsoGhislieri Sep 9, 2023
4003ca7
test: update filtersorter test
AlfonsoGhislieri Sep 10, 2023
6862aae
feat: initialize store item arrays using sorter
AlfonsoGhislieri Sep 10, 2023
f32d941
refactor: remove uneeded variables
AlfonsoGhislieri Sep 10, 2023
423ffe8
chore: rebase and add shallow copy of arrays
AlfonsoGhislieri Sep 13, 2023
5e4ebc3
Merge pull request #2752 from AlfonsoGhislieri/feat/sort_howtolist_mo…
AlfonsoGhislieri Sep 13, 2023
197edb2
fix: fix issue #2744, added static notice message
goratt12 Sep 14, 2023
907c7ab
fix: fixed issue #2682, hide thumbnail on mobile
goratt12 Sep 14, 2023
0810c5f
Merge branch 'ONEARMY:master' into research-2682
goratt12 Sep 14, 2023
8859147
Merge branch 'research-2682' of https://github.com/goratt12/community…
goratt12 Sep 14, 2023
5ae76cf
fix: prevent signup if username contains invalid characters
jgable Sep 13, 2023
cd6ef96
fix: resize image to reduce transfer size
thisislawatts Sep 14, 2023
9950118
Merge branch 'ONEARMY:master' into 2744-howto-draft-collision
goratt12 Sep 14, 2023
9861ead
Merge branch '2744-howto-draft-collision' of https://github.com/gorat…
goratt12 Sep 14, 2023
df110fb
fix: added wordBreak property to step description text
manuelrurda Sep 14, 2023
463e875
Merge pull request #2778 from AlfonsoGhislieri/feat/remove_back_button
AlfonsoGhislieri Sep 14, 2023
5e9c480
fix: fix issue #2744, added dynamic notice message
goratt12 Sep 14, 2023
a3a94d4
Merge pull request #2786 from ONEARMY/2763-how-to-text-overflow
thisislawatts Sep 14, 2023
b27baf4
docs: update README.md
allcontributors[bot] Sep 14, 2023
3c3b537
docs: update .all-contributorsrc
allcontributors[bot] Sep 14, 2023
53c9738
Merge pull request #2787 from ONEARMY/all-contributors/add-manuelrurda
thisislawatts Sep 14, 2023
ffbe8a7
feat: remove footer from howto
AlfonsoGhislieri Sep 13, 2023
66c2f8c
feat: add focus for comments form
AlfonsoGhislieri Sep 13, 2023
c787979
chore: rebase
AlfonsoGhislieri Sep 15, 2023
8d26d57
feat(moderation-emails): add email templating and mdoeration email fu…
evakill Sep 15, 2023
219700b
fix: fix issue #2744, check if title updated
goratt12 Sep 16, 2023
4c32a11
fix: fix issue #2744, title in notice is dynamic
goratt12 Sep 16, 2023
6ca550b
fix: fixed issue #2682, use only publicly available updates + add sha…
goratt12 Sep 16, 2023
6ee0074
Merge branch 'research-2682' of https://github.com/goratt12/community…
goratt12 Sep 16, 2023
0d4ea5c
test: adds e2e testing of howto category
LiptonB Sep 16, 2023
3ce32f6
Merge pull request #2791 from ONEARMY/evakill/moderation-email-template
thisislawatts Sep 17, 2023
9f4ed6a
Merge pull request #2793 from LiptonB/issue-2743-howto-category
thisislawatts Sep 17, 2023
272876b
docs: update README.md
allcontributors[bot] Sep 17, 2023
d4b79a9
docs: update .all-contributorsrc
allcontributors[bot] Sep 17, 2023
dfe0998
Merge pull request #2794 from ONEARMY/all-contributors/add-LiptonB
thisislawatts Sep 17, 2023
e9e9e0d
fix: fix errors running functions locally
evakill Sep 15, 2023
a3b4319
Merge pull request #2790 from ONEARMY/evakill/functions-fixes
thisislawatts Sep 17, 2023
cd0b18b
Merge pull request #2749 from goratt12/research-2682
thisislawatts Sep 17, 2023
26372e7
feat(emails): create howto approval email on moderation change
evakill Sep 16, 2023
411a91e
refactor: make signoff platform specific
evakill Sep 16, 2023
8cba667
test(emails): add content testing to emails
evakill Sep 17, 2023
9cc5a3b
fix: fix issue #2744, fixed test failing
goratt12 Sep 17, 2023
ff09898
fix: fix issue #2744, yarn lint
goratt12 Sep 17, 2023
a5e4a6f
Merge branch 'master' into 2744-howto-draft-collision
goratt12 Sep 17, 2023
39ee8f7
refactor: add labels to settings form
benfurber Aug 19, 2023
77fe834
feat: add errors component to user settings form
benfurber Aug 19, 2023
6a59d71
feat: add missing labels after rebase
benfurber Sep 18, 2023
efe011f
refactor: add stricter typing
benfurber Sep 18, 2023
3dad07c
fix: fix error alerting and add test
evakill Sep 18, 2023
2d6b28f
Merge pull request #2718 from benfurber/2684-add-errors-to-user-settings
evakill Sep 18, 2023
d734eb4
fix: fix issue #2744, fixed cypress tests to match new notice
goratt12 Sep 18, 2023
681db50
feat: only send to beta testers
evakill Sep 18, 2023
15d4214
fix: fix issue #2744, yarn format
goratt12 Sep 18, 2023
c6d988e
fix: fix issue #2744, trim title
goratt12 Sep 18, 2023
850ec09
fix: fix issue #2744, fixed notice not working correctly on edit
goratt12 Sep 18, 2023
8032f1e
Merge branch 'master' into 2744-howto-draft-collision
goratt12 Sep 19, 2023
95a4550
feat: add modified to howto sorting and fix date
AlfonsoGhislieri Sep 15, 2023
2c6f799
feat: update naming of sorting filter
AlfonsoGhislieri Sep 15, 2023
228809e
feat: add sorting by most downloads
AlfonsoGhislieri Sep 15, 2023
0b0911b
feat: add random sorting of items
AlfonsoGhislieri Sep 15, 2023
b6b42a5
feat: sort howtos by comments
AlfonsoGhislieri Sep 15, 2023
9018921
test: update research seeds for cypress tests
AlfonsoGhislieri Sep 16, 2023
31b66bc
Merge pull request #2796 from ONEARMY/evakill/fix-undefined-spread
AlfonsoGhislieri Sep 19, 2023
f3812e8
feat: handle contentModifiedTimestamp undefiend
AlfonsoGhislieri Sep 19, 2023
88ad01b
Merge pull request #2789 from AlfonsoGhislieri/feat/howto_sorting_2746
thisislawatts Sep 22, 2023
7c1adfb
Merge pull request #2792 from ONEARMY/evakill/moderation-emails
thisislawatts Sep 22, 2023
4f6121d
chore: apply prettier
thisislawatts Sep 22, 2023
c7028cf
feat(emails): add map pin approval email
evakill Sep 23, 2023
67be973
feat(emails): submission emails
evakill Sep 23, 2023
bbfa892
feat: lock research editor access
thisislawatts Apr 9, 2023
5bde4a3
Merge pull request #2801 from ONEARMY/evakill/additional-email-templates
thisislawatts Sep 23, 2023
b73ad41
Merge pull request #2217 from ONEARMY/feat/lock-research-editor-access
AlfonsoGhislieri Sep 23, 2023
4b553cb
chore: remove images from root
AlfonsoGhislieri Sep 25, 2023
56ba8bb
fix: send submissions for howtos and mappins awaiting moderation
evakill Sep 26, 2023
2620a82
fix: map pin user id
evakill Sep 26, 2023
001eab1
Merge pull request #2810 from ONEARMY/evakill/submission-emails
thisislawatts Sep 26, 2023
87f8193
docs: corrected good-first-issue link in README
ayachish Sep 26, 2023
d5ead54
Merge pull request #2814 from ONEARMY/Bug-wrong-link
thisislawatts Sep 26, 2023
c740832
docs: update README.md
allcontributors[bot] Sep 26, 2023
dfdcb56
docs: update .all-contributorsrc
allcontributors[bot] Sep 26, 2023
23f6b74
Merge pull request #2815 from ONEARMY/all-contributors/add-ayachish
thisislawatts Sep 26, 2023
f4e5e3c
chore: remove todo comments
thisislawatts Sep 26, 2023
392ef4f
Merge pull request #2816 from ONEARMY/chore/remove-todo-comments
thisislawatts Sep 26, 2023
1fe0a78
fix(platform): hides untouched selected option in filter and sort inputs
arthurtyukayev Sep 25, 2023
2e8ced8
feat: add howto guidance component
benfurber Sep 26, 2023
2fd8920
feat: add guidance component to howto form
benfurber Sep 26, 2023
639b0e2
feat: change guidance labels to be semantic
benfurber Sep 27, 2023
b6c1cd8
feat: adds email notification when supporter badge added/removed
thisislawatts Sep 26, 2023
d883f0c
Merge pull request #2812 from ONEARMY/feat/email-notifications-for-su…
thisislawatts Sep 27, 2023
b945a1b
Merge pull request #2714 from benfurber/2683-add-guidance-to-howto-form
thisislawatts Sep 27, 2023
9b0827c
docs: update guidance around testing
thisislawatts Sep 27, 2023
2bdf332
fix(emails): send submission emails on re-submitted resources
evakill Sep 28, 2023
2008c58
chore: fix comments
evakill Sep 28, 2023
82179ab
feat(emails): add rejected emails for map pin and how to
evakill Sep 28, 2023
4d6ff1a
Merge pull request #2823 from ONEARMY/evakill/rejection-emails
thisislawatts Sep 28, 2023
50ec4a6
Merge pull request #2822 from ONEARMY/evakill/map-pin-submission-emails
thisislawatts Sep 28, 2023
1fe2748
fix(mappins): update moderation criteria for updated map pins
evakill Sep 29, 2023
52dd5f9
Merge pull request #2825 from ONEARMY/evakill/reset-map-pin-moderation
thisislawatts Sep 29, 2023
f1d2642
feat: display mappin moderation comments in User Settings
thisislawatts Sep 30, 2023
7fc8449
feat(components): display moderation comments on mappin
thisislawatts Sep 30, 2023
6389be2
chore: remove unused breadcrumbs component
thisislawatts Sep 30, 2023
92c121a
chore: empty
thisislawatts Sep 30, 2023
cf7f3ab
chore: empty commit
thisislawatts Sep 30, 2023
a1bc579
chore: remove pin generation helpers from core app
thisislawatts Sep 30, 2023
19fc14d
chore: rename directory to match with primary commponent
thisislawatts Sep 30, 2023
8f863a1
chore: disable patch status
thisislawatts Sep 30, 2023
378aeea
Merge pull request #2836 from ONEARMY/chore/deps-remove-generate-pins…
thisislawatts Sep 30, 2023
c3e805b
Merge pull request #2828 from ONEARMY/feat/display-mappin-comments
thisislawatts Sep 30, 2023
fdba6b7
Merge pull request #2829 from ONEARMY/feat/map-display-moderation-com…
thisislawatts Sep 30, 2023
a11975d
Merge pull request #2821 from ONEARMY/docs/update-guidance-around-tes…
thisislawatts Sep 30, 2023
fcf34a8
feat: adds email notification when verified badge added
thisislawatts Sep 27, 2023
2929bc6
fix: switch to ES6
thisislawatts Sep 30, 2023
4ce433a
fix: support case where badge was previously undefined
thisislawatts Sep 30, 2023
18722ae
Merge pull request #2820 from ONEARMY/feat/adds-email-notification-ve…
evakill Sep 30, 2023
6e5b935
feat(emails): needs improvements emails
evakill Sep 30, 2023
121d304
test: add error handling and testing for handlebars template function
evakill Sep 30, 2023
95c5eda
Merge pull request #2842 from ONEARMY/evakill/needs-improvements-emails
evakill Sep 30, 2023
09666af
Merge pull request #2844 from ONEARMY/evakill/get-email-template
evakill Sep 30, 2023
e5a83bf
fix: memory and file path
evakill Sep 30, 2023
5ad887b
Merge pull request #2846 from ONEARMY/evakill/increase-memory-limit-m…
thisislawatts Sep 30, 2023
4b8802e
chore: apply code formatting
thisislawatts Sep 30, 2023
aec2a46
Merge pull request #2757 from goratt12/2744-howto-draft-collision
thisislawatts Sep 30, 2023
adf9541
Merge pull request #2847 from ONEARMY/at/how-to/item-sort-filters
thisislawatts Sep 30, 2023
d42f378
docs: update README.md
allcontributors[bot] Sep 30, 2023
83e99d3
docs: update .all-contributorsrc
allcontributors[bot] Sep 30, 2023
50b047a
Merge pull request #2849 from ONEARMY/all-contributors/add-arthurtyuk…
thisislawatts Sep 30, 2023
d287f75
Merge pull request #2840 from ONEARMY/chore/disable-patch-status
thisislawatts Sep 30, 2023
612be72
Merge pull request #2779 from AlfonsoGhislieri/feat/remove_howto_footer
thisislawatts Sep 30, 2023
6d928f1
chore: empty commit
thisislawatts Sep 30, 2023
85971e8
chore(ci): skip Cypress
thisislawatts Sep 30, 2023
a22354b
Merge pull request #2850 from ONEARMY/chore/empty-commit
thisislawatts Sep 30, 2023
4143e2c
Merge pull request #2780 from jgable/jgable/2408-prevent-invalid-char…
thisislawatts Sep 30, 2023
d5e5e00
docs: update README.md
allcontributors[bot] Sep 30, 2023
fcd3500
docs: update .all-contributorsrc
allcontributors[bot] Sep 30, 2023
ead15c2
Merge pull request #2852 from ONEARMY/all-contributors/add-jgable
thisislawatts Sep 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
353 changes: 349 additions & 4 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"skipCi": true,
"types": {
"maintainer": {
"symbol": "💪",
Expand Down Expand Up @@ -87,9 +86,10 @@
"login": "AlfonsoGhislieri",
"name": "Alfonso",
"avatar_url": "https://avatars.githubusercontent.com/u/652368?v=4",
"profile": "https://medium.com/@Alfonso_Ghislieri",
"profile": "https://github.com/AlfonsoGhislieri",
"contributions": [
"code"
"code",
"maintainer"
]
},
{
Expand All @@ -100,11 +100,356 @@
"contributions": [
"code"
]
},
{
"login": "laianbraum",
"name": "Laian Braum",
"avatar_url": "https://avatars.githubusercontent.com/u/61033391?v=4",
"profile": "http://www.linkedin.com/in/laianbraum",
"contributions": [
"code"
]
},
{
"login": "osouthwell-scottlogic",
"name": "osouthwell-scottlogic",
"avatar_url": "https://avatars.githubusercontent.com/u/98388720?v=4",
"profile": "https://github.com/osouthwell-scottlogic",
"contributions": [
"code"
]
},
{
"login": "asheerrizvi",
"name": "Asheer Rizvi",
"avatar_url": "https://avatars.githubusercontent.com/u/17976252?v=4",
"profile": "http://asheerrizvi.com",
"contributions": [
"code"
]
},
{
"login": "franknoirot",
"name": "Frank Noirot",
"avatar_url": "https://avatars.githubusercontent.com/u/23481541?v=4",
"profile": "https://franknoirot.co",
"contributions": [
"design"
]
},
{
"login": "LucasGabrielBecker",
"name": "Lucas Becker ",
"avatar_url": "https://avatars.githubusercontent.com/u/48301172?v=4",
"profile": "https://github.com/LucasGabrielBecker",
"contributions": [
"code"
]
},
{
"login": "cschilbe",
"name": "Conrad Schilbe",
"avatar_url": "https://avatars.githubusercontent.com/u/485557?v=4",
"profile": "https://github.com/cschilbe",
"contributions": [
"code"
]
},
{
"login": "ThakurKarthik",
"name": "Thakur Karthik",
"avatar_url": "https://avatars.githubusercontent.com/u/26309938?v=4",
"profile": "https://github.com/ThakurKarthik",
"contributions": [
"code"
]
},
{
"login": "danitrod",
"name": "Daniel T. Rodrigues",
"avatar_url": "https://avatars.githubusercontent.com/u/45438149?v=4",
"profile": "https://www.linkedin.com/in/danitrod/",
"contributions": [
"code"
]
},
{
"login": "adrianduke",
"name": "Adrian Duke",
"avatar_url": "https://avatars.githubusercontent.com/u/711058?v=4",
"profile": "https://github.com/adrianduke",
"contributions": [
"code"
]
},
{
"login": "missalyss",
"name": "Alyssa Helgason",
"avatar_url": "https://avatars.githubusercontent.com/u/19866110?v=4",
"profile": "https://github.com/missalyss",
"contributions": [
"code"
]
},
{
"login": "Kiebert",
"name": "Kieb",
"avatar_url": "https://avatars.githubusercontent.com/u/3414938?v=4",
"profile": "https://github.com/Kiebert",
"contributions": [
"code"
]
},
{
"login": "Sc4ramouche",
"name": "Kovechenkov Vladislav",
"avatar_url": "https://avatars.githubusercontent.com/u/25829136?v=4",
"profile": "https://github.com/Sc4ramouche",
"contributions": [
"code"
]
},
{
"login": "cerkiewny",
"name": "Devtato",
"avatar_url": "https://avatars.githubusercontent.com/u/4504330?v=4",
"profile": "http://devtato.com",
"contributions": [
"code"
]
},
{
"login": "NoHara42",
"name": "Ned O'Hara",
"avatar_url": "https://avatars.githubusercontent.com/u/43496778?v=4",
"profile": "https://github.com/NoHara42",
"contributions": [
"code"
]
},
{
"login": "SophXN",
"name": "Sophia Nguyen",
"avatar_url": "https://avatars.githubusercontent.com/u/80185757?v=4",
"profile": "https://github.com/SophXN",
"contributions": [
"code"
]
},
{
"login": "evakill",
"name": "Eva Killenberg",
"avatar_url": "https://avatars.githubusercontent.com/u/37253846?v=4",
"profile": "https://www.evakillenberg.com",
"contributions": [
"code",
"maintainer"
]
},
{
"login": "iSCJT",
"name": "Sean Thompson",
"avatar_url": "https://avatars.githubusercontent.com/u/80723794?v=4",
"profile": "https://speckledbanana.com",
"contributions": [
"code",
"maintainer"
]
},
{
"login": "NguyenVanDo51",
"name": "Nguyễn Văn Đỏ",
"avatar_url": "https://avatars.githubusercontent.com/u/30190734?v=4",
"profile": "https://github.com/NguyenVanDo51",
"contributions": [
"code"
]
},
{
"login": "KungRaseri",
"name": "KungRaseri",
"avatar_url": "https://avatars.githubusercontent.com/u/1054240?v=4",
"profile": "https://kungraseri.dev",
"contributions": [
"doc"
]
},
{
"login": "BaltacMihai",
"name": "Mihai-Cristian Bâltac",
"avatar_url": "https://avatars.githubusercontent.com/u/72079422?v=4",
"profile": "https://github.com/BaltacMihai",
"contributions": [
"code"
]
},
{
"login": "CDeighton",
"name": "Cullum Deighton",
"avatar_url": "https://avatars.githubusercontent.com/u/13475443?v=4",
"profile": "https://github.com/CDeighton",
"contributions": [
"code"
]
},
{
"login": "d-skowronski",
"name": "Dawid Skowroński",
"avatar_url": "https://avatars.githubusercontent.com/u/98740166?v=4",
"profile": "https://github.com/d-skowronski",
"contributions": [
"code"
]
},
{
"login": "jonboiser",
"name": "Jonathan Boiser",
"avatar_url": "https://avatars.githubusercontent.com/u/10248067?v=4",
"profile": "http://jonboiser.com",
"contributions": [
"code"
]
},
{
"login": "benfurber",
"name": "benfurber",
"avatar_url": "https://avatars.githubusercontent.com/u/16688508?v=4",
"profile": "https://github.com/benfurber",
"contributions": [
"code"
]
},
{
"login": "AlimurtuzaCodes",
"name": "Alimurtuza",
"avatar_url": "https://avatars.githubusercontent.com/u/88965204?v=4",
"profile": "https://github.com/AlimurtuzaCodes",
"contributions": [
"code"
]
},
{
"login": "AliAbuSalam",
"name": "Askell",
"avatar_url": "https://avatars.githubusercontent.com/u/17426615?v=4",
"profile": "https://github.com/AliAbuSalam",
"contributions": [
"code"
]
},
{
"login": "manacespereira",
"name": "Manacés Pereira",
"avatar_url": "https://avatars.githubusercontent.com/u/8915867?v=4",
"profile": "https://linkedin.com/in/manacesneto",
"contributions": [
"code"
]
},
{
"login": "5niperspider",
"name": "Georg Karl",
"avatar_url": "https://avatars.githubusercontent.com/u/62932392?v=4",
"profile": "https://github.com/5niperspider",
"contributions": [
"code"
]
},
{
"login": "asdFletcher",
"name": "asdFletcher",
"avatar_url": "https://avatars.githubusercontent.com/u/42685363?v=4",
"profile": "https://www.linkedin.com/in/fletcher-larue/",
"contributions": [
"code"
]
},
{
"login": "bagiyal",
"name": "Abhishek Bagiyal",
"avatar_url": "https://avatars.githubusercontent.com/u/63339447?v=4",
"profile": "https://github.com/bagiyal",
"contributions": [
"code"
]
},
{
"login": "CrowsVeldt",
"name": "Zack",
"avatar_url": "https://avatars.githubusercontent.com/u/8883408?v=4",
"profile": "https://github.com/CrowsVeldt",
"contributions": [
"code"
]
},
{
"login": "benkelaar",
"name": "Bart Enkelaar",
"avatar_url": "https://avatars.githubusercontent.com/u/1822855?v=4",
"profile": "https://careers.bol.com/",
"contributions": [
"code"
]
},
{
"login": "laviodias",
"name": "Lávio Vale",
"avatar_url": "https://avatars.githubusercontent.com/u/44332001?v=4",
"profile": "https://github.com/laviodias",
"contributions": [
"code"
]
},
{
"login": "manuelrurda",
"name": "Manuel Rodriguez Urdapilelta",
"avatar_url": "https://avatars.githubusercontent.com/u/62727899?v=4",
"profile": "https://github.com/manuelrurda",
"contributions": [
"code"
]
},
{
"login": "LiptonB",
"name": "Ben Lipton",
"avatar_url": "https://avatars.githubusercontent.com/u/467965?v=4",
"profile": "https://github.com/LiptonB",
"contributions": [
"code"
]
},
{
"login": "ayachish",
"name": "Ayachi Sharma",
"avatar_url": "https://avatars.githubusercontent.com/u/102033230?v=4",
"profile": "https://github.com/ayachish",
"contributions": [
"doc"
]
},
{
"login": "arthurtyukayev",
"name": "Arthur Tyukayev",
"avatar_url": "https://avatars.githubusercontent.com/u/9029936?v=4",
"profile": "https://tyukayev.com",
"contributions": [
"code"
]
},
{
"login": "jgable",
"name": "Jacob Gable",
"avatar_url": "https://avatars.githubusercontent.com/u/164497?v=4",
"profile": "https://github.com/jgable",
"contributions": [
"code"
]
}
],
"projectName": "community-platform",
"projectOwner": "ONEARMY",
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "none"
"commitConvention": "angular",
"commitType": "docs"
}
Loading