summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix test|25226-realtime-pipelines-feZ.J. van de Weg2017-05-071-3/+1
|
* Make test that actually displays pipeline graphKamil Trzcinski2017-05-072-67/+54
|
* Move file loading to the top of the fileFilipa Lacerda2017-05-061-4/+4
|
* Adds missing CSS classFilipa Lacerda2017-05-061-0/+5
|
* Merge branch 'master' into 25226-realtime-pipelines-feFilipa Lacerda2017-05-0653-187/+772
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (40 commits) Use GitLab Pages v0.4.2 Do not reprocess actions when user retries pipeline Add specs for extended status for manual actions Refine inheritance model of extended CI/CD statuses Introduce generic manual action extended status class Check ability to update build on the API resource Require build to be present in the controller Authorize build update on per object basis Use update build policy instead of new play policy Improve environment policy class Rephrase documentation for protected actions feature Improve code style related to protected actions Add changelog entry for external env URL btn fix Hide environment external URL button if not defined Fix builds controller spec related to protected actions Fix environment policy class name in specs Add Changelog entry for protected manual actions Document protected manual actions feature Improve specs for jobs API regarding manual actions Fix Rubocop offense in environments policy class ...
| * Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ↵Kamil Trzciński2017-05-0649-184/+732
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Check access to a branch when user triggers manual action Closes #20261 See merge request !10494
| | * Do not reprocess actions when user retries pipelinefeature/gb/manual-actions-protected-branches-permissionsGrzegorz Bizon2017-05-052-1/+45
| | | | | | | | | | | | | | | User who is not allowed to trigger manual actions should not be allowed to reprocess / retrigger / retry these actions.
| | * Add specs for extended status for manual actionsGrzegorz Bizon2017-05-051-0/+56
| | |
| | * Refine inheritance model of extended CI/CD statusesGrzegorz Bizon2017-05-0511-38/+18
| | |
| | * Introduce generic manual action extended status classGrzegorz Bizon2017-05-055-43/+57
| | |
| | * Check ability to update build on the API resourceGrzegorz Bizon2017-05-052-5/+14
| | |
| | * Require build to be present in the controllerGrzegorz Bizon2017-05-051-2/+1
| | |
| | * Authorize build update on per object basisGrzegorz Bizon2017-05-052-7/+24
| | |
| | * Use update build policy instead of new play policyGrzegorz Bizon2017-05-058-20/+22
| | |
| | * Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-05302-1664/+8577
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (151 commits) Fixed Karma spec Reject EE reserved namespace paths in CE as well Updated webpack config Include the bundler:audit job into the static-analysis job Document serializers Add artifact file page that uses the blob viewer Pipeline table mini graph dropdown remains open when table is refreshed Adds off for event hub Compile gitlab-shell go executables Allow to create new branch and empty WIP merge request from issue page Moved to a view spec Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md Convert seconds to minutes and hours on chat notifations Disable navigation to Pages config if Pages is disabled Sort the network graph both by commit date and topographically. Add tooltips to note action buttons Add breadcrumb, build header and pipelines submenu to artifacts browser Update todos screenshots removes the possibility of commit messages having carriage returns Handle incoming emails from aliases correctly ...
| | * | Improve environment policy classGrzegorz Bizon2017-05-031-5/+7
| | | |
| | * | Rephrase documentation for protected actions featureGrzegorz Bizon2017-05-031-3/+4
| | | |
| | * | Improve code style related to protected actionsGrzegorz Bizon2017-05-035-10/+8
| | | |
| | * | Merge branch 'master' into ↵Grzegorz Bizon2017-05-03246-1152/+4429
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (103 commits) Include missing project attributes to Import/Export Create the rest of the wiki docs Fill in information about creating the wiki Home page Move wiki doc to its own index page Create initial file for Wiki documentation Default to null user when asignee is unselected Re-enable ref operations with gitaly after not-found fix #31560 Add repo parameter to gitaly:install and workhorse:install Remove N+1 queries when checking nodes visible to user Don't validate reserved words if the format doesn't match Revert "Shorten and improve some job names" Remove unused initializer DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml` Make the static-analysis job be run for docs branches too Add download_snippet_path helper Refresh the markdown cache if it was `nil` Add some documentation for the new migration helpers Update comments Display comments for personal snippets Update docs on creating a project ...
| | * | | Fix builds controller spec related to protected actionsGrzegorz Bizon2017-05-021-0/+2
| | | | |
| | * | | Fix environment policy class name in specsGrzegorz Bizon2017-05-021-1/+1
| | | | |
| | * | | Merge branch 'master' into ↵Grzegorz Bizon2017-05-02764-9251/+11069
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (314 commits) Better Explore Groups view Update Carrierwave and fog-core Add specs for Gitlab::RequestProfiler Add scripts/static-analysis to run all the static analysers in one go Shorten and improve some job names Group static-analysis jobs into a single job Don't blow up when email has no References header Update CHANGELOG.md for 9.1.2 Add changelog Add changelog Show Raw button as Download for binary files Use blob viewers for snippets Fix typo Fixed transient failure related to dropdown animations Revert "Merge branch 'tc-no-todo-service-select' into 'master'" fix link to MR 10416 Another change from .click -> .trigger('click') to make spec pass Change from .click -> .trigger('click') to make spec pass Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrations Add AddColumnWithDefaultToLargeTable cop ... Conflicts: spec/requests/api/jobs_spec.rb
| | * | | | Add Changelog entry for protected manual actionsGrzegorz Bizon2017-05-021-0/+4
| | | | | |
| | * | | | Document protected manual actions featureGrzegorz Bizon2017-05-021-1/+5
| | | | | |
| | * | | | Improve specs for jobs API regarding manual actionsGrzegorz Bizon2017-05-021-17/+50
| | | | | |
| | * | | | Fix Rubocop offense in environments policy classGrzegorz Bizon2017-05-012-2/+1
| | | | | |
| | * | | | Extend action tooltop to show info about abilitiesGrzegorz Bizon2017-05-013-31/+42
| | | | | |
| | * | | | Add new ability check for stopping environmentGrzegorz Bizon2017-05-013-8/+71
| | | | | |
| | * | | | Fix typo in CI/CD build partial viewGrzegorz Bizon2017-04-221-1/+1
| | | | | |
| | * | | | Merge branch 'master' into ↵Grzegorz Bizon2017-04-22816-8749/+12547
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (274 commits) Update VERSION to 9.2.0-pre Update CHANGELOG.md for 9.1.0 Update Auto Deploy documentation Disable import URL field in New project form since it's hidden by default Remove reference to burndown charts since they don't exist for ce. Use master_password for Sentinel Refactor Discussions docs Start versioning cached markdown fields Refactor add_users method for project and group Improved the spec Now correctly tests against different forms Refactor environments components into vue files - part 3 Adding animation for all dropdown fix placeholder visibility submodule_links: handle urls that don't end with .git Add help regarding vue resource and where to include it Append .json to ajax endpoint to prevent browser to display raw json Fixed the preview keyboard shortcut focusing wrong tab Fix broken link Added new discussions docs Started on resolvable discussions docs ...
| | * \ \ \ \ Merge branch 'master' into ↵Grzegorz Bizon2017-04-131010-9279/+23975
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | Fix detailed build status specs for manual actionsGrzegorz Bizon2017-04-131-1/+1
| | | | | | | |
| | * | | | | | Fix manual action entity specsGrzegorz Bizon2017-04-121-1/+2
| | | | | | | |
| | * | | | | | Use build policy to determine if user can play buildGrzegorz Bizon2017-04-129-69/+6
| | | | | | | |
| | * | | | | | Extract build play specs and extend test examplesGrzegorz Bizon2017-04-122-34/+107
| | | | | | | |
| | * | | | | | Do not inherit build policy in pipeline policyGrzegorz Bizon2017-04-122-1/+8
| | | | | | | |
| | * | | | | | Move code for playing an action to separate serviceGrzegorz Bizon2017-04-123-13/+21
| | | | | | | |
| | * | | | | | Implement new rule for manual actions in policiesGrzegorz Bizon2017-04-122-0/+67
| | | | | | | |
| | * | | | | | Check branch permission in manual action entityGrzegorz Bizon2017-04-061-0/+8
| | | | | | | |
| | * | | | | | Check if user can trigger manual action in the UIGrzegorz Bizon2017-04-061-1/+1
| | | | | | | |
| | * | | | | | Fix specs for build status factory and manual statusGrzegorz Bizon2017-04-061-1/+16
| | | | | | | |
| | * | | | | | Take branch access into account when stopping environmentGrzegorz Bizon2017-04-066-7/+58
| | | | | | | |
| | * | | | | | Fix specs related to new manual actions permissionsGrzegorz Bizon2017-04-064-14/+54
| | | | | | | |
| | * | | | | | Fix chatops specs with incorrectly defined projectGrzegorz Bizon2017-04-062-10/+20
| | | | | | | |
| | * | | | | | Do not show play action if user not allowed to run itGrzegorz Bizon2017-04-062-3/+11
| | | | | | | |
| | * | | | | | Expose manual action abilities from a build entityGrzegorz Bizon2017-04-062-5/+33
| | | | | | | |
| | * | | | | | Check branch access when user triggers manual actionGrzegorz Bizon2017-04-062-12/+63
| | | | | | | |
| | * | | | | | Improve specs related to CI/CD job environmentGrzegorz Bizon2017-04-061-8/+12
| | | | | | | |
| * | | | | | | Merge branch 'fix/gb/hide-environment-external-url-btn-when-not-provided' ↵Kamil Trzciński2017-05-063-2/+39
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Hide environment external URL button if not defined Closes #30832 See merge request !11029
| | * \ \ \ \ \ \ Merge commit '3a2b60f7a' from 'master'fix/gb/hide-environment-external-url-btn-when-not-providedGrzegorz Bizon2017-05-05529-2804/+12994
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (254 commits) Fixed Karma spec Reject EE reserved namespace paths in CE as well Updated webpack config Include the bundler:audit job into the static-analysis job Document serializers Add artifact file page that uses the blob viewer Pipeline table mini graph dropdown remains open when table is refreshed Adds off for event hub Compile gitlab-shell go executables Allow to create new branch and empty WIP merge request from issue page Moved to a view spec Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md Convert seconds to minutes and hours on chat notifations Disable navigation to Pages config if Pages is disabled Sort the network graph both by commit date and topographically. Add tooltips to note action buttons Add breadcrumb, build header and pipelines submenu to artifacts browser Update todos screenshots removes the possibility of commit messages having carriage returns Handle incoming emails from aliases correctly ...