| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create a "destroyed Milestone" event and keep Milestone events around in the DB | Stan Hu | 2015-09-15 | 1 | -2/+10 |
| | | | | | | | | | | | | for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382 | ||||
| * | 'created_at DESC' is performed twice | catatsuy | 2015-07-02 | 1 | -1/+1 |
| | | | | | | | | | If you are already sorting in descending order in the created_at, it is run twice when you run the .recent. It has passed in the string 'created_at DESC'. Ruby on Rails is directly given to the SQL. It is a slow query in MySQL. | ||||
| * | Change text of project creation event for imports.import-event | Douwe Maan | 2015-04-06 | 1 | -1/+5 |
| | | |||||
| * | Refactor contributions events and write tests for calendar | Dmitriy Zaporozhets | 2015-03-22 | 1 | -0/+6 |
| | | |||||
| * | List new commits for newly pushed branch in activity view. | Douwe Maan | 2015-03-18 | 1 | -1/+1 |
| | | |||||
| * | Use Gitlab::Git helper methods and constants as much as possible. | Douwe Maan | 2015-03-10 | 1 | -6/+6 |
| | | |||||
| * | Fix event loading with associations | Dmitriy Zaporozhets | 2015-02-18 | 1 | -0/+1 |
| | | |||||
| * | Add "User created project Namespace / Project" event | Douwe Maan | 2015-02-13 | 1 | -0/+12 |
| | | |||||
| * | Refactor event title generation for more consistent messages. | Douwe Maan | 2015-02-13 | 1 | -31/+41 |
| | | | | | Example: "User joined project Namespace / Project" rather than "User joined project at Namespace / Project" | ||||
| * | Move all event creation to EventCreateService. | Douwe Maan | 2015-02-13 | 1 | -23/+0 |
| | | |||||
| * | Explicitly define ordering in models using default_scope | Dmitriy Zaporozhets | 2015-02-05 | 1 | -0/+1 |
| | | |||||
| * | Remove unused ex local variable from event.rb | Ciro Santilli | 2014-12-29 | 1 | -1/+1 |
| | | |||||
| * | Remove dead Event#new_branch? method | Ciro Santilli | 2014-11-03 | 1 | -4/+0 |
| | | |||||
| * | Use short_id instead of [0..N] for short version of commit sha | Dmitriy Zaporozhets | 2014-10-10 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Moved some behaviour to one place | Jeroen van Baarsen | 2014-07-25 | 1 | -0/+6 |
| | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Merge branch 'bugfix/305/dashboard_feed_summaries' into 'master' | Dmitriy Zaporozhets | 2014-07-02 | 1 | -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 Fazzari | 2014-05-29 | 1 | -0/+5 |
| | | | | | | | | | This fixes #305. | ||||
| * | | Group and Event strong_params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -3/+0 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | User model to strong params. Comment other attr_accessible to let tests run | Dmitriy Zaporozhets | 2014-06-26 | 1 | -2/+2 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Fix event creation | Dmitriy Zaporozhets | 2014-06-17 | 1 | -1/+1 |
| | | | |||||
| * | | Remove ProjectActivityCacheObserver | Dmitriy Zaporozhets | 2014-06-17 | 1 | -0/+9 |
| | | | |||||
| * | | Wipe wall notes feature | Dmitriy Zaporozhets | 2014-06-13 | 1 | -4/+0 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Re-annotate models | Dmitriy Zaporozhets | 2014-04-09 | 1 | -2/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Drop activity observer. User EventCreateService instead | Dmitriy Zaporozhets | 2014-03-25 | 1 | -8/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fixed 500 error on branch and tag creation via UI | Dmitriy Zaporozhets | 2014-02-24 | 1 | -2/+4 |
| | | | | | | | Also fixes issue with branch/tag removing via UI Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fixed default scope deprecation warning | Jeroen van Baarsen | 2013-12-10 | 1 | -1/+1 |
| | | |||||
| * | Prevent 500 if data[:commits] is nil for event | Dmitriy Zaporozhets | 2013-11-25 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add additional validation to push event | Dmitriy Zaporozhets | 2013-11-13 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhq | Dmitriy Zaporozhets | 2013-08-20 | 1 | -0/+12 |
| |\ | |||||
| | * | Iid improvemets | Dmitriy Zaporozhets | 2013-08-19 | 1 | -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, mr | Dmitriy Zaporozhets | 2013-08-19 | 1 | -0/+4 |
| | | | |||||
| * | | Render small avatars for inline events | Dmitriy Zaporozhets | 2013-08-20 | 1 | -0/+10 |
| |/ | |||||
| * | create corresponding events when create branch/tag with UI | Dmitriy Zaporozhets | 2013-07-17 | 1 | -3/+11 |
| | | |||||
| * | Move repo tags to own controller. add ability to remove tags | Dmitriy Zaporozhets | 2013-07-16 | 1 | -3/+3 |
| | | |||||
| * | Create event on dashboard when branch removed via UI | Dmitriy Zaporozhets | 2013-07-16 | 1 | -0/+13 |
| | | |||||
| * | Add comment title to rss feed | Dmitriy Zaporozhets | 2013-06-22 | 1 | -1/+1 |
| | | |||||
| * | API: project events | Dmitriy Zaporozhets | 2013-06-06 | 1 | -1/+3 |
| | | |||||
| * | Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵ | Dmitriy Zaporozhets | 2013-06-04 | 1 | -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 fixed | Andrew8xx8 | 2013-03-25 | 1 | -0/+4 |
| | | | |||||
| * | | Increase event title font size on dashboard activity feed | Dmitriy Zaporozhets | 2013-04-06 | 1 | -1/+1 |
| | | | |||||
| * | | Use data[:commits] hash from event to render push info on dashboard | Dmitriy Zaporozhets | 2013-04-05 | 1 | -20/+2 |
| |/ | |||||
| * | Event already has author relation | Andrew Kulakov | 2013-02-19 | 1 | -4/+0 |
| | | |||||
| * | Constants in Events looks good now | Andrew8xx8 | 2013-02-13 | 1 | -18/+18 |
| | | |||||
| * | All scopes must be in lambdas | Andrew8xx8 | 2013-02-12 | 1 | -2/+2 |
| | | |||||
| * | Continue refactoring. Use repostory and team | Dmitriy Zaporozhets | 2013-01-04 | 1 | -3/+7 |
| | | |||||
| * | REpostiry, Team models | Dmitriy Zaporozhets | 2013-01-03 | 1 | -20/+0 |
| | | |||||
| * | Few more fixes after removing roles | Dmitriy Zaporozhets | 2013-01-03 | 1 | -3/+0 |
| | | |||||
| * | Get rid of roles | Dmitriy Zaporozhets | 2013-01-02 | 1 | -0/+135 |
| | | |||||
| * | Processing with note events. reformated dashboard for more events to handle | Dmitriy Zaporozhets | 2012-12-14 | 1 | -6/+9 |
| | | |||||
| * | Create events on comments and milestone | Dmitriy Zaporozhets | 2012-12-14 | 1 | -1/+9 |
| | | |||||
