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
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-26Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (307 commits) Address feedback Add small update for the i18n guide. update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPlugin name all webpack chunks to improve long term cacheability add NameAllModulesPlugin to cover shortcomings of NamedModulesPlugin upgrade to latest webpack version Only use DROP INDEX CONCURRENTLY on postgreql 9.2+ Provide default for calculating label text color (!11681) Add failing test for #32728 Bugfix: Always use the default language when generating emails. Remove unecessary commit pattern check Add regexp_for_value helper method Remove shared example and improve sub_group_issuables_spec.rb Remove 'should' from scenario in has_subgroup_title_spec.rb Cartfile git and binary methods cannot take a GitHub repo Fix terminals support for Kubernetes service Add review comments to compare_spec.rb Fix transient error clicking dropdown items in compare_spec.rb Use non-global jQuery reference within raven bundle ...
2017-05-24Use refresh icon for retried jobsAnnabel Dunstone Gray
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-05Use update build policy instead of new play policyGrzegorz Bizon
2017-04-22Fix typo in CI/CD build partial viewGrzegorz Bizon
2017-04-13Merge branch 'master' into ↵Grzegorz Bizon
feature/gb/manual-actions-protected-branches-permissions * master: (641 commits) Revert "Fix registry for projects with uppercases in path" Fix registry for projects with uppercases in path Move event icons into events_helper Reset New branch button when issue state changes Add link to environments on kubernetes.md Indent system notes on desktop screens Improve webpack-dev-server compatibility with non-localhost setups. Add changelog entry Fix recent searches icon alignment in Safari Use preload to avoid Rails using JOIN Fix NUMBER_OF_TRUNCATED_DIFF_LINES re-definition error Prepare for zero downtime migrations Fix filtered search input width for IE Fix the `gitlab:gitlab_shell:check` task Fixed random failures with Poll spec Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates Let uses hide verbose output by default Separate examples for each other Collapse similar sibling scenarios Use empty_project for resources that are independent of the repo ... Conflicts: app/views/projects/ci/builds/_build.html.haml
2017-04-12Use build policy to determine if user can play buildGrzegorz Bizon
2017-04-12Update all instances of "fa-refresh" to "fa-spinner"Andrew Torres
2017-04-06Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
8998_skip_pending_commits_if_not_head * upstream/master: (197 commits) Add text to break up diagrams Implement review comments from @DouweM for !10467. Fix rubocop offence Linking to edit file directly Optimise trace handling code to use streaming instead of full read Use config.toml to configure Gitaly Fix indexes in container repositories table Recent search history for issues Fix rubocop Use change direction in spec Use be_pending Improve trigger_schedule.rb Implement a offset calculation on cron_parser_spec Clean up trigger_schedule_worker_spec.rb Improve instantiate recursion in cron_parser.rb Fix unnecessary changes in schema.rb Add empty line in cron_parser.rb Use parenthesis for respond_to :ref Define next_time as let in trigger_schedule_spec Remove next_run_at: nil from trigger_schedule_spec ...
2017-04-06Check if user can trigger manual action in the UIGrzegorz Bizon
2017-04-06Show the test coverage if it is availableToon Claes
Do not check if coverage is enabled, just show it when it is available.
2017-04-05Fix test and only show job status title if it'sLin Jen-Shin
cancelled and the pipeline is auto-cancelled.
2017-04-04extract build.pipeline as variableRydkin Maxim
2017-04-04adds tooltips into several placesRydkin Maxim
2017-03-30Add download attribute to download linksClement Ho
2017-03-06Reinstitute a core `manual` status for manual actionsGrzegorz Bizon
2017-02-03Fix broken testsFilipa Lacerda
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
2017-01-24HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-12Improve detailed status badge partialGrzegorz Bizon
2016-12-12Rename icon_with_label to icon_with_descriptionKamil Trzcinski
2016-12-12Remove ci_status_with_icon helper and replace it with partial [ci skip]Kamil Trzcinski
2016-12-08Fix specsKamil Trzcinski
2016-11-29collapse nested if statementMike Greiling
2016-11-29remove redundant if statementMike Greiling
2016-11-11remove unused class nameMike Greiling
2016-11-11only display link to pipeline in generic build index, not on pipeline showMike Greiling
2016-11-11add pipeline column within builds indexMike Greiling
2016-10-18Merge branch '19991-triggered-pipeline' into 'master' Jacob Schatz
Triggered pipelines #### What does this MR do? Separates trigger into its own column #### Screenshots (if relevant) ![Screen_Shot_2016-10-07_at_4.21.54_PM](/uploads/092e8205d329b66b34045fe17c5e6e4f/Screen_Shot_2016-10-07_at_4.21.54_PM.png) ![Screen_Shot_2016-10-17_at_9.13.10_AM](/uploads/7df90e0e2a07a9f282df3605787d3cc2/Screen_Shot_2016-10-17_at_9.13.10_AM.png) ![Screen_Shot_2016-10-17_at_9.15.07_AM](/uploads/b7dc0307c8549e72c3f812c3cd91833a/Screen_Shot_2016-10-17_at_9.15.07_AM.png) #### What are the relevant issue numbers? Closes #19991 See merge request !6753
2016-10-18Remove unnecessary retried check & fix test failuresAnnabel Dunstone Gray
2016-10-18Move sidebar build class into helperAnnabel Dunstone Gray
2016-10-18Remove retried build labelAnnabel Dunstone Gray
2016-10-18Replace retried build icon with fa-refreshAnnabel Dunstone Gray
2016-10-18Add background color and icon to retried buildsAnnabel Dunstone Gray
2016-10-10Trigger updatesAnnabel Dunstone Gray
2016-10-03Fixes invalid html - table was inside an ul and had 2 tbody tagsFilipa Lacerda
Adds hidden-xs class to the all column instead of the div inside it in order to remove extra whitespace when the actions are hidden Fixes columns width in pipeplines table Changes table parent element to not be an ul and reduces column width for the Build column Adds entry to CHANGELOG Removes added width for build table. Adds the CHANGELOG entry in the middle to avoid more conflicts with master
2016-09-13Remove unnecessary variablesKatarzyna Kobierska
2016-09-13Code refactoringKatarzyna Kobierska
2016-09-13Improve build_path name and admin variableKatarzyna Kobierska
2016-09-13Fix error in pathsKatarzyna Kobierska
2016-09-13Build path with callKatarzyna Kobierska
2016-09-13Create shared partial for project and admin buildsKatarzyna Kobierska
2016-09-13Improve codeKatarzyna Kobierska
2016-09-13Liken admin and project builds views to each otherKatarzyna Kobierska
2016-09-01Replace play icon font with svgClement Ho
2016-08-10Cleanup the use of duration and optimize some queriesLin Jen-Shin
2016-07-28Add pipeline icon to admin builds; position warning icon after shaAnnabel Dunstone
2016-07-22Add branch or tag icon to ref in builds pageAnnabel Dunstone