| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687 | Zeger-Jan van de Weg | 2016-04-12 | 1 | -4/+9 | |
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'api-fix-milestone-iid-filter' into 'master' | Rémy Coutable | 2016-04-12 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | API: Add iid filter to milestones | Robert Schilling | 2016-04-12 | 1 | -0/+2 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | API: Expose updated_at for notes | Robert Schilling | 2016-04-12 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'api-labels-info' into 'master' | Rémy Coutable | 2016-04-12 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | API: Expose open_issues_count, closed_issues_count, open_merge_requests_count... | Robert Schilling | 2016-04-06 | 1 | -0/+1 | |
| * | | | | | | | Instrument Banzai code | Yorick Peterse | 2016-04-11 | 1 | -8/+12 | |
| | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | | Fixed stubbing for Gitlab::Metrics specs | Yorick Peterse | 2016-04-11 | 1 | -4/+12 | |
| * | | | | | | Track call counts in Gitlab::Metrics.measure_blockmetrics-measure-block-transaction | Yorick Peterse | 2016-04-11 | 1 | -0/+1 | |
| * | | | | | | Store block timings as transaction values | Yorick Peterse | 2016-04-11 | 2 | -9/+25 | |
| * | | | | | | Merge branch 'redis-connection-pool' into 'master' | Robert Speicher | 2016-04-08 | 4 | -43/+64 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Put CACHE_NAMESPACE in the Gitlab::Redis module | Jacob Vosmaer | 2016-04-07 | 2 | -1/+3 | |
| | * | | | | | | Be careful when setting class instance vars | Jacob Vosmaer | 2016-04-04 | 1 | -2/+13 | |
| | * | | | | | | Add Gitlab::Redis connection pool | Jacob Vosmaer | 2016-04-04 | 3 | -16/+24 | |
| * | | | | | | | Merge branch 'instrument-rails-cache' into 'master' | Yorick Peterse | 2016-04-08 | 1 | -0/+39 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | Instrument Rails cache codeinstrument-rails-cache | Yorick Peterse | 2016-04-08 | 1 | -0/+39 | |
| * | | | | | | | Merge branch 'metrics-timestamp-precision' into 'master' | Yorick Peterse | 2016-04-08 | 1 | -1/+21 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Use more accurate timestamps for InfluxDB.metrics-timestamp-precision | Yorick Peterse | 2016-04-08 | 1 | -1/+21 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | API: Expose subscribed? on issues | Robert Schilling | 2016-04-08 | 4 | -13/+21 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'api-filter-milestone' into 'master' | Rémy Coutable | 2016-04-07 | 1 | -2/+18 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Improve coding and doc style | Robert Schilling | 2016-04-06 | 1 | -1/+1 | |
| | * | | | | | API: Ability to filter milestones by state | Robert Schilling | 2016-04-06 | 1 | -2/+18 | |
| * | | | | | | Merge branch 'feature/expose-builds-badge' into 'master' | Rémy Coutable | 2016-04-07 | 1 | -4/+26 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Extend build status badge, add html/markdown methods | Grzegorz Bizon | 2016-04-06 | 1 | -4/+26 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Robert Schilling | 2016-04-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Changed the argument of not_found for 'unprotect' | Yasser Hussain | 2016-04-06 | 1 | -1/+1 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'saml-external-groups' into 'master' | Robert Speicher | 2016-04-07 | 3 | -2/+64 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Implemented suggested fixes | Patricio Cano | 2016-04-06 | 3 | -6/+4 | |
| | * | | | | | | Added CHANGELOG itemsaml-external-groups | Patricio Cano | 2016-04-06 | 1 | -1/+0 | |
| | * | | | | | | Fix error that was causing only one group to be returned and corrected specs ... | Patricio Cano | 2016-04-06 | 1 | -1/+3 | |
| | * | | | | | | Changed config syntax and improved how chaanges in group memberships are han... | Patricio Cano | 2016-04-05 | 2 | -29/+14 | |
| | * | | | | | | Prepare SAML for group retrieval | Patricio Cano | 2016-04-04 | 3 | -2/+80 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'patch/fix-markdown-preview-wikis' into 'master' | Robert Speicher | 2016-04-07 | 3 | -6/+70 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | little refactor and improvements on specs | Gabriel Mazetto | 2016-04-06 | 1 | -6/+2 | |
| | * | | | | | | Ensure correct filter order to validate with our markdown specpatch/fix-markdown-preview-wikis | Gabriel Mazetto | 2016-04-06 | 2 | -3/+7 | |
| | * | | | | | | Fix a few edited references from WikiLinkFilter and specs | Gabriel Mazetto | 2016-04-06 | 1 | -2/+6 | |
| | * | | | | | | Fixed WikiPipeline and specs | Gabriel Mazetto | 2016-04-06 | 1 | -1/+1 | |
| | * | | | | | | Added WikiLinkFilter | Gabriel Mazetto | 2016-04-01 | 2 | -2/+56 | |
| | * | | | | | | Fixed Gollum pages link url expansion to render correctly in preview | Gabriel Mazetto | 2016-03-30 | 1 | -3/+9 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge branch 'patch/fix-ldap-unblock-user-logic' into 'master' | Robert Speicher | 2016-04-06 | 1 | -1/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Unblocks user when active_directory is disabled and it can be foundpatch/fix-ldap-unblock-user-logic | Gabriel Mazetto | 2016-04-05 | 1 | -1/+4 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'fix-markdown-rendering' into 'master' | Douwe Maan | 2016-04-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix header link rendering when containing numbersfix-markdown-rendering | Yorick Peterse | 2016-04-06 | 1 | -1/+1 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Revert "API: Ability to retrieve a single tag" | Robert Schilling | 2016-04-06 | 1 | -14/+0 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Merge branch 'metrics-measure-block' into 'master' | Robert Speicher | 2016-04-06 | 1 | -0/+26 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Measure Ruby blocks using Gitlab::Metrics | Yorick Peterse | 2016-04-06 | 1 | -0/+26 | |
| | |/ / / / | ||||||
| * | | | | | Expose user location in API | Robert Schilling | 2016-04-06 | 2 | -3/+5 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | API: Ability to retrieve a single tag | Robert Schilling | 2016-04-06 | 1 | -0/+14 | |
| |/ / / | ||||||
| * | | | Wrap images in discussions and wikis with a link to the image source using Im... | connorshea | 2016-04-04 | 2 | -0/+28 | |
| | |/ |/| | ||||||
| * | | Cleaned up caching in AbstractReferenceFilter | Yorick Peterse | 2016-04-04 | 1 | -15/+11 | |
