Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dominikbraun
/
verless
Public
forked from
verless/verless
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
dominikbraun
All time
Commit history
Commits on Apr 12, 2021
Merge pull request #268 from verless/dependabot/go_modules/github.com/yuin/goldmark-1.3.4
Show description for 299b349
dominikbraun
authored
299b349
View commit details
Copy full SHA for 299b349
Browse repository at this point
Commits on Mar 25, 2021
Merge pull request #267 from verless/dependabot/go_modules/github.com/spf13/afero-1.6.0
Show description for 63395b7
dominikbraun
authored
63395b7
View commit details
Copy full SHA for 63395b7
Browse repository at this point
Commits on Mar 22, 2021
Merge branch 'master' into dependabot/go_modules/github.com/spf13/afero-1.6.0
dominikbraun
authored
673ab52
View commit details
Copy full SHA for 673ab52
Browse repository at this point
Merge pull request #266 from verless/dependabot/go_modules/github.com/yuin/goldmark-1.3.3
Show description for 45515e7
dominikbraun
authored
45515e7
View commit details
Copy full SHA for 45515e7
Browse repository at this point
Commits on Mar 5, 2021
Merge pull request #265 from verless/dependabot/go_modules/github.com/google/go-cmp-0.5.5
Show description for b6ca7a0
dominikbraun
authored
b6ca7a0
View commit details
Copy full SHA for b6ca7a0
Browse repository at this point
Commits on Mar 3, 2021
Merge pull request #263 from verless/#256-listen-to-interrupt-signal
dominikbraun
authored
2484f62
View commit details
Copy full SHA for 2484f62
Browse repository at this point
Log graceful shutdown
dominikbraun
committed
1d69c4a
View commit details
Copy full SHA for 1d69c4a
Browse repository at this point
Only return error if it isn't http.ErrServerClosed
dominikbraun
committed
75760d6
View commit details
Copy full SHA for 75760d6
Browse repository at this point
Commits on Mar 2, 2021
Perform a graceful shutdown of the server
dominikbraun
committed
4de43da
View commit details
Copy full SHA for 4de43da
Browse repository at this point
Commits on Mar 1, 2021
Fix order of imports
dominikbraun
committed
7e45c81
View commit details
Copy full SHA for 7e45c81
Browse repository at this point
Handle OS interrupt signal when serving the project
dominikbraun
committed
1ab8ecc
View commit details
Copy full SHA for 1ab8ecc
Browse repository at this point
Remove inner goroutine of watchAndRebuild
dominikbraun
committed
79ab575
View commit details
Copy full SHA for 79ab575
Browse repository at this point
Move watch-and-rebuild-logic into dedicated function
dominikbraun
committed
34c90b6
View commit details
Copy full SHA for 34c90b6
Browse repository at this point
Commits on Feb 28, 2021
Merge pull request #247 from FelixMohr/#240-add-robots-front-matter
Show description for 986aed7
dominikbraun
authored
986aed7
View commit details
Copy full SHA for 986aed7
Browse repository at this point
Merge pull request #250 from FelixMohr/#246-assets-directory
Show description for 2d5388f
dominikbraun
authored
2d5388f
View commit details
Copy full SHA for 2d5388f
Browse repository at this point
Commits on Feb 11, 2021
Merge pull request #262 from verless/dependabot/go_modules/github.com/spf13/cobra-1.1.3
Show description for 0474b4b
dominikbraun
authored
0474b4b
View commit details
Copy full SHA for 0474b4b
Browse repository at this point
Commits on Jan 8, 2021
Add release 0.5.4
dominikbraun
committed
1e31e3f
View commit details
Copy full SHA for 1e31e3f
Browse repository at this point
Commits on Jan 4, 2021
Merge pull request #245 from verless/#238-dont-remove-git-dir
Show description for 6c93fab
dominikbraun
authored
6c93fab
View commit details
Copy full SHA for 6c93fab
Browse repository at this point
Commits on Dec 28, 2020
Merge pull request #259 from verless/dependabot/go_modules/github.com/yuin/goldmark-1.3.1
Show description for ea543fd
dominikbraun
authored
ea543fd
View commit details
Copy full SHA for ea543fd
Browse repository at this point
Commits on Dec 27, 2020
Directly range over target directory in order to remove content
dominikbraun
committed
7f39801
View commit details
Copy full SHA for 7f39801
Browse repository at this point
Commits on Dec 16, 2020
Simplify logic for cleaning up target directory
dominikbraun
committed
f1d44d7
View commit details
Copy full SHA for f1d44d7
Browse repository at this point
Commits on Dec 15, 2020
Skip any directories and files containing a .git directory in their path
dominikbraun
committed
af9824a
View commit details
Copy full SHA for af9824a
Browse repository at this point
Commits on Dec 14, 2020
Merge pull request #258 from verless/dependabot/go_modules/github.com/yuin/goldmark-1.3.0
Show description for 1b091e5
dominikbraun
authored
1b091e5
View commit details
Copy full SHA for 1b091e5
Browse repository at this point
Commits on Dec 10, 2020
Merge pull request #255 from verless/dependabot/go_modules/github.com/spf13/afero-1.5.1
Show description for 6165f96
dominikbraun
authored
6165f96
View commit details
Copy full SHA for 6165f96
Browse repository at this point
Commits on Dec 8, 2020
Introduce readMap function
dominikbraun
committed
7988192
View commit details
Copy full SHA for 7988192
Browse repository at this point
Commits on Dec 5, 2020
Merge pull request #249 from FelixMohr/#248-atom-feed-slashes
dominikbraun
authored
8fe1026
View commit details
Copy full SHA for 8fe1026
Browse repository at this point
Merge pull request #251 from FelixMohr/#244-replace-windows-screenshots
dominikbraun
authored
9b65a9b
View commit details
Copy full SHA for 9b65a9b
Browse repository at this point
Commits on Dec 3, 2020
Skip .git directory
dominikbraun
committed
11d5014
View commit details
Copy full SHA for 11d5014
Browse repository at this point
Add releases 0.5.2 and 0.5.3
dominikbraun
committed
4a9444f
View commit details
Copy full SHA for 4a9444f
Browse repository at this point
Commits on Nov 8, 2020
Simplify serve logic and fix deadlock (#233)
dominikbraun
authored
1689761
View commit details
Copy full SHA for 1689761
Browse repository at this point
Commits on Oct 31, 2020
Update dependencies
dominikbraun
committed
4898306
View commit details
Copy full SHA for 4898306
Browse repository at this point
Merge pull request #217 from rehanvipin/master
Show description for aa73d34
dominikbraun
authored
aa73d34
View commit details
Copy full SHA for aa73d34
Browse repository at this point
Commits on Oct 25, 2020
Add release 0.5.1
dominikbraun
committed
42aecc6
View commit details
Copy full SHA for 42aecc6
Browse repository at this point
Create assets directory instead of css and js directories
dominikbraun
committed
d53eb4b
View commit details
Copy full SHA for d53eb4b
Browse repository at this point
Commits on Oct 16, 2020
Merge pull request #226 from YusefTech/master
dominikbraun
authored
c1c7001
View commit details
Copy full SHA for c1c7001
Browse repository at this point
Previous
Next
You can’t perform that action at this time.