Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test case for the avaiable project keys | Jose Ivan Vargas | 2017-03-06 | 1 | -4/+11 |
| | |||||
* | Renamed the redirect_request concern to repository_settings_redirect | Jose Ivan Vargas | 2017-03-06 | 1 | -1/+1 |
| | | | | Also fixed naming of a test in the deploy_keys_presenter | ||||
* | Fixed repository_controller_spec | Jose Ivan Vargas | 2017-03-06 | 1 | -1/+1 |
| | | | | also added an #open_branches private method | ||||
* | Added delegations to comply with the new rubocop rules | Jose Ivan Vargas | 2017-03-06 | 2 | -24/+2 |
| | | | | | Also fixed the deploy_keys view and moved the code from the repository_helper to the repository_controller | ||||
* | Added tests for the repository_controller and repository_helper | Jose Ivan Vargas | 2017-03-06 | 3 | -6/+79 |
| | | | | | | | | Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection | ||||
* | Added access spec tests | Jose Ivan Vargas | 2017-03-06 | 2 | -0/+28 |
| | | | | Also created changelog and removed redundant code | ||||
* | Add access spec tests for the /settings/repository route | Jose Ivan Vargas | 2017-03-06 | 1 | -0/+14 |
| | |||||
* | Introduced the deploy keys presenter | Grzegorz Bizon | 2017-03-06 | 1 | -0/+28 |
| | |||||
* | Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribed | Adam Niedzielski | 2017-03-06 | 10 | -0/+372 |
| | | | | merge requests | ||||
* | Move schema definitions for our public API to a separate directory | Adam Niedzielski | 2017-03-06 | 3 | -4/+4 |
| | |||||
* | Merge branch 'introduce-pipeline-triggers' into 'master' | Sean McGivern | 2017-03-06 | 7 | -37/+317 |
|\ | | | | | | | | | Improve pipeline triggers API See merge request !9713 | ||||
| * | Rename `/take` to `/take_ownership`, expose `owner` in `v3`. | Kamil Trzcinski | 2017-03-06 | 1 | -4/+4 |
| | | |||||
| * | Update after review | Kamil Trzcinski | 2017-03-06 | 1 | -1/+1 |
| | | |||||
| * | Fix import model attributes | Kamil Trzcinski | 2017-03-05 | 2 | -0/+3 |
| | | |||||
| * | Introduce tests for pipeline triggers | Kamil Trzcinski | 2017-03-05 | 1 | -32/+115 |
| | | |||||
| * | Make triggers to be user aware | Kamil Trzcinski | 2017-03-05 | 3 | -5/+28 |
| | | |||||
| * | Update triggers API | Kamil Trzcinski | 2017-03-05 | 1 | -0/+171 |
| | | |||||
* | | Merge branch '1648-remove-remnants-of-git-annex-support' into 'master' | Robert Speicher | 2017-03-06 | 2 | -30/+1 |
|\ \ | | | | | | | | | | | | | Remove remnants of git annex See merge request !9508 | ||||
| * | | Remove remnants of git annex | Pawel Chojnacki | 2017-03-03 | 2 | -30/+1 |
| | | | |||||
* | | | Merge branch '26384-improve-omnibus-mattermost-command-installation-flow' ↵ | Kamil Trzciński | 2017-03-06 | 3 | -18/+32 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Improve Omnibus-Mattermost Command installation flow" See merge request !9257 | ||||
| * | | | Fix values being called at Array instead of Hash | Z.J. van de Weg | 2017-03-06 | 2 | -4/+4 |
| | | | | |||||
| * | | | Improved team selection | Luke "Jared" Bennett | 2017-03-05 | 1 | -14/+28 |
| | | | | | | | | | | | | | | | | Review changes | ||||
* | | | | Merge branch 'delete-pages' into 'master' | Grzegorz Bizon | 2017-03-06 | 1 | -0/+22 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Delete artifacts for pages unless expiry date is specified See merge request !9716 | ||||
| * | | | | Improve docs and specs related to pages artifacts | Grzegorz Bizon | 2017-03-06 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Delete artifacts for pages unless expiry date is specifieddelete-pages | Kamil Trzcinski | 2017-03-05 | 1 | -0/+20 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch '28898-fix-search-branches-in-cherry-picking' into 'master' | Sean McGivern | 2017-03-06 | 1 | -0/+23 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix json response in branches controller Closes #28898 See merge request !9710 | ||||
| * | | | | Fix json response in branches controller | George Andrinopoulos | 2017-03-06 | 1 | -0/+23 |
| | | | | | |||||
* | | | | | Merge branch 'etag-notes-polling' into 'master' | Sean McGivern | 2017-03-06 | 5 | -5/+217 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ETag to improve performance of issue notes polling Closes #27582 See merge request !9036 | ||||
| * | | | | | Execute metrics initializer earlieretag-notes-polling | Adam Niedzielski | 2017-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure that Gitlab::Metrics::RackMiddleware is added before Gitlab::EtagCaching::Middleware. | ||||
| * | | | | | Invalidate ETag cache when note changes | Adam Niedzielski | 2017-03-01 | 1 | -0/+12 |
| | | | | | | |||||
| * | | | | | Add middleware for ETag caching with Redis | Adam Niedzielski | 2017-03-01 | 1 | -0/+163 |
| | | | | | | |||||
| * | | | | | Remove query parameters from notes polling endpoint to make caching easier | Adam Niedzielski | 2017-03-01 | 2 | -4/+41 |
| | | | | | | |||||
* | | | | | | Merge branch 'change-colour-for-testing-fallback' into 'master' | Rémy Coutable | 2017-03-06 | 1 | -5/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change language for testing colour fallback See merge request !9537 | ||||
| * | | | | | | Change language for testing colour fallback | Georg G | 2017-02-26 | 1 | -5/+5 |
| | | | | | | | |||||
* | | | | | | | Merge branch ↵ | Rémy Coutable | 2017-03-06 | 1 | -0/+14 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28655-current-path-text-is-not-updated-after-setting-the-new-username' into 'master' Update profiles/account view to display new username Closes #28655 See merge request !9650 | ||||
| * | | | | | | | Update profiles/account view to display new username | Mark Fletcher | 2017-03-02 | 1 | -0/+14 |
| | | | | | | | | |||||
* | | | | | | | | Remove .es6 from file extensions (!9241) | winniehell | 2017-03-05 | 59 | -0/+0 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Merge branch 'format-timeago-date' into 'master' | Jacob Schatz | 2017-03-05 | 2 | -4/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formats timeago dates to be more friendly Closes #27537 See merge request !9145 | ||||
| * | | | | | | | Fixed timeago specsformat-timeago-date | Phil Hughes | 2017-02-13 | 2 | -4/+4 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'commons-chunk-plugin' into 'master' | Jacob Schatz | 2017-03-05 | 1 | -12/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use CommonsChunkPlugin to place vendor libraries in cacheable bundles Closes #25550 See merge request !9647 | ||||
| * | | | | | | | | create a common.js bundle and include all jQuery plugins | Mike Greiling | 2017-03-03 | 1 | -12/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'dashboard-filter-search-keep-params' into 'master' | Dmitriy Zaporozhets | 2017-03-04 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes filtering by name reseting archive filter Closes #28007 See merge request !9625 | ||||
| * | | | | | | | | | Fixes filtering by name reseting archive filter | Phil Hughes | 2017-03-03 | 1 | -0/+15 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param Closes #28007 | ||||
* | | | | | | | | | Merge branch 'sh-improve-sidekiq-status' into 'master' | Robert Speicher | 2017-03-04 | 1 | -0/+26 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make SidekiqStatus able to count number of jobs completed/running See merge request !9694 | ||||
| * | | | | | | | | | Make SidekiqStatus able to count number of jobs completed/runningsh-improve-sidekiq-status | Stan Hu | 2017-03-03 | 1 | -0/+26 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'bump-health-check-gem' into 'master' | Robert Speicher | 2017-03-04 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Bump health_check gem to version 2.6.0 See merge request !9691 | ||||
| * | | | | | | | | Bump health_check gem to version 2.6.0bump-health-check-gem | Douglas Barbosa Alexandre | 2017-03-03 | 1 | -2/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch '26847-api-pipelines-use-basic' into 'master' | Robert Speicher | 2017-03-03 | 2 | -0/+204 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose pipelines as PipelineBasic `api/v4/projects/:id/pipelines` Closes #26847 See merge request !8875 | ||||
| * | | | | | | | | Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basic | Toon Claes | 2017-03-03 | 2 | -0/+204 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `projects/:id/pipelines` exposed a lot of extra details that are superfluous and it was taking extra resources to fetch them. To get more details about a pipeline, use `projects/:id/pipelines/:pipeline_id`. | ||||
* | | | | | | | | Add KUBE_CA_PEM_FILE, deprecate KUBE_CA_PEM | Nick Thomas | 2017-03-03 | 1 | -0/+6 |
| | | | | | | | |