summaryrefslogtreecommitdiff
path: root/app/models/event.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change text of project creation event for imports.import-eventDouwe Maan2015-04-061-1/+5
|
* Refactor contributions events and write tests for calendarDmitriy Zaporozhets2015-03-221-0/+6
|
* List new commits for newly pushed branch in activity view.Douwe Maan2015-03-181-1/+1
|
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-6/+6
|
* Fix event loading with associationsDmitriy Zaporozhets2015-02-181-0/+1
|
* Add "User created project Namespace / Project" eventDouwe Maan2015-02-131-0/+12
|
* Refactor event title generation for more consistent messages.Douwe Maan2015-02-131-31/+41
| | | | Example: "User joined project Namespace / Project" rather than "User joined project at Namespace / Project"
* Move all event creation to EventCreateService.Douwe Maan2015-02-131-23/+0
|
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+1
|
* Remove unused ex local variable from event.rbCiro Santilli2014-12-291-1/+1
|
* Remove dead Event#new_branch? methodCiro Santilli2014-11-031-4/+0
|
* Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-101-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Moved some behaviour to one placeJeroen van Baarsen2014-07-251-0/+6
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Merge branch 'bugfix/305/dashboard_feed_summaries' into 'master'Dmitriy Zaporozhets2014-07-021-0/+5
|\ | | | | | | | | | | Incorporate Summaries for Notes and Merge Requests Into Dashboard Feed This MR fixes #305 by adding summaries for notes and merge requests into the dashboard feed.
| * Add summaries for notes and merge requests to dashboard feed.Kyle Fazzari2014-05-291-0/+5
| | | | | | | | This fixes #305.
* | Group and Event strong_paramsDmitriy Zaporozhets2014-06-261-3/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets2014-06-261-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix event creationDmitriy Zaporozhets2014-06-171-1/+1
| |
* | Remove ProjectActivityCacheObserverDmitriy Zaporozhets2014-06-171-0/+9
| |
* | Wipe wall notes featureDmitriy Zaporozhets2014-06-131-4/+0
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Drop activity observer. User EventCreateService insteadDmitriy Zaporozhets2014-03-251-8/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed 500 error on branch and tag creation via UIDmitriy Zaporozhets2014-02-241-2/+4
| | | | | | Also fixes issue with branch/tag removing via UI Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed default scope deprecation warningJeroen van Baarsen2013-12-101-1/+1
|
* Prevent 500 if data[:commits] is nil for eventDmitriy Zaporozhets2013-11-251-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add additional validation to push eventDmitriy Zaporozhets2013-11-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-08-201-0/+12
|\
| * Iid improvemetsDmitriy Zaporozhets2013-08-191-0/+8
| | | | | | | | | | | | * call set_iid before validation * make rake task pass event if objects are invalid * show iid in comment event at dashboard
| * Show iid in event feed and uatocomplete as default id for issues, mrDmitriy Zaporozhets2013-08-191-0/+4
| |
* | Render small avatars for inline eventsDmitriy Zaporozhets2013-08-201-0/+10
|/
* create corresponding events when create branch/tag with UIDmitriy Zaporozhets2013-07-171-3/+11
|
* Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets2013-07-161-3/+3
|
* Create event on dashboard when branch removed via UIDmitriy Zaporozhets2013-07-161-0/+13
|
* Add comment title to rss feedDmitriy Zaporozhets2013-06-221-1/+1
|
* API: project eventsDmitriy Zaporozhets2013-06-061-1/+3
|
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵Dmitriy Zaporozhets2013-06-041-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew8xx8-gist Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb
| * Notes fixedAndrew8xx82013-03-251-0/+4
| |
* | Increase event title font size on dashboard activity feedDmitriy Zaporozhets2013-04-061-1/+1
| |
* | Use data[:commits] hash from event to render push info on dashboardDmitriy Zaporozhets2013-04-051-20/+2
|/
* Event already has author relationAndrew Kulakov2013-02-191-4/+0
|
* Constants in Events looks good nowAndrew8xx82013-02-131-18/+18
|
* All scopes must be in lambdasAndrew8xx82013-02-121-2/+2
|
* Continue refactoring. Use repostory and teamDmitriy Zaporozhets2013-01-041-3/+7
|
* REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-20/+0
|
* Few more fixes after removing rolesDmitriy Zaporozhets2013-01-031-3/+0
|
* Get rid of rolesDmitriy Zaporozhets2013-01-021-0/+135
|
* Processing with note events. reformated dashboard for more events to handleDmitriy Zaporozhets2012-12-141-6/+9
|
* Create events on comments and milestoneDmitriy Zaporozhets2012-12-141-1/+9
|
* Annotated. schema updatedDmitriy Zaporozhets2012-11-191-17/+16
|
* Context refactoring. Move Issues list, Search logic to contextrandx2012-10-091-4/+1
|