summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-archive-cache-worker-cron' into 'master' Dmitriy Zaporozhets2016-04-131-1/+0
|\
| * Move RepositoryArchiveCacheWorker to sidekiq-cronrs-archive-cache-worker-cronRobert Speicher2016-04-121-1/+0
* | Merge branch 'rs-gitlab-com-check' into 'master' Dmitriy Zaporozhets2016-04-131-0/+3
|\ \
| * | Add `Gitlab.com?` methodrs-gitlab-com-checkRobert Speicher2016-04-121-0/+3
* | | Merge branch 'api-group-leaking' into 'master' Rémy Coutable2016-04-131-2/+1
|\ \ \
| * | | API: Return 404 if user does not have access to groupRobert Schilling2016-04-131-2/+1
* | | | Merge branch 'api-move-issues' into 'master' Rémy Coutable2016-04-131-0/+23
|\ \ \ \
| * | | | Update tests for moving issues via APIRobert Schilling2016-04-131-7/+7
| * | | | API: Ability to move an issueRobert Schilling2016-04-131-0/+23
| |/ / /
* | | | Added ability to add custom tags to transactionsYorick Peterse2016-04-131-0/+10
|/ / /
* | | Merge branch 'api-group-visibility' into 'master' Rémy Coutable2016-04-131-2/+26
|\ \ \ | |/ / |/| |
| * | Fix minor issues according development guidelinesRobert Schilling2016-04-121-6/+4
| * | API: Ability to update a groupRobert Schilling2016-04-121-2/+28
* | | Merge branch 'fix_emojis_not_showing_in_autocomplete' into 'master' Robert Speicher2016-04-121-2/+13
|\ \ \
| * | | fix emoji aliases not showing in autocompletefix_emojis_not_showing_in_autocompleteArinde Eniola2016-04-091-2/+13
* | | | Merge branch 'decouple-member-notification' into 'master' Douwe Maan2016-04-121-5/+10
|\ \ \ \
| * \ \ \ Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-117-53/+138
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-0842-232/+711
| |\ \ \ \ \
| * | | | | | Update API to use notification_level from notification_settingDmitriy Zaporozhets2016-03-301-5/+10
* | | | | | | Merge branch 'fix-missing-saml-error-handling' into 'master' Robert Speicher2016-04-121-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Better control flow and added guard clause.fix-missing-saml-error-handlingPatricio Cano2016-04-111-14/+9
| * | | | | | | Add missing proper nil and error handling to SAML login process.Patricio Cano2016-04-071-8/+14
* | | | | | | | Merge branch 'api-delete-note' into 'master' Rémy Coutable2016-04-121-0/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Adapt tests to new testing guidelinesRobert Schilling2016-04-121-0/+2
| * | | | | | | | Fix code review issuesRobert Schilling2016-04-121-4/+2
| * | | | | | | | Delete notes via APIRobert Schilling2016-04-121-0/+17
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'api-get-tag' into 'master' Rémy Coutable2016-04-121-0/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix minor styling issues from code reviewRobert Schilling2016-04-121-3/+3
| * | | | | | | | API: Ability to retrieve a single tagRobert Schilling2016-04-121-0/+14
* | | | | | | | | Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687Zeger-Jan van de Weg2016-04-121-4/+9
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'api-fix-milestone-iid-filter' into 'master' Rémy Coutable2016-04-121-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | API: Add iid filter to milestonesRobert Schilling2016-04-121-0/+2
| |/ / / / / / /
* | | | | | | | API: Expose updated_at for notesRobert Schilling2016-04-121-1/+1
|/ / / / / / /
* | | | | | | Merge branch 'api-labels-info' into 'master' Rémy Coutable2016-04-121-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | API: Expose open_issues_count, closed_issues_count, open_merge_requests_count...Robert Schilling2016-04-061-0/+1
* | | | | | | Instrument Banzai codeYorick Peterse2016-04-111-8/+12
| |_|_|_|/ / |/| | | | |
* | | | | | Fixed stubbing for Gitlab::Metrics specsYorick Peterse2016-04-111-4/+12
* | | | | | Track call counts in Gitlab::Metrics.measure_blockmetrics-measure-block-transactionYorick Peterse2016-04-111-0/+1
* | | | | | Store block timings as transaction valuesYorick Peterse2016-04-112-9/+25
* | | | | | Merge branch 'redis-connection-pool' into 'master' Robert Speicher2016-04-084-43/+64
|\ \ \ \ \ \
| * | | | | | Put CACHE_NAMESPACE in the Gitlab::Redis moduleJacob Vosmaer2016-04-072-1/+3
| * | | | | | Be careful when setting class instance varsJacob Vosmaer2016-04-041-2/+13
| * | | | | | Add Gitlab::Redis connection poolJacob Vosmaer2016-04-043-16/+24
* | | | | | | Merge branch 'instrument-rails-cache' into 'master' Yorick Peterse2016-04-081-0/+39
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Instrument Rails cache codeinstrument-rails-cacheYorick Peterse2016-04-081-0/+39
* | | | | | | Merge branch 'metrics-timestamp-precision' into 'master' Yorick Peterse2016-04-081-1/+21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use more accurate timestamps for InfluxDB.metrics-timestamp-precisionYorick Peterse2016-04-081-1/+21
| | |_|/ / / | |/| | | |
* | | | | | API: Expose subscribed? on issuesRobert Schilling2016-04-084-13/+21
|/ / / / /
* | | | | Merge branch 'api-filter-milestone' into 'master' Rémy Coutable2016-04-071-2/+18
|\ \ \ \ \
| * | | | | Improve coding and doc styleRobert Schilling2016-04-061-1/+1