Skip to content

Commit 1adbb9e

Browse files
authored
Hotfixes to make the site build
#558
2 parents 59e759c + 3c9719c commit 1adbb9e

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

pythoncz/models/github_get_issues.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query($org_name:String!) {
22
organization(login:$org_name) {
3-
repositories(first:20, isLocked:false, privacy:PUBLIC, orderBy:{direction:DESC, field:PUSHED_AT}) {
3+
repositories(first:10, isLocked:false, privacy:PUBLIC, orderBy:{direction:DESC, field:PUSHED_AT}) {
44
totalCount
55
nodes {
66
name
@@ -17,7 +17,7 @@ query($org_name:String!) {
1717
login
1818
url
1919
}
20-
labels(first:20) {
20+
labels(first:5) {
2121
nodes {
2222
name
2323
}
@@ -49,7 +49,7 @@ query($org_name:String!) {
4949
login
5050
url
5151
}
52-
labels(first:20) {
52+
labels(first:5) {
5353
nodes {
5454
name
5555
}

pythoncz/static/data/events_feeds.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ feeds:
55
- name: PyWorking
66
url: https://pyworking.cz/
77
ical: https://pyworking.cz/workshops.ics
8-
- name: PyWorking Sessions
9-
url: https://pyworking.cz/
10-
ical: https://www.meetup.com/pyworking/events/ical/
11-
- name: PyData Prague
12-
url: https://www.meetup.com/PyData-Prague/
13-
ical: https://www.meetup.com/PyData-Prague/events/ical/
8+
9+
## Meetup.com iCal is not available, see https://github.com/pyvec/python.cz/issues/557
10+
# - name: PyWorking Sessions
11+
# url: https://pyworking.cz/
12+
# ical: https://www.meetup.com/pyworking/events/ical/
13+
# - name: PyData Prague
14+
# url: https://www.meetup.com/PyData-Prague/
15+
# ical: https://www.meetup.com/PyData-Prague/events/ical/
16+
1417
- name: Czech Python Events
1518
url: https://calendar.google.com/calendar/embed?src=kfdeelic1a13jsp7jvai861vfs%40group.calendar.google.com&ctz=Europe%2FPrague
1619
ical: https://calendar.google.com/calendar/ical/kfdeelic1a13jsp7jvai861vfs%40group.calendar.google.com/public/basic.ics

0 commit comments

Comments
 (0)