summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Replace hidden-smClement Ho2018-04-0916-19/+19
|
* [skip ci] Replace hidden-mdClement Ho2018-04-091-1/+1
|
* [Skip ci] replace .hidden-lgClement Ho2018-04-094-9/+9
|
* [skip ci] Replace .visible-lg-* with .d-block.d-xl-noneClement Ho2018-04-091-1/+1
|
* [skip ci] Replace .visible-md-* with .d-block.d-lg-noneClement Ho2018-04-091-1/+1
|
* [skip ci] Replace .visible-sm-* with .d-block.d-md-noneClement Ho2018-04-097-9/+9
|
* [skip ci] Fix mistake of d-block instead of d-inline-blockClement Ho2018-04-091-1/+1
|
* [skip ci] Replace .visible-xs-* with .d-block.d-sm-noneClement Ho2018-04-0916-20/+20
|
* [skip ci] Replace .success with .table-successClement Ho2018-04-091-1/+1
|
* [skip ci] rename .info to .table-infoClement Ho2018-04-092-2/+2
|
* [skip ci] Update .warning to .table-warningClement Ho2018-04-091-1/+1
|
* [skip ci] Rename .hide to .d-noneClement Ho2018-04-0920-32/+32
|
* [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-09101-155/+155
|
* Replace .pull-left with .float-leftClement Ho2018-04-0928-42/+42
|
* Add .breadcrumb-item for breadcrumb > liClement Ho2018-04-095-11/+11
|
* Fix bad merge conflictClement Ho2018-04-091-1/+1
|
* Merge branch 'master' into 'bootstrap4'Clement Ho2018-04-0943-141/+292
|\ | | | | | | | | | | # Conflicts: # app/helpers/issuables_helper.rb # app/views/projects/_home_panel.html.haml # app/views/projects/commits/_commit.html.haml
| * Merge branch 'sh-fix-issue-45152' into 'master'Grzegorz Bizon2018-04-092-2/+2
| |\ | | | | | | | | | | | | | | | | | | Fix undefined method `one?` when pushing to an existing merge request Closes #45152 See merge request gitlab-org/gitlab-ce!18243
| | * Fix undefined method `one?` when pushing to an existing merge requestsh-fix-issue-45152Stan Hu2018-04-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | An untested code path was triggering an Exception because Fixnum doesn't have `one?` implemented in Rails, while arrays and collections do. Closes #45152
| * | Projects and groups badges settings UIFrancisco Javier López2018-04-086-7/+33
| |/
| * Handle limit for datetime attributes on MySQLMayra Cabrera2018-04-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | The TIMESTAMP data type is used for values that contain both date and time parts. TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to '2038-01-19 03:14:07' UTC. A Forever lib class was included to handle future dates for PostgreSQL and MySQL, also changes were made to DeployToken to enforce Forever.date Also removes extra conditional from JwtController
| * Addresses database commentsMayra Cabrera2018-04-062-4/+4
| | | | | | | | | | | | | | - Adds a default on expires_at datetime - Modifies deploy tokens views to handle default expires at value - Use datetime_with_timezone where possible - Remove unused scopes
| * Increase test suite around deploy tokens behaviorMayra Cabrera2018-04-061-5/+6
| | | | | | | | Also, fixes broken specs
| * Fixes broken schema and minor changesMayra Cabrera2018-04-061-4/+3
| |
| * Get rid of Redis when dealing with deploy tokensKamil Trzciński2018-04-064-12/+20
| | | | | | | | We use controller actions to pass a newly created token and errors
| * Include ProjectDeployTokensMayra Cabrera2018-04-062-6/+9
| | | | | | | | | | | | Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
| * Fix i18n on deploy_token viewsMayra Cabrera2018-04-066-23/+23
| |
| * Addreses frontend reviewMayra Cabrera2018-04-064-18/+17
| | | | | | | | Also fixes spec failures on presenter and docs
| * Add documentation for DeployTokenMayra Cabrera2018-04-061-0/+4
| |
| * Address UX reviewMayra Cabrera2018-04-062-4/+6
| | | | | | | | | | | | | | | | - 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
| * Create barebones for DeploytokenMayra Cabrera2018-04-068-1/+98
| | | | | | | | | | | | | | | | | | | | 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 'sh-fix-recaptcha-test' into 'master'Stan Hu2018-04-061-1/+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-061-1/+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-063-21/+16
| |\ \ | | |/ | |/| | | | | | | | | | | | | Resolve "Wrong empty state for cancelled build, hides existing logs!" Closes #42568 See merge request gitlab-org/gitlab-ce!17646
| | * Merge branch 'master' into '42568-pipeline-empty-state'Kamil Trzciński2018-04-0631-266/+409
| | |\ | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/jobs/show.html.haml # lib/gitlab/ci/status/core.rb
| | * \ [ci skip] Merge branch 'master' into 42568-pipeline-empty-stateFilipa Lacerda2018-04-0441-384/+510
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| | * | | Move action button titles to respective statusesMatija Čupić2018-03-291-1/+1
| | | | |
| | * | | Merge branch 'master' into 42568-pipeline-empty-stateMatija Čupić2018-03-2848-565/+758
| | |\ \ \
| | * | | | Move action link to build extended status illustrationMatija Čupić2018-03-281-1/+1
| | | | | |
| | * | | | Use Gitlab::Ci::Status#illustration in job empty_states partial42568-pipeline-empty-stateMatija Čupić2018-03-261-29/+9
| | | | | |
| | * | | | Update partial name and remove changes to database fixturesFilipa Lacerda2018-03-192-1/+1
| | | | | |
| | * | | | [ci skip] Merge branch 'master' into 42568-pipeline-empty-stateFilipa Lacerda2018-03-199-26/+68
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-131-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-124-6/+8
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| | * | | | | | | Handle empty states for job pageFilipa Lacerda2018-03-093-21/+36
| | | | | | | | |
| * | | | | | | | Merge branch 'jramsay-38830-tarball' into 'master'Douwe Maan2018-04-061-4/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add alternative archive route Closes #38830 See merge request gitlab-org/gitlab-ce!17225
| | * | | | | | | | Add new repository archive routeJames Ramsay2018-04-061-4/+5
| | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add `<project>/-/archive/<ref>/<filename>.<format>` route using the `-` separator to prevent namespace collisions. If the filename is `<project>-<ref>` or the ref is a sha, the sha will be omitted, otherwise the default filename will be used. - deprecate previous archive route `repository/<ref>/archive`
| * | | | | | | | Implement a new SHA partial for commit listsShah El-Rahman2018-04-061-6/+9
| | | | | | | | |
| * | | | | | | | Merge branch '43246-checkfilter' into 'master'Sean McGivern2018-04-065-19/+33
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Show a message when loading the issues / merge requests dashboard without filters" Closes #43246 See merge request gitlab-org/gitlab-ce!17961