summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Added test case for the avaiable project keysJose Ivan Vargas2017-03-061-4/+11
|
* Renamed the redirect_request concern to repository_settings_redirectJose Ivan Vargas2017-03-061-1/+1
| | | | Also fixed naming of a test in the deploy_keys_presenter
* Fixed repository_controller_specJose Ivan Vargas2017-03-061-1/+1
| | | | also added an #open_branches private method
* Added delegations to comply with the new rubocop rulesJose Ivan Vargas2017-03-062-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_helperJose Ivan Vargas2017-03-063-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 testsJose Ivan Vargas2017-03-062-0/+28
| | | | Also created changelog and removed redundant code
* Add access spec tests for the /settings/repository routeJose Ivan Vargas2017-03-061-0/+14
|
* Introduced the deploy keys presenterGrzegorz Bizon2017-03-061-0/+28
|
* Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribedAdam Niedzielski2017-03-0610-0/+372
| | | | merge requests
* Move schema definitions for our public API to a separate directoryAdam Niedzielski2017-03-063-4/+4
|
* Merge branch 'introduce-pipeline-triggers' into 'master' Sean McGivern2017-03-067-37/+317
|\ | | | | | | | | Improve pipeline triggers API See merge request !9713
| * Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski2017-03-061-4/+4
| |
| * Update after reviewKamil Trzcinski2017-03-061-1/+1
| |
| * Fix import model attributesKamil Trzcinski2017-03-052-0/+3
| |
| * Introduce tests for pipeline triggersKamil Trzcinski2017-03-051-32/+115
| |
| * Make triggers to be user awareKamil Trzcinski2017-03-053-5/+28
| |
| * Update triggers APIKamil Trzcinski2017-03-051-0/+171
| |
* | Merge branch '1648-remove-remnants-of-git-annex-support' into 'master' Robert Speicher2017-03-062-30/+1
|\ \ | | | | | | | | | | | | Remove remnants of git annex See merge request !9508
| * | Remove remnants of git annexPawel Chojnacki2017-03-032-30/+1
| | |
* | | Merge branch '26384-improve-omnibus-mattermost-command-installation-flow' ↵Kamil Trzciński2017-03-063-18/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Improve Omnibus-Mattermost Command installation flow" See merge request !9257
| * | | Fix values being called at Array instead of HashZ.J. van de Weg2017-03-062-4/+4
| | | |
| * | | Improved team selectionLuke "Jared" Bennett2017-03-051-14/+28
| | | | | | | | | | | | | | | | Review changes
* | | | Merge branch 'delete-pages' into 'master' Grzegorz Bizon2017-03-061-0/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Delete artifacts for pages unless expiry date is specified See merge request !9716
| * | | | Improve docs and specs related to pages artifactsGrzegorz Bizon2017-03-061-1/+3
| | | | |
| * | | | Delete artifacts for pages unless expiry date is specifieddelete-pagesKamil Trzcinski2017-03-051-0/+20
| | |_|/ | |/| |
* | | | Merge branch '28898-fix-search-branches-in-cherry-picking' into 'master' Sean McGivern2017-03-061-0/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix json response in branches controller Closes #28898 See merge request !9710
| * | | | Fix json response in branches controllerGeorge Andrinopoulos2017-03-061-0/+23
| | | | |
* | | | | Merge branch 'etag-notes-polling' into 'master' Sean McGivern2017-03-065-5/+217
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ETag to improve performance of issue notes polling Closes #27582 See merge request !9036
| * | | | | Execute metrics initializer earlieretag-notes-pollingAdam Niedzielski2017-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure that Gitlab::Metrics::RackMiddleware is added before Gitlab::EtagCaching::Middleware.
| * | | | | Invalidate ETag cache when note changesAdam Niedzielski2017-03-011-0/+12
| | | | | |
| * | | | | Add middleware for ETag caching with RedisAdam Niedzielski2017-03-011-0/+163
| | | | | |
| * | | | | Remove query parameters from notes polling endpoint to make caching easierAdam Niedzielski2017-03-012-4/+41
| | | | | |
* | | | | | Merge branch 'change-colour-for-testing-fallback' into 'master' Rémy Coutable2017-03-061-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change language for testing colour fallback See merge request !9537
| * | | | | | Change language for testing colour fallbackGeorg G2017-02-261-5/+5
| | | | | | |
* | | | | | | Merge branch ↵Rémy Coutable2017-03-061-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 usernameMark Fletcher2017-03-021-0/+14
| | | | | | | |
* | | | | | | | Remove .es6 from file extensions (!9241)winniehell2017-03-0559-0/+0
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'format-timeago-date' into 'master' Jacob Schatz2017-03-052-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formats timeago dates to be more friendly Closes #27537 See merge request !9145
| * | | | | | | Fixed timeago specsformat-timeago-datePhil Hughes2017-02-132-4/+4
| | | | | | | |
* | | | | | | | Merge branch 'commons-chunk-plugin' into 'master' Jacob Schatz2017-03-051-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 pluginsMike Greiling2017-03-031-12/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'dashboard-filter-search-keep-params' into 'master' Dmitriy Zaporozhets2017-03-041-0/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes filtering by name reseting archive filter Closes #28007 See merge request !9625
| * | | | | | | | | Fixes filtering by name reseting archive filterPhil Hughes2017-03-031-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 Speicher2017-03-041-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-statusStan Hu2017-03-031-0/+26
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bump-health-check-gem' into 'master' Robert Speicher2017-03-041-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-gemDouglas Barbosa Alexandre2017-03-031-2/+2
| | | | | | | | |
* | | | | | | | | Merge branch '26847-api-pipelines-use-basic' into 'master' Robert Speicher2017-03-032-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-basicToon Claes2017-03-032-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_PEMNick Thomas2017-03-031-0/+6
| | | | | | | |