Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Changelog entry for pipeline ref path error fixfix/pipeline-ref-path-serialization | Grzegorz Bizon | 2017-01-20 | 1 | -0/+4 |
| | |||||
* | Do not generate pipeline ref path if ref not present | Grzegorz Bizon | 2017-01-20 | 2 | -4/+18 |
| | |||||
* | Merge branch '21698-redis-runner-last-build' into 'master' | Kamil Trzciński | 2017-01-20 | 11 | -7/+175 |
|\ | | | | | | | | | Reduce DB-load for build-queues by storing last_update in Redis See merge request !8084 | ||||
| * | Fix specs | Kamil Trzcinski | 2017-01-20 | 1 | -4/+6 |
| | | |||||
| * | Fix specs | Kamil Trzcinski | 2017-01-19 | 2 | -2/+3 |
| | | |||||
| * | Added CHANGELOG | Kamil Trzcinski | 2017-01-19 | 1 | -0/+4 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-build | Kamil Trzcinski | 2017-01-19 | 323 | -1542/+2883 |
| |\ | |||||
| * | | Fix specs | Kamil Trzcinski | 2017-01-19 | 4 | -10/+39 |
| | | | |||||
| * | | Add missing build_spec | Kamil Trzcinski | 2017-01-19 | 1 | -0/+10 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-build | Kamil Trzcinski | 2017-01-19 | 2128 | -16907/+67314 |
| |\ \ | |||||
| * | | | WIP: Add tests and make sure that headers are set21698-redis-runner-last-build | Lin Jen-Shin | 2017-01-04 | 5 | -5/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * We realized that headers were not set whenever we give 204 because `render_api_error!` doesn't preserve the headers. * We also realized that `update_runner_info` would be called in POST /builds/register every time therefore runner is updated every time, ticking the queue, making this last_update didn't work very well, and the test would be failing due to that. | ||||
| * | | | Fixed broken build | Kim "BKC" Carlbäcker | 2016-12-21 | 2 | -2/+2 |
| | | | | |||||
| * | | | Change name of expire constant | Kim "BKC" Carlbäcker | 2016-12-16 | 1 | -3/+3 |
| | | | | |||||
| * | | | Make expire-time a constant, correct function in Service | Kim "BKC" Carlbäcker | 2016-12-16 | 2 | -3/+4 |
| | | | | |||||
| * | | | Use Token instead of ID | Kim "BKC" Carlbäcker | 2016-12-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Do things in the correct order | Kim "BKC" Carlbäcker | 2016-12-16 | 2 | -1/+3 |
| | | | | |||||
| * | | | Don't use redis.multi | Kim "BKC" Carlbäcker | 2016-12-16 | 1 | -9/+3 |
| | | | | |||||
| * | | | Make ensure_runner_queue_value atomic | Kim "BKC" Carlbäcker | 2016-12-16 | 1 | -5/+7 |
| | | | | |||||
| * | | | #NamingThings | Kim "BKC" Carlbäcker | 2016-12-16 | 4 | -16/+21 |
| | | | | |||||
| * | | | Update Runners in a Service | Kim "BKC" Carlbäcker | 2016-12-15 | 2 | -15/+13 |
| | | | | |||||
| * | | | Move redis-logic into Ci::Runner | Kim "BKC" Carlbäcker | 2016-12-15 | 3 | -12/+19 |
| | | | | |||||
| * | | | linting | Kim "BKC" Carlbäcker | 2016-12-15 | 2 | -3/+3 |
| | | | | |||||
| * | | | Use correct variables | Kim "BKC" Carlbäcker | 2016-12-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | typo-o | Kim "BKC" Carlbäcker | 2016-12-14 | 2 | -2/+2 |
| | | | | |||||
| * | | | This is needed as well... | Kim "BKC" Carlbäcker | 2016-12-14 | 1 | -1/+8 |
| | | | | |||||
| * | | | Add BuildQueueWorker for injecting redis-keys | Kim "BKC" Carlbäcker | 2016-12-14 | 3 | -0/+25 |
| | | | | |||||
| * | | | First attempt | Kim "BKC" Carlbäcker | 2016-12-14 | 2 | -0/+20 |
| | | | | |||||
* | | | | Make university more prominent. | sytses | 2017-01-19 | 1 | -1/+4 |
| | | | | |||||
* | | | | Merge branch 'ci-submodule-doc-update' into 'master' | Tomasz Maczukin | 2017-01-19 | 2 | -1/+47 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Document GIT_SUBMODULE_STRATEGY See merge request !8586 | ||||
| * | | | | Document GIT_SUBMODULE_STRATEGY | Jonathon Reinhart | 2017-01-16 | 2 | -1/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This documents the `GIT_SUBMODULE_STRATEGY` feature added in gitlab-ci-multi-runner version 1.10. [ci skip] | ||||
* | | | | | Merge branch '26868-fix-duplicate-backported-migrations' into 'master' | Robert Speicher | 2017-01-19 | 4 | -68/+35 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename duplicate migrations and skip them if table/columns are already present Closes #26868 See merge request !8644 | ||||
| * | | | | | Rename duplicate migrations and skip them if table/columns are already present | Rémy Coutable | 2017-01-19 | 4 | -68/+35 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The time tracking feature was backported from EE to CE, thus the CE migrations should be uniquely named and should skip the actual migration content if the table/columns already exist (that means that the EE migrations were already performed). Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | Merge branch '26066-wrong-messsage-for-unregistered-u2f-device-on-sign-in' ↵ | Fatih Acet | 2017-01-19 | 3 | -10/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' New U2F ineligible message Closes #26066 See merge request !8392 | ||||
| * | | | | | Added isAuthenticate to differentiate between ineligible messages26066-wrong-messsage-for-unregistered-u2f-device-on-sign-in | Luke "Jared" Bennett | 2017-01-04 | 3 | -10/+10 |
| | | | | | | |||||
* | | | | | | Merge branch 'improve-public_access-documentation' into 'master' | Achilleas Pipinellis | 2017-01-19 | 2 | -3/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an image to the public access documentation and fix wrong profile path See merge request !8583 | ||||
| * | | | | | | Add an image to the public access documentation and fix wrong profile path | Rémy Coutable | 2017-01-19 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | | Merge branch '25507-handle-errors-environment-list' into 'master' | Fatih Acet | 2017-01-19 | 6 | -48/+218 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Error handling in environments list" Closes #25507 See merge request !8461 | ||||
| * | | | | | | Filter environments visibility in store instead of the view in order to not ↵25507-handle-errors-environment-list | Filipa Lacerda | 2017-01-16 | 2 | -42/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | get a infinite update loop in vue.js | ||||
| * | | | | | | Adds tests | Filipa Lacerda | 2017-01-12 | 6 | -5/+150 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds changelog entry Finishes tests Fix eslint errors Fix teaspoon test timing out | ||||
| * | | | | | | Adds .catch to the request in order to handle erros and show a feedback to ↵ | Filipa Lacerda | 2017-01-12 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the user | ||||
* | | | | | | | Merge branch '26601-dropdown-makes-request-close' into 'master' | Fatih Acet | 2017-01-19 | 3 | -15/+21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes builds dropdown making request when clicked to be closed Closes #26601 See merge request !8545 | ||||
| * | | | | | | | Use bootstrap dropdown events to only make the request when the dropdown is ↵26601-dropdown-makes-request-close | Filipa Lacerda | 2017-01-13 | 3 | -15/+21 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | being opened Fixes builds dropdown making request when clicked to be closed Adds MR ID to CHANGELOG Improve documentation Use bootstrap dropdown events to only make the request when the dropdown is being opened | ||||
* | | | | | | | Merge branch '26472-math-margin' into 'master' | Fatih Acet | 2017-01-19 | 2 | -1/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add margin to math blocks Closes #26472 See merge request !8543 | ||||
| * | | | | | | | Add margin to math blocks26472-math-margin | Annabel Dunstone Gray | 2017-01-12 | 2 | -1/+5 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'use-empty_project-factory-in-api-specs' into 'master' | Robert Speicher | 2017-01-19 | 19 | -54/+53 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace many :project with :empty_projects in API specs See merge request !8608 | ||||
| * | | | | | | | | Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specs | Rémy Coutable | 2017-01-17 | 19 | -54/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | | | | Merge branch '26810-fix-undefined-method-revert_group_project_commit_path' ↵ | Robert Speicher | 2017-01-19 | 3 | -3/+5 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Ensure group acts as a namespace for polymorphic routes Closes #26810 See merge request !8627 | ||||
| * | | | | | | | | | Ensure group acts as a namespace for polymorphic routes26810-fix-undefined-method-revert_group_project_commit_path | Rémy Coutable | 2017-01-18 | 3 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | | | | | Merge branch 'fix-dashboard-spec' into 'master' | Rémy Coutable | 2017-01-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix todos spec See merge request !8643 | ||||
| * | | | | | | | | | Fix todos spec | Sean McGivern | 2017-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was changed in a community MR, but the branch was far enough behind master that it didn't have this spec. |