Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rescheduled 🗓️
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
c3lingo
rescheduled 🗓️
Commits
9a6df2a0
Unverified
Commit
9a6df2a0
authored
3 months ago
by
Felix Eckhofer
Browse files
Options
Downloads
Patches
Plain Diff
Add separate conference for more languages team
parent
86932a86
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
db/seeds.rb
+13
-1
13 additions, 1 deletion
db/seeds.rb
with
13 additions
and
1 deletion
db/seeds.rb
+
13
−
1
View file @
9a6df2a0
...
...
@@ -47,7 +47,19 @@ Conference.find_or_create_by!(slug: "37c3") do |c|
end
Conference
.
find_or_create_by!
(
slug:
"38c3"
)
do
|
c
|
c
.
name
=
"38th Chaos Communication Congress"
c
.
name
=
"38th Chaos Communication Congress (de-en)"
c
.
time_zone
=
"Berlin"
c
.
starts_at
=
DateTime
.
parse
(
"27 December 2024 10:30 CET"
)
c
.
ends_at
=
DateTime
.
parse
(
"30 December 2024 19:00 CET"
)
c
.
data
=
{
"schedule_url"
=>
"https://api.events.ccc.de/congress/2024/assembly/6840c453-af5c-413c-8127-adcbdcd98e9e/schedule.json"
}
c
.
import_job_class
=
"pretalx"
c
.
location
=
"Congress Center Hamburg"
end
Conference
.
find_or_create_by!
(
slug:
"38c3-more"
)
do
|
c
|
c
.
name
=
"38th Chaos Communication Congress (more languages)"
c
.
time_zone
=
"Berlin"
c
.
starts_at
=
DateTime
.
parse
(
"27 December 2024 10:30 CET"
)
c
.
ends_at
=
DateTime
.
parse
(
"30 December 2024 19:00 CET"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment