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

Hotfixes to make the site build #558

Merged
merged 2 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions pythoncz/models/github_get_issues.graphql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
query($org_name:String!) {
organization(login:$org_name) {
repositories(first:20, isLocked:false, privacy:PUBLIC, orderBy:{direction:DESC, field:PUSHED_AT}) {
repositories(first:10, isLocked:false, privacy:PUBLIC, orderBy:{direction:DESC, field:PUSHED_AT}) {
totalCount
nodes {
name
Expand All @@ -17,7 +17,7 @@ query($org_name:String!) {
login
url
}
labels(first:20) {
labels(first:5) {
nodes {
name
}
Expand Down Expand Up @@ -49,7 +49,7 @@ query($org_name:String!) {
login
url
}
labels(first:20) {
labels(first:5) {
nodes {
name
}
Expand Down
15 changes: 9 additions & 6 deletions pythoncz/static/data/events_feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ feeds:
- name: PyWorking
url: https://pyworking.cz/
ical: https://pyworking.cz/workshops.ics
- name: PyWorking Sessions
url: https://pyworking.cz/
ical: https://www.meetup.com/pyworking/events/ical/
- name: PyData Prague
url: https://www.meetup.com/PyData-Prague/
ical: https://www.meetup.com/PyData-Prague/events/ical/

## Meetup.com iCal is not available, see https://github.com/pyvec/python.cz/issues/557
# - name: PyWorking Sessions
# url: https://pyworking.cz/
# ical: https://www.meetup.com/pyworking/events/ical/
# - name: PyData Prague
# url: https://www.meetup.com/PyData-Prague/
# ical: https://www.meetup.com/PyData-Prague/events/ical/

- name: Czech Python Events
url: https://calendar.google.com/calendar/embed?src=kfdeelic1a13jsp7jvai861vfs%40group.calendar.google.com&ctz=Europe%2FPrague
ical: https://calendar.google.com/calendar/ical/kfdeelic1a13jsp7jvai861vfs%40group.calendar.google.com/public/basic.ics
Loading