summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Include ProjectDeployTokensMayra Cabrera2018-04-0626-132/+197
| | | | | | Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
* Support Deploy Tokens properly without hacking abilitiesKamil Trzciński2018-04-068-28/+43
|
* Addreses backend review suggestionsMayra Cabrera2018-04-0613-20/+74
| | | | | | - Remove extra method for authorize_admin_project - Ensure project presence - Rename 'read_repo' to 'read_repository' to be more verbose
* Removes logic from Jwt and handle different scenarios on Gitlab::AuthMayra Cabrera2018-04-067-71/+121
| | | | | | | - When using 'read_repo' password and project are sent, so we used both of them to fetch for the token - When using 'read_registry' only the password is sent, so we only use that for fetching the token
* Fix i18n on deploy_token viewsMayra Cabrera2018-04-067-25/+25
|
* Addreses frontend reviewMayra Cabrera2018-04-068-27/+27
| | | | Also fixes spec failures on presenter and docs
* Add documentation for DeployTokenMayra Cabrera2018-04-065-4/+84
|
* Implement read_registry for DeployTokensMayra Cabrera2018-04-062-10/+40
|
* Address UX reviewMayra Cabrera2018-04-0612-50/+103
| | | | | | | | - Keep 'Deploy Section' open upon save, otherwise the token might get lost - When an error appears, display the error inside the form and also keep the Deploy Section open - Changue copy of revoke modal
* Implement 'read_repo' for DeployTokensMayra Cabrera2018-04-067-19/+184
| | | | This will allow to download a repo using the token from the DeployToken
* Create barebones for DeploytokenMayra Cabrera2018-04-0627-1/+536
| | | | | | | | | | Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
* Merge branch 'fix-dashboard-sorting' into 'master'Clement Ho2018-04-072-1/+6
|\ | | | | | | | | Fix Prometheus dashboard sorting See merge request gitlab-org/gitlab-ce!18233
| * Fix dashboard sortingJoshua Lambert2018-04-062-1/+6
|/
* Merge branch 'sh-fix-recaptcha-test' into 'master'Stan Hu2018-04-062-4/+1
|\ | | | | | | | | | | | | Fix the reCAPTCHA spec failures by not rendering the widget in test mode Closes #45138 See merge request gitlab-org/gitlab-ce!18235
| * Fix the reCAPTCHA spec failures by not rendering the widget in test modeStan Hu2018-04-062-4/+1
| | | | | | | | | | | | | | We've seen changes in behavior in the reCAPTCHA widget that led to test failures. To avoid these issues, don't render the widget at all in test mode. Closes #45138
* | Merge branch '42568-pipeline-empty-state' into 'master'Kamil Trzciński2018-04-0632-58/+513
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Wrong empty state for cancelled build, hides existing logs!" Closes #42568 See merge request gitlab-org/gitlab-ce!17646
| * | Add missing trace artifacts to jobs in specMatija Čupić2018-04-061-2/+2
| | |
| * | Merge branch 'master' into '42568-pipeline-empty-state'Kamil Trzciński2018-04-06341-3517/+25979
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/jobs/show.html.haml # lib/gitlab/ci/status/core.rb
| * | | Put Erased empty state at the beginningMatija Čupić2018-04-051-3/+3
| | | |
| * | | Rename success to erased empty state specMatija Čupić2018-04-054-22/+31
| | | |
| * | | Fix job setup in success empty state specsMatija Čupić2018-04-043-7/+9
| | | |
| * | | Add success CI Build empty state statusMatija Čupić2018-04-044-1/+72
| | | |
| * | | Scrolls to the top of the page before erase clickFilipa Lacerda2018-04-041-1/+4
| | | |
| * | | [ci skip] Merge branch 'master' into 42568-pipeline-empty-stateFilipa Lacerda2018-04-04543-4573/+11048
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (293 commits) Revert changelog entry for removed feature Revert "Allow CI/CD Jobs being grouped on version strings" Resolve "Protected branches count is wrong when a wildcard includes several protected branches" Use standard codequality job Resolve "Allow the configuration of a project's merge method via the API" [Rails5] Rename `sort` methods to `sort_by_attribute` Add better LDAP connection handling Updated components to PascalCase Handle invalid params when trying update_username Move network related app settings to expandable blocks [Rails5] Update Gemfile.rails5.lock [ci skip] Update Security Products examples documentation Backport Gitlab::Git::Checksum to CE Add changelog Refactor discussions/notes code Remove unnecessary section looking in admin settings qa Explicitly use page context for qa/factory/settings/hashed_storage.rb Use gitlab_environment because we need: Allow feature gate removal through the API Use shard name in Git::GitlabProjects instead of shard path ...
| * | | | Properly set up job trace in user_browses_job_specMatija Čupić2018-04-031-5/+3
| | | | |
| * | | | Properly set up jobs in mini pipeline graph specMatija Čupić2018-04-031-4/+5
| | | | |
| * | | | Set up traces in build show specMatija Čupić2018-04-031-8/+9
| | | | |
| * | | | Add action_button_title Core status methodMatija Čupić2018-04-031-0/+4
| | | | |
| * | | | Add specs for empty states .matches? methodsMatija Čupić2018-03-295-1/+110
| | | | |
| * | | | Move action button titles to respective statusesMatija Čupić2018-03-2911-5/+35
| | | | |
| * | | | Merge branch 'master' into 42568-pipeline-empty-stateMatija Čupić2018-03-28976-6040/+25619
| |\ \ \ \
| * | | | | Move the empty state extended status to be the beginningMatija Čupić2018-03-282-15/+17
| | | | | |
| * | | | | Fix tests for build empty state statusesMatija Čupić2018-03-2810-20/+57
| | | | | |
| * | | | | Separate the manual empty state from the action empty stateMatija Čupić2018-03-283-12/+25
| | | | | |
| * | | | | Move action link to build extended status illustrationMatija Čupić2018-03-282-1/+3
| | | | | |
| * | | | | Move illustration to build specific statusesMatija Čupić2018-03-2811-44/+101
| | | | | |
| * | | | | Use Gitlab::Ci::Status#illustration in job empty_states partial42568-pipeline-empty-stateMatija Čupić2018-03-262-29/+27
| | | | | |
| * | | | | Set up traces in jobs feature specMatija Čupić2018-03-261-6/+6
| | | | | |
| * | | | | Extend Gitlab::Ci::Status#illustration to include metadataMatija Čupić2018-03-2611-14/+37
| | | | | |
| * | | | | Add illustrations to build statusesMatija Čupić2018-03-2412-0/+48
| | | | | |
| * | | | | Update partial name and remove changes to database fixturesFilipa Lacerda2018-03-193-5/+1
| | | | | |
| * | | | | [ci skip] Merge branch 'master' into 42568-pipeline-empty-stateFilipa Lacerda2018-03-19259-3539/+6069
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (156 commits) Make issue boards height calculation clearer and remove magic numbers Rename `package-qa` in docs Copyedit CI services docs Fix dropzone project show Prettify notes. Fix "A copy of Gitlab::Metrics::Methods" have been removed error Add Jupyter Notebook docs Fixed profile notifications not being editable Rename manual job to `package-and-qa` Update vendored gitlab-ci.yml template for auto-devops Docs: refactor doc general guidelines and style guidelines Use Gitaly 0.91.0 Add version available info to integrity check rake task docs Adds the option to override project description on export via API and fixes the project description not being imported Extract constant for LfsPointerFile::VERSION_LINE Setup Faraday middleware before adapter Revert "Merge branch 'update-httparty' into 'master'" Update Code Quality example documentation Fix timeouts loading /admin/projects page OpenShift install docs: Recommend "add-scc-to-user" over "edit scc" ...
| * \ \ \ \ \ Merge branch 'master' into 42568-pipeline-empty-stateFilipa Lacerda2018-03-1314-43/+141
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix provider server URL used when listing repos to import Fix inconsistent punctuation on MR form Update dependency for svgs Fix timestamp to include %M instead of %I for post-deploy migrations.
| * | | | | | | Render skipped illustration for skipped stateFilipa Lacerda2018-03-121-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into 42568-pipeline-empty-stateFilipa Lacerda2018-03-12486-1567/+3209
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (59 commits) Use Gitaly 0.89.0 Resolve "Hover style for sidebar dropdowns is wrong" fixed spec Respect the protocol in `expose_url` Fix removes source branch text being rendered in merged state Fix code and wiki search results when filename is non-ASCII Include the ee/ directory in backtraces Use GitLab fork of zaproxy Updates file extensions on Vue docs fixed note polling not sending updated last fetched at date added spec for polling Add changelog entry Use `list.id` for `:key` Add changelog entry Update test for change in label dropdown action name Add `createLabelTitle` & `manageLabelsTitle` props for action string Add `headerTitle` prop for container header string Add `isProject` and computed props to for contextual info for dropdown Add `isProject` mock config Use label dropdown helper for rendering contextual string Add helpers for labels dropdown ...
| * | | | | | | | Fix broken testFilipa Lacerda2018-03-091-1/+1
| | | | | | | | |
| * | | | | | | | Handle empty states for job pageFilipa Lacerda2018-03-096-21/+72
| | | | | | | | |
* | | | | | | | | Merge branch 'add-cpu-mem-totals' into 'master'Mike Greiling2018-04-062-5/+28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Kubernetes CPU/Mem usage totals See merge request gitlab-org/gitlab-ce!17731
| * | | | | | | | | Add Kubernetes CPU/Mem usage totalsJoshua Lambert2018-04-062-5/+28
|/ / / / / / / / /
* | | | | | | | | Merge branch 'da-gitaly-calculate-repository-checksum' into 'master'Stan Hu2018-04-067-120/+111
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Repository checksum calculation is handled by Gitaly when feature is enabled See merge request gitlab-org/gitlab-ce!18210