summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Add support for custom daysPerWeek and hoursPerDay to prettyTime.parseSeconds.pretty-time-refactorBryce Johnson2017-08-311-0/+81
|
* Merge branch ↵Tim Zallmann2017-08-314-31/+208
|\ | | | | | | | | | | | | | | | | '31273-creating-an-project-within-an-internal-sub-group-gives-the-option-to-set-it-a-public' into 'master' Resolve various visibility level settings issues Closes #31273 See merge request !13442
| * enhance disabled group visibility options with links and instructionsMike Greiling2017-08-301-2/+2
| |
| * update test to match new disabled option descriptionMike Greiling2017-08-301-1/+1
| |
| * Add check for access to NamespaceRubén Dávila2017-08-301-0/+32
| |
| * add tests for dynamically changing namespace selector within new project formMike Greiling2017-08-261-16/+37
| |
| * add tests for new visibility_level_helper methodsMike Greiling2017-08-261-0/+26
| |
| * fix failing tests due to new group visibility restrictionsMike Greiling2017-08-262-3/+3
| |
| * add tests for groups within visibility level helperMike Greiling2017-08-261-1/+22
| |
| * rename skip_level? to disallowed_visibitility_level?Mike Greiling2017-08-261-13/+13
| |
| * Add validation to check visibility level of sub groups.Rubén Dávila2017-08-261-0/+44
| |
| * Add validation for visibility level of sub groupsRubén Dávila2017-08-261-0/+33
| | | | | | | | Sub groups should not have a visibility level higher than its parent.
* | Merge branch ↵Douwe Maan2017-08-3113-5/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '37266-nomethoderror-undefined-method-current_application_settings-build-failed-30837482' into 'master' `current_application_settings` belongs on `Gitlab::CurrentSettings` Closes #37266 See merge request !13955
| * | `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-3113-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
* | | Merge branch 'sidebar-cache-updates' into 'master'Sean McGivern2017-08-312-0/+30
|\ \ \ | | | | | | | | | | | | | | | | Only update the sidebar count caches when needed See merge request !13878
| * | | Only update the sidebar count caches when neededsidebar-cache-updatesYorick Peterse2017-08-302-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | This ensures the issues/MR cache of the sidebar is only updated when the state or confidential flags changes, instead of changing this for every update.
* | | | Merge branch 'zj-disable-pages-in-subgroups' into 'master'Grzegorz Bizon2017-08-312-1/+34
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't show references to Pages when not available Closes #34864 See merge request !13888
| * | | | Don't show references to Pages when not availableZeger-Jan van de Weg2017-08-312-1/+34
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | In this instance its subgroups, and given we can't deploy it, we shouldn't allow it to be shown. Fixes gitlab-org/gitlab-ce#34864
* | | | Merge branch '28938-password-change-workflow-for-admins' into 'master'Sean McGivern2017-08-311-12/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the password change workflow for admins. Closes #28938 See merge request !13901
| * | | | Changes the password change workflow for admins.28938-password-change-workflow-for-adminsTiago Botelho2017-08-311-12/+20
| | | | |
* | | | | Merge branch 'backstage/gb/optimize-system-note-service-specs' into 'master'Sean McGivern2017-08-311-22/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Optimize system note service specs See merge request !13958
| * | | | | Optimize system note service specsGrzegorz Bizon2017-08-311-22/+8
| | | | | |
* | | | | | Merge branch '31470-api-file-raw' into 'master'Sean McGivern2017-08-311-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the /projects/:id/repository/files/:file_path/raw endpoint to handle dots in the file_path… Closes #31470 See merge request !13512
| * | | | | | fix :file_path - add requirements:Marc Siegfriedt2017-08-301-0/+9
| | | | | | |
* | | | | | | Merge branch 'gitaly-440-shell-fetch-remote' into 'master'Sean McGivern2017-08-311-15/+49
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Repository.FetchRemote to Gitaly See merge request !13625
| * | | | | | | Migrate Repository.FetchRemote to Gitalygitaly-440-shell-fetch-remoteKim "BKC" Carlbäcker2017-08-301-15/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `Gitlab::Shell.fetch_remote` now takes a `Gitlab::Git::Repository` instead
* | | | | | | | Merge branch '37179-dashboard-project-dropdown' into 'master'Phil Hughes2017-08-311-15/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes disabled state from projects dropdown in dashboard page Closes #37179 See merge request !13933
| * | | | | | | Merge branch 'master' into 37179-dashboard-project-dropdown37179-dashboard-project-dropdownFilipa Lacerda2017-08-3129-179/+559
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (65 commits) Upgrade mail and nokogiri gems due to security issues Link out to stackoverflow answer on setting swappiness Document swappiness recomendations in the requirements doc Fix invalid attribute used for time-ago-tooltip component Update latest artifacts doc Add changelog entry for flipping verify_certificates Default LDAP config verify_certificates to true Update share project with groups docs remove accidental console.log from karma tests update specs to match reorganized monitoring components Remove tooltips from new sidebar Use `git update-ref --stdin -z` to delete refs Don't use public_send in destroy_conditionally! helper Remove unused expressions policy from ci/cd config Simplify code for appending strategies in CI/CD config Raise exception when simplifiable ci entry incomplete Add changelog entry Fix MySQL failure for emoji autocomplete max-width for lazy-loaded images (this was removed in the original MR through merge resolution most probably) Make namespace dropdown on new project page consistent ...
| * | | | | | | puts back `function` statementsFilipa Lacerda2017-08-301-20/+20
| | | | | | | |
| * | | | | | | Removes disabled state from projects dropdown in dashboard pageFilipa Lacerda2017-08-301-35/+20
| | | | | | | |
* | | | | | | | Merge branch '26692-predefined-variable-gitlab-user-name' into 'master'Grzegorz Bizon2017-08-311-2/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Predefined Variable GITLAB_USER_NAME" Closes #26692 See merge request !13824
| * | | | | | | Add a Build Variable to represent the triggering GitLab user's login usernameMark Fletcher2017-08-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Predefined variable represents the username of the GitLab user that started a build
| * | | | | | | Add a Build Variable to represent the triggering GitLab user's nameMark Fletcher2017-08-301-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Predefined variable represents the name of the GitLab user that started a build
* | | | | | | | Merge branch 'feature/gb/add-complex-jobs-only-except-config-policy' into ↵Kamil Trzciński2017-08-318-110/+224
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' New syntax for CI/CD job triggering policy that supports variables expressions See merge request !13769
| * | | | | | | | Remove unused expressions policy from ci/cd configfeature/gb/add-complex-jobs-only-except-config-policyGrzegorz Bizon2017-08-301-20/+0
| | | | | | | | |
| * | | | | | | | Raise exception when simplifiable ci entry incompleteGrzegorz Bizon2017-08-301-0/+13
| | | | | | | | |
| * | | | | | | | Fix rubocop offense in YAML processor specsGrzegorz Bizon2017-08-261-1/+0
| | | | | | | | |
| * | | | | | | | Add specs for attributable aspect of ci config entryGrzegorz Bizon2017-08-251-5/+22
| | | | | | | | |
| * | | | | | | | Fix Rubocop offense in CI/CD only/except policy classGrzegorz Bizon2017-08-251-1/+1
| | | | | | | | |
| * | | | | | | | Improve reporting of a CI/CD entry config locationGrzegorz Bizon2017-08-253-19/+26
| | | | | | | | |
| * | | | | | | | Use only/except policy that returns an arrayGrzegorz Bizon2017-08-251-1/+1
| | | | | | | | |
| * | | | | | | | Fix CI/CD trigger policy default valueGrzegorz Bizon2017-08-251-0/+6
| | | | | | | | |
| * | | | | | | | Add specs for a simplifiable CI/CD entry aspectGrzegorz Bizon2017-08-251-0/+75
| | | | | | | | |
| * | | | | | | | Implement complex only/except policy CI/CD configGrzegorz Bizon2017-08-251-0/+26
| | | | | | | | |
| * | | | | | | | Make it possible to define CI/CD config strategiesGrzegorz Bizon2017-08-251-31/+36
| | | | | | | | |
| * | | | | | | | Use aspect-oriented design in CI/CD config entriesGrzegorz Bizon2017-08-242-30/+16
| | | | | | | | |
| * | | | | | | | Rename CI/CD job triggering policy class to PolicyGrzegorz Bizon2017-08-241-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'fly-out-nav-jump-fix' into 'master'Tim Zallmann2017-08-311-24/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed fly-out nav jumping Closes #36699 See merge request !13690
| * | | | | | | | Fixed fly-out nav jumpingfly-out-nav-jump-fixPhil Hughes2017-08-191-24/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #36699
* | | | | | | | | Merge branch 'refactor-prometheus-graph-layout' into 'master'Fatih Acet2017-08-307-36/+39
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename prometheus Vue components See merge request !13938