Thanks to visit codestin.com
Credit goes to github.com
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 }}
charitablehumans
/
platform
Public
forked from
ushahidi/platform
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
Breadcrumbs
History for
platform
src
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 13, 2018
Merge branch 'develop' into refactor/legacy-validator
rjmackay
authored
baac707
View commit details
Copy full SHA for baac707
View code at this point
Browse repository at this point
Merge pull request #3450 from ushahidi/refactor/update-create-usecase-to-allow-entity-default-values
Show description for d24496b
rjmackay
authored
d24496b
View commit details
Copy full SHA for d24496b
View code at this point
Browse repository at this point
Merge pull request #3451 from ushahidi/feature/cache-repos
Show description for 0b8f115
rjmackay
authored
0b8f115
View commit details
Copy full SHA for 0b8f115
View code at this point
Browse repository at this point
refactor: Define Validator interface and rename old Validator to LegacyValidator
Show description for 008f3d2
rjmackay
committed
008f3d2
View commit details
Copy full SHA for 008f3d2
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
refactor(Session): Add type hints on session methods
rjmackay
committed
d884d59
View commit details
Copy full SHA for d884d59
View code at this point
Browse repository at this point
docs: Document Session::setUser() to explain *why* you would override it
rjmackay
committed
06a94b6
View commit details
Copy full SHA for 06a94b6
View code at this point
Browse repository at this point
Commits on Dec 10, 2018
refactor: Define interface for Session::setUser($id)
rjmackay
committed
5ef5605
View commit details
Copy full SHA for 5ef5605
View code at this point
Browse repository at this point
chore: Remove defunct kohana session
rjmackay
committed
ec64b56
View commit details
Copy full SHA for ec64b56
View code at this point
Browse repository at this point
feat: Cache form attributes
Show description for 44e0dc2
rjmackay
committed
44e0dc2
View commit details
Copy full SHA for 44e0dc2
View code at this point
Browse repository at this point
Commits on Dec 9, 2018
refactor: Update CreateUsecase to allow default values on entities
Show description for 27920b0
rjmackay
committed
27920b0
View commit details
Copy full SHA for 27920b0
View code at this point
Browse repository at this point
Commits on Dec 4, 2018
refactor: Remove `./artisan import` command and MappingTransfomer
Show description for 27f8449
rjmackay
committed
27f8449
View commit details
Copy full SHA for 27f8449
View code at this point
Browse repository at this point
Commits on Nov 28, 2018
fix: Save smssync timestamp properly
rjmackay
committed
f421f1f
View commit details
Copy full SHA for f421f1f
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
fix(Usecase/Post/Export): only set status when batch fails
rjmackay
committed
0e4e8b4
View commit details
Copy full SHA for 0e4e8b4
View code at this point
Browse repository at this point
refactor: Mark batches as failed if any exception occurs during export
rjmackay
committed
4812223
View commit details
Copy full SHA for 4812223
View code at this point
Browse repository at this point
fix: Exclude failed/pending batches when combining batches
Show description for 385dc25
rjmackay
committed
385dc25
View commit details
Copy full SHA for 385dc25
View code at this point
Browse repository at this point
Commits on Nov 25, 2018
chore: Disable multisite logging for quieter logs
rjmackay
committed
db82022
View commit details
Copy full SHA for db82022
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into develop
Show description for 204a24d
rjmackay
committed
204a24d
View commit details
Copy full SHA for 204a24d
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
Revert "Revert "refactor: clean up injection for CreateJob usecase""
Show description for cf6082b
rjmackay
committed
cf6082b
View commit details
Copy full SHA for cf6082b
View code at this point
Browse repository at this point
Revert "Revert "refactor: Remove getEntity from ReadRepository since its not used in ReadUsecase""
Show description for 2d0e540
rjmackay
committed
2d0e540
View commit details
Copy full SHA for 2d0e540
View code at this point
Browse repository at this point
Revert "Revert "refactor: Tidy up Export\Job\CreateJob use case""
Show description for 714c8cf
rjmackay
committed
714c8cf
View commit details
Copy full SHA for 714c8cf
View code at this point
Browse repository at this point
Revert "Revert "refactor: Clean up some confusion around post export repos""
Show description for 2a3e3fb
rjmackay
committed
2a3e3fb
View commit details
Copy full SHA for 2a3e3fb
View code at this point
Browse repository at this point
Revert "Revert "refactor: Remove unused LockRepository""
Show description for 265fe4f
rjmackay
committed
265fe4f
View commit details
Copy full SHA for 265fe4f
View code at this point
Browse repository at this point
Merge branch 'develop' into feature/multisite-job-queues
rjmackay
authored
434272e
View commit details
Copy full SHA for 434272e
View code at this point
Browse repository at this point
Commits on Nov 16, 2018
refactor: Remove Lock listener and Redis notification code
Show description for f0977f3
rjmackay
committed
f0977f3
View commit details
Copy full SHA for f0977f3
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
docs: Update comment to match behaviour in DataProviderRepo
rjmackay
committed
60cbb73
View commit details
Copy full SHA for 60cbb73
View code at this point
Browse repository at this point
feat: Cache enabled datasources and datasource config
rjmackay
committed
1b41f61
View commit details
Copy full SHA for 1b41f61
View code at this point
Browse repository at this point
refactor: Reset data sources when site changes
rjmackay
committed
f933508
View commit details
Copy full SHA for f933508
View code at this point
Browse repository at this point
refactor(DataSources): Changes to datasources to make it easier to switch config when multisite switches
Show description for 6372714
rjmackay
committed
6372714
View commit details
Copy full SHA for 6372714
View code at this point
Browse repository at this point
Merge branch 'feature/multisite-job-queues' into feature/actually-multisite-job-queues
rjmackay
committed
69b1653
View commit details
Copy full SHA for 69b1653
View code at this point
Browse repository at this point
Merge branch 'develop' into feature/multisite-job-queues
rjmackay
committed
f1c3aaf
View commit details
Copy full SHA for f1c3aaf
View code at this point
Browse repository at this point
fix(AppConfig): trying to create Memcached instance in wrong namespace
rjmackay
committed
959f084
View commit details
Copy full SHA for 959f084
View code at this point
Browse repository at this point
Commits on Nov 13, 2018
fix: Add very basic validation of host passed to setSiteFromHost
rjmackay
committed
6d36fc8
View commit details
Copy full SHA for 6d36fc8
View code at this point
Browse repository at this point
style: Fix typo in variable name multsite should have been multisite
rjmackay
committed
226f014
View commit details
Copy full SHA for 226f014
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
fix: Ensure multisite->enabled() returns a boolean
rjmackay
committed
d975f28
View commit details
Copy full SHA for d975f28
View code at this point
Browse repository at this point
fix: Fix how we set cache prefix when site changes
Show description for 1976517
rjmackay
committed
1976517
View commit details
Copy full SHA for 1976517
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.