Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-05Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'Grzegorz Bizon
Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
2019-04-04Fixed test specsOswaldo Ferreira
- added suggestions to mock data - fixed props to be not required
2019-04-03Merge branch '13784-validate-variables-for-masking' into 'master'Clement Ho
Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
2019-04-02Merge branch 'expose-mr-pipeline-parameters-for-merge-widget-ce' into 'master'Kamil Trzciński
Backport: Expose merge request pipeline parameters for MR widget See merge request gitlab-org/gitlab-ce!26826
2019-04-02Backport EE changeShinya Maeda
This is for merge request pipelines
2019-04-02Expose build failure reasonTiger
We can use this to show more informative error messages with links to documentation etc.
2019-04-01Fixed expand full file button showing on imagesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59695
2019-03-29Add control for variable value maskingmfluharty
Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable
2019-03-28Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil Trzciński
This reverts merge request !25476
2019-03-27Scaffold UI elements for minimal versionMiranda Fluharty
Add a masked switch to variable rows Copy some behavior from the protected switch
2019-03-26Remove expand diff to full file feature flagPhil Hughes
2019-03-22Extract EE specific files/lines for Release app/serializersShinya Maeda
2019-03-21Merge branch '59147-duplicate-match-line' into 'master'Douwe Maan
Fix duplicated bottom match line Closes #59147 See merge request gitlab-org/gitlab-ce!26402
2019-03-21Fix diff bottom expand button appears twiceMark Chao
This is a quick fix by only append match line once when calling diff_lines_for_serializer multiple time. Also enable feature by default
2019-03-19Update pipeline detail view to accommodate post-merge pipelinesShinya Maeda
Commit changes Add spec Add changelog fix fix Fix Fix spec Finish spec ok nice ok ok ok fix
2019-03-13Merge branch 'update-rubocop' into 'master'Stan Hu
Update rubocop target ruby version See merge request gitlab-org/gitlab-ce!24804
2019-03-13Add attached flag to pipeline entityShinya Maeda
Add spec Fix Fix Add changelog Drop attached Remove attached Update changelog ok
2019-03-13Run rubocop -aNick Thomas
2019-03-08Add support for ingress hostnameswalkafwalka
2019-03-07Merge branch 'expand-diff-to-full-file' into 'master'Douwe Maan
Expand diff to entire file Closes #19054 See merge request gitlab-org/gitlab-ce!24406
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
2019-03-06Expose merge request entity for pipelinesShinya Maeda
Add preload Fix ok Write tests test only postgresql ok add more test ; Improve wording Add changelog Fix
2019-03-06Add option to expand diff to full filePhil Hughes
The user can also toggle between the diff changes and the full file diff. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054
2019-03-01Add suffix for merge request eventShinya Maeda
Fix ok Add spec Fix ok Fix Add changelog Fix Add memoization a fix
2019-02-28Merge branch 'web-ide-default-merge-request' into 'master'Nick Thomas
Use Web IDE path for merge request edit buttons See merge request gitlab-org/gitlab-ce!25595
2019-02-27use lazy ajax filter dropdown for runner tagsAlexis Reigel
the potential number of available runner tags is too large to load it statically to a dropdown. we use the same lazy loaded dropdown as is used for the users dropdown already.
2019-02-27Use Web IDE path for merge request edit buttonsPhil Hughes
2019-02-26Add name_without_type to environments.jsonVladimir Shushlin
It's needed to show shorter names in environments "folders"
2019-02-19Merge branch '38261-remove-unused-code' into 'master'Sean McGivern
Remove two unused formats from Projects::TreeController#show Closes #38261 See merge request gitlab-org/gitlab-ce!25249
2019-02-15Replaced part of diff file properties with diff viewerNatalia Tepluhina
- replaced file.too_large - replaced file.text - replaced file.collapsed
2019-02-14Remove two unused formats from Projects::TreeController#showNick Thomas
I think these two have been have been replaced with the `logs_tree` endpoint
2019-02-13Improve the GitHub and Gitea import feature table interfaceLuke Bennett
These are backend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
2019-02-08Move permission check of manual actions of deploymentsShinya Maeda
2019-02-08Upgrade cluster applications, starting with runnerThong Kuah
2019-02-06Add list_projects endpoint to error trackingReuben Pereira
2019-02-06Allow custom squash commit messagesLuke Duncalfe
2019-02-04Merge branch ↵Sean McGivern
'19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master' Forms with task lists can be overwritten when editing simultaneously See merge request gitlab-org/gitlab-ce!23938
2019-01-31[master] Pipelines section is available to unauthorized usersKamil Trzciński
2019-01-31Update Sentry client to get project listReuben Pereira
2019-01-31Send lockVersion from MR description task listFatih Acet
2019-01-30Merge branch 'cluster_status_for_ugprading' into 'master'Grzegorz Bizon
Expose app version to frontend See merge request gitlab-org/gitlab-ce!24791
2019-01-30Expose app version to frontendThong Kuah
2019-01-25Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon
Container repository cleanup API Closes #55978 See merge request gitlab-org/gitlab-ce!24303
2019-01-25Add Container Registry APIKamil Trzciński
This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-16Resolve "In Merge Request diff screen, master is not a hyperlink"Natalia Tepluhina
2019-01-16chore(rubocop): fix Style/TrivialAccessors issuesSemyon Pupkov
2019-01-11Merge branch 'knative-show-page' into 'master'Mike Greiling
Initial Serverless Functions detailed view See merge request gitlab-org/gitlab-ce!23863
2019-01-11Initial Serverless Functions detailed viewChris Baumbauer
2019-01-10Service for calling Sentry issues apiReuben Pereira