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
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
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 }}
thisandagain
/
queue
Public
Notifications
You must be signed in to change notification settings
Fork
42
Star
267
Code
Issues
3
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Bump target to iOS7, introduce nullability, always async, and separate storage from queue
- #22
#22
Open
gelosi
wants to merge 14 commits into
thisandagain:master
thisandagain/queue:master
from
gelosi:master
gelosi/queue:master
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Bump target to iOS7, introduce nullability, always async, and separate storage from queue
#22
gelosi
wants to merge 14 commits into
thisandagain:master
thisandagain/queue:master
from
gelosi:master
gelosi/queue:master
Copy head branch name to clipboard
Commits
Commits on Feb 18, 2016
🍋 sanitise code
gelosi
committed
6f779a5
View commit details
Copy full SHA for 6f779a5
Browse repository at this point
Commits on Feb 19, 2016
upgraded project to the more-less modern state (iOS 7 bottomline)
Show description for 9d08d34
gelosi
committed
9d08d34
View commit details
Copy full SHA for 9d08d34
Browse repository at this point
Introduced Persistent Storage Injection for Queue
Show description for 9adb89e
gelosi
committed
9adb89e
View commit details
Copy full SHA for 9adb89e
Browse repository at this point
added NSDictionary contents enforcements
gelosi
committed
63a2f12
View commit details
Copy full SHA for 63a2f12
Browse repository at this point
Commits on Feb 23, 2016
Refactoring part one: removing unnecessary for public use properties of EDQueueJob; introduced EDQueueStoredJob protocol (to be renamed)
gelosi
committed
9673f1a
View commit details
Copy full SHA for 9673f1a
Browse repository at this point
Renamed EDQueueStoredJob to EDQueueStorageItem which is way more logical
gelosi
committed
1f2c92a
View commit details
Copy full SHA for 1f2c92a
Browse repository at this point
Refeactor stage two: code Task becomes Tag
gelosi
committed
bd34c48
View commit details
Copy full SHA for bd34c48
Browse repository at this point
Commits on Feb 24, 2016
Refactoring: tune things up in line with merge request #22
gelosi
committed
068d114
View commit details
Copy full SHA for 068d114
Browse repository at this point
EDQueueJob got expiration date, maxRetryCount, retryTimeInterval; EDQueue lost retryCount respectively; More Tests!
gelosi
committed
474a202
View commit details
Copy full SHA for 474a202
Browse repository at this point
Commits on Feb 25, 2016
Removes expired jobs along with removing job by ID
gelosi
committed
82a64aa
View commit details
Copy full SHA for 82a64aa
Browse repository at this point
Commits on Feb 26, 2016
Queue got jobCount & better scheduling though storage requirement (`fetchNextJobTimeInterval`). Also, fixed critical bug - a race condition in queue. So, job might be executed two times :/ Hola TDD!
gelosi
committed
12e0b86
View commit details
Copy full SHA for 12e0b86
Browse repository at this point
Commits on Mar 1, 2016
fixed issue with global dispatch queue (so, each instance if EDQueue will get it's own :)
gelosi
committed
22aac2c
View commit details
Copy full SHA for 22aac2c
Browse repository at this point
Commits on Mar 7, 2016
Interface refactoring: removed nullability from attempts property of EDQueueStorageItem protocol (and EDQueueStorageEngineJob respectively), blocked +new method from EDQueueJob ^^,
gelosi
committed
29f231c
View commit details
Copy full SHA for 29f231c
Browse repository at this point
Commits on Jul 6, 2016
StorageEngine: use more powerful NSKeyedArchiver (allows to store your NSCoded objects)
gelosi
committed
7e25335
View commit details
Copy full SHA for 7e25335
Browse repository at this point
You can’t perform that action at this time.