Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed breadcrumb titles aggressively collapsingbreadcrumbs-collapsed-title-width-fix | Phil Hughes | 2017-07-28 | 2 | -1/+6 |
| | | | | Closes #35323 | ||||
* | Merge branch 'sh-augment-lograge-output' into 'master' | Sean McGivern | 2017-07-28 | 2 | -1/+14 |
|\ | | | | | | | | | Add remote IP, user ID and username to JSON lograge output See merge request !13147 | ||||
| * | Merge branch 'master' into 'sh-augment-lograge-output' | Sean McGivern | 2017-07-28 | 8 | -19/+43 |
| |\ | | | | | | | | | | # Conflicts: # config/initializers/lograge.rb | ||||
| * | | Add remote IP, user ID and username to JSON lograge outputsh-augment-lograge-output | Stan Hu | 2017-07-28 | 2 | -1/+14 |
| | | | | | | | | | | | | This makes the logs a bit more useful to search requests by users. | ||||
* | | | Merge branch 'tc-api-root-merge-requests' into 'master' | Sean McGivern | 2017-07-28 | 7 | -51/+291 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add top-level /merge_requests API endpoint Closes #28422 See merge request !13060 | ||||
| * | | | Modify/add some forgotten issues API documentationtc-api-root-merge-requests | Toon Claes | 2017-07-28 | 2 | -20/+24 |
| | | | | | | | | | | | | | | | | Should have been part of !13004. | ||||
| * | | | Default /merge_request API endpoint to `scope=created-by-me` | Toon Claes | 2017-07-28 | 3 | -8/+31 |
| | | | | | | | | | | | | | | | | This matches the behavior of the /issues endpoint. | ||||
| * | | | Add top-level /merge_requests API endpoint | Toon Claes | 2017-07-27 | 5 | -31/+244 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | And add support for additional query parameters: - `author_id`: Returns merge requests created by the given user `id` - `assignee_id`: Returns merge requests assigned to the given user `id` - `scope`: Return merge requests for the given scope: `created-by-me`, `assigned-to-me` or `all` | ||||
* | | | | Merge branch '35224-transform-user-profile-javascript-into-async-bundle' ↵ | Tim Zallmann | 2017-07-28 | 10 | -270/+243 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Transform user profile javascript into async bundle" Closes #35224 See merge request !12929 | ||||
| * | | | resolve remaining eslint violations35224-transform-user-profile-javascript-into-async-bundle | Mike Greiling | 2017-07-28 | 2 | -63/+58 |
| | | | | |||||
| * | | | resolve eqeqeq, newline-per-chained-call, no-unused-vars, and no-else-return ↵ | Mike Greiling | 2017-07-28 | 1 | -10/+11 |
| | | | | | | | | | | | | | | | | eslint violations | ||||
| * | | | resolve consistent-return eslint violation | Mike Greiling | 2017-07-28 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | [ci-skip] | ||||
| * | | | resolve prefer-template and quotes eslint violations | Mike Greiling | 2017-07-28 | 1 | -7/+14 |
| | | | | |||||
| * | | | resolve no-mixed-operators and no-return-assign eslint violations | Mike Greiling | 2017-07-28 | 1 | -6/+6 |
| | | | | |||||
| * | | | resolve comma-dangle and object-shorthand eslint violations | Mike Greiling | 2017-07-28 | 1 | -23/+12 |
| | | | | |||||
| * | | | resolve camelcase violations | Mike Greiling | 2017-07-28 | 1 | -9/+6 |
| | | | | |||||
| * | | | remove janky function binding in activity calendar class | Mike Greiling | 2017-07-28 | 1 | -45/+55 |
| | | | | |||||
| * | | | fix all eslint violations in user_tabs.js | Mike Greiling | 2017-07-28 | 1 | -80/+73 |
| | | | | |||||
| * | | | remove implied "GET" http method option | Mike Greiling | 2017-07-27 | 1 | -1/+0 |
| | | | | |||||
| * | | | remove needless brackets object accessor syntax | Mike Greiling | 2017-07-27 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix broken tests | Mike Greiling | 2017-07-19 | 1 | -2/+2 |
| | | | | |||||
| * | | | refactor users bundle, remove inline javascript, and transform into an async ↵ | Mike Greiling | 2017-07-18 | 5 | -50/+25 |
| | | | | | | | | | | | | | | | | chunk | ||||
| * | | | refactor async calendar data | Mike Greiling | 2017-07-18 | 5 | -18/+27 |
| | | | | |||||
* | | | | Merge branch 'sh-fix-lograge-exception' into 'master' | Sean McGivern | 2017-07-28 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix lograge exclusion in params section See merge request !13146 | ||||
| * | | | | Fix lograge exclusion in params sectionsh-fix-lograge-exception | Stan Hu | 2017-07-28 | 1 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this fix, we would just see redundant entries in the `params` section: ``` {"method":"GET","path":"/-/metrics","format":"html","controller":"MetricsController","action":"index","status":404,"duration":1.42,"view":0.38,"db":0.0,"time":"2017-07-28T02:59:18.167Z","params":{"controller":"metrics","action":"index"}} ``` The intended format looks more like this: ``` {"method":"GET","path":"/-/metrics","format":"html","controller":"MetricsController","action":"index","status":404,"duration":76.32,"view":69.95,"db":0.0,"time":"2017-07-28T02:59:48.893Z","params":{}} ``` The proper form to exclude an array is to preface with an asterisk: https://apidock.com/rails/Hash/except | ||||
* | | | | Merge branch '32483-jira-error' into 'master' | Sean McGivern | 2017-07-28 | 6 | -13/+38 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display specific error message when JIRA test fails Closes #32483 See merge request !13100 | ||||
| * | | | | Display specific error message when JIRA test fails32483-jira-error | Jarka Kadlecova | 2017-07-27 | 6 | -13/+38 |
| | | | | | |||||
* | | | | | Merge branch ↵ | Tim Zallmann | 2017-07-28 | 1 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '35667-indicate-type-of-metric-for-prometheus-web-application-monitoring' into 'master' Indicate type of metric for Prometheus web application monitoring Closes #35667 See merge request !13142 | ||||
| * | | | | | Rename the metric groups35667-indicate-type-of-metric-for-prometheus-web-application-monitoring | Joshua Lambert | 2017-07-27 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | Merge branch ↵ | Achilleas Pipinellis | 2017-07-28 | 1 | -2/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '35657-fix-prometheus-docs-to-indicate-kubernetes-is-not-required-docs' into 'master' Fix Prometheus docs to indicate Kubernetes is not required - docs Closes #35657 See merge request !13140 | ||||
| * | | | | | Update environments.md35657-fix-prometheus-docs-to-indicate-kubernetes-is-not-required-docs | Joshua Lambert | 2017-07-27 | 1 | -2/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'bvl-add-all-settings-to-api' into 'master' | Robert Speicher | 2017-07-27 | 8 | -170/+102 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add all ApplicationSettings attributes to the API See merge request !12851 | ||||
| * | | | | | | Remove deprecated `repository_storage` attributebvl-add-all-settings-to-api | Bob Van Landuyt | 2017-07-27 | 4 | -60/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In favor of the new `repository_storages` | ||||
| * | | | | | | Make the attribute list for application settings reusable | Bob Van Landuyt | 2017-07-27 | 5 | -110/+96 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'gitaly-all-branches' into 'master' | Robert Speicher | 2017-07-27 | 5 | -319/+77 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorporate RefsService.FindAllBranches Gitaly RPC Closes gitaly#408 See merge request !13027 | ||||
| * | | | | | | Incorporate RefsService.FindAllBranches Gitaly RPCgitaly-all-branches | Alejandro Rodríguez | 2017-07-27 | 5 | -7/+40 |
| | | | | | | | |||||
| * | | | | | | Improve Gitlab::Git::Repository specs for #branches | Alejandro Rodríguez | 2017-07-27 | 1 | -14/+39 |
| | | | | | | | |||||
| * | | | | | | Remove unused Gitlab::Git operations | Alejandro Rodríguez | 2017-07-27 | 2 | -300/+0 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'ch-test-removal' into 'master' | Jacob Schatz | 2017-07-27 | 1 | -1/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused haml file See merge request !13090 | ||||
| * | | | | | | | Test remove potentially unused filech-test-removal | Clement Ho | 2017-07-26 | 1 | -1/+0 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'update-server-terms-for-ha-docs' into 'master' | Drew Blessing | 2017-07-27 | 1 | -9/+9 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Update server terminolgy to differentiate HA setups from Geo See merge request !13139 | ||||
| * | | | | | | | Update server terminolgy to differentiate HA setups from Geo | Chenjerai Katanda | 2017-07-27 | 1 | -9/+9 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'feature/migrate-repository-tags-to-gitaly' into 'master' | Robert Speicher | 2017-07-27 | 6 | -31/+80 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Repository#tags to Gitaly Closes gitaly#411 See merge request !13092 | ||||
| * | | | | | | | Migrate Repository#tags to Gitalyfeature/migrate-repository-tags-to-gitaly | Ahmad Sherif | 2017-07-27 | 6 | -31/+80 |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | Closes gitaly#411 | ||||
* | | | | | | | Merge branch '1827-prevent-concurrent-editing-wiki' into 'master' | Robert Speicher | 2017-07-27 | 9 | -9/+81 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent concurrent editing wiki Closes #1827 See merge request !9707 | ||||
| * | | | | | | | Encapsulate the commit.sha logic | Hiroyuki Sato | 2017-07-27 | 3 | -6/+32 |
| | | | | | | | | |||||
| * | | | | | | | Use simplified route | Hiroyuki Sato | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Remove unnecessary code | Hiroyuki Sato | 2017-07-26 | 1 | -1/+0 |
| | | | | | | | | |||||
| * | | | | | | | Update changelog appropriately | Hiroyuki Sato | 2017-07-26 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fix error of spinach test | Hiroyuki Sato | 2017-07-23 | 1 | -1/+1 |
| | | | | | | | |