summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Refactor plugins feature and make some doc improvementsDmitriy Zaporozhets2018-02-282-10/+20
* Refactor plugin execution methodDmitriy Zaporozhets2018-02-272-22/+39
* Few code improvements for spec/lib/gitlab/plugin_spec.rbDmitriy Zaporozhets2018-02-271-7/+7
* Add plugin queue to all_queues.ymlDmitriy Zaporozhets2018-02-261-1/+1
* Add specs for Gitlab::Plugin [ci skip]Dmitriy Zaporozhets2018-02-261-0/+39
* Handle excpetion in PluginWorkerDmitriy Zaporozhets2018-02-261-0/+27
* Merge branch 'dm-waitable-worker' into 'master'Sean McGivern2018-02-262-79/+92
|\
| * Extract WaitableWorker out of AuthorizedProjectsWorkerDouwe Maan2018-02-262-79/+92
* | Merge branch 'get-rid-of-hardcoded-path-or-names-in-factories' into 'master'Nick Thomas2018-02-262-10/+10
|\ \
| * | Get rid of hard-coded user/project/group names that could clash with DB seque...Rémy Coutable2018-02-262-10/+10
* | | Merge branch 'jprovazn-issuable-data' into 'master'Filipa Lacerda2018-02-261-16/+16
|\ \ \ | |/ / |/| |
| * | Don't convert issuable_initial_data into JSONjprovazn-issuable-dataJan Provaznik2018-02-261-16/+16
* | | Merge branch 'mk/fix-error-code-for-repo-does-not-exist' into 'master'Douwe Maan2018-02-263-4/+17
|\ \ \
| * | | Respond 404 when repo does not existmk/fix-error-code-for-repo-does-not-existMichael Kozono2018-02-243-4/+17
| |/ /
* | | Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failedJacob Vosmaer (GitLab)2018-02-262-63/+88
|/ /
* | Merge branch 'minimal-fix-for-artifacts-service' into 'master'Grzegorz Bizon2018-02-241-13/+33
|\ \
| * | Bring back the initial commitShinya Maeda2018-02-241-12/+0
| * | Fixed static analysysShinya Maeda2018-02-241-5/+5
| * | Check if the latest permanent file exists before remove file. Add tests.Shinya Maeda2018-02-231-2/+18
| * | Copy original file to temp file always to prevent data lossShinya Maeda2018-02-231-13/+29
| |/
* | Merge branch 'refactor/move-filtered-search-vue-component' into 'master'Clement Ho2018-02-242-4/+3
|\ \
| * | Move RecentSearchesDropdownContent vue componentGeorge Tsiolis2018-02-222-4/+3
* | | Merge branch '43570-localstorage-clear-error-when-feature-test-fails-before-v...Stan Hu2018-02-231-2/+4
|\ \ \
| * | | prevent localStorage.clear from running when it would cause an errorMike Greiling2018-02-231-2/+4
* | | | Merge branch 'mk/fix-pg-undefined-table-untracked_files_for_uploads-does-not-...Stan Hu2018-02-231-2/+2
|\ \ \ \
| * | | | Fix deletion attempts on dropped tablesMichael Kozono2018-02-231-2/+2
| |/ / /
* | | | Merge branch 'master' into 'boards-bundle-refactor'Jacob Schatz2018-02-23101-1014/+3880
|\ \ \ \ | |/ / /
| * | | Backport custom metrics ce componentsPaweł Chojnacki2018-02-235-36/+38
| * | | Merge branch '29497-pages-custom-domain-dns-verification' into 'master'Robert Speicher2018-02-2312-8/+694
| |\ \ \
| | * \ \ Merge branch 'master' into '29497-pages-custom-domain-dns-verification'Robert Speicher2018-02-237-36/+84
| | |\ \ \
| | * | | | Add DNS verification to Pages custom domainsNick Thomas2018-02-2312-8/+694
| | | |_|/ | | |/| |
| * | | | Merge branch '42044-osw-add-button-to-deploy-runner-to-kubernetes' into 'master'Filipa Lacerda2018-02-232-2/+16
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add a button to deploy a runner to a Kubernetes cluster in the settings page42044-osw-add-button-to-deploy-runner-to-kubernetesOswaldo Ferreira2018-02-232-2/+16
| * | | | Merge branch 'dm-stuck-import-jobs-verify' into 'master'Sean McGivern2018-02-231-17/+41
| |\ \ \ \
| | * | | | Verify project import status again before marking as failedDouwe Maan2018-02-231-17/+31
| | * | | | Adds scheduled import jobs to the stuck import jobs detection worker.Tiago Botelho2018-02-231-3/+13
| | | |/ / | | |/| |
| * | | | Merge branch '43496-error-message-for-gke-clusters-persists-in-the-next-page'...bjk/kube_state_metricsKamil Trzciński2018-02-231-1/+1
| |\ \ \ \
| | * | | | Do not persist Google Project Billing Failure errors after a reloadMatija Čupić2018-02-221-1/+1
| * | | | | Resolve "Milestone Quick Action not displayed with no project milestones but ...🙈 jacopo beschi 🙉2018-02-233-14/+30
| * | | | | Merge branch 'users-autocomplete' into 'master'Douwe Maan2018-02-232-4/+12
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Optimise searching for users using short queriesYorick Peterse2018-02-221-0/+6
| | * | | | Removed pagination from AutocompleteUsersFinderYorick Peterse2018-02-221-4/+6
| | |/ / /
| * | | | Allow token authentication on go-get requestDouwe Maan2018-02-231-16/+75
| * | | | Merge branch '43261-fix-import-from-url-name-collision-active-tab' into 'master'Phil Hughes2018-02-231-1/+13
| |\ \ \ \
| | * | | | Make import tab/form active when importing project by URL and validation fails43261-fix-import-from-url-name-collision-active-tabEric Eastwood2018-02-201-1/+13
| * | | | | Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan2018-02-2341-86/+1366
| |\ \ \ \ \
| | * | | | | Use `Redactor` to hide cross project informationbvl-external-auth-portBob Van Landuyt2018-02-223-51/+50
| | * | | | | Port `read_cross_project` ability from EEBob Van Landuyt2018-02-2241-85/+1366
| * | | | | | Add Tip about Push to Create project on New Project pageAndré Luís2018-02-232-0/+34
| * | | | | | Merge branch '41619-turn-on-legacy-authorization-for-new-clusters-on-gke' int...Kamil Trzciński2018-02-221-0/+3
| |\ \ \ \ \ \