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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaPosseRoundup
/
hungry-hippo
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Mar 5, 2014
more tests
Julie Pitt
committed
928a967
View commit details
Copy full SHA for 928a967
Browse repository at this point
Adding testing for web socket actor.
Julie Pitt
committed
c891f6c
View commit details
Copy full SHA for c891f6c
Browse repository at this point
Commits on Mar 4, 2014
Cosmetic changes (whitespace mostly)
Julie Pitt
committed
d1e1869
View commit details
Copy full SHA for d1e1869
Browse repository at this point
Commits on Mar 2, 2014
Fixing so that tests will pass. In the process, removed top level directory crawl config from play context to make the code testable. Also fixed NPE in the Load Coordinate actor.
Julie Pitt
committed
e07dc1a
View commit details
Copy full SHA for e07dc1a
Browse repository at this point
Merge branch 'master' of github.com:JavaPosseRoundup/hungry-hippo
Julie Pitt
committed
81018fe
View commit details
Copy full SHA for 81018fe
Browse repository at this point
Attempting to clean up tests so they pass. WIP.
Julie Pitt
committed
b2202fd
View commit details
Copy full SHA for b2202fd
Browse repository at this point
Merge pull request #3 from JavaPosseRoundup/webjars-requirejs
Show description for f0029a0
yakticus
committed
f0029a0
View commit details
Copy full SHA for f0029a0
Browse repository at this point
use webjars and requirejs
jamesward
committed
7e2de26
View commit details
Copy full SHA for 7e2de26
Browse repository at this point
Commits on Mar 1, 2014
Merge pull request #2 from JavaPosseRoundup/julie-start-control
Show description for 6f96a6f
yakticus
committed
6f96a6f
View commit details
Copy full SHA for 6f96a6f
Browse repository at this point
Adding hooks to display directories being processed. The directory crawler will notify the notification actor when a directory is crawled. UI will consume the events from the web socket.
Julie Pitt
committed
9984a8e
View commit details
Copy full SHA for 9984a8e
Browse repository at this point
Commits on Feb 28, 2014
Merge pull request #1 from JavaPosseRoundup/julie-start-control
Show description for e54eb6b
yakticus
committed
e54eb6b
View commit details
Copy full SHA for e54eb6b
Browse repository at this point
Cosmetic changes
Julie Pitt
committed
79e3268
View commit details
Copy full SHA for 79e3268
Browse repository at this point
Added a button that can be used to start and stop the crawl.
Julie Pitt
committed
1b8b7ea
View commit details
Copy full SHA for 1b8b7ea
Browse repository at this point
Refactored actors to be children of one another so that they can be managed in a hierarchy. This means that killing the router for CrawlDirectoryActor (within CrawlControlActor) will kill all child…
Show description for e45709e
Julie Pitt
committed
e45709e
View commit details
Copy full SHA for e45709e
Browse repository at this point
Fixing crawler so that it runs again
Julie Pitt
committed
131cb08
View commit details
Copy full SHA for 131cb08
Browse repository at this point
Fixing bug with actor being passed
Julie Pitt
committed
b9825e3
View commit details
Copy full SHA for b9825e3
Browse repository at this point
Introduced NotificationActor to handle all notificcations. Also introduced EventType so that pub/sub can happen with multiple types of events.
Show description for ab3887d
Julie Pitt
committed
ab3887d
View commit details
Copy full SHA for ab3887d
Browse repository at this point
Commits on Feb 27, 2014
Adding hippo icon
Julie Pitt
committed
2cb817c
View commit details
Copy full SHA for 2cb817c
Browse repository at this point
Cosmetic change (removed header)
Julie Pitt
committed
e8e0ea5
View commit details
Copy full SHA for e8e0ea5
Browse repository at this point
Merge branch 'master' of github.com:JavaPosseRoundup/hungry-hippo
Show description for b3728d9
Julie Pitt
committed
b3728d9
View commit details
Copy full SHA for b3728d9
Browse repository at this point
Making it so that the status shows up right away
Julie Pitt
committed
3b97270
View commit details
Copy full SHA for 3b97270
Browse repository at this point
Updating app to use web sockets to show status on the main page
Julie Pitt
committed
d050c39
View commit details
Copy full SHA for d050c39
Browse repository at this point
added remove method to PersistenceService trait
dkarlinsky
committed
a36af89
View commit details
Copy full SHA for a36af89
Browse repository at this point
Tweaking pools and load real pom
Justin Ryan
committed
b4b28cf
View commit details
Copy full SHA for b4b28cf
Browse repository at this point
added mongo persistence service for Modules
dkarlinsky
committed
bd4e18b
View commit details
Copy full SHA for bd4e18b
Browse repository at this point
Adding logo contributed by Vicky
Julie Pitt
committed
f306487
View commit details
Copy full SHA for f306487
Browse repository at this point
Merge branch 'master' of github.com:JavaPosseRoundup/hungry-hippo
Show description for 53ae627
Julie Pitt
committed
53ae627
View commit details
Copy full SHA for 53ae627
Browse repository at this point
Adding angular and web sockets foo
Julie Pitt
committed
f147786
View commit details
Copy full SHA for f147786
Browse repository at this point
Merge branch 'master' of github.com:JavaPosseRoundup/hungry-hippo
Justin Ryan
committed
d68b6df
View commit details
Copy full SHA for d68b6df
Browse repository at this point
Chain of actors to process directories
Justin Ryan
committed
0ca81f6
View commit details
Copy full SHA for 0ca81f6
Browse repository at this point
Commits on Feb 26, 2014
Add a couple more tests.
cmarks-msw
committed
e164645
View commit details
Copy full SHA for e164645
Browse repository at this point
Initial test for CrawlControlActor.
cmarks-msw
committed
470e068
View commit details
Copy full SHA for 470e068
Browse repository at this point
Created a Pom Parser and a Pom Parser actor
dkarlinsky
committed
167d740
View commit details
Copy full SHA for 167d740
Browse repository at this point
Coordinate.version is now String, not Option[String]
dkarlinsky
committed
c5344d6
View commit details
Copy full SHA for c5344d6
Browse repository at this point
Merge branch 'master' of github.com:JavaPosseRoundup/hungry-hippo
Julie Pitt
committed
fb252cd
View commit details
Copy full SHA for fb252cd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.