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
2020-11-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-05-07Inline runner_path and runners_path helpersDylan Griffith
These were just shorthands for project_... and they will be confusing when introducing group runners so we should not have them (#10244)
2018-04-24[Backport] Burndown chart for group milestoneOswaldo Ferreira
2017-12-13Address some comments with running a pipeline scheduleStan Hu
2017-12-13Add button to run scheduled pipeline immediatelyStan Hu
Closes #38741
2017-11-02CE port of code changed for epicsJarka Kadlecova
2017-08-07Support references to group milestonesSean McGivern
Group milestones can only be referred to by name, not IID. They also do not support cross-project references.
2017-07-31Fix group milestone path on issuable sidebarSean McGivern
2017-07-09Also inject new route helpers into includers of GitlabRoutingHelperDouwe Maan
2017-07-07Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-07Merge branch '12910-snippets-description' into 'master'Phil Hughes
Support descriptions for snippets Closes #31894 See merge request !11071
2017-05-31Support descriptions for snippetsJarka Kadlecova
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-05Merge branch 'adam-separate-slash-commands' into 'master' Rémy Coutable
Display slash commands outcome when previewing Markdown Closes #21531 See merge request !10054
2017-05-04Display slash commands outcome when previewing MarkdownRares Sfirlogea
Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
2017-05-04Add artifact file page that uses the blob viewerDouwe Maan
2017-03-07Added Prometheus Service and Prometheus graphsKamil Trzciński
2017-02-06Fixed tests, renamed files and methodsJose Ivan Vargas
2017-02-06Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas
Added tests to verify the access policy to the new controller
2017-01-19Corrected code style and titlesJose Ivan Vargas
2017-01-19Moved the webhooks and services gear options to a single one called integrationsJose Ivan Vargas
2017-01-03Moved the members (project_members)option to a single controller called membersJose Ivan Vargas
This controller is going to contain both the project members and groups options for the settings gear. Generated the route and modified the routing to point to the new members setting path
2016-12-01API: Endpoint to expose personal snippets as /snippetsGuyzmo
Adding the necessary API for the new /snippets Restful resource added with this commit. Added a new Grape class `Snippets`, as well as a `PersonalSnippet` entity. Issue: #20042 Merge-Request: !6373 Signed-off-by: Guyzmo <guyzmo+gitlab+pub@m0g.net>
2016-11-11add link to build's pipeline within build page headerMike Greiling
2016-10-14Add back the space which Sublime can't easily tell:Lin Jen-Shin
Failed build: https://gitlab.com/gitlab-org/gitlab-ce/builds/5116496 Reason why I can't see this: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019#note_16958250
2016-10-14Use the same style in the same file, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019#note_16957939